@drincs/pixi-vn 0.8.4 → 0.8.9
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/README.md +36 -27
- package/dist/{chunk-T4KKYU4J.js → chunk-4KV6VMUV.js} +92 -6
- package/dist/{chunk-M6X6FHCH.js → chunk-5A543GJ4.js} +2 -2
- package/dist/{chunk-FYCYVQTG.js → chunk-A4NKPUL5.js} +7 -3
- package/dist/{chunk-2FSBBQFF.js → chunk-BHVKSBFZ.js} +2 -2
- package/dist/{chunk-3FJYYZOP.js → chunk-D3ZQSJKZ.js} +292 -33
- package/dist/{chunk-66F5CGHV.js → chunk-DPUSONJ3.js} +1 -1
- package/dist/{chunk-6SZOXEOR.js → chunk-FHNQBWIZ.js} +1 -1
- package/dist/{chunk-MKN3AKFV.js → chunk-FIQXZ3P3.js} +2 -2
- package/dist/{chunk-UWXYEVOE.js → chunk-FM5SFYXO.js} +1 -1
- package/dist/{chunk-WJ5SUJTD.js → chunk-GEWQS6GP.js} +65 -4
- package/dist/{chunk-ENMHDS5Q.js → chunk-GKLIT4GX.js} +2 -2
- package/dist/{chunk-7IWXRHUU.js → chunk-GNFWXAOE.js} +2 -2
- package/dist/{chunk-D3NHF5OS.js → chunk-PIYIZHZL.js} +1 -1
- package/dist/{chunk-DI77NC2O.js → chunk-SZWI2CBA.js} +3 -3
- package/dist/{chunk-CUYGFKNS.js → chunk-TNQKYUOG.js} +2 -2
- package/dist/classes/CharacterBaseModel.cjs +61 -27
- package/dist/classes/CharacterBaseModel.js +5 -5
- package/dist/classes/CharacterStoredClass.cjs +61 -27
- package/dist/classes/CharacterStoredClass.js +5 -5
- package/dist/classes/ChoiceMenuOption.cjs +60 -26
- package/dist/classes/ChoiceMenuOption.d.cts +1 -1
- package/dist/classes/ChoiceMenuOption.d.ts +1 -1
- package/dist/classes/ChoiceMenuOption.js +5 -5
- package/dist/classes/Sound.cjs +60 -26
- package/dist/classes/Sound.js +5 -5
- package/dist/classes/StoredClassModel.cjs +61 -27
- package/dist/classes/StoredClassModel.js +5 -5
- package/dist/classes/canvas/CanvasAVideo.cjs +60 -26
- package/dist/classes/canvas/CanvasAVideo.d.cts +5 -8
- package/dist/classes/canvas/CanvasAVideo.d.ts +5 -8
- package/dist/classes/canvas/CanvasAVideo.js +5 -5
- package/dist/classes/canvas/CanvasBase.d.cts +4 -2
- package/dist/classes/canvas/CanvasBase.d.ts +4 -2
- package/dist/classes/canvas/CanvasContainer.cjs +60 -26
- package/dist/classes/canvas/CanvasContainer.d.cts +7 -6
- package/dist/classes/canvas/CanvasContainer.d.ts +7 -6
- package/dist/classes/canvas/CanvasContainer.js +5 -5
- package/dist/classes/canvas/CanvasImage.cjs +60 -26
- package/dist/classes/canvas/CanvasImage.d.cts +6 -8
- package/dist/classes/canvas/CanvasImage.d.ts +6 -8
- package/dist/classes/canvas/CanvasImage.js +5 -5
- package/dist/classes/canvas/CanvasSprite.cjs +60 -26
- package/dist/classes/canvas/CanvasSprite.d.cts +7 -8
- package/dist/classes/canvas/CanvasSprite.d.ts +7 -8
- package/dist/classes/canvas/CanvasSprite.js +5 -5
- package/dist/classes/canvas/CanvasText.cjs +60 -26
- package/dist/classes/canvas/CanvasText.d.cts +7 -7
- package/dist/classes/canvas/CanvasText.d.ts +7 -7
- package/dist/classes/canvas/CanvasText.js +5 -5
- package/dist/classes/index.cjs +61 -27
- package/dist/classes/index.d.cts +3 -8
- package/dist/classes/index.d.ts +3 -8
- package/dist/classes/index.js +5 -5
- package/dist/classes/ticker/FadeAlphaTicker.cjs +60 -26
- package/dist/classes/ticker/FadeAlphaTicker.d.cts +3 -2
- package/dist/classes/ticker/FadeAlphaTicker.d.ts +3 -2
- package/dist/classes/ticker/FadeAlphaTicker.js +5 -5
- package/dist/classes/ticker/MoveTicker.cjs +60 -26
- package/dist/classes/ticker/MoveTicker.d.cts +3 -2
- package/dist/classes/ticker/MoveTicker.d.ts +3 -2
- package/dist/classes/ticker/MoveTicker.js +5 -5
- package/dist/classes/ticker/RotateTicker.cjs +60 -26
- package/dist/classes/ticker/RotateTicker.d.cts +3 -2
- package/dist/classes/ticker/RotateTicker.d.ts +3 -2
- package/dist/classes/ticker/RotateTicker.js +5 -5
- package/dist/classes/ticker/TickerBase.cjs +60 -26
- package/dist/classes/ticker/TickerBase.d.cts +70 -4
- package/dist/classes/ticker/TickerBase.d.ts +70 -4
- package/dist/classes/ticker/TickerBase.js +5 -5
- package/dist/classes/ticker/ZoomTicker.cjs +60 -26
- package/dist/classes/ticker/ZoomTicker.d.cts +4 -3
- package/dist/classes/ticker/ZoomTicker.d.ts +4 -3
- package/dist/classes/ticker/ZoomTicker.js +5 -5
- package/dist/classes/ticker/index.cjs +60 -26
- package/dist/classes/ticker/index.d.cts +3 -2
- package/dist/classes/ticker/index.d.ts +3 -2
- package/dist/classes/ticker/index.js +5 -5
- package/dist/constants.cjs +11 -6
- package/dist/constants.d.cts +7 -2
- package/dist/constants.d.ts +7 -2
- package/dist/constants.js +5 -3
- package/dist/decorators/canvas-element-decorator.cjs +60 -26
- package/dist/decorators/canvas-element-decorator.d.cts +3 -1
- package/dist/decorators/canvas-element-decorator.d.ts +3 -1
- package/dist/decorators/canvas-element-decorator.js +5 -5
- package/dist/decorators/event-decorator.d.cts +2 -1
- package/dist/decorators/event-decorator.d.ts +2 -1
- package/dist/decorators/index.cjs +60 -26
- package/dist/decorators/index.d.cts +6 -4
- package/dist/decorators/index.d.ts +6 -4
- package/dist/decorators/index.js +5 -5
- package/dist/decorators/label-decorator.cjs +60 -26
- package/dist/decorators/label-decorator.js +5 -5
- package/dist/decorators/ticker-decorator.d.cts +4 -3
- package/dist/decorators/ticker-decorator.d.ts +4 -3
- package/dist/functions/canvas/canvas-effect.cjs +61821 -0
- package/dist/functions/canvas/canvas-effect.d.cts +15 -0
- package/dist/functions/canvas/canvas-effect.d.ts +15 -0
- package/dist/functions/canvas/canvas-effect.js +40 -0
- package/dist/functions/canvas/canvas-memory-utility.cjs +60 -26
- package/dist/functions/canvas/canvas-memory-utility.d.cts +5 -3
- package/dist/functions/canvas/canvas-memory-utility.d.ts +5 -3
- package/dist/functions/canvas/canvas-memory-utility.js +5 -5
- package/dist/functions/canvas/canvas-transition.cjs +586 -408
- package/dist/functions/canvas/canvas-transition.d.cts +43 -20
- package/dist/functions/canvas/canvas-transition.d.ts +43 -20
- package/dist/functions/canvas/canvas-transition.js +9 -5
- package/dist/functions/canvas/canvas-utility.cjs +60 -26
- package/dist/functions/canvas/canvas-utility.d.cts +2 -2
- package/dist/functions/canvas/canvas-utility.d.ts +2 -2
- package/dist/functions/canvas/canvas-utility.js +5 -5
- package/dist/functions/canvas/image-utility.cjs +60 -26
- package/dist/functions/canvas/image-utility.d.cts +2 -4
- package/dist/functions/canvas/image-utility.d.ts +2 -4
- package/dist/functions/canvas/image-utility.js +5 -5
- package/dist/functions/canvas/video-utility.cjs +60 -26
- package/dist/functions/canvas/video-utility.d.cts +3 -6
- package/dist/functions/canvas/video-utility.d.ts +3 -6
- package/dist/functions/canvas/video-utility.js +5 -5
- package/dist/functions/dialogue-utility.cjs +60 -26
- package/dist/functions/dialogue-utility.d.cts +1 -1
- package/dist/functions/dialogue-utility.d.ts +1 -1
- package/dist/functions/dialogue-utility.js +5 -5
- package/dist/functions/diff-utility.cjs +1 -1
- package/dist/functions/diff-utility.js +2 -2
- package/dist/functions/export-utility.cjs +1 -1
- package/dist/functions/export-utility.js +1 -1
- package/dist/functions/flags-utility.cjs +60 -26
- package/dist/functions/flags-utility.js +5 -5
- package/dist/functions/game-utility.cjs +60 -26
- package/dist/functions/game-utility.js +5 -5
- package/dist/functions/index.cjs +449 -183
- package/dist/functions/index.d.cts +17 -18
- package/dist/functions/index.d.ts +17 -18
- package/dist/functions/index.js +11 -5
- package/dist/functions/saves-utility.cjs +64 -28
- package/dist/functions/saves-utility.d.cts +13 -11
- package/dist/functions/saves-utility.d.ts +13 -11
- package/dist/functions/saves-utility.js +5 -5
- package/dist/functions/ticker-utility.d.cts +1 -1
- package/dist/functions/ticker-utility.d.ts +1 -1
- package/dist/index.cjs +363 -40
- package/dist/index.d.cts +16 -17
- package/dist/index.d.ts +16 -17
- package/dist/index.js +24 -18
- package/dist/interface/{IOpenedLabel.cjs → HistoryStep.cjs} +3 -3
- package/dist/interface/{IHistoryStep.d.cts → HistoryStep.d.cts} +12 -10
- package/dist/interface/{IHistoryStep.d.ts → HistoryStep.d.ts} +12 -10
- package/dist/interface/{IHistoryStep.cjs → OpenedLabel.cjs} +3 -3
- package/dist/interface/{IOpenedLabel.d.cts → OpenedLabel.d.cts} +2 -2
- package/dist/interface/{IOpenedLabel.d.ts → OpenedLabel.d.ts} +2 -2
- package/dist/interface/{ISaveData.cjs → SaveData.cjs} +3 -3
- package/dist/interface/{ISaveData.d.cts → SaveData.d.cts} +11 -9
- package/dist/interface/{ISaveData.d.ts → SaveData.d.ts} +11 -9
- package/dist/interface/{ITicker.cjs → Ticker.cjs} +3 -3
- package/dist/interface/Ticker.d.cts +24 -0
- package/dist/interface/Ticker.d.ts +24 -0
- package/dist/interface/TickerArgs.cjs +18 -0
- package/dist/interface/TickerArgs.d.cts +5 -0
- package/dist/interface/TickerArgs.d.ts +5 -0
- package/dist/interface/TickerHistory.d.cts +3 -4
- package/dist/interface/TickerHistory.d.ts +3 -4
- package/dist/interface/TickerProgrationType.d.cts +7 -6
- package/dist/interface/TickerProgrationType.d.ts +7 -6
- package/dist/interface/TickersSteps.cjs +18 -0
- package/dist/interface/{ITickersSteps.d.cts → TickersSteps.d.cts} +5 -7
- package/dist/interface/{ITickersSteps.d.ts → TickersSteps.d.ts} +5 -7
- package/dist/interface/canvas/TextureMemory.cjs +18 -0
- package/dist/interface/canvas/TextureMemory.d.cts +8 -0
- package/dist/interface/canvas/TextureMemory.d.ts +8 -0
- package/dist/interface/canvas/canvas-memory.cjs +18 -0
- package/dist/interface/canvas/canvas-memory.d.cts +51 -0
- package/dist/interface/canvas/canvas-memory.d.ts +51 -0
- package/dist/interface/canvas/effect-props.cjs +18 -0
- package/dist/interface/canvas/effect-props.d.cts +36 -0
- package/dist/interface/canvas/effect-props.d.ts +36 -0
- package/dist/interface/canvas/transition-props.cjs +18 -0
- package/dist/interface/canvas/transition-props.d.cts +38 -0
- package/dist/interface/canvas/transition-props.d.ts +38 -0
- package/dist/interface/export/ExportedCanvas.d.cts +8 -6
- package/dist/interface/export/ExportedCanvas.d.ts +8 -6
- package/dist/interface/export/ExportedStep.d.cts +12 -10
- package/dist/interface/export/ExportedStep.d.ts +12 -10
- package/dist/interface/index.d.cts +13 -16
- package/dist/interface/index.d.ts +13 -16
- package/dist/labels/BaseCanvasElementTestLabel.cjs +61 -27
- package/dist/labels/BaseCanvasElementTestLabel.js +7 -7
- package/dist/labels/CanvasEventsTestLabel.cjs +61 -27
- package/dist/labels/CanvasEventsTestLabel.d.cts +2 -3
- package/dist/labels/CanvasEventsTestLabel.d.ts +2 -3
- package/dist/labels/CanvasEventsTestLabel.js +7 -7
- package/dist/labels/CustomTickerCanvasElementTestLabel.cjs +1692 -28
- package/dist/labels/CustomTickerCanvasElementTestLabel.d.cts +3 -2
- package/dist/labels/CustomTickerCanvasElementTestLabel.d.ts +3 -2
- package/dist/labels/CustomTickerCanvasElementTestLabel.js +17 -7
- package/dist/labels/ImagesAnimationsTestLabel.cjs +349 -36
- package/dist/labels/ImagesAnimationsTestLabel.js +7 -7
- package/dist/labels/InputTestLabel.cjs +61 -27
- package/dist/labels/InputTestLabel.js +7 -7
- package/dist/labels/MarkdownTest.cjs +61 -27
- package/dist/labels/MarkdownTest.js +7 -7
- package/dist/labels/SoundTestLabel.cjs +61 -27
- package/dist/labels/SoundTestLabel.js +7 -7
- package/dist/labels/StartLabel.cjs +359 -39
- package/dist/labels/StartLabel.js +17 -16
- package/dist/labels/StepLabelTest.cjs +61 -27
- package/dist/labels/StepLabelTest.js +7 -7
- package/dist/labels/TestConstant.cjs +61 -27
- package/dist/labels/TestConstant.js +6 -6
- package/dist/labels/VideoTestLabel.cjs +66 -29
- package/dist/labels/VideoTestLabel.js +7 -7
- package/dist/labels/index.cjs +359 -39
- package/dist/labels/index.js +17 -17
- package/dist/managers/CanvasManager.cjs +60 -26
- package/dist/managers/CanvasManager.d.cts +21 -11
- package/dist/managers/CanvasManager.d.ts +21 -11
- package/dist/managers/CanvasManager.js +5 -5
- package/dist/managers/CanvasManagerStatic.d.cts +7 -6
- package/dist/managers/CanvasManagerStatic.d.ts +7 -6
- package/dist/managers/NarrationManager.cjs +60 -26
- package/dist/managers/NarrationManager.d.cts +10 -8
- package/dist/managers/NarrationManager.d.ts +10 -8
- package/dist/managers/NarrationManager.js +5 -5
- package/dist/managers/NarrationManagerStatic.cjs +60 -26
- package/dist/managers/NarrationManagerStatic.d.cts +16 -14
- package/dist/managers/NarrationManagerStatic.d.ts +16 -14
- package/dist/managers/NarrationManagerStatic.js +5 -5
- package/dist/managers/SoundManager.cjs +60 -26
- package/dist/managers/SoundManager.js +5 -5
- package/dist/managers/StorageManager.cjs +60 -26
- package/dist/managers/StorageManager.js +5 -5
- package/dist/managers/StorageManagerStatic.cjs +1 -1
- package/dist/managers/StorageManagerStatic.js +2 -2
- package/dist/managers/index.cjs +60 -26
- package/dist/managers/index.d.cts +12 -8
- package/dist/managers/index.d.ts +12 -8
- package/dist/managers/index.js +5 -5
- package/dist/types/ChoiceMenuOptionsType.d.cts +1 -1
- package/dist/types/ChoiceMenuOptionsType.d.ts +1 -1
- package/dist/types/ticker/MoveTickerProps.d.cts +8 -2
- package/dist/types/ticker/MoveTickerProps.d.ts +8 -2
- package/dist/types/ticker/RotateTickerProps.d.cts +1 -1
- package/dist/types/ticker/RotateTickerProps.d.ts +1 -1
- package/dist/types/ticker/ZoomTickerProps.d.cts +1 -1
- package/dist/types/ticker/ZoomTickerProps.d.ts +1 -1
- package/package.json +4 -4
- package/dist/TickerBase-DbIg7gDS.d.ts +0 -94
- package/dist/TickerBase-eU4Hvvy0.d.cts +0 -94
- package/dist/chunk-II324FA5.js +0 -101
- package/dist/interface/ITicker.d.cts +0 -4
- package/dist/interface/ITicker.d.ts +0 -4
- package/dist/interface/ITickersSteps.cjs +0 -18
- package/dist/interface/canvas/ICanvasBaseMemory.cjs +0 -18
- package/dist/interface/canvas/ICanvasBaseMemory.d.cts +0 -8
- package/dist/interface/canvas/ICanvasBaseMemory.d.ts +0 -8
- package/dist/interface/canvas/ICanvasContainerMemory.cjs +0 -18
- package/dist/interface/canvas/ICanvasContainerMemory.d.cts +0 -11
- package/dist/interface/canvas/ICanvasContainerMemory.d.ts +0 -11
- package/dist/interface/canvas/ICanvasImageMemory.cjs +0 -18
- package/dist/interface/canvas/ICanvasImageMemory.d.cts +0 -14
- package/dist/interface/canvas/ICanvasImageMemory.d.ts +0 -14
- package/dist/interface/canvas/ICanvasSpriteMemory.cjs +0 -18
- package/dist/interface/canvas/ICanvasSpriteMemory.d.cts +0 -18
- package/dist/interface/canvas/ICanvasSpriteMemory.d.ts +0 -18
- package/dist/interface/canvas/ICanvasTextTextMemory.cjs +0 -18
- package/dist/interface/canvas/ICanvasTextTextMemory.d.cts +0 -14
- package/dist/interface/canvas/ICanvasTextTextMemory.d.ts +0 -14
- package/dist/interface/canvas/ICanvasTextTextMemory.js +0 -0
- package/dist/interface/canvas/ICanvasVideoMemory.cjs +0 -18
- package/dist/interface/canvas/ICanvasVideoMemory.d.cts +0 -17
- package/dist/interface/canvas/ICanvasVideoMemory.d.ts +0 -17
- package/dist/interface/canvas/ICanvasVideoMemory.js +0 -0
- package/dist/interface/canvas/ITextureMemory.cjs +0 -18
- package/dist/interface/canvas/ITextureMemory.d.cts +0 -8
- package/dist/interface/canvas/ITextureMemory.d.ts +0 -8
- package/dist/interface/canvas/ITextureMemory.js +0 -0
- package/dist/interface/canvas/ITransitionProps.cjs +0 -18
- package/dist/interface/canvas/ITransitionProps.d.cts +0 -22
- package/dist/interface/canvas/ITransitionProps.d.ts +0 -22
- package/dist/interface/canvas/ITransitionProps.js +0 -0
- /package/dist/{chunk-JQ2KK52M.js → interface/HistoryStep.js} +0 -0
- /package/dist/interface/{IHistoryStep.js → OpenedLabel.js} +0 -0
- /package/dist/interface/{IOpenedLabel.js → SaveData.js} +0 -0
- /package/dist/interface/{ISaveData.js → Ticker.js} +0 -0
- /package/dist/interface/{ITicker.js → TickerArgs.js} +0 -0
- /package/dist/interface/{ITickersSteps.js → TickersSteps.js} +0 -0
- /package/dist/interface/canvas/{ICanvasBaseMemory.js → TextureMemory.js} +0 -0
- /package/dist/interface/canvas/{ICanvasContainerMemory.js → canvas-memory.js} +0 -0
- /package/dist/interface/canvas/{ICanvasImageMemory.js → effect-props.js} +0 -0
- /package/dist/interface/canvas/{ICanvasSpriteMemory.js → transition-props.js} +0 -0
|
@@ -5,11 +5,12 @@ export { getLabelById, newLabel, saveLabel } from './label-decorator.cjs';
|
|
|
5
5
|
export { default as tickerDecorator } from './ticker-decorator.cjs';
|
|
6
6
|
import '../classes/canvas/CanvasBase.cjs';
|
|
7
7
|
import 'pixi.js';
|
|
8
|
-
import '../interface/canvas/
|
|
8
|
+
import '../interface/canvas/canvas-memory.cjs';
|
|
9
|
+
import '../interface/canvas/TextureMemory.cjs';
|
|
10
|
+
import '../types/EventIdType.cjs';
|
|
9
11
|
import '../types/CanvasElementAliasType.cjs';
|
|
10
12
|
import '../interface/CharacterInterface.cjs';
|
|
11
13
|
import '@drincs/pixi-vn/dist/override';
|
|
12
|
-
import '../types/EventIdType.cjs';
|
|
13
14
|
import '../classes/CanvasEvent.cjs';
|
|
14
15
|
import '../types/CanvasEventNamesType.cjs';
|
|
15
16
|
import '../types/LabelIdType.cjs';
|
|
@@ -17,6 +18,7 @@ import '../classes/Label.cjs';
|
|
|
17
18
|
import '../classes/LabelAbstract.cjs';
|
|
18
19
|
import '../types/StepLabelType.cjs';
|
|
19
20
|
import '../interface/LabelProps.cjs';
|
|
20
|
-
import '../TickerBase
|
|
21
|
-
import '../types/StorageElementType.cjs';
|
|
21
|
+
import '../classes/ticker/TickerBase.cjs';
|
|
22
22
|
import '../types/TickerIdType.cjs';
|
|
23
|
+
import '../interface/TickerArgs.cjs';
|
|
24
|
+
import '../interface/Ticker.cjs';
|
|
@@ -5,11 +5,12 @@ export { getLabelById, newLabel, saveLabel } from './label-decorator.js';
|
|
|
5
5
|
export { default as tickerDecorator } from './ticker-decorator.js';
|
|
6
6
|
import '../classes/canvas/CanvasBase.js';
|
|
7
7
|
import 'pixi.js';
|
|
8
|
-
import '../interface/canvas/
|
|
8
|
+
import '../interface/canvas/canvas-memory.js';
|
|
9
|
+
import '../interface/canvas/TextureMemory.js';
|
|
10
|
+
import '../types/EventIdType.js';
|
|
9
11
|
import '../types/CanvasElementAliasType.js';
|
|
10
12
|
import '../interface/CharacterInterface.js';
|
|
11
13
|
import '@drincs/pixi-vn/dist/override';
|
|
12
|
-
import '../types/EventIdType.js';
|
|
13
14
|
import '../classes/CanvasEvent.js';
|
|
14
15
|
import '../types/CanvasEventNamesType.js';
|
|
15
16
|
import '../types/LabelIdType.js';
|
|
@@ -17,6 +18,7 @@ import '../classes/Label.js';
|
|
|
17
18
|
import '../classes/LabelAbstract.js';
|
|
18
19
|
import '../types/StepLabelType.js';
|
|
19
20
|
import '../interface/LabelProps.js';
|
|
20
|
-
import '../TickerBase
|
|
21
|
-
import '../types/StorageElementType.js';
|
|
21
|
+
import '../classes/ticker/TickerBase.js';
|
|
22
22
|
import '../types/TickerIdType.js';
|
|
23
|
+
import '../interface/TickerArgs.js';
|
|
24
|
+
import '../interface/Ticker.js';
|
package/dist/decorators/index.js
CHANGED
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
getLabelById,
|
|
4
4
|
newLabel,
|
|
5
5
|
saveLabel
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-D3ZQSJKZ.js";
|
|
7
7
|
import "../chunk-OMPJ74CO.js";
|
|
8
8
|
import "../chunk-2BUPSB7O.js";
|
|
9
9
|
import "../chunk-CZKJI26F.js";
|
|
10
10
|
import "../chunk-I6TNJEE3.js";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-DPUSONJ3.js";
|
|
12
12
|
import "../chunk-P44J5BE2.js";
|
|
13
13
|
import "../chunk-CAUF2LKZ.js";
|
|
14
14
|
import "../chunk-VXCA724Z.js";
|
|
@@ -18,9 +18,9 @@ import "../chunk-ZZLQ3ILH.js";
|
|
|
18
18
|
import {
|
|
19
19
|
tickerDecorator
|
|
20
20
|
} from "../chunk-JTQGULTR.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-FHNQBWIZ.js";
|
|
22
22
|
import "../chunk-ZBUW3MBH.js";
|
|
23
|
-
import "../chunk-
|
|
23
|
+
import "../chunk-PIYIZHZL.js";
|
|
24
24
|
import {
|
|
25
25
|
getAllCharacters,
|
|
26
26
|
getCharacterById,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
import {
|
|
30
30
|
eventDecorator
|
|
31
31
|
} from "../chunk-LEMOIFSV.js";
|
|
32
|
-
import "../chunk-
|
|
32
|
+
import "../chunk-A4NKPUL5.js";
|
|
33
33
|
import "../chunk-RATGPKD3.js";
|
|
34
34
|
import "../chunk-2PXN34ON.js";
|
|
35
35
|
import "../chunk-TAJJZPEH.js";
|
|
@@ -1607,14 +1607,14 @@ var init_uid = __esm({
|
|
|
1607
1607
|
});
|
|
1608
1608
|
|
|
1609
1609
|
// node_modules/pixi.js/lib/utils/logging/deprecation.mjs
|
|
1610
|
-
function deprecation(
|
|
1610
|
+
function deprecation(version2, message, ignoreDepth = 3) {
|
|
1611
1611
|
if (warnings[message]) {
|
|
1612
1612
|
return;
|
|
1613
1613
|
}
|
|
1614
1614
|
let stack = new Error().stack;
|
|
1615
1615
|
if (typeof stack === "undefined") {
|
|
1616
1616
|
console.warn("PixiJS Deprecation Warning: ", `${message}
|
|
1617
|
-
Deprecated since v${
|
|
1617
|
+
Deprecated since v${version2}`);
|
|
1618
1618
|
} else {
|
|
1619
1619
|
stack = stack.split("\n").splice(ignoreDepth).join("\n");
|
|
1620
1620
|
if (console.groupCollapsed) {
|
|
@@ -1623,13 +1623,13 @@ Deprecated since v${version}`);
|
|
|
1623
1623
|
"color:#614108;background:#fffbe6",
|
|
1624
1624
|
"font-weight:normal;color:#614108;background:#fffbe6",
|
|
1625
1625
|
`${message}
|
|
1626
|
-
Deprecated since v${
|
|
1626
|
+
Deprecated since v${version2}`
|
|
1627
1627
|
);
|
|
1628
1628
|
console.warn(stack);
|
|
1629
1629
|
console.groupEnd();
|
|
1630
1630
|
} else {
|
|
1631
1631
|
console.warn("PixiJS Deprecation Warning: ", `${message}
|
|
1632
|
-
Deprecated since v${
|
|
1632
|
+
Deprecated since v${version2}`);
|
|
1633
1633
|
console.warn(stack);
|
|
1634
1634
|
}
|
|
1635
1635
|
}
|
|
@@ -42998,7 +42998,7 @@ var require_dom = __commonJS({
|
|
|
42998
42998
|
* @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core
|
|
42999
42999
|
* @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard
|
|
43000
43000
|
*/
|
|
43001
|
-
hasFeature: function(feature,
|
|
43001
|
+
hasFeature: function(feature, version2) {
|
|
43002
43002
|
return true;
|
|
43003
43003
|
},
|
|
43004
43004
|
/**
|
|
@@ -43119,8 +43119,8 @@ var require_dom = __commonJS({
|
|
|
43119
43119
|
}
|
|
43120
43120
|
},
|
|
43121
43121
|
// Introduced in DOM Level 2:
|
|
43122
|
-
isSupported: function(feature,
|
|
43123
|
-
return this.ownerDocument.implementation.hasFeature(feature,
|
|
43122
|
+
isSupported: function(feature, version2) {
|
|
43123
|
+
return this.ownerDocument.implementation.hasFeature(feature, version2);
|
|
43124
43124
|
},
|
|
43125
43125
|
// Introduced in DOM Level 2:
|
|
43126
43126
|
hasAttributes: function() {
|
|
@@ -57406,6 +57406,7 @@ var filters = {
|
|
|
57406
57406
|
StreamFilter: filters_exports.StreamFilter,
|
|
57407
57407
|
TelephoneFilter: filters_exports.TelephoneFilter
|
|
57408
57408
|
};
|
|
57409
|
+
var CANVAS_APP_STAGE_ALIAS = "_stage_";
|
|
57409
57410
|
|
|
57410
57411
|
// src/managers/CanvasManager.ts
|
|
57411
57412
|
init_lib();
|
|
@@ -57746,7 +57747,7 @@ function createExportableElement(element) {
|
|
|
57746
57747
|
let elementString = JSON.stringify(element);
|
|
57747
57748
|
return JSON.parse(elementString);
|
|
57748
57749
|
} catch (e2) {
|
|
57749
|
-
console.error("[Pixi\u2019VN] Error creating exportable element", e2);
|
|
57750
|
+
console.error("[Pixi\u2019VN] Error creating exportable element", element, e2);
|
|
57750
57751
|
throw new Error("[Pixi\u2019VN] Error creating exportable element");
|
|
57751
57752
|
}
|
|
57752
57753
|
}
|
|
@@ -58179,6 +58180,10 @@ var CanvasManager = class {
|
|
|
58179
58180
|
* ```
|
|
58180
58181
|
*/
|
|
58181
58182
|
add(alias, canvasElement, options = {}) {
|
|
58183
|
+
if (alias === CANVAS_APP_STAGE_ALIAS) {
|
|
58184
|
+
console.error(`[Pixi\u2019VN] The alias ${CANVAS_APP_STAGE_ALIAS} is reserved`);
|
|
58185
|
+
return;
|
|
58186
|
+
}
|
|
58182
58187
|
let ignoreOldStyle = options?.ignoreOldStyle;
|
|
58183
58188
|
let oldCanvasElement = this.find(alias);
|
|
58184
58189
|
if (oldCanvasElement) {
|
|
@@ -58209,6 +58214,10 @@ var CanvasManager = class {
|
|
|
58209
58214
|
* ```
|
|
58210
58215
|
*/
|
|
58211
58216
|
remove(alias, options = {}) {
|
|
58217
|
+
if (alias === CANVAS_APP_STAGE_ALIAS) {
|
|
58218
|
+
console.error(`[Pixi\u2019VN] The alias ${CANVAS_APP_STAGE_ALIAS} is reserved`);
|
|
58219
|
+
return;
|
|
58220
|
+
}
|
|
58212
58221
|
let ignoreTickers = options.ignoreTickers;
|
|
58213
58222
|
if (typeof alias === "string") {
|
|
58214
58223
|
alias = [alias];
|
|
@@ -58237,6 +58246,9 @@ var CanvasManager = class {
|
|
|
58237
58246
|
* ```
|
|
58238
58247
|
*/
|
|
58239
58248
|
find(alias) {
|
|
58249
|
+
if (alias === CANVAS_APP_STAGE_ALIAS) {
|
|
58250
|
+
return this.app.stage;
|
|
58251
|
+
}
|
|
58240
58252
|
return CanvasManagerStatic._children[alias];
|
|
58241
58253
|
}
|
|
58242
58254
|
/**
|
|
@@ -58263,16 +58275,17 @@ var CanvasManager = class {
|
|
|
58263
58275
|
this.removeAllTickers();
|
|
58264
58276
|
}
|
|
58265
58277
|
/**
|
|
58266
|
-
* Edit the alias of a canvas element.
|
|
58278
|
+
* Edit the alias of a canvas element. The tickers that are connected to the canvas element will be transferred.
|
|
58267
58279
|
* @param oldAlias The old alias of the canvas element.
|
|
58268
58280
|
* @param newAlias The new alias of the canvas element.
|
|
58281
|
+
* @param options The options of the canvas element.
|
|
58269
58282
|
*/
|
|
58270
|
-
editAlias(oldAlias, newAlias) {
|
|
58283
|
+
editAlias(oldAlias, newAlias, options = {}) {
|
|
58271
58284
|
if (CanvasManagerStatic._children[oldAlias]) {
|
|
58272
58285
|
CanvasManagerStatic._children[newAlias] = CanvasManagerStatic._children[oldAlias];
|
|
58273
58286
|
delete CanvasManagerStatic._children[oldAlias];
|
|
58274
58287
|
}
|
|
58275
|
-
this.transferTickers(oldAlias, newAlias, "move");
|
|
58288
|
+
!options.ignoreTickers && this.transferTickers(oldAlias, newAlias, "move");
|
|
58276
58289
|
}
|
|
58277
58290
|
/** Edit Tickers Methods */
|
|
58278
58291
|
/**
|
|
@@ -58347,12 +58360,16 @@ var CanvasManager = class {
|
|
|
58347
58360
|
pushTicker(id3, tickerData, ticker) {
|
|
58348
58361
|
CanvasManagerStatic._currentTickers[id3] = tickerData;
|
|
58349
58362
|
tickerData.fn = (t2) => {
|
|
58350
|
-
if (tickerData.createdByTicketSteps && this.isTickerPaused(tickerData.createdByTicketSteps.canvasElementAlias, tickerData.createdByTicketSteps.id)) {
|
|
58351
|
-
return;
|
|
58352
|
-
}
|
|
58353
58363
|
let data = CanvasManagerStatic._currentTickers[id3];
|
|
58354
58364
|
if (data) {
|
|
58355
|
-
let canvasElementAliases = data.canvasElementAliases
|
|
58365
|
+
let canvasElementAliases = data.canvasElementAliases;
|
|
58366
|
+
if (tickerData.createdByTicketSteps) {
|
|
58367
|
+
if (this.isTickerPaused(tickerData.createdByTicketSteps.canvasElementAlias, tickerData.createdByTicketSteps.id)) {
|
|
58368
|
+
return;
|
|
58369
|
+
}
|
|
58370
|
+
} else {
|
|
58371
|
+
canvasElementAliases = canvasElementAliases.filter((alias) => !this.isTickerPaused(alias, id3));
|
|
58372
|
+
}
|
|
58356
58373
|
ticker?.fn(t2, data.args, canvasElementAliases, id3);
|
|
58357
58374
|
}
|
|
58358
58375
|
};
|
|
@@ -58699,15 +58716,19 @@ var CanvasManager = class {
|
|
|
58699
58716
|
});
|
|
58700
58717
|
CanvasManagerStatic._tickersMustBeCompletedBeforeNextStep.stepAlias.forEach(({ alias, id: id3 }) => {
|
|
58701
58718
|
let ticker = CanvasManagerStatic._currentTickersSteps[alias];
|
|
58702
|
-
if (ticker && ticker[id3]
|
|
58703
|
-
ticker[id3].steps.
|
|
58704
|
-
|
|
58705
|
-
|
|
58706
|
-
|
|
58707
|
-
|
|
58719
|
+
if (ticker && ticker[id3]) {
|
|
58720
|
+
if (ticker[id3].steps.includes(Repeat)) {
|
|
58721
|
+
console.error(`[Pixi\u2019VN] The ticker alias: ${alias} id: ${id3} contains a RepeatType, so it can't be forced to complete`, ticker[id3]);
|
|
58722
|
+
} else {
|
|
58723
|
+
ticker[id3].steps.forEach((step) => {
|
|
58724
|
+
if (typeof step === "object" && "ticker" in step) {
|
|
58725
|
+
let ticker2 = geTickerInstanceById(step.ticker, step.args, step.duration, step.priority);
|
|
58726
|
+
if (ticker2) {
|
|
58727
|
+
ticker2.onEndOfTicker([alias], id3, step.args);
|
|
58728
|
+
}
|
|
58708
58729
|
}
|
|
58709
|
-
}
|
|
58710
|
-
}
|
|
58730
|
+
});
|
|
58731
|
+
}
|
|
58711
58732
|
}
|
|
58712
58733
|
});
|
|
58713
58734
|
CanvasManagerStatic._tickersMustBeCompletedBeforeNextStep = { tikersIds: [], stepAlias: [] };
|
|
@@ -58748,6 +58769,7 @@ var CanvasManager = class {
|
|
|
58748
58769
|
tickers: createExportableElement(CanvasManagerStatic.currentTickersWithoutCreatedBySteps),
|
|
58749
58770
|
tickersSteps: createExportableElement(CanvasManagerStatic._currentTickersSteps),
|
|
58750
58771
|
elements: createExportableElement(currentElements),
|
|
58772
|
+
stage: createExportableElement(getMemoryContainer(this.app.stage)),
|
|
58751
58773
|
elementAliasesOrder: createExportableElement(CanvasManagerStatic.childrenAliasesOrder),
|
|
58752
58774
|
tickersOnPause: createExportableElement(CanvasManagerStatic._tickersOnPause)
|
|
58753
58775
|
};
|
|
@@ -58781,6 +58803,11 @@ var CanvasManager = class {
|
|
|
58781
58803
|
console.error("[Pixi\u2019VN] The data does not have the properties elementAliasesOrder and elements");
|
|
58782
58804
|
return;
|
|
58783
58805
|
}
|
|
58806
|
+
if (data.hasOwnProperty("stage") && data.hasOwnProperty("stage")) {
|
|
58807
|
+
setMemoryContainer(this.app.stage, data["stage"]);
|
|
58808
|
+
} else {
|
|
58809
|
+
console.error("[Pixi\u2019VN] The data does not have the properties stage");
|
|
58810
|
+
}
|
|
58784
58811
|
if (data.hasOwnProperty("tickers")) {
|
|
58785
58812
|
let tickers = data["tickers"];
|
|
58786
58813
|
Object.entries(tickers).forEach(([oldId, t2]) => {
|
|
@@ -59197,8 +59224,8 @@ function getExponentialProgression(number, progression, valueConvert) {
|
|
|
59197
59224
|
// src/classes/ticker/MoveTicker.ts
|
|
59198
59225
|
var MoveTicker = class extends TickerBase {
|
|
59199
59226
|
fn(ticker, args, aliases, tickerId) {
|
|
59200
|
-
let xSpeed =
|
|
59201
|
-
let ySpeed =
|
|
59227
|
+
let xSpeed = 10;
|
|
59228
|
+
let ySpeed = 10;
|
|
59202
59229
|
if (args.speed) {
|
|
59203
59230
|
if (typeof args.speed === "number") {
|
|
59204
59231
|
xSpeed = this.speedConvert(args.speed);
|
|
@@ -59262,6 +59289,10 @@ var MoveTicker = class extends TickerBase {
|
|
|
59262
59289
|
let destination = args.destination;
|
|
59263
59290
|
element.x = destination.x;
|
|
59264
59291
|
element.y = destination.y;
|
|
59292
|
+
if (args.isPushInOut && element.children.length > 0) {
|
|
59293
|
+
let elementChild = element.children[0];
|
|
59294
|
+
canvas.add(alias2, elementChild, { ignoreOldStyle: true });
|
|
59295
|
+
}
|
|
59265
59296
|
}
|
|
59266
59297
|
});
|
|
59267
59298
|
super.onEndOfTicker(alias, tickerId, args);
|
|
@@ -59694,6 +59725,7 @@ var NarrationManagerStatic = class _NarrationManagerStatic {
|
|
|
59694
59725
|
canvas: {
|
|
59695
59726
|
elementAliasesOrder: [],
|
|
59696
59727
|
elements: {},
|
|
59728
|
+
stage: {},
|
|
59697
59729
|
tickers: {},
|
|
59698
59730
|
tickersSteps: {},
|
|
59699
59731
|
tickersOnPause: {}
|
|
@@ -60273,8 +60305,10 @@ var NarrationManager = class {
|
|
|
60273
60305
|
console.warn("[Pixi\u2019VN] stepSha not found");
|
|
60274
60306
|
}
|
|
60275
60307
|
try {
|
|
60308
|
+
if (NarrationManagerStatic.stepsRunning === 0) {
|
|
60309
|
+
canvas.forceCompletionOfReportedTickers();
|
|
60310
|
+
}
|
|
60276
60311
|
NarrationManagerStatic.stepsRunning++;
|
|
60277
|
-
canvas.forceCompletionOfReportedTickers();
|
|
60278
60312
|
let result = await step(props);
|
|
60279
60313
|
if (this.choiceMenuOptions?.length === 1 && this.choiceMenuOptions[0].autoSelect) {
|
|
60280
60314
|
let choice = this.choiceMenuOptions[0];
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
newLabel,
|
|
4
4
|
registeredLabels,
|
|
5
5
|
saveLabel
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-D3ZQSJKZ.js";
|
|
7
7
|
import "../chunk-OMPJ74CO.js";
|
|
8
8
|
import "../chunk-2BUPSB7O.js";
|
|
9
9
|
import "../chunk-CZKJI26F.js";
|
|
10
10
|
import "../chunk-I6TNJEE3.js";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-DPUSONJ3.js";
|
|
12
12
|
import "../chunk-P44J5BE2.js";
|
|
13
13
|
import "../chunk-CAUF2LKZ.js";
|
|
14
14
|
import "../chunk-VXCA724Z.js";
|
|
@@ -16,12 +16,12 @@ import "../chunk-3DOISWD6.js";
|
|
|
16
16
|
import "../chunk-I4UGLC3A.js";
|
|
17
17
|
import "../chunk-ZZLQ3ILH.js";
|
|
18
18
|
import "../chunk-JTQGULTR.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-FHNQBWIZ.js";
|
|
20
20
|
import "../chunk-ZBUW3MBH.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-PIYIZHZL.js";
|
|
22
22
|
import "../chunk-WX267JP2.js";
|
|
23
23
|
import "../chunk-LEMOIFSV.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-A4NKPUL5.js";
|
|
25
25
|
import "../chunk-RATGPKD3.js";
|
|
26
26
|
import "../chunk-2PXN34ON.js";
|
|
27
27
|
import "../chunk-TAJJZPEH.js";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { UPDATE_PRIORITY } from 'pixi.js';
|
|
2
|
-
import
|
|
2
|
+
import TickerBase from '../classes/ticker/TickerBase.cjs';
|
|
3
3
|
import { TickerIdType } from '../types/TickerIdType.cjs';
|
|
4
|
-
import '../
|
|
4
|
+
import TickerArgs from '../interface/TickerArgs.cjs';
|
|
5
|
+
import '../interface/Ticker.cjs';
|
|
5
6
|
|
|
6
7
|
/**
|
|
7
8
|
* A dictionary that contains all tickers registered and avvailable to be used.
|
|
@@ -25,6 +26,6 @@ declare function tickerDecorator(name?: TickerIdType): (target: typeof TickerBas
|
|
|
25
26
|
* @param priority The priority of the ticker. If is undefined, the priority will be UPDATE_PRIORITY.NORMAL.
|
|
26
27
|
* @returns The instance of the ticker
|
|
27
28
|
*/
|
|
28
|
-
declare function geTickerInstanceById<TArgs extends
|
|
29
|
+
declare function geTickerInstanceById<TArgs extends TickerArgs>(tickerId: TickerIdType, args: TArgs, duration?: number, priority?: UPDATE_PRIORITY): TickerBase<TArgs> | undefined;
|
|
29
30
|
|
|
30
31
|
export { tickerDecorator as default, geTickerInstanceById, registeredTickers };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { UPDATE_PRIORITY } from 'pixi.js';
|
|
2
|
-
import
|
|
2
|
+
import TickerBase from '../classes/ticker/TickerBase.js';
|
|
3
3
|
import { TickerIdType } from '../types/TickerIdType.js';
|
|
4
|
-
import '../
|
|
4
|
+
import TickerArgs from '../interface/TickerArgs.js';
|
|
5
|
+
import '../interface/Ticker.js';
|
|
5
6
|
|
|
6
7
|
/**
|
|
7
8
|
* A dictionary that contains all tickers registered and avvailable to be used.
|
|
@@ -25,6 +26,6 @@ declare function tickerDecorator(name?: TickerIdType): (target: typeof TickerBas
|
|
|
25
26
|
* @param priority The priority of the ticker. If is undefined, the priority will be UPDATE_PRIORITY.NORMAL.
|
|
26
27
|
* @returns The instance of the ticker
|
|
27
28
|
*/
|
|
28
|
-
declare function geTickerInstanceById<TArgs extends
|
|
29
|
+
declare function geTickerInstanceById<TArgs extends TickerArgs>(tickerId: TickerIdType, args: TArgs, duration?: number, priority?: UPDATE_PRIORITY): TickerBase<TArgs> | undefined;
|
|
29
30
|
|
|
30
31
|
export { tickerDecorator as default, geTickerInstanceById, registeredTickers };
|