narrat 3.2.3 → 3.2.5
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 +1 -1
- package/dist/components/MainMenu.vue.d.ts +1 -1
- package/dist/components/SkillsWindow.vue.d.ts +1 -1
- package/dist/components/StartMenu.vue.d.ts +1 -1
- package/dist/components/achievements/achievement-tile.vue.d.ts +1 -1
- package/dist/components/achievements/achievements-section.vue.d.ts +1 -1
- package/dist/components/achievements/achievements-ui.vue.d.ts +1 -1
- package/dist/components/auto-play/AutoPlayFeedback.vue.d.ts +1 -1
- package/dist/components/debug/debug-menu.vue.d.ts +1 -1
- package/dist/components/dialog-picture.vue.d.ts +1 -1
- package/dist/components/engine-splash/engine-splash.vue.d.ts +1 -1
- package/dist/components/game-dialog.vue.d.ts +1 -1
- package/dist/components/game-splash/game-splash.vue.d.ts +1 -1
- package/dist/components/hud.vue.d.ts +1 -1
- package/dist/components/in-game.vue.d.ts +1 -1
- package/dist/components/inventory/inventory-section.vue.d.ts +1 -1
- package/dist/components/inventory/item-details.vue.d.ts +1 -1
- package/dist/components/inventory-ui.vue.d.ts +1 -1
- package/dist/components/loading-bar.vue.d.ts +1 -1
- package/dist/components/menu-buttons.vue.d.ts +1 -1
- package/dist/components/notification-toast.vue.d.ts +1 -1
- package/dist/components/quests/QuestDetails.vue.d.ts +1 -1
- package/dist/components/quests/QuestDisplay.vue.d.ts +1 -1
- package/dist/components/quests/quests-list-section.vue.d.ts +1 -1
- package/dist/components/quests-ui.vue.d.ts +1 -1
- package/dist/components/save-slots.vue.d.ts +1 -1
- package/dist/components/saves/save-slot-ui.vue.d.ts +1 -1
- package/dist/components/screen-layer.vue.d.ts +1 -1
- package/dist/components/screen-objects/screen-object.vue.d.ts +1 -1
- package/dist/components/screens.vue.d.ts +1 -1
- package/dist/components/settings/setting-widget.vue.d.ts +1 -1
- package/dist/components/settings/settings-menu.vue.d.ts +1 -1
- package/dist/components/tabs/TabsController.vue.d.ts +1 -1
- package/dist/components/tabs/tab-selector.vue.d.ts +1 -1
- package/dist/components/tooltips/tooltips-ui.vue.d.ts +1 -1
- package/dist/components/transitions/NarratTransition.vue.d.ts +1 -1
- package/dist/components/utils/alert-modal.vue.d.ts +1 -1
- package/dist/components/utils/floating-tooltip.vue.d.ts +1 -1
- package/dist/components/utils/modal-window.vue.d.ts +1 -1
- package/dist/components/utils/yes-no.vue.d.ts +1 -1
- package/dist/components/volume-controls.vue.d.ts +1 -1
- package/dist/config/characters-config.d.ts +0 -2
- package/dist/config/config-input.d.ts +0 -2
- package/dist/config/config-output.d.ts +8 -10
- package/dist/config.d.ts +9 -11
- package/dist/constants.d.ts +0 -3
- package/dist/dialog-box.vue.d.ts +1 -1
- package/dist/narrat.es.js +18148 -19264
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +122 -122
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/config-store.d.ts +1 -10
- package/dist/vm/commands/util-commands.d.ts +0 -6
- package/package.json +3 -3
package/dist/app.vue.d.ts
CHANGED
|
@@ -74,5 +74,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
updateScreenSize(): void;
|
|
75
75
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
76
|
options: PropType<AppOptions>;
|
|
77
|
-
}>>, {}
|
|
77
|
+
}>>, {}>;
|
|
78
78
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
2
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3
|
-
}, {}
|
|
3
|
+
}, {}>;
|
|
4
4
|
export default _default;
|
|
@@ -24,5 +24,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
24
24
|
xpBarWidth(xp: number): {
|
|
25
25
|
width: string;
|
|
26
26
|
};
|
|
27
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}
|
|
27
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
28
28
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -28,5 +28,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
28
28
|
closeAchievement(): void;
|
|
29
29
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
30
30
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}, {}
|
|
31
|
+
}, {}>;
|
|
32
32
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -49,5 +49,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
49
49
|
countWordsInString(string: string): number;
|
|
50
50
|
countWordsInScriptBranch(branch: Parser.Branch): number;
|
|
51
51
|
getPlayTimeString(): string;
|
|
52
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}
|
|
52
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
53
53
|
export default _default;
|
|
@@ -7,5 +7,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
getAssetUrl(url: string): string;
|
|
8
8
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
9
|
pictureUrl: StringConstructor;
|
|
10
|
-
}>>, {}
|
|
10
|
+
}>>, {}>;
|
|
11
11
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
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
2
|
onFinished?: ((...args: any[]) => any) | undefined;
|
|
3
|
-
}, {}
|
|
3
|
+
}, {}>;
|
|
4
4
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -16,5 +16,5 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {
|
|
|
16
16
|
hudStats: () => HudStatsState;
|
|
17
17
|
}, {
|
|
18
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<{}>>, {}
|
|
19
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
20
20
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -35,5 +35,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
35
35
|
useItem(): void;
|
|
36
36
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
37
37
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
38
|
-
}, {}
|
|
38
|
+
}, {}>;
|
|
39
39
|
export default _default;
|
|
@@ -6,5 +6,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
percentage: NumberConstructor;
|
|
8
8
|
step: StringConstructor;
|
|
9
|
-
}>>, {}
|
|
9
|
+
}>>, {}>;
|
|
10
10
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -18,5 +18,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
18
18
|
questsUiClass(): "quests-ui-horizontal" | "quests-ui-vertical";
|
|
19
19
|
}, {
|
|
20
20
|
clickOnQuest(quest: QuestState): void;
|
|
21
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}
|
|
21
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
22
22
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
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<{}>>, {}
|
|
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
2
|
export default _default;
|
|
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
20
20
|
delay: NumberConstructor;
|
|
21
21
|
}>> & {
|
|
22
22
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
}, {}
|
|
23
|
+
}, {}>, {
|
|
24
24
|
oldElement?(_: {}): any;
|
|
25
25
|
newElement?(_: {}): any;
|
|
26
26
|
}>;
|
|
@@ -14,5 +14,5 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
14
14
|
}, {}, {
|
|
15
15
|
changeVolume(mode: 'master' | AudioModeKey, event: Event): void;
|
|
16
16
|
toggleMute(): void;
|
|
17
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}
|
|
17
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
18
18
|
export default _default;
|
|
@@ -20,8 +20,6 @@ export type CharacterConfig = Static<typeof CharacterConfigSchema>;
|
|
|
20
20
|
export declare const CharactersFilesConfigSchema: import("@sinclair/typebox").TObject<{
|
|
21
21
|
config: import("@sinclair/typebox").TObject<{
|
|
22
22
|
imagesPath: import("@sinclair/typebox").TString;
|
|
23
|
-
playerCharacter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
24
|
-
gameCharacter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
25
23
|
}>;
|
|
26
24
|
characters: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
|
|
27
25
|
sprites: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TString>>;
|
|
@@ -270,8 +270,6 @@ export declare const ConfigInputSchema: import("@sinclair/typebox").TObject<{
|
|
|
270
270
|
characters: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
|
|
271
271
|
config: import("@sinclair/typebox").TObject<{
|
|
272
272
|
imagesPath: import("@sinclair/typebox").TString;
|
|
273
|
-
playerCharacter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
274
|
-
gameCharacter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
275
273
|
}>;
|
|
276
274
|
characters: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TObject<{
|
|
277
275
|
sprites: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TString>>;
|
|
@@ -92,14 +92,14 @@ export declare const defaultConfig: {
|
|
|
92
92
|
screens: Record<string, {
|
|
93
93
|
buttons?: (string | ({
|
|
94
94
|
text?: string | undefined;
|
|
95
|
-
cssClass?: string | undefined;
|
|
96
|
-
action?: string | undefined;
|
|
97
|
-
tag?: string | undefined;
|
|
98
|
-
background?: string | undefined;
|
|
99
95
|
anchor?: {
|
|
100
96
|
x: number;
|
|
101
97
|
y: number;
|
|
102
98
|
} | undefined;
|
|
99
|
+
cssClass?: string | undefined;
|
|
100
|
+
action?: string | undefined;
|
|
101
|
+
tag?: string | undefined;
|
|
102
|
+
background?: string | undefined;
|
|
103
103
|
actionType?: string | undefined;
|
|
104
104
|
scriptClickable?: boolean | undefined;
|
|
105
105
|
enabled: boolean;
|
|
@@ -119,14 +119,14 @@ export declare const defaultConfig: {
|
|
|
119
119
|
clickableDuringScriptsByDefault?: boolean | undefined;
|
|
120
120
|
buttons: Record<string, {
|
|
121
121
|
text?: string | undefined;
|
|
122
|
-
cssClass?: string | undefined;
|
|
123
|
-
action?: string | undefined;
|
|
124
|
-
tag?: string | undefined;
|
|
125
|
-
background?: string | undefined;
|
|
126
122
|
anchor?: {
|
|
127
123
|
x: number;
|
|
128
124
|
y: number;
|
|
129
125
|
} | undefined;
|
|
126
|
+
cssClass?: string | undefined;
|
|
127
|
+
action?: string | undefined;
|
|
128
|
+
tag?: string | undefined;
|
|
129
|
+
background?: string | undefined;
|
|
130
130
|
actionType?: string | undefined;
|
|
131
131
|
scriptClickable?: boolean | undefined;
|
|
132
132
|
enabled: boolean;
|
|
@@ -263,8 +263,6 @@ export declare const defaultConfig: {
|
|
|
263
263
|
};
|
|
264
264
|
characters: {
|
|
265
265
|
config: {
|
|
266
|
-
playerCharacter?: string | undefined;
|
|
267
|
-
gameCharacter?: string | undefined;
|
|
268
266
|
imagesPath: string;
|
|
269
267
|
};
|
|
270
268
|
characters: Record<string, {
|
package/dist/config.d.ts
CHANGED
|
@@ -80,14 +80,14 @@ export declare function screensConfig(): {
|
|
|
80
80
|
screens: Record<string, {
|
|
81
81
|
buttons?: (string | ({
|
|
82
82
|
text?: string | undefined;
|
|
83
|
-
cssClass?: string | undefined;
|
|
84
|
-
action?: string | undefined;
|
|
85
|
-
tag?: string | undefined;
|
|
86
|
-
background?: string | undefined;
|
|
87
83
|
anchor?: {
|
|
88
84
|
x: number;
|
|
89
85
|
y: number;
|
|
90
86
|
} | undefined;
|
|
87
|
+
cssClass?: string | undefined;
|
|
88
|
+
action?: string | undefined;
|
|
89
|
+
tag?: string | undefined;
|
|
90
|
+
background?: string | undefined;
|
|
91
91
|
actionType?: string | undefined;
|
|
92
92
|
scriptClickable?: boolean | undefined;
|
|
93
93
|
enabled: boolean;
|
|
@@ -107,14 +107,14 @@ export declare function buttonsConfig(): {
|
|
|
107
107
|
clickableDuringScriptsByDefault?: boolean | undefined;
|
|
108
108
|
buttons: Record<string, {
|
|
109
109
|
text?: string | undefined;
|
|
110
|
-
cssClass?: string | undefined;
|
|
111
|
-
action?: string | undefined;
|
|
112
|
-
tag?: string | undefined;
|
|
113
|
-
background?: string | undefined;
|
|
114
110
|
anchor?: {
|
|
115
111
|
x: number;
|
|
116
112
|
y: number;
|
|
117
113
|
} | undefined;
|
|
114
|
+
cssClass?: string | undefined;
|
|
115
|
+
action?: string | undefined;
|
|
116
|
+
tag?: string | undefined;
|
|
117
|
+
background?: string | undefined;
|
|
118
118
|
actionType?: string | undefined;
|
|
119
119
|
scriptClickable?: boolean | undefined;
|
|
120
120
|
enabled: boolean;
|
|
@@ -141,8 +141,6 @@ export declare function tooltipsConfig(): {
|
|
|
141
141
|
};
|
|
142
142
|
export declare function charactersConfig(): {
|
|
143
143
|
config: {
|
|
144
|
-
playerCharacter?: string | undefined;
|
|
145
|
-
gameCharacter?: string | undefined;
|
|
146
144
|
imagesPath: string;
|
|
147
145
|
};
|
|
148
146
|
characters: Record<string, {
|
|
@@ -156,7 +154,6 @@ export declare function charactersConfig(): {
|
|
|
156
154
|
name: string;
|
|
157
155
|
}>;
|
|
158
156
|
};
|
|
159
|
-
export declare function getScreenConfig(screen: string): ScreenConfig;
|
|
160
157
|
export declare function getTooltipConfig(keyword: string): {
|
|
161
158
|
title: string;
|
|
162
159
|
description: string;
|
|
@@ -182,6 +179,7 @@ export declare function getAssetUrl(assetPath: string): string;
|
|
|
182
179
|
export declare function getSplitConfigUrl(basePath: string, url: string): string;
|
|
183
180
|
export declare function getDataUrl(dataPath: string): string;
|
|
184
181
|
export declare function getButtonConfig(button: string): ButtonConfig;
|
|
182
|
+
export declare function getScreenConfig(screen: string): ScreenConfig;
|
|
185
183
|
export declare function getItemConfig(id: string): {
|
|
186
184
|
category?: string | undefined;
|
|
187
185
|
onUse?: {
|
package/dist/constants.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ScreenConfig } from './config/screens-config';
|
|
2
1
|
export declare const PRE_SIGNAL = "###_--_~=:;";
|
|
3
2
|
export declare const JUMP_SIGNAL = "###_--_~=:;_JUMP";
|
|
4
3
|
export declare const RETURN_SIGNAL = "###_--_~=:;_RETURN";
|
|
@@ -10,5 +9,3 @@ export declare const VERSION: string;
|
|
|
10
9
|
export declare const BUILD_DATE: Date;
|
|
11
10
|
export declare const DEFAULT_DIALOG_WIDTH = 400;
|
|
12
11
|
export declare const DEFAULT_TEXT_SPEED = 20;
|
|
13
|
-
export declare const EMPTY_SCREEN = "@empty";
|
|
14
|
-
export declare const defaultScreenConfig: ScreenConfig;
|
package/dist/dialog-box.vue.d.ts
CHANGED