@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
|
@@ -2,8 +2,7 @@ import { LabelIdType } from '../types/LabelIdType.mjs';
|
|
|
2
2
|
import Label from '../classes/Label.mjs';
|
|
3
3
|
import '../types/StepHistoryDataType.mjs';
|
|
4
4
|
import '../types/StepLabelType.mjs';
|
|
5
|
-
import '
|
|
6
|
-
import '../override/StepLabelResult.mjs';
|
|
5
|
+
import '@drincs/pixi-vn/dist/override';
|
|
7
6
|
|
|
8
7
|
declare const registeredLabels: {
|
|
9
8
|
[key: LabelIdType]: typeof Label;
|
|
@@ -2,8 +2,7 @@ import { LabelIdType } from '../types/LabelIdType.js';
|
|
|
2
2
|
import Label from '../classes/Label.js';
|
|
3
3
|
import '../types/StepHistoryDataType.js';
|
|
4
4
|
import '../types/StepLabelType.js';
|
|
5
|
-
import '
|
|
6
|
-
import '../override/StepLabelResult.js';
|
|
5
|
+
import '@drincs/pixi-vn/dist/override';
|
|
7
6
|
|
|
8
7
|
declare const registeredLabels: {
|
|
9
8
|
[key: LabelIdType]: typeof Label;
|
|
@@ -16,8 +16,7 @@ import '../types/LabelIdType.mjs';
|
|
|
16
16
|
import '../classes/Label.mjs';
|
|
17
17
|
import '../types/StepHistoryDataType.mjs';
|
|
18
18
|
import '../types/StepLabelType.mjs';
|
|
19
|
-
import '
|
|
20
|
-
import '../override/StepLabelResult.mjs';
|
|
19
|
+
import '@drincs/pixi-vn/dist/override';
|
|
21
20
|
import '../TickerBase-CFEJHstJ.mjs';
|
|
22
21
|
import '../types/StorageElementType.mjs';
|
|
23
22
|
import '../types/TickerIdType.mjs';
|
|
@@ -16,8 +16,7 @@ import '../types/LabelIdType.js';
|
|
|
16
16
|
import '../classes/Label.js';
|
|
17
17
|
import '../types/StepHistoryDataType.js';
|
|
18
18
|
import '../types/StepLabelType.js';
|
|
19
|
-
import '
|
|
20
|
-
import '../override/StepLabelResult.js';
|
|
19
|
+
import '@drincs/pixi-vn/dist/override';
|
|
21
20
|
import '../TickerBase-CjfyD6j5.js';
|
|
22
21
|
import '../types/StorageElementType.js';
|
|
23
22
|
import '../types/TickerIdType.js';
|
|
@@ -10,8 +10,7 @@ import '../types/LabelIdType.mjs';
|
|
|
10
10
|
import '../classes/Label.mjs';
|
|
11
11
|
import '../types/StepHistoryDataType.mjs';
|
|
12
12
|
import '../types/StepLabelType.mjs';
|
|
13
|
-
import '
|
|
14
|
-
import '../override/StepLabelResult.mjs';
|
|
13
|
+
import '@drincs/pixi-vn/dist/override';
|
|
15
14
|
|
|
16
15
|
/**
|
|
17
16
|
* Set the dialogue to be shown in the game
|
|
@@ -10,8 +10,7 @@ import '../types/LabelIdType.js';
|
|
|
10
10
|
import '../classes/Label.js';
|
|
11
11
|
import '../types/StepHistoryDataType.js';
|
|
12
12
|
import '../types/StepLabelType.js';
|
|
13
|
-
import '
|
|
14
|
-
import '../override/StepLabelResult.js';
|
|
13
|
+
import '@drincs/pixi-vn/dist/override';
|
|
15
14
|
|
|
16
15
|
/**
|
|
17
16
|
* Set the dialogue to be shown in the game
|