narrat 2.17.0 → 2.18.0-alpha.2
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/app.vue.d.ts +78 -78
- package/dist/components/MainMenu.vue.d.ts +4 -54
- package/dist/components/SkillsWindow.vue.d.ts +28 -28
- package/dist/components/StartMenu.vue.d.ts +2 -46
- package/dist/components/achievements/achievement-tile.vue.d.ts +15 -58
- package/dist/components/achievements/achievements-section.vue.d.ts +34 -61
- package/dist/components/achievements/achievements-ui.vue.d.ts +32 -32
- package/dist/components/auto-play/AutoPlayFeedback.vue.d.ts +2 -46
- package/dist/components/debug/debug-menu.vue.d.ts +53 -53
- package/dist/components/dialog-picture.vue.d.ts +11 -11
- package/dist/components/engine-splash/engine-splash.vue.d.ts +4 -54
- package/dist/components/game-dialog.vue.d.ts +11 -65
- package/dist/components/game-splash/game-splash.vue.d.ts +2 -46
- package/dist/components/hud.vue.d.ts +20 -20
- package/dist/components/in-game.vue.d.ts +2 -46
- package/dist/components/inventory/inventory-section.vue.d.ts +34 -61
- package/dist/components/inventory/item-details.vue.d.ts +16 -76
- package/dist/components/inventory-ui.vue.d.ts +39 -39
- package/dist/components/loading-bar.vue.d.ts +10 -10
- package/dist/components/menu-buttons.vue.d.ts +2 -46
- package/dist/components/notification-toast.vue.d.ts +2 -46
- package/dist/components/quests/QuestDetails.vue.d.ts +13 -64
- package/dist/components/quests/QuestDisplay.vue.d.ts +13 -64
- package/dist/components/quests/quests-list-section.vue.d.ts +50 -75
- package/dist/components/quests-ui.vue.d.ts +22 -22
- package/dist/components/save-slots.vue.d.ts +16 -79
- package/dist/components/saves/save-slot-ui.vue.d.ts +32 -108
- package/dist/components/screen-layer.vue.d.ts +18 -80
- package/dist/components/screen-objects/screen-object.vue.d.ts +21 -68
- package/dist/components/screens.vue.d.ts +2 -46
- package/dist/components/settings/setting-widget.vue.d.ts +15 -58
- package/dist/components/settings/settings-menu.vue.d.ts +2 -46
- package/dist/components/tabs/TabsController.vue.d.ts +28 -72
- package/dist/components/tabs/tab-selector.vue.d.ts +29 -82
- package/dist/components/tooltips/tooltips-ui.vue.d.ts +2 -46
- package/dist/components/transitions/NarratTransition.vue.d.ts +32 -97
- package/dist/components/utils/__tests__/alert-modal.spec.d.ts +1 -1
- package/dist/components/utils/__tests__/floating-tooltip.spec.d.ts +1 -1
- package/dist/components/utils/alert-modal.vue.d.ts +20 -82
- package/dist/components/utils/floating-tooltip.vue.d.ts +56 -63
- package/dist/components/utils/modal-window.vue.d.ts +18 -18
- package/dist/components/utils/yes-no.vue.d.ts +30 -106
- package/dist/components/volume-controls.vue.d.ts +18 -18
- package/dist/config/achievements-config.d.ts +58 -58
- package/dist/config/audio-config.d.ts +58 -58
- package/dist/config/buttons-config.d.ts +68 -68
- package/dist/config/characters-config.d.ts +36 -36
- package/dist/config/common-config.d.ts +81 -81
- package/dist/config/config-input.d.ts +286 -286
- package/dist/config/config-output.d.ts +280 -280
- package/dist/config/items-config.d.ts +71 -71
- package/dist/config/layout-config.d.ts +27 -27
- package/dist/config/quests-config.d.ts +48 -48
- package/dist/config/screens-config.d.ts +133 -133
- package/dist/config/settings-config.d.ts +113 -113
- package/dist/config/skillchecks-config.d.ts +73 -73
- package/dist/config/skills-config.d.ts +51 -51
- package/dist/config/tooltips-config.d.ts +16 -16
- package/dist/config.d.ts +235 -235
- package/dist/constants.d.ts +11 -11
- package/dist/demo/demo.d.ts +1 -1
- package/dist/dialog-box.vue.d.ts +74 -74
- package/dist/examples/default/scripts.d.ts +2 -0
- package/dist/examples/demo/scripts.d.ts +2 -0
- package/dist/examples/empty/scripts.d.ts +2 -0
- package/dist/examples/rpg/scripts.d.ts +2 -0
- package/dist/exports/components.d.ts +2 -2
- package/dist/exports/config.d.ts +2 -2
- package/dist/exports/display.d.ts +2 -2
- package/dist/exports/events.d.ts +1 -1
- package/dist/exports/inputs.d.ts +1 -1
- package/dist/exports/others.d.ts +1 -1
- package/dist/exports/plugins.d.ts +69 -69
- package/dist/exports/stores.d.ts +17 -17
- package/dist/exports/utils.d.ts +12 -12
- package/dist/gamepad/gamepad.d.ts +1 -1
- package/dist/hmr/hmr.d.ts +4 -0
- package/dist/hooks/util-hooks.d.ts +1 -1
- package/dist/inputs/Inputs.d.ts +61 -61
- package/dist/lib.d.ts +22 -20
- package/dist/main.d.ts +9 -7
- package/dist/menu-buttons/menu-buttons.d.ts +7 -7
- package/dist/narrat.es.js +11625 -11135
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +104 -104
- package/dist/narrat.umd.js.map +1 -1
- package/dist/plugins/NarratPlugin.d.ts +12 -12
- package/dist/stores/__tests__/achievements-store.spec.d.ts +1 -1
- package/dist/stores/__tests__/notifications-store.spec.d.ts +1 -1
- package/dist/stores/achievements-store.d.ts +27 -27
- package/dist/stores/audio-store.d.ts +57 -57
- package/dist/stores/config-store.d.ts +6 -6
- package/dist/stores/dialog-store.d.ts +35 -35
- package/dist/stores/hud-stats-store.d.ts +21 -21
- package/dist/stores/inputs-store.d.ts +14 -14
- package/dist/stores/inventory-store.d.ts +40 -40
- package/dist/stores/main-store.d.ts +2056 -2004
- package/dist/stores/menu-store.d.ts +46 -46
- package/dist/stores/notification-store.d.ts +22 -22
- package/dist/stores/quest-log.d.ts +38 -38
- package/dist/stores/rendering-store.d.ts +20 -20
- package/dist/stores/screen-objects-store.d.ts +80 -80
- package/dist/stores/screens-store.d.ts +36 -36
- package/dist/stores/settings-store.d.ts +93 -93
- package/dist/stores/skills.d.ts +40 -40
- package/dist/stores/start-menu-store.d.ts +7 -7
- package/dist/stores/tooltip-store.d.ts +18 -18
- package/dist/stores/vm-store.d.ts +189 -186
- package/dist/tests/mock-config.d.ts +3 -3
- package/dist/tests/tests.setup.d.ts +1 -1
- package/dist/types/app-types.d.ts +14 -8
- package/dist/types/dialog-box-types.d.ts +11 -11
- package/dist/types/game-save.d.ts +51 -51
- package/dist/types/parser.d.ts +93 -93
- package/dist/types/state.d.ts +3 -3
- package/dist/utils/InputsListener.d.ts +9 -9
- package/dist/utils/Vector2.d.ts +49 -49
- package/dist/utils/ajax.d.ts +2 -2
- package/dist/utils/audio-loader.d.ts +10 -10
- package/dist/utils/characters.d.ts +4 -4
- package/dist/utils/data-helpers.d.ts +50 -45
- package/dist/utils/data-helpers.test.d.ts +1 -1
- package/dist/utils/debounce.d.ts +14 -14
- package/dist/utils/error-handling.d.ts +4 -4
- package/dist/utils/gameloop.d.ts +10 -10
- package/dist/utils/getWindow.d.ts +1 -1
- package/dist/utils/helpers.d.ts +6 -6
- package/dist/utils/images-loader.d.ts +7 -7
- package/dist/utils/logger.d.ts +11 -11
- package/dist/utils/object-iterators.d.ts +9 -9
- package/dist/utils/promises.d.ts +1 -1
- package/dist/utils/randomId.d.ts +1 -1
- package/dist/utils/save-helpers.d.ts +18 -18
- package/dist/utils/skillchecks.d.ts +26 -26
- package/dist/utils/skillchecks.test.d.ts +1 -1
- package/dist/utils/string-helpers.d.ts +5 -5
- package/dist/utils/time-helpers.d.ts +2 -2
- package/dist/utils/tooltip-utils.d.ts +2 -2
- package/dist/utils/transition.d.ts +21 -21
- package/dist/utils/type-utils.d.ts +2 -2
- package/dist/utils/typed-emitter.d.ts +18 -18
- package/dist/utils/viewport-utils.d.ts +3 -3
- package/dist/utils/vue-directives.d.ts +2 -2
- package/dist/vm/commands/achievements-commands.d.ts +6 -6
- package/dist/vm/commands/arithmetic-commands.d.ts +23 -23
- package/dist/vm/commands/array-commands.d.ts +42 -42
- package/dist/vm/commands/audio-commands.d.ts +19 -19
- package/dist/vm/commands/choice.d.ts +35 -35
- package/dist/vm/commands/clear_dialog.d.ts +2 -2
- package/dist/vm/commands/command-helpers.d.ts +3 -3
- package/dist/vm/commands/command-plugin.d.ts +43 -43
- package/dist/vm/commands/flow-commands.d.ts +28 -28
- package/dist/vm/commands/if.d.ts +15 -15
- package/dist/vm/commands/index.d.ts +2 -2
- package/dist/vm/commands/inventory-commands.d.ts +15 -15
- package/dist/vm/commands/logic-command.d.ts +42 -42
- package/dist/vm/commands/math-commands.d.ts +30 -30
- package/dist/vm/commands/notify.d.ts +8 -8
- package/dist/vm/commands/quest-commands.d.ts +30 -30
- package/dist/vm/commands/random-commands.d.ts +13 -13
- package/dist/vm/commands/screen-commands.d.ts +18 -18
- package/dist/vm/commands/set.d.ts +6 -6
- package/dist/vm/commands/settings-commands.d.ts +8 -8
- package/dist/vm/commands/skill-commands.d.ts +39 -39
- package/dist/vm/commands/sprite-commands.d.ts +16 -16
- package/dist/vm/commands/stats-commands.d.ts +12 -12
- package/dist/vm/commands/string-commands.d.ts +9 -9
- package/dist/vm/commands/text-field.d.ts +7 -7
- package/dist/vm/commands/text.d.ts +14 -14
- package/dist/vm/commands/time-commands.d.ts +16 -16
- package/dist/vm/commands/util-commands.d.ts +4 -4
- package/dist/vm/commands/wait.d.ts +4 -4
- package/dist/vm/vm-helpers.d.ts +20 -20
- package/dist/vm/vm-parser.d.ts +22 -20
- package/dist/vm/vm-parser.test.d.ts +1 -1
- package/dist/vm/vm.d.ts +26 -23
- package/package.json +8 -6
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { Parser } from '../../types/parser';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
3
|
-
skills: import("vue").ComputedRef<import("../../stores/skills").SkillsState>;
|
|
4
|
-
skillChecks: import("vue").ComputedRef<{
|
|
5
|
-
[key: string]: import("../../stores/skills").SkillCheckState;
|
|
6
|
-
}>;
|
|
7
|
-
}, {
|
|
8
|
-
showDebug: boolean;
|
|
9
|
-
jumping: boolean;
|
|
10
|
-
searchString: string;
|
|
11
|
-
matches: string[];
|
|
12
|
-
matchCursor: number;
|
|
13
|
-
}, {
|
|
14
|
-
labels(): string[];
|
|
15
|
-
script(): Parser.ParsedScript;
|
|
16
|
-
variables(): {
|
|
17
|
-
[key: string]: any;
|
|
18
|
-
};
|
|
19
|
-
playing: () => boolean;
|
|
20
|
-
errors: () => {
|
|
21
|
-
text: string;
|
|
22
|
-
type: "error" | "warning" | "info";
|
|
23
|
-
}[];
|
|
24
|
-
playTime: () => {
|
|
25
|
-
start: number;
|
|
26
|
-
previousPlaytime: number;
|
|
27
|
-
};
|
|
28
|
-
flowState: () => "menu" | "engine-splash" | "game-splash" | "playing";
|
|
29
|
-
data: () => import("../../stores/vm-store").DataState;
|
|
30
|
-
}, {
|
|
31
|
-
finishJumping(): void;
|
|
32
|
-
labelSelected(event: any): void;
|
|
33
|
-
close(): void;
|
|
34
|
-
closeErrors(): void;
|
|
35
|
-
open(): void;
|
|
36
|
-
toggle(): void;
|
|
37
|
-
startDebug(): void;
|
|
38
|
-
endDebug(): void;
|
|
39
|
-
jump(): void;
|
|
40
|
-
getMatchResultStyle(index: number): {
|
|
41
|
-
background: string;
|
|
42
|
-
} | undefined;
|
|
43
|
-
onSearchInput(): void;
|
|
44
|
-
save(): void;
|
|
45
|
-
resetSave(): void;
|
|
46
|
-
resetGlobalSave(): void;
|
|
47
|
-
wordCount(): void;
|
|
48
|
-
countWordsInScriptLine(scriptLine: Parser.ParsedExpression): number;
|
|
49
|
-
countWordsInString(string: string): number;
|
|
50
|
-
countWordsInScriptBranch(branch: Parser.Branch): number;
|
|
51
|
-
getPlayTimeString(): string;
|
|
52
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
53
|
-
export default _default;
|
|
1
|
+
import { Parser } from '../../types/parser';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
3
|
+
skills: import("vue").ComputedRef<import("../../stores/skills").SkillsState>;
|
|
4
|
+
skillChecks: import("vue").ComputedRef<{
|
|
5
|
+
[key: string]: import("../../stores/skills").SkillCheckState;
|
|
6
|
+
}>;
|
|
7
|
+
}, {
|
|
8
|
+
showDebug: boolean;
|
|
9
|
+
jumping: boolean;
|
|
10
|
+
searchString: string;
|
|
11
|
+
matches: string[];
|
|
12
|
+
matchCursor: number;
|
|
13
|
+
}, {
|
|
14
|
+
labels(): string[];
|
|
15
|
+
script(): Parser.ParsedScript;
|
|
16
|
+
variables(): {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
playing: () => boolean;
|
|
20
|
+
errors: () => {
|
|
21
|
+
text: string;
|
|
22
|
+
type: "error" | "warning" | "info";
|
|
23
|
+
}[];
|
|
24
|
+
playTime: () => {
|
|
25
|
+
start: number;
|
|
26
|
+
previousPlaytime: number;
|
|
27
|
+
};
|
|
28
|
+
flowState: () => "menu" | "engine-splash" | "game-splash" | "playing";
|
|
29
|
+
data: () => import("../../stores/vm-store").DataState;
|
|
30
|
+
}, {
|
|
31
|
+
finishJumping(): void;
|
|
32
|
+
labelSelected(event: any): void;
|
|
33
|
+
close(): void;
|
|
34
|
+
closeErrors(): void;
|
|
35
|
+
open(): void;
|
|
36
|
+
toggle(): void;
|
|
37
|
+
startDebug(): void;
|
|
38
|
+
endDebug(): void;
|
|
39
|
+
jump(): void;
|
|
40
|
+
getMatchResultStyle(index: number): {
|
|
41
|
+
background: string;
|
|
42
|
+
} | undefined;
|
|
43
|
+
onSearchInput(): void;
|
|
44
|
+
save(): void;
|
|
45
|
+
resetSave(): void;
|
|
46
|
+
resetGlobalSave(): void;
|
|
47
|
+
wordCount(): void;
|
|
48
|
+
countWordsInScriptLine(scriptLine: Parser.ParsedExpression): number;
|
|
49
|
+
countWordsInString(string: string): number;
|
|
50
|
+
countWordsInScriptBranch(branch: Parser.Branch): number;
|
|
51
|
+
getPlayTimeString(): string;
|
|
52
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
53
|
+
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
pictureUrl: StringConstructor;
|
|
3
|
-
}, unknown, unknown, {
|
|
4
|
-
boxStyle(): any;
|
|
5
|
-
layoutMode: () => "horizontal" | "vertical";
|
|
6
|
-
}, {
|
|
7
|
-
getAssetUrl(url: string): string;
|
|
8
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
pictureUrl: StringConstructor;
|
|
10
|
-
}>>, {}>;
|
|
11
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
pictureUrl: StringConstructor;
|
|
3
|
+
}, unknown, unknown, {
|
|
4
|
+
boxStyle(): any;
|
|
5
|
+
layoutMode: () => "horizontal" | "vertical";
|
|
6
|
+
}, {
|
|
7
|
+
getAssetUrl(url: string): string;
|
|
8
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
pictureUrl: StringConstructor;
|
|
10
|
+
}>>, {}>;
|
|
11
|
+
export default _default;
|
|
@@ -1,54 +1,4 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
6
|
-
onFinished?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
8
|
-
$attrs: {
|
|
9
|
-
[x: string]: unknown;
|
|
10
|
-
};
|
|
11
|
-
$refs: {
|
|
12
|
-
[x: string]: unknown;
|
|
13
|
-
};
|
|
14
|
-
$slots: Readonly<{
|
|
15
|
-
[name: string]: import("vue").Slot | undefined;
|
|
16
|
-
}>;
|
|
17
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
18
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
19
|
-
$emit: (event: "finished", ...args: any[]) => void;
|
|
20
|
-
$el: any;
|
|
21
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
22
|
-
onFinished?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "finished"[], string, {}, {}, string> & {
|
|
24
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
25
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
26
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
37
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
38
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
39
|
-
};
|
|
40
|
-
$forceUpdate: () => void;
|
|
41
|
-
$nextTick: typeof import("vue").nextTick;
|
|
42
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
43
|
-
} & Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
44
|
-
onFinished?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
46
|
-
__isFragment?: undefined;
|
|
47
|
-
__isTeleport?: undefined;
|
|
48
|
-
__isSuspense?: undefined;
|
|
49
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
50
|
-
onFinished?: ((...args: any[]) => any) | undefined;
|
|
51
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "finished"[], "finished", {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
52
|
-
$slots: {};
|
|
53
|
-
});
|
|
54
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "finished"[], "finished", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
|
+
onFinished?: ((...args: any[]) => any) | undefined;
|
|
3
|
+
}, {}>;
|
|
4
|
+
export default _default;
|
|
@@ -1,65 +1,11 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
$attrs: {
|
|
13
|
-
[x: string]: unknown;
|
|
14
|
-
};
|
|
15
|
-
$refs: {
|
|
16
|
-
[x: string]: unknown;
|
|
17
|
-
};
|
|
18
|
-
$slots: Readonly<{
|
|
19
|
-
[name: string]: import("vue").Slot | undefined;
|
|
20
|
-
}>;
|
|
21
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
24
|
-
$el: any;
|
|
25
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
-
layoutMode: PropType<"horizontal" | "vertical">;
|
|
27
|
-
inGame: BooleanConstructor;
|
|
28
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
29
|
-
inGame: boolean;
|
|
30
|
-
}, {}, string> & {
|
|
31
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
44
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
45
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
46
|
-
};
|
|
47
|
-
$forceUpdate: () => void;
|
|
48
|
-
$nextTick: typeof import("vue").nextTick;
|
|
49
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
50
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
-
layoutMode: PropType<"horizontal" | "vertical">;
|
|
52
|
-
inGame: BooleanConstructor;
|
|
53
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
54
|
-
__isFragment?: undefined;
|
|
55
|
-
__isTeleport?: undefined;
|
|
56
|
-
__isSuspense?: undefined;
|
|
57
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
-
layoutMode: PropType<"horizontal" | "vertical">;
|
|
59
|
-
inGame: BooleanConstructor;
|
|
60
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
61
|
-
inGame: boolean;
|
|
62
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
63
|
-
$slots: {};
|
|
64
|
-
});
|
|
65
|
-
export default _default;
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
layoutMode: PropType<"horizontal" | "vertical">;
|
|
4
|
+
inGame: BooleanConstructor;
|
|
5
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
layoutMode: PropType<"horizontal" | "vertical">;
|
|
7
|
+
inGame: BooleanConstructor;
|
|
8
|
+
}>>, {
|
|
9
|
+
inGame: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
export default _default;
|
|
@@ -1,46 +1,2 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
$: import("vue").ComponentInternalInstance;
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
6
|
-
$attrs: {
|
|
7
|
-
[x: string]: unknown;
|
|
8
|
-
};
|
|
9
|
-
$refs: {
|
|
10
|
-
[x: string]: unknown;
|
|
11
|
-
};
|
|
12
|
-
$slots: Readonly<{
|
|
13
|
-
[name: string]: import("vue").Slot | undefined;
|
|
14
|
-
}>;
|
|
15
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
16
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
17
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
18
|
-
$el: any;
|
|
19
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
20
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
21
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
22
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
23
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
24
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
25
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
26
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
33
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
34
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
35
|
-
};
|
|
36
|
-
$forceUpdate: () => void;
|
|
37
|
-
$nextTick: typeof import("vue").nextTick;
|
|
38
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
39
|
-
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
40
|
-
__isFragment?: undefined;
|
|
41
|
-
__isTeleport?: undefined;
|
|
42
|
-
__isSuspense?: undefined;
|
|
43
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
44
|
-
$slots: {};
|
|
45
|
-
});
|
|
46
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { HudStatData } from '../config/common-config';
|
|
2
|
-
import { HudStatsState } from '../stores/hud-stats-store';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {
|
|
4
|
-
statsConfig(): {
|
|
5
|
-
[key: string]: {
|
|
6
|
-
maxValue?: number | undefined;
|
|
7
|
-
minValue?: number | undefined;
|
|
8
|
-
name: string;
|
|
9
|
-
icon: string;
|
|
10
|
-
startingValue: number;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
stats(): HudStatsState;
|
|
14
|
-
hudStyle(): any;
|
|
15
|
-
layoutMode: () => "horizontal" | "vertical";
|
|
16
|
-
hudStats: () => HudStatsState;
|
|
17
|
-
}, {
|
|
18
|
-
getStatImage(key: string): string;
|
|
19
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
20
|
-
export default _default;
|
|
1
|
+
import { HudStatData } from '../config/common-config';
|
|
2
|
+
import { HudStatsState } from '../stores/hud-stats-store';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {
|
|
4
|
+
statsConfig(): {
|
|
5
|
+
[key: string]: {
|
|
6
|
+
maxValue?: number | undefined;
|
|
7
|
+
minValue?: number | undefined;
|
|
8
|
+
name: string;
|
|
9
|
+
icon: string;
|
|
10
|
+
startingValue: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
stats(): HudStatsState;
|
|
14
|
+
hudStyle(): any;
|
|
15
|
+
layoutMode: () => "horizontal" | "vertical";
|
|
16
|
+
hudStats: () => HudStatsState;
|
|
17
|
+
}, {
|
|
18
|
+
getStatImage(key: string): string;
|
|
19
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
20
|
+
export default _default;
|
|
@@ -1,46 +1,2 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
$: import("vue").ComponentInternalInstance;
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
6
|
-
$attrs: {
|
|
7
|
-
[x: string]: unknown;
|
|
8
|
-
};
|
|
9
|
-
$refs: {
|
|
10
|
-
[x: string]: unknown;
|
|
11
|
-
};
|
|
12
|
-
$slots: Readonly<{
|
|
13
|
-
[name: string]: import("vue").Slot | undefined;
|
|
14
|
-
}>;
|
|
15
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
16
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
17
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
18
|
-
$el: any;
|
|
19
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
20
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
21
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
22
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
23
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
24
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
25
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
26
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
33
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
34
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
35
|
-
};
|
|
36
|
-
$forceUpdate: () => void;
|
|
37
|
-
$nextTick: typeof import("vue").nextTick;
|
|
38
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
39
|
-
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
40
|
-
__isFragment?: undefined;
|
|
41
|
-
__isTeleport?: undefined;
|
|
42
|
-
__isSuspense?: undefined;
|
|
43
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
44
|
-
$slots: {};
|
|
45
|
-
});
|
|
46
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -1,61 +1,34 @@
|
|
|
1
|
-
import { ItemState } from '../../stores/inventory-store';
|
|
2
|
-
export interface InventorySectionProps {
|
|
3
|
-
items: ItemState[];
|
|
4
|
-
title: string;
|
|
5
|
-
id: string;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
39
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
40
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
41
|
-
};
|
|
42
|
-
$forceUpdate: () => void;
|
|
43
|
-
$nextTick: typeof import("vue").nextTick;
|
|
44
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
45
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InventorySectionProps>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
46
|
-
__isFragment?: undefined;
|
|
47
|
-
__isTeleport?: undefined;
|
|
48
|
-
__isSuspense?: undefined;
|
|
49
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<InventorySectionProps>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
50
|
-
$slots: {};
|
|
51
|
-
});
|
|
52
|
-
export default _default;
|
|
53
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
55
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
-
} : {
|
|
58
|
-
type: import('vue').PropType<T[K]>;
|
|
59
|
-
required: true;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
1
|
+
import { ItemState } from '../../stores/inventory-store';
|
|
2
|
+
export interface InventorySectionProps {
|
|
3
|
+
items: ItemState[];
|
|
4
|
+
title: string;
|
|
5
|
+
id: string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import("vue").DefineComponent<{
|
|
8
|
+
items: {
|
|
9
|
+
type: import("vue").PropType<ItemState[]>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
title: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
id: {
|
|
17
|
+
type: import("vue").PropType<string>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
items: {
|
|
22
|
+
type: import("vue").PropType<ItemState[]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
title: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
id: {
|
|
30
|
+
type: import("vue").PropType<string>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
}>>, {}>;
|
|
34
|
+
export default _default;
|
|
@@ -1,76 +1,16 @@
|
|
|
1
|
-
import { ItemState } from '../../stores/inventory-store';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
};
|
|
18
|
-
$slots: Readonly<{
|
|
19
|
-
[name: string]: import("vue").Slot | undefined;
|
|
20
|
-
}>;
|
|
21
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$emit: (event: "use" | "close", ...args: any[]) => void;
|
|
24
|
-
$el: any;
|
|
25
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
26
|
-
item: ItemState;
|
|
27
|
-
}>>> & {
|
|
28
|
-
onUse?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("use" | "close")[], string, {}, {}, string> & {
|
|
31
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
44
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
45
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
46
|
-
};
|
|
47
|
-
$forceUpdate: () => void;
|
|
48
|
-
$nextTick: typeof import("vue").nextTick;
|
|
49
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
50
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
51
|
-
item: ItemState;
|
|
52
|
-
}>>> & {
|
|
53
|
-
onUse?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
56
|
-
__isFragment?: undefined;
|
|
57
|
-
__isTeleport?: undefined;
|
|
58
|
-
__isSuspense?: undefined;
|
|
59
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
60
|
-
item: ItemState;
|
|
61
|
-
}>>> & {
|
|
62
|
-
onUse?: ((...args: any[]) => any) | undefined;
|
|
63
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("use" | "close")[], "use" | "close", {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
65
|
-
$slots: {};
|
|
66
|
-
});
|
|
67
|
-
export default _default;
|
|
68
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
69
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
70
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
71
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
72
|
-
} : {
|
|
73
|
-
type: import('vue').PropType<T[K]>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
1
|
+
import { ItemState } from '../../stores/inventory-store';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<ItemState>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "use")[], "close" | "use", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<ItemState>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>> & {
|
|
13
|
+
onUse?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {}>;
|
|
16
|
+
export default _default;
|