@drincs/pixi-vn 0.4.8 → 0.4.10
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/classes/CharacterBaseModel.js.map +1 -1
- package/dist/classes/CharacterBaseModel.mjs.map +1 -1
- package/dist/classes/ChoiceMenuOptionLabel.d.mts +1 -2
- package/dist/classes/ChoiceMenuOptionLabel.d.ts +1 -2
- package/dist/classes/Label.d.mts +3 -4
- package/dist/classes/Label.d.ts +3 -4
- package/dist/classes/Label.js.map +1 -1
- package/dist/classes/Label.mjs.map +1 -1
- package/dist/classes/StoredClassModel.js.map +1 -1
- package/dist/classes/StoredClassModel.mjs.map +1 -1
- package/dist/classes/index.d.mts +1 -2
- package/dist/classes/index.d.ts +1 -2
- package/dist/classes/index.js.map +1 -1
- package/dist/classes/index.mjs.map +1 -1
- package/dist/classes/ticker/TickerFadeAlpha.js.map +1 -1
- package/dist/classes/ticker/TickerFadeAlpha.mjs.map +1 -1
- package/dist/classes/ticker/TickerMove.js.map +1 -1
- package/dist/classes/ticker/TickerMove.mjs.map +1 -1
- package/dist/classes/ticker/TickerRotate.js.map +1 -1
- package/dist/classes/ticker/TickerRotate.mjs.map +1 -1
- package/dist/classes/ticker/index.js.map +1 -1
- package/dist/classes/ticker/index.mjs.map +1 -1
- package/dist/decorators/LabelDecorator.d.mts +1 -2
- package/dist/decorators/LabelDecorator.d.ts +1 -2
- package/dist/decorators/index.d.mts +1 -2
- package/dist/decorators/index.d.ts +1 -2
- package/dist/functions/DialogueUtility.d.mts +1 -2
- package/dist/functions/DialogueUtility.d.ts +1 -2
- package/dist/functions/DialogueUtility.js.map +1 -1
- package/dist/functions/DialogueUtility.mjs.map +1 -1
- package/dist/functions/FlagsUtility.js.map +1 -1
- package/dist/functions/FlagsUtility.mjs.map +1 -1
- package/dist/functions/GameUtility.js.map +1 -1
- package/dist/functions/GameUtility.mjs.map +1 -1
- package/dist/functions/ImageUtility.js.map +1 -1
- package/dist/functions/ImageUtility.mjs.map +1 -1
- package/dist/functions/SavesUtility.d.mts +1 -2
- package/dist/functions/SavesUtility.d.ts +1 -2
- package/dist/functions/SavesUtility.js.map +1 -1
- package/dist/functions/SavesUtility.mjs.map +1 -1
- package/dist/functions/StepLabelUtility.d.mts +2 -3
- package/dist/functions/StepLabelUtility.d.ts +2 -3
- package/dist/functions/StepLabelUtility.js.map +1 -1
- package/dist/functions/StepLabelUtility.mjs.map +1 -1
- package/dist/functions/index.d.mts +1 -2
- package/dist/functions/index.d.ts +1 -2
- package/dist/functions/index.js.map +1 -1
- package/dist/functions/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/interface/IDialogueHistory.d.mts +1 -2
- package/dist/interface/IDialogueHistory.d.ts +1 -2
- package/dist/interface/IHistoryStep.d.mts +1 -2
- package/dist/interface/IHistoryStep.d.ts +1 -2
- package/dist/interface/ISaveData.d.mts +1 -2
- package/dist/interface/ISaveData.d.ts +1 -2
- package/dist/interface/export/ExportedStep.d.mts +1 -2
- package/dist/interface/export/ExportedStep.d.ts +1 -2
- package/dist/interface/export/index.d.mts +1 -2
- package/dist/interface/export/index.d.ts +1 -2
- package/dist/interface/index.d.mts +1 -2
- package/dist/interface/index.d.ts +1 -2
- package/dist/managers/StepManager.d.mts +3 -4
- package/dist/managers/StepManager.d.ts +3 -4
- package/dist/managers/StepManager.js.map +1 -1
- package/dist/managers/StepManager.mjs.map +1 -1
- package/dist/managers/index.d.mts +1 -2
- package/dist/managers/index.d.ts +1 -2
- package/dist/managers/index.js.map +1 -1
- package/dist/managers/index.mjs.map +1 -1
- package/dist/override/StepLabelProps.d.mts +2 -1
- package/dist/override/StepLabelProps.d.ts +2 -1
- package/dist/override/StepLabelResult.d.mts +2 -1
- package/dist/override/StepLabelResult.d.ts +2 -1
- package/dist/types/ChoiceMenuOptionsType.d.mts +1 -2
- package/dist/types/ChoiceMenuOptionsType.d.ts +1 -2
- package/dist/types/StepLabelType.d.mts +3 -4
- package/dist/types/StepLabelType.d.ts +3 -4
- package/dist/types/index.d.mts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/package.json +2 -2
|
@@ -5,8 +5,7 @@ import '../types/LabelIdType.mjs';
|
|
|
5
5
|
import '../classes/Label.mjs';
|
|
6
6
|
import '../types/StepHistoryDataType.mjs';
|
|
7
7
|
import '../types/StepLabelType.mjs';
|
|
8
|
-
import '
|
|
9
|
-
import '../override/StepLabelResult.mjs';
|
|
8
|
+
import '@drincs/pixi-vn/dist/override';
|
|
10
9
|
import '../classes/CharacterBaseModel.mjs';
|
|
11
10
|
import '../classes/StoredClassModel.mjs';
|
|
12
11
|
import '../types/StorageElementType.mjs';
|
|
@@ -5,8 +5,7 @@ import '../types/LabelIdType.js';
|
|
|
5
5
|
import '../classes/Label.js';
|
|
6
6
|
import '../types/StepHistoryDataType.js';
|
|
7
7
|
import '../types/StepLabelType.js';
|
|
8
|
-
import '
|
|
9
|
-
import '../override/StepLabelResult.js';
|
|
8
|
+
import '@drincs/pixi-vn/dist/override';
|
|
10
9
|
import '../classes/CharacterBaseModel.js';
|
|
11
10
|
import '../classes/StoredClassModel.js';
|
|
12
11
|
import '../types/StorageElementType.js';
|
|
@@ -9,8 +9,7 @@ import IOpenedLabel from './IOpenedLabel.mjs';
|
|
|
9
9
|
import '../enums/LabelRunModeEnum.mjs';
|
|
10
10
|
import '../classes/Label.mjs';
|
|
11
11
|
import '../types/StepLabelType.mjs';
|
|
12
|
-
import '
|
|
13
|
-
import '../override/StepLabelResult.mjs';
|
|
12
|
+
import '@drincs/pixi-vn/dist/override';
|
|
14
13
|
import '../classes/CharacterBaseModel.mjs';
|
|
15
14
|
import '../classes/StoredClassModel.mjs';
|
|
16
15
|
import '../types/StorageElementType.mjs';
|
|
@@ -9,8 +9,7 @@ import IOpenedLabel from './IOpenedLabel.js';
|
|
|
9
9
|
import '../enums/LabelRunModeEnum.js';
|
|
10
10
|
import '../classes/Label.js';
|
|
11
11
|
import '../types/StepLabelType.js';
|
|
12
|
-
import '
|
|
13
|
-
import '../override/StepLabelResult.js';
|
|
12
|
+
import '@drincs/pixi-vn/dist/override';
|
|
14
13
|
import '../classes/CharacterBaseModel.js';
|
|
15
14
|
import '../classes/StoredClassModel.js';
|
|
16
15
|
import '../types/StorageElementType.js';
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../classes/Label.mjs';
|
|
16
16
|
import '../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../classes/DialogueBaseModel.mjs';
|
|
21
20
|
import '../classes/CharacterBaseModel.mjs';
|
|
22
21
|
import '../classes/StoredClassModel.mjs';
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.js';
|
|
|
15
15
|
import '../classes/Label.js';
|
|
16
16
|
import '../types/StepHistoryDataType.js';
|
|
17
17
|
import '../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../classes/DialogueBaseModel.js';
|
|
21
20
|
import '../classes/CharacterBaseModel.js';
|
|
22
21
|
import '../classes/StoredClassModel.js';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../../classes/Label.mjs';
|
|
16
16
|
import '../../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.mjs';
|
|
21
20
|
import '../../classes/CharacterBaseModel.mjs';
|
|
22
21
|
import '../../classes/StoredClassModel.mjs';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.js';
|
|
|
15
15
|
import '../../classes/Label.js';
|
|
16
16
|
import '../../types/StepHistoryDataType.js';
|
|
17
17
|
import '../../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.js';
|
|
21
20
|
import '../../classes/CharacterBaseModel.js';
|
|
22
21
|
import '../../classes/StoredClassModel.js';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../../classes/Label.mjs';
|
|
16
16
|
import '../../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.mjs';
|
|
21
20
|
import '../../classes/CharacterBaseModel.mjs';
|
|
22
21
|
import '../../classes/StoredClassModel.mjs';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.js';
|
|
|
15
15
|
import '../../classes/Label.js';
|
|
16
16
|
import '../../types/StepHistoryDataType.js';
|
|
17
17
|
import '../../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.js';
|
|
21
20
|
import '../../classes/CharacterBaseModel.js';
|
|
22
21
|
import '../../classes/StoredClassModel.js';
|
|
@@ -14,8 +14,7 @@ import '../types/LabelIdType.mjs';
|
|
|
14
14
|
import '../classes/Label.mjs';
|
|
15
15
|
import '../types/StepHistoryDataType.mjs';
|
|
16
16
|
import '../types/StepLabelType.mjs';
|
|
17
|
-
import '
|
|
18
|
-
import '../override/StepLabelResult.mjs';
|
|
17
|
+
import '@drincs/pixi-vn/dist/override';
|
|
19
18
|
import '../classes/DialogueBaseModel.mjs';
|
|
20
19
|
import '../classes/CharacterBaseModel.mjs';
|
|
21
20
|
import '../classes/StoredClassModel.mjs';
|
|
@@ -14,8 +14,7 @@ import '../types/LabelIdType.js';
|
|
|
14
14
|
import '../classes/Label.js';
|
|
15
15
|
import '../types/StepHistoryDataType.js';
|
|
16
16
|
import '../types/StepLabelType.js';
|
|
17
|
-
import '
|
|
18
|
-
import '../override/StepLabelResult.js';
|
|
17
|
+
import '@drincs/pixi-vn/dist/override';
|
|
19
18
|
import '../classes/DialogueBaseModel.js';
|
|
20
19
|
import '../classes/CharacterBaseModel.js';
|
|
21
20
|
import '../classes/StoredClassModel.js';
|
|
@@ -7,8 +7,7 @@ import IOpenedLabel from '../interface/IOpenedLabel.mjs';
|
|
|
7
7
|
import { StepLabelPropsType, StepLabelResultType } from '../types/StepLabelType.mjs';
|
|
8
8
|
import '../classes/StoredClassModel.mjs';
|
|
9
9
|
import '../types/StepHistoryDataType.mjs';
|
|
10
|
-
import '
|
|
11
|
-
import '../override/StepLabelResult.mjs';
|
|
10
|
+
import '@drincs/pixi-vn/dist/override';
|
|
12
11
|
import '../types/StorageElementType.mjs';
|
|
13
12
|
import '../interface/export/ExportedCanvas.mjs';
|
|
14
13
|
import '../interface/canvas/ICanvasBaseMemory.mjs';
|
|
@@ -138,7 +137,7 @@ declare class GameStepManager {
|
|
|
138
137
|
* })
|
|
139
138
|
* ```
|
|
140
139
|
*/
|
|
141
|
-
static callLabel(label: typeof Label | Label
|
|
140
|
+
static callLabel<T extends {}>(label: typeof Label<T> | Label<T>, props?: StepLabelPropsType<T>): Promise<StepLabelResultType>;
|
|
142
141
|
/**
|
|
143
142
|
* Execute the label, close all labels and add them to the history.
|
|
144
143
|
* Is a jump function in Ren'Py.
|
|
@@ -161,7 +160,7 @@ declare class GameStepManager {
|
|
|
161
160
|
* })
|
|
162
161
|
* ```
|
|
163
162
|
*/
|
|
164
|
-
static jumpLabel(label: typeof Label | Label
|
|
163
|
+
static jumpLabel<T extends {}>(label: typeof Label<T> | Label<T>, props?: StepLabelPropsType<T>): Promise<StepLabelResultType>;
|
|
165
164
|
/**
|
|
166
165
|
* Go back to the last step and add it to the history.
|
|
167
166
|
* @param navigate The navigate function.
|
|
@@ -7,8 +7,7 @@ import IOpenedLabel from '../interface/IOpenedLabel.js';
|
|
|
7
7
|
import { StepLabelPropsType, StepLabelResultType } from '../types/StepLabelType.js';
|
|
8
8
|
import '../classes/StoredClassModel.js';
|
|
9
9
|
import '../types/StepHistoryDataType.js';
|
|
10
|
-
import '
|
|
11
|
-
import '../override/StepLabelResult.js';
|
|
10
|
+
import '@drincs/pixi-vn/dist/override';
|
|
12
11
|
import '../types/StorageElementType.js';
|
|
13
12
|
import '../interface/export/ExportedCanvas.js';
|
|
14
13
|
import '../interface/canvas/ICanvasBaseMemory.js';
|
|
@@ -138,7 +137,7 @@ declare class GameStepManager {
|
|
|
138
137
|
* })
|
|
139
138
|
* ```
|
|
140
139
|
*/
|
|
141
|
-
static callLabel(label: typeof Label | Label
|
|
140
|
+
static callLabel<T extends {}>(label: typeof Label<T> | Label<T>, props?: StepLabelPropsType<T>): Promise<StepLabelResultType>;
|
|
142
141
|
/**
|
|
143
142
|
* Execute the label, close all labels and add them to the history.
|
|
144
143
|
* Is a jump function in Ren'Py.
|
|
@@ -161,7 +160,7 @@ declare class GameStepManager {
|
|
|
161
160
|
* })
|
|
162
161
|
* ```
|
|
163
162
|
*/
|
|
164
|
-
static jumpLabel(label: typeof Label | Label
|
|
163
|
+
static jumpLabel<T extends {}>(label: typeof Label<T> | Label<T>, props?: StepLabelPropsType<T>): Promise<StepLabelResultType>;
|
|
165
164
|
/**
|
|
166
165
|
* Go back to the last step and add it to the history.
|
|
167
166
|
* @param navigate The navigate function.
|