@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
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export type AlertActionType = "Primary" | "Secondary" | "Tertiary" | "Quaternary" | "Destructive" | "Cancel";
|
|
2
|
+
export interface AlertAction {
|
|
3
|
+
title: string;
|
|
4
|
+
action: (inputValue?: string) => void | string | Promise<void | string>;
|
|
5
|
+
type: AlertActionType;
|
|
6
|
+
}
|
|
7
|
+
export interface AlertTextFieldConfig {
|
|
8
|
+
label?: string;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
type?: "text" | "password";
|
|
11
|
+
defaultValue?: string;
|
|
12
|
+
required?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15
|
+
show: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
title: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
description: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
actions: {
|
|
28
|
+
type: () => AlertAction[];
|
|
29
|
+
required: false;
|
|
30
|
+
default: () => {
|
|
31
|
+
title: string;
|
|
32
|
+
action: () => void;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
};
|
|
36
|
+
textFieldConfig: {
|
|
37
|
+
type: () => AlertTextFieldConfig;
|
|
38
|
+
required: false;
|
|
39
|
+
default: undefined;
|
|
40
|
+
};
|
|
41
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
|
+
"update:show": (...args: any[]) => void;
|
|
43
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
44
|
+
show: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
required: true;
|
|
47
|
+
};
|
|
48
|
+
title: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
description: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
actions: {
|
|
57
|
+
type: () => AlertAction[];
|
|
58
|
+
required: false;
|
|
59
|
+
default: () => {
|
|
60
|
+
title: string;
|
|
61
|
+
action: () => void;
|
|
62
|
+
type: string;
|
|
63
|
+
}[];
|
|
64
|
+
};
|
|
65
|
+
textFieldConfig: {
|
|
66
|
+
type: () => AlertTextFieldConfig;
|
|
67
|
+
required: false;
|
|
68
|
+
default: undefined;
|
|
69
|
+
};
|
|
70
|
+
}>> & Readonly<{
|
|
71
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
}>, {
|
|
73
|
+
actions: AlertAction[];
|
|
74
|
+
textFieldConfig: AlertTextFieldConfig;
|
|
75
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
76
|
+
export default _default;
|
|
77
|
+
//# sourceMappingURL=Alert.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../src/internal/Alert.vue"],"names":[],"mappings":"AAGA;AAKA,MAAM,MAAM,eAAe,GACvB,SAAS,GACT,WAAW,GACX,UAAU,GACV,YAAY,GACZ,aAAa,GACb,QAAQ,CAAC;AAEb,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,CAAC,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,GAAG,MAAM,GAAG,OAAO,CAAC,IAAI,GAAG,MAAM,CAAC,CAAC;IACxE,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,WAAW,oBAAoB;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;;;;;;;;;;;;;;cAqZkB,MAAM,WAAW,EAAE;;;;;;;;;cAKlB,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;cAL3B,MAAM,WAAW,EAAE;;;;;;;;;cAKlB,MAAM,oBAAoB;;;;;;;;;;AAxB9C,wBA8BG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
title: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=Header.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.vue.d.ts","sourceRoot":"","sources":["../../src/internal/Header.vue"],"names":[],"mappings":";;;;;;;;;;;AAwEA,wBAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export interface DropdownItem {
|
|
2
|
+
id: string;
|
|
3
|
+
title: string;
|
|
4
|
+
}
|
|
5
|
+
interface Props {
|
|
6
|
+
items: DropdownItem[];
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
modelValue?: DropdownItem | null;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
+
placeholder: string;
|
|
12
|
+
modelValue: null;
|
|
13
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
"update:modelValue": (value: DropdownItem | null) => void;
|
|
15
|
+
itemSelected: (value: DropdownItem) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
|
+
placeholder: string;
|
|
18
|
+
modelValue: null;
|
|
19
|
+
}>>> & Readonly<{
|
|
20
|
+
"onUpdate:modelValue"?: ((value: DropdownItem | null) => any) | undefined;
|
|
21
|
+
onItemSelected?: ((value: DropdownItem) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
placeholder: string;
|
|
24
|
+
modelValue: DropdownItem | null;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
type __VLS_WithDefaults<P, D> = {
|
|
37
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
+
default: D[K];
|
|
39
|
+
}> : P[K];
|
|
40
|
+
};
|
|
41
|
+
type __VLS_Prettify<T> = {
|
|
42
|
+
[K in keyof T]: T[K];
|
|
43
|
+
} & {};
|
|
44
|
+
//# sourceMappingURL=InlineDropdown.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InlineDropdown.vue.d.ts","sourceRoot":"","sources":["../../src/internal/InlineDropdown.vue"],"names":[],"mappings":"AAUA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,KAAK;IACb,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CAClC;;;;;;;;;;;;;;iBAFe,MAAM;gBACP,YAAY,GAAG,IAAI;;AA0RlC,wBAOG;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;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
taskKey: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
panes: {
|
|
7
|
+
type: {
|
|
8
|
+
(arrayLength: number): {
|
|
9
|
+
name: string;
|
|
10
|
+
background: string;
|
|
11
|
+
foreground: string;
|
|
12
|
+
component: any;
|
|
13
|
+
props: object;
|
|
14
|
+
}[];
|
|
15
|
+
(...items: {
|
|
16
|
+
name: string;
|
|
17
|
+
background: string;
|
|
18
|
+
foreground: string;
|
|
19
|
+
component: any;
|
|
20
|
+
props: object;
|
|
21
|
+
}[]): {
|
|
22
|
+
name: string;
|
|
23
|
+
background: string;
|
|
24
|
+
foreground: string;
|
|
25
|
+
component: any;
|
|
26
|
+
props: object;
|
|
27
|
+
}[];
|
|
28
|
+
new (arrayLength: number): {
|
|
29
|
+
name: string;
|
|
30
|
+
background: string;
|
|
31
|
+
foreground: string;
|
|
32
|
+
component: any;
|
|
33
|
+
props: object;
|
|
34
|
+
}[];
|
|
35
|
+
new (...items: {
|
|
36
|
+
name: string;
|
|
37
|
+
background: string;
|
|
38
|
+
foreground: string;
|
|
39
|
+
component: any;
|
|
40
|
+
props: object;
|
|
41
|
+
}[]): {
|
|
42
|
+
name: string;
|
|
43
|
+
background: string;
|
|
44
|
+
foreground: string;
|
|
45
|
+
component: any;
|
|
46
|
+
props: object;
|
|
47
|
+
}[];
|
|
48
|
+
isArray(arg: any): arg is any[];
|
|
49
|
+
readonly prototype: any[];
|
|
50
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
51
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
52
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
53
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
54
|
+
of<T>(...items: T[]): T[];
|
|
55
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
56
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
57
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
58
|
+
};
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
childWidth: {
|
|
62
|
+
type: NumberConstructor;
|
|
63
|
+
default: null;
|
|
64
|
+
};
|
|
65
|
+
childHeight: {
|
|
66
|
+
type: NumberConstructor;
|
|
67
|
+
default: null;
|
|
68
|
+
};
|
|
69
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
+
taskKey: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
panes: {
|
|
75
|
+
type: {
|
|
76
|
+
(arrayLength: number): {
|
|
77
|
+
name: string;
|
|
78
|
+
background: string;
|
|
79
|
+
foreground: string;
|
|
80
|
+
component: any;
|
|
81
|
+
props: object;
|
|
82
|
+
}[];
|
|
83
|
+
(...items: {
|
|
84
|
+
name: string;
|
|
85
|
+
background: string;
|
|
86
|
+
foreground: string;
|
|
87
|
+
component: any;
|
|
88
|
+
props: object;
|
|
89
|
+
}[]): {
|
|
90
|
+
name: string;
|
|
91
|
+
background: string;
|
|
92
|
+
foreground: string;
|
|
93
|
+
component: any;
|
|
94
|
+
props: object;
|
|
95
|
+
}[];
|
|
96
|
+
new (arrayLength: number): {
|
|
97
|
+
name: string;
|
|
98
|
+
background: string;
|
|
99
|
+
foreground: string;
|
|
100
|
+
component: any;
|
|
101
|
+
props: object;
|
|
102
|
+
}[];
|
|
103
|
+
new (...items: {
|
|
104
|
+
name: string;
|
|
105
|
+
background: string;
|
|
106
|
+
foreground: string;
|
|
107
|
+
component: any;
|
|
108
|
+
props: object;
|
|
109
|
+
}[]): {
|
|
110
|
+
name: string;
|
|
111
|
+
background: string;
|
|
112
|
+
foreground: string;
|
|
113
|
+
component: any;
|
|
114
|
+
props: object;
|
|
115
|
+
}[];
|
|
116
|
+
isArray(arg: any): arg is any[];
|
|
117
|
+
readonly prototype: any[];
|
|
118
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
119
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
120
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
121
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
122
|
+
of<T>(...items: T[]): T[];
|
|
123
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
124
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
125
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
126
|
+
};
|
|
127
|
+
required: true;
|
|
128
|
+
};
|
|
129
|
+
childWidth: {
|
|
130
|
+
type: NumberConstructor;
|
|
131
|
+
default: null;
|
|
132
|
+
};
|
|
133
|
+
childHeight: {
|
|
134
|
+
type: NumberConstructor;
|
|
135
|
+
default: null;
|
|
136
|
+
};
|
|
137
|
+
}>> & Readonly<{}>, {
|
|
138
|
+
childWidth: number;
|
|
139
|
+
childHeight: number;
|
|
140
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
141
|
+
export default _default;
|
|
142
|
+
//# sourceMappingURL=NavigationStack.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavigationStack.vue.d.ts","sourceRoot":"","sources":["../../src/internal/NavigationStack.vue"],"names":[],"mappings":";;;;;;;;sBA4OY,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhBnB,wBA6BG"}
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
import { Placement } from '@floating-ui/vue';
|
|
2
|
+
|
|
3
|
+
export interface PopoverProps {
|
|
4
|
+
/**
|
|
5
|
+
* Controls whether the popover is visible
|
|
6
|
+
*/
|
|
7
|
+
modelValue?: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* Placement of the popover relative to the trigger
|
|
10
|
+
* @default 'bottom'
|
|
11
|
+
*/
|
|
12
|
+
placement?: Placement;
|
|
13
|
+
/**
|
|
14
|
+
* Offset from the trigger element
|
|
15
|
+
* @default 8
|
|
16
|
+
*/
|
|
17
|
+
offsetDistance?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Whether clicking outside closes the popover
|
|
20
|
+
* @default true
|
|
21
|
+
*/
|
|
22
|
+
dismissOnClickOutside?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Whether to show an arrow pointing to the trigger
|
|
25
|
+
* @default true
|
|
26
|
+
*/
|
|
27
|
+
showArrow?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Whether to show an overlay backdrop
|
|
30
|
+
* @default false
|
|
31
|
+
*/
|
|
32
|
+
showOverlay?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Overlay opacity (0-1)
|
|
35
|
+
* @default 0.5
|
|
36
|
+
*/
|
|
37
|
+
overlayOpacity?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Blur strength for overlay backdrop (0 = no blur)
|
|
40
|
+
* @default 0
|
|
41
|
+
*/
|
|
42
|
+
overlayBlur?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Animation duration in seconds
|
|
45
|
+
* @default 0.2
|
|
46
|
+
*/
|
|
47
|
+
animationDuration?: number;
|
|
48
|
+
/**
|
|
49
|
+
* Z-index for the popover
|
|
50
|
+
* @default 1000
|
|
51
|
+
*/
|
|
52
|
+
zIndex?: number;
|
|
53
|
+
/**
|
|
54
|
+
* Padding from viewport edges
|
|
55
|
+
* @default 16
|
|
56
|
+
*/
|
|
57
|
+
viewportPadding?: number;
|
|
58
|
+
/**
|
|
59
|
+
* Maximum width of the popover
|
|
60
|
+
* @default 'none'
|
|
61
|
+
*/
|
|
62
|
+
maxWidth?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Maximum height of the popover
|
|
65
|
+
* @default 'none'
|
|
66
|
+
*/
|
|
67
|
+
maxHeight?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Trigger event: 'click' or 'hover'
|
|
70
|
+
* @default 'click'
|
|
71
|
+
*/
|
|
72
|
+
trigger?: "click" | "hover";
|
|
73
|
+
/**
|
|
74
|
+
* Delay before showing on hover (ms)
|
|
75
|
+
* @default 0
|
|
76
|
+
*/
|
|
77
|
+
hoverShowDelay?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Delay before hiding on hover (ms)
|
|
80
|
+
* @default 0
|
|
81
|
+
*/
|
|
82
|
+
hoverHideDelay?: number;
|
|
83
|
+
/**
|
|
84
|
+
* Background color of the popover
|
|
85
|
+
*/
|
|
86
|
+
popoverBackground?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Popover corner radius
|
|
89
|
+
*/
|
|
90
|
+
popoverCornerRadius?: string;
|
|
91
|
+
}
|
|
92
|
+
declare function __VLS_template(): {
|
|
93
|
+
trigger?(_: {}): any;
|
|
94
|
+
default?(_: {}): any;
|
|
95
|
+
};
|
|
96
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
|
|
97
|
+
placement: string;
|
|
98
|
+
offsetDistance: number;
|
|
99
|
+
dismissOnClickOutside: boolean;
|
|
100
|
+
showArrow: boolean;
|
|
101
|
+
showOverlay: boolean;
|
|
102
|
+
overlayBlur: number;
|
|
103
|
+
overlayOpacity: number;
|
|
104
|
+
animationDuration: number;
|
|
105
|
+
zIndex: number;
|
|
106
|
+
viewportPadding: number;
|
|
107
|
+
maxWidth: string;
|
|
108
|
+
maxHeight: string;
|
|
109
|
+
trigger: string;
|
|
110
|
+
hoverShowDelay: number;
|
|
111
|
+
hoverHideDelay: number;
|
|
112
|
+
popoverBackground: string;
|
|
113
|
+
popoverCornerRadius: string;
|
|
114
|
+
}>>, {
|
|
115
|
+
open: () => Promise<void>;
|
|
116
|
+
close: () => Promise<void>;
|
|
117
|
+
isVisible: import('vue').Ref<boolean, boolean>;
|
|
118
|
+
isAnimating: import('vue').Ref<boolean, boolean>;
|
|
119
|
+
updatePosition: () => Promise<void>;
|
|
120
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
121
|
+
close: () => void;
|
|
122
|
+
"update:modelValue": (value: boolean) => void;
|
|
123
|
+
open: () => void;
|
|
124
|
+
"after-enter": () => void;
|
|
125
|
+
"after-leave": () => void;
|
|
126
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PopoverProps>, {
|
|
127
|
+
placement: string;
|
|
128
|
+
offsetDistance: number;
|
|
129
|
+
dismissOnClickOutside: boolean;
|
|
130
|
+
showArrow: boolean;
|
|
131
|
+
showOverlay: boolean;
|
|
132
|
+
overlayBlur: number;
|
|
133
|
+
overlayOpacity: number;
|
|
134
|
+
animationDuration: number;
|
|
135
|
+
zIndex: number;
|
|
136
|
+
viewportPadding: number;
|
|
137
|
+
maxWidth: string;
|
|
138
|
+
maxHeight: string;
|
|
139
|
+
trigger: string;
|
|
140
|
+
hoverShowDelay: number;
|
|
141
|
+
hoverHideDelay: number;
|
|
142
|
+
popoverBackground: string;
|
|
143
|
+
popoverCornerRadius: string;
|
|
144
|
+
}>>> & Readonly<{
|
|
145
|
+
onClose?: (() => any) | undefined;
|
|
146
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
147
|
+
onOpen?: (() => any) | undefined;
|
|
148
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
149
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
150
|
+
}>, {
|
|
151
|
+
showOverlay: boolean;
|
|
152
|
+
zIndex: number;
|
|
153
|
+
placement: Placement;
|
|
154
|
+
animationDuration: number;
|
|
155
|
+
maxHeight: string;
|
|
156
|
+
maxWidth: string;
|
|
157
|
+
trigger: "click" | "hover";
|
|
158
|
+
overlayOpacity: number;
|
|
159
|
+
offsetDistance: number;
|
|
160
|
+
dismissOnClickOutside: boolean;
|
|
161
|
+
showArrow: boolean;
|
|
162
|
+
overlayBlur: number;
|
|
163
|
+
viewportPadding: number;
|
|
164
|
+
hoverShowDelay: number;
|
|
165
|
+
hoverHideDelay: number;
|
|
166
|
+
popoverBackground: string;
|
|
167
|
+
popoverCornerRadius: string;
|
|
168
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
169
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
170
|
+
export default _default;
|
|
171
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
172
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
173
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
174
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
175
|
+
} : {
|
|
176
|
+
type: import('vue').PropType<T[K]>;
|
|
177
|
+
required: true;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
type __VLS_WithDefaults<P, D> = {
|
|
181
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
182
|
+
default: D[K];
|
|
183
|
+
}> : P[K];
|
|
184
|
+
};
|
|
185
|
+
type __VLS_Prettify<T> = {
|
|
186
|
+
[K in keyof T]: T[K];
|
|
187
|
+
} & {};
|
|
188
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
189
|
+
new (): {
|
|
190
|
+
$slots: S;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
//# sourceMappingURL=Popover.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popover.vue.d.ts","sourceRoot":"","sources":["../../src/internal/Popover.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
showBackButton: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
back: (...args: any[]) => void;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
title: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
showBackButton: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{
|
|
22
|
+
onBack?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
title: string;
|
|
25
|
+
showBackButton: boolean;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
export default _default;
|
|
28
|
+
//# sourceMappingURL=Subheader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Subheader.vue.d.ts","sourceRoot":"","sources":["../../src/internal/Subheader.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAoIA,wBAgBG"}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
export interface Pane {
|
|
2
|
+
name: string;
|
|
3
|
+
background: string;
|
|
4
|
+
foreground: string;
|
|
5
|
+
component: any;
|
|
6
|
+
props: Record<string, any>;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
9
|
+
taskKey: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
panes: {
|
|
14
|
+
type: {
|
|
15
|
+
(arrayLength: number): {
|
|
16
|
+
name: string;
|
|
17
|
+
background: string;
|
|
18
|
+
foreground: string;
|
|
19
|
+
component: any;
|
|
20
|
+
props: object;
|
|
21
|
+
}[];
|
|
22
|
+
(...items: {
|
|
23
|
+
name: string;
|
|
24
|
+
background: string;
|
|
25
|
+
foreground: string;
|
|
26
|
+
component: any;
|
|
27
|
+
props: object;
|
|
28
|
+
}[]): {
|
|
29
|
+
name: string;
|
|
30
|
+
background: string;
|
|
31
|
+
foreground: string;
|
|
32
|
+
component: any;
|
|
33
|
+
props: object;
|
|
34
|
+
}[];
|
|
35
|
+
new (arrayLength: number): {
|
|
36
|
+
name: string;
|
|
37
|
+
background: string;
|
|
38
|
+
foreground: string;
|
|
39
|
+
component: any;
|
|
40
|
+
props: object;
|
|
41
|
+
}[];
|
|
42
|
+
new (...items: {
|
|
43
|
+
name: string;
|
|
44
|
+
background: string;
|
|
45
|
+
foreground: string;
|
|
46
|
+
component: any;
|
|
47
|
+
props: object;
|
|
48
|
+
}[]): {
|
|
49
|
+
name: string;
|
|
50
|
+
background: string;
|
|
51
|
+
foreground: string;
|
|
52
|
+
component: any;
|
|
53
|
+
props: object;
|
|
54
|
+
}[];
|
|
55
|
+
isArray(arg: any): arg is any[];
|
|
56
|
+
readonly prototype: any[];
|
|
57
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
58
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
59
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
60
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
61
|
+
of<T>(...items: T[]): T[];
|
|
62
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
63
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
64
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
65
|
+
};
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
maxWidth: {
|
|
69
|
+
type: NumberConstructor;
|
|
70
|
+
default: null;
|
|
71
|
+
};
|
|
72
|
+
maxHeight: {
|
|
73
|
+
type: NumberConstructor;
|
|
74
|
+
default: null;
|
|
75
|
+
};
|
|
76
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
77
|
+
taskKey: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
panes: {
|
|
82
|
+
type: {
|
|
83
|
+
(arrayLength: number): {
|
|
84
|
+
name: string;
|
|
85
|
+
background: string;
|
|
86
|
+
foreground: string;
|
|
87
|
+
component: any;
|
|
88
|
+
props: object;
|
|
89
|
+
}[];
|
|
90
|
+
(...items: {
|
|
91
|
+
name: string;
|
|
92
|
+
background: string;
|
|
93
|
+
foreground: string;
|
|
94
|
+
component: any;
|
|
95
|
+
props: object;
|
|
96
|
+
}[]): {
|
|
97
|
+
name: string;
|
|
98
|
+
background: string;
|
|
99
|
+
foreground: string;
|
|
100
|
+
component: any;
|
|
101
|
+
props: object;
|
|
102
|
+
}[];
|
|
103
|
+
new (arrayLength: number): {
|
|
104
|
+
name: string;
|
|
105
|
+
background: string;
|
|
106
|
+
foreground: string;
|
|
107
|
+
component: any;
|
|
108
|
+
props: object;
|
|
109
|
+
}[];
|
|
110
|
+
new (...items: {
|
|
111
|
+
name: string;
|
|
112
|
+
background: string;
|
|
113
|
+
foreground: string;
|
|
114
|
+
component: any;
|
|
115
|
+
props: object;
|
|
116
|
+
}[]): {
|
|
117
|
+
name: string;
|
|
118
|
+
background: string;
|
|
119
|
+
foreground: string;
|
|
120
|
+
component: any;
|
|
121
|
+
props: object;
|
|
122
|
+
}[];
|
|
123
|
+
isArray(arg: any): arg is any[];
|
|
124
|
+
readonly prototype: any[];
|
|
125
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
126
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
127
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
128
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
129
|
+
of<T>(...items: T[]): T[];
|
|
130
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
131
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
132
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
133
|
+
};
|
|
134
|
+
required: true;
|
|
135
|
+
};
|
|
136
|
+
maxWidth: {
|
|
137
|
+
type: NumberConstructor;
|
|
138
|
+
default: null;
|
|
139
|
+
};
|
|
140
|
+
maxHeight: {
|
|
141
|
+
type: NumberConstructor;
|
|
142
|
+
default: null;
|
|
143
|
+
};
|
|
144
|
+
}>> & Readonly<{}>, {
|
|
145
|
+
maxHeight: number;
|
|
146
|
+
maxWidth: number;
|
|
147
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
148
|
+
export default _default;
|
|
149
|
+
//# sourceMappingURL=TaskFlowNavigator.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskFlowNavigator.vue.d.ts","sourceRoot":"","sources":["../../src/internal/TaskFlowNavigator.vue"],"names":[],"mappings":"AAUA,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,GAAG,CAAC;IACf,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5B;;;;;;;;;sBAmMW,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;sBAJP,MAAM;4BACA,MAAM;4BACN,MAAM;2BACP,GAAG;uBACP,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhBnB,wBA6BG"}
|