@drincs/pixi-vn 0.4.9 → 0.4.11
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 +15 -8
- package/dist/classes/ChoiceMenuOptionLabel.d.ts +15 -8
- package/dist/classes/ChoiceMenuOptionLabel.js +9 -1
- package/dist/classes/ChoiceMenuOptionLabel.js.map +1 -1
- package/dist/classes/ChoiceMenuOptionLabel.mjs +9 -1
- package/dist/classes/ChoiceMenuOptionLabel.mjs.map +1 -1
- package/dist/classes/Label.d.mts +4 -3
- package/dist/classes/Label.d.ts +4 -3
- 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 +3 -3
- package/dist/classes/index.d.ts +3 -3
- package/dist/classes/index.js +9 -1
- package/dist/classes/index.js.map +1 -1
- package/dist/classes/index.mjs +9 -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/constants.d.mts +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/constants.mjs.map +1 -1
- package/dist/decorators/LabelDecorator.d.mts +2 -1
- package/dist/decorators/LabelDecorator.d.ts +2 -1
- package/dist/decorators/index.d.mts +2 -2
- package/dist/decorators/index.d.ts +2 -2
- package/dist/functions/DialogueUtility.d.mts +6 -6
- package/dist/functions/DialogueUtility.d.ts +6 -6
- 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 +3 -3
- package/dist/functions/SavesUtility.d.ts +3 -3
- package/dist/functions/SavesUtility.js +1 -1
- package/dist/functions/SavesUtility.js.map +1 -1
- package/dist/functions/SavesUtility.mjs +1 -1
- package/dist/functions/SavesUtility.mjs.map +1 -1
- package/dist/functions/StepLabelUtility.d.mts +2 -1
- package/dist/functions/StepLabelUtility.d.ts +2 -1
- package/dist/functions/StepLabelUtility.js.map +1 -1
- package/dist/functions/StepLabelUtility.mjs.map +1 -1
- package/dist/functions/index.d.mts +7 -7
- package/dist/functions/index.d.ts +7 -7
- package/dist/functions/index.js +1 -1
- package/dist/functions/index.js.map +1 -1
- package/dist/functions/index.mjs +1 -1
- package/dist/functions/index.mjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -10
- package/dist/index.mjs.map +1 -1
- package/dist/interface/IDialogueHistory.d.mts +4 -4
- package/dist/interface/IDialogueHistory.d.ts +4 -4
- package/dist/interface/IHistoryStep.d.mts +2 -2
- package/dist/interface/IHistoryStep.d.ts +2 -2
- package/dist/interface/ISaveData.d.mts +3 -3
- package/dist/interface/ISaveData.d.ts +3 -3
- package/dist/interface/export/ExportedStep.d.mts +3 -3
- package/dist/interface/export/ExportedStep.d.ts +3 -3
- package/dist/interface/export/index.d.mts +3 -3
- package/dist/interface/export/index.d.ts +3 -3
- package/dist/interface/index.d.mts +4 -4
- package/dist/interface/index.d.ts +4 -4
- package/dist/managers/StepManager.d.mts +5 -5
- package/dist/managers/StepManager.d.ts +5 -5
- package/dist/managers/StepManager.js.map +1 -1
- package/dist/managers/StepManager.mjs.map +1 -1
- package/dist/managers/index.d.mts +4 -4
- package/dist/managers/index.d.ts +4 -4
- 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 +5 -4
- package/dist/types/ChoiceMenuOptionsType.d.ts +5 -4
- package/dist/types/LabelRunModeType.d.mts +3 -0
- package/dist/types/LabelRunModeType.d.ts +3 -0
- package/dist/types/LabelRunModeType.js +4 -0
- package/dist/types/LabelRunModeType.js.map +1 -0
- package/dist/types/LabelRunModeType.mjs +3 -0
- package/dist/types/LabelRunModeType.mjs.map +1 -0
- package/dist/types/StepLabelType.d.mts +3 -2
- package/dist/types/StepLabelType.d.ts +3 -2
- package/dist/types/StorageElementType.d.mts +6 -2
- package/dist/types/StorageElementType.d.ts +6 -2
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/package.json +1 -1
- package/dist/enums/LabelRunModeEnum.d.mts +0 -9
- package/dist/enums/LabelRunModeEnum.d.ts +0 -9
- package/dist/enums/LabelRunModeEnum.js +0 -12
- package/dist/enums/LabelRunModeEnum.js.map +0 -1
- package/dist/enums/LabelRunModeEnum.mjs +0 -10
- package/dist/enums/LabelRunModeEnum.mjs.map +0 -1
- package/dist/enums/index.d.mts +0 -1
- package/dist/enums/index.d.ts +0 -1
- package/dist/enums/index.js +0 -12
- package/dist/enums/index.js.map +0 -1
- package/dist/enums/index.mjs +0 -10
- package/dist/enums/index.mjs.map +0 -1
package/dist/constants.d.mts
CHANGED
package/dist/constants.d.ts
CHANGED
package/dist/constants.js
CHANGED
package/dist/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/constants.ts"],"names":[],"mappings":";AAAO,IAAM,iBAAiB","sourcesContent":["export const PIXIVN_VERSION = '0.4.
|
|
1
|
+
{"version":3,"sources":["../src/constants.ts"],"names":[],"mappings":";AAAO,IAAM,iBAAiB","sourcesContent":["export const PIXIVN_VERSION = '0.4.11'"]}
|
package/dist/constants.mjs
CHANGED
package/dist/constants.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/constants.ts"],"names":[],"mappings":";AAAO,IAAM,iBAAiB","sourcesContent":["export const PIXIVN_VERSION = '0.4.
|
|
1
|
+
{"version":3,"sources":["../src/constants.ts"],"names":[],"mappings":";AAAO,IAAM,iBAAiB","sourcesContent":["export const PIXIVN_VERSION = '0.4.11'"]}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { LabelIdType } from '../types/LabelIdType.mjs';
|
|
2
2
|
import Label from '../classes/Label.mjs';
|
|
3
|
-
import '../types/
|
|
3
|
+
import '../types/StorageElementType.mjs';
|
|
4
4
|
import '../types/StepLabelType.mjs';
|
|
5
5
|
import '@drincs/pixi-vn/dist/override';
|
|
6
|
+
import '../types/StepHistoryDataType.mjs';
|
|
6
7
|
|
|
7
8
|
declare const registeredLabels: {
|
|
8
9
|
[key: LabelIdType]: typeof Label;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { LabelIdType } from '../types/LabelIdType.js';
|
|
2
2
|
import Label from '../classes/Label.js';
|
|
3
|
-
import '../types/
|
|
3
|
+
import '../types/StorageElementType.js';
|
|
4
4
|
import '../types/StepLabelType.js';
|
|
5
5
|
import '@drincs/pixi-vn/dist/override';
|
|
6
|
+
import '../types/StepHistoryDataType.js';
|
|
6
7
|
|
|
7
8
|
declare const registeredLabels: {
|
|
8
9
|
[key: LabelIdType]: typeof Label;
|
|
@@ -14,9 +14,9 @@ import '../types/CanvasEventNamesType.mjs';
|
|
|
14
14
|
import '../types/EventIdType.mjs';
|
|
15
15
|
import '../types/LabelIdType.mjs';
|
|
16
16
|
import '../classes/Label.mjs';
|
|
17
|
-
import '../types/
|
|
17
|
+
import '../types/StorageElementType.mjs';
|
|
18
18
|
import '../types/StepLabelType.mjs';
|
|
19
19
|
import '@drincs/pixi-vn/dist/override';
|
|
20
|
+
import '../types/StepHistoryDataType.mjs';
|
|
20
21
|
import '../TickerBase-CFEJHstJ.mjs';
|
|
21
|
-
import '../types/StorageElementType.mjs';
|
|
22
22
|
import '../types/TickerIdType.mjs';
|
|
@@ -14,9 +14,9 @@ import '../types/CanvasEventNamesType.js';
|
|
|
14
14
|
import '../types/EventIdType.js';
|
|
15
15
|
import '../types/LabelIdType.js';
|
|
16
16
|
import '../classes/Label.js';
|
|
17
|
-
import '../types/
|
|
17
|
+
import '../types/StorageElementType.js';
|
|
18
18
|
import '../types/StepLabelType.js';
|
|
19
19
|
import '@drincs/pixi-vn/dist/override';
|
|
20
|
+
import '../types/StepHistoryDataType.js';
|
|
20
21
|
import '../TickerBase-CjfyD6j5.js';
|
|
21
|
-
import '../types/StorageElementType.js';
|
|
22
22
|
import '../types/TickerIdType.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import CharacterBaseModel from '../classes/CharacterBaseModel.mjs';
|
|
2
|
+
import { ChoiceMenuOptionsType } from '../types/ChoiceMenuOptionsType.mjs';
|
|
3
|
+
import { StorageObjectType } from '../types/StorageElementType.mjs';
|
|
2
4
|
import DialogueBaseModel from '../classes/DialogueBaseModel.mjs';
|
|
3
5
|
import { IDialogueHistory } from '../interface/IDialogueHistory.mjs';
|
|
4
|
-
import { ChoiceMenuOptionsType } from '../types/ChoiceMenuOptionsType.mjs';
|
|
5
6
|
import '../classes/StoredClassModel.mjs';
|
|
6
|
-
import '../types/StorageElementType.mjs';
|
|
7
7
|
import '../classes/ChoiceMenuOptionLabel.mjs';
|
|
8
|
-
import '../enums/LabelRunModeEnum.mjs';
|
|
9
|
-
import '../types/LabelIdType.mjs';
|
|
10
8
|
import '../classes/Label.mjs';
|
|
11
|
-
import '../types/StepHistoryDataType.mjs';
|
|
12
9
|
import '../types/StepLabelType.mjs';
|
|
13
10
|
import '@drincs/pixi-vn/dist/override';
|
|
11
|
+
import '../types/StepHistoryDataType.mjs';
|
|
12
|
+
import '../types/LabelRunModeType.mjs';
|
|
13
|
+
import '../types/LabelIdType.mjs';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Set the dialogue to be shown in the game
|
|
@@ -57,7 +57,7 @@ declare function setChoiceMenuOptions(options: ChoiceMenuOptionsType): void;
|
|
|
57
57
|
* Get the options to be shown in the game
|
|
58
58
|
* @returns Options to be shown in the game
|
|
59
59
|
*/
|
|
60
|
-
declare function getChoiceMenuOptions(): ChoiceMenuOptionsType | undefined;
|
|
60
|
+
declare function getChoiceMenuOptions<T extends StorageObjectType = {}>(): ChoiceMenuOptionsType<T> | undefined;
|
|
61
61
|
/**
|
|
62
62
|
* Clear the options to be shown in the game
|
|
63
63
|
*/
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import CharacterBaseModel from '../classes/CharacterBaseModel.js';
|
|
2
|
+
import { ChoiceMenuOptionsType } from '../types/ChoiceMenuOptionsType.js';
|
|
3
|
+
import { StorageObjectType } from '../types/StorageElementType.js';
|
|
2
4
|
import DialogueBaseModel from '../classes/DialogueBaseModel.js';
|
|
3
5
|
import { IDialogueHistory } from '../interface/IDialogueHistory.js';
|
|
4
|
-
import { ChoiceMenuOptionsType } from '../types/ChoiceMenuOptionsType.js';
|
|
5
6
|
import '../classes/StoredClassModel.js';
|
|
6
|
-
import '../types/StorageElementType.js';
|
|
7
7
|
import '../classes/ChoiceMenuOptionLabel.js';
|
|
8
|
-
import '../enums/LabelRunModeEnum.js';
|
|
9
|
-
import '../types/LabelIdType.js';
|
|
10
8
|
import '../classes/Label.js';
|
|
11
|
-
import '../types/StepHistoryDataType.js';
|
|
12
9
|
import '../types/StepLabelType.js';
|
|
13
10
|
import '@drincs/pixi-vn/dist/override';
|
|
11
|
+
import '../types/StepHistoryDataType.js';
|
|
12
|
+
import '../types/LabelRunModeType.js';
|
|
13
|
+
import '../types/LabelIdType.js';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Set the dialogue to be shown in the game
|
|
@@ -57,7 +57,7 @@ declare function setChoiceMenuOptions(options: ChoiceMenuOptionsType): void;
|
|
|
57
57
|
* Get the options to be shown in the game
|
|
58
58
|
* @returns Options to be shown in the game
|
|
59
59
|
*/
|
|
60
|
-
declare function getChoiceMenuOptions(): ChoiceMenuOptionsType | undefined;
|
|
60
|
+
declare function getChoiceMenuOptions<T extends StorageObjectType = {}>(): ChoiceMenuOptionsType<T> | undefined;
|
|
61
61
|
/**
|
|
62
62
|
* Clear the options to be shown in the game
|
|
63
63
|
*/
|