@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
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { StepHistoryDataType } from '../types/StepHistoryDataType.mjs';
|
|
2
2
|
import { StepLabelType } from '../types/StepLabelType.mjs';
|
|
3
|
-
import '
|
|
4
|
-
import '../override/StepLabelResult.mjs';
|
|
3
|
+
import '@drincs/pixi-vn/dist/override';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Convert StepLabel to StepHistoryData
|
|
@@ -15,6 +14,6 @@ declare function getStepSha1(step: StepLabelType): StepHistoryDataType;
|
|
|
15
14
|
* @param step2
|
|
16
15
|
* @returns
|
|
17
16
|
*/
|
|
18
|
-
declare function checkIfStepsIsEqual(step1: StepHistoryDataType | StepLabelType
|
|
17
|
+
declare function checkIfStepsIsEqual(step1: StepHistoryDataType | StepLabelType<any>, step2: StepHistoryDataType | StepLabelType<any>): boolean;
|
|
19
18
|
|
|
20
19
|
export { checkIfStepsIsEqual, getStepSha1 };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { StepHistoryDataType } from '../types/StepHistoryDataType.js';
|
|
2
2
|
import { StepLabelType } from '../types/StepLabelType.js';
|
|
3
|
-
import '
|
|
4
|
-
import '../override/StepLabelResult.js';
|
|
3
|
+
import '@drincs/pixi-vn/dist/override';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Convert StepLabel to StepHistoryData
|
|
@@ -15,6 +14,6 @@ declare function getStepSha1(step: StepLabelType): StepHistoryDataType;
|
|
|
15
14
|
* @param step2
|
|
16
15
|
* @returns
|
|
17
16
|
*/
|
|
18
|
-
declare function checkIfStepsIsEqual(step1: StepHistoryDataType | StepLabelType
|
|
17
|
+
declare function checkIfStepsIsEqual(step1: StepHistoryDataType | StepLabelType<any>, step2: StepHistoryDataType | StepLabelType<any>): boolean;
|
|
19
18
|
|
|
20
19
|
export { checkIfStepsIsEqual, getStepSha1 };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/functions/StepLabelUtility.ts"],"names":[],"mappings":";AAAA,OAAO,UAAU;AASV,SAAS,YAAY,MAA0C;AAClE,MAAI,aAAa,KAAK,KAAK,SAAS,EAAE,kBAAkB,CAAC;AACzD,SAAO,WAAW,SAAS;AAC/B;AAOO,SAAS,oBAAoB,
|
|
1
|
+
{"version":3,"sources":["../../src/functions/StepLabelUtility.ts"],"names":[],"mappings":";AAAA,OAAO,UAAU;AASV,SAAS,YAAY,MAA0C;AAClE,MAAI,aAAa,KAAK,KAAK,SAAS,EAAE,kBAAkB,CAAC;AACzD,SAAO,WAAW,SAAS;AAC/B;AAOO,SAAS,oBAAoB,OAAiD,OAA0D;AAC3I,SAAO,UAAU;AACrB","sourcesContent":["import sha1 from 'crypto-js/sha1';\nimport { StepHistoryDataType } from \"../types/StepHistoryDataType\";\nimport { StepLabelType } from \"../types/StepLabelType\";\n\n/**\n * Convert StepLabel to StepHistoryData\n * @param step\n * @returns\n */\nexport function getStepSha1(step: StepLabelType): StepHistoryDataType {\n let sha1String = sha1(step.toString().toLocaleLowerCase())\n return sha1String.toString()\n}\n/**\n * Check if two steps are equal\n * @param step1\n * @param step2\n * @returns\n */\nexport function checkIfStepsIsEqual(step1: StepHistoryDataType | StepLabelType<any>, step2: StepHistoryDataType | StepLabelType<any>): boolean {\n return step1 === step2\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/functions/StepLabelUtility.ts"],"names":[],"mappings":";AAAA,OAAO,UAAU;AASV,SAAS,YAAY,MAA0C;AAClE,MAAI,aAAa,KAAK,KAAK,SAAS,EAAE,kBAAkB,CAAC;AACzD,SAAO,WAAW,SAAS;AAC/B;AAOO,SAAS,oBAAoB,
|
|
1
|
+
{"version":3,"sources":["../../src/functions/StepLabelUtility.ts"],"names":[],"mappings":";AAAA,OAAO,UAAU;AASV,SAAS,YAAY,MAA0C;AAClE,MAAI,aAAa,KAAK,KAAK,SAAS,EAAE,kBAAkB,CAAC;AACzD,SAAO,WAAW,SAAS;AAC/B;AAOO,SAAS,oBAAoB,OAAiD,OAA0D;AAC3I,SAAO,UAAU;AACrB","sourcesContent":["import sha1 from 'crypto-js/sha1';\nimport { StepHistoryDataType } from \"../types/StepHistoryDataType\";\nimport { StepLabelType } from \"../types/StepLabelType\";\n\n/**\n * Convert StepLabel to StepHistoryData\n * @param step\n * @returns\n */\nexport function getStepSha1(step: StepLabelType): StepHistoryDataType {\n let sha1String = sha1(step.toString().toLocaleLowerCase())\n return sha1String.toString()\n}\n/**\n * Check if two steps are equal\n * @param step1\n * @param step2\n * @returns\n */\nexport function checkIfStepsIsEqual(step1: StepHistoryDataType | StepLabelType<any>, step2: StepHistoryDataType | StepLabelType<any>): boolean {\n return step1 === step2\n}\n"]}
|
|
@@ -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 '../types/ChoiceMenuOptionsType.mjs';
|
|
21
20
|
import 'pixi.js';
|
|
22
21
|
import '../classes/canvas/CanvasBase.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 '../types/ChoiceMenuOptionsType.js';
|
|
21
20
|
import 'pixi.js';
|
|
22
21
|
import '../classes/canvas/CanvasBase.js';
|