@drincs/pixi-vn 0.9.6 → 0.9.7
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/{ContainerChild-HBivknFV.d.ts → ContainerChild-B5yD0BI8.d.ts} +3 -7
- package/dist/{ContainerChild-CEuXVx00.d.cts → ContainerChild-WzyxEjAc.d.cts} +3 -7
- package/dist/{chunk-SCOZ46ME.js → chunk-IRUKNG2Y.js} +32 -18
- package/dist/{chunk-JMXJKUTS.js → chunk-NB4Q3GFK.js} +19 -11
- package/dist/{chunk-AQPVWC55.js → chunk-TOG67Z7Q.js} +1 -1
- package/dist/classes/CharacterBaseModel.cjs +50 -28
- package/dist/classes/CharacterBaseModel.js +3 -3
- package/dist/classes/CharacterStoredClass.cjs +50 -28
- package/dist/classes/CharacterStoredClass.js +3 -3
- package/dist/classes/ChoiceMenuOption.cjs +50 -28
- package/dist/classes/ChoiceMenuOption.js +3 -3
- package/dist/classes/Sound.cjs +50 -28
- package/dist/classes/Sound.js +3 -3
- package/dist/classes/StoredClassModel.cjs +50 -28
- package/dist/classes/StoredClassModel.js +3 -3
- package/dist/classes/canvas/AdditionalPositions.cjs +32 -18
- package/dist/classes/canvas/AdditionalPositions.js +1 -1
- package/dist/classes/canvas/CanvasBaseItem.d.cts +2 -2
- package/dist/classes/canvas/CanvasBaseItem.d.ts +2 -2
- package/dist/classes/canvas/Container.cjs +50 -28
- package/dist/classes/canvas/Container.d.cts +3 -2
- package/dist/classes/canvas/Container.d.ts +3 -2
- package/dist/classes/canvas/Container.js +3 -3
- package/dist/classes/canvas/ImageContainer.cjs +67 -45
- package/dist/classes/canvas/ImageContainer.d.cts +1 -1
- package/dist/classes/canvas/ImageContainer.d.ts +1 -1
- package/dist/classes/canvas/ImageContainer.js +3 -3
- package/dist/classes/canvas/ImageSprite.cjs +50 -28
- package/dist/classes/canvas/ImageSprite.d.cts +1 -1
- package/dist/classes/canvas/ImageSprite.d.ts +1 -1
- package/dist/classes/canvas/ImageSprite.js +3 -3
- package/dist/classes/canvas/Sprite.cjs +50 -28
- package/dist/classes/canvas/Sprite.d.cts +2 -2
- package/dist/classes/canvas/Sprite.d.ts +2 -2
- package/dist/classes/canvas/Sprite.js +3 -3
- package/dist/classes/canvas/Text.cjs +50 -28
- package/dist/classes/canvas/Text.d.cts +2 -2
- package/dist/classes/canvas/Text.d.ts +2 -2
- package/dist/classes/canvas/Text.js +3 -3
- package/dist/classes/canvas/VideoSprite.cjs +50 -28
- package/dist/classes/canvas/VideoSprite.d.cts +2 -2
- package/dist/classes/canvas/VideoSprite.d.ts +2 -2
- package/dist/classes/canvas/VideoSprite.js +3 -3
- package/dist/classes/index.cjs +50 -28
- package/dist/classes/index.d.cts +2 -2
- package/dist/classes/index.d.ts +2 -2
- package/dist/classes/index.js +3 -3
- package/dist/classes/ticker/FadeAlphaTicker.cjs +50 -28
- package/dist/classes/ticker/FadeAlphaTicker.js +3 -3
- package/dist/classes/ticker/MoveTicker.cjs +50 -28
- package/dist/classes/ticker/MoveTicker.js +3 -3
- package/dist/classes/ticker/RotateTicker.cjs +50 -28
- package/dist/classes/ticker/RotateTicker.js +3 -3
- package/dist/classes/ticker/TickerBase.cjs +50 -28
- package/dist/classes/ticker/TickerBase.js +3 -3
- package/dist/classes/ticker/ZoomTicker.cjs +50 -28
- package/dist/classes/ticker/ZoomTicker.js +3 -3
- package/dist/classes/ticker/index.cjs +50 -28
- package/dist/classes/ticker/index.js +3 -3
- package/dist/constants.cjs +1 -1
- package/dist/constants.d.cts +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/decorators/canvas-element-decorator.cjs +50 -28
- package/dist/decorators/canvas-element-decorator.d.cts +2 -2
- package/dist/decorators/canvas-element-decorator.d.ts +2 -2
- package/dist/decorators/canvas-element-decorator.js +3 -3
- package/dist/decorators/event-decorator.d.cts +2 -2
- package/dist/decorators/event-decorator.d.ts +2 -2
- package/dist/decorators/index.cjs +50 -28
- package/dist/decorators/index.d.cts +2 -2
- package/dist/decorators/index.d.ts +2 -2
- package/dist/decorators/index.js +3 -3
- package/dist/decorators/label-decorator.cjs +50 -28
- package/dist/decorators/label-decorator.js +3 -3
- package/dist/functions/canvas/canvas-effect.cjs +50 -28
- package/dist/functions/canvas/canvas-effect.js +3 -3
- package/dist/functions/canvas/canvas-memory-utility.cjs +50 -28
- package/dist/functions/canvas/canvas-memory-utility.d.cts +2 -2
- package/dist/functions/canvas/canvas-memory-utility.d.ts +2 -2
- package/dist/functions/canvas/canvas-memory-utility.js +3 -3
- package/dist/functions/canvas/canvas-transition.cjs +50 -28
- package/dist/functions/canvas/canvas-transition.d.cts +2 -2
- package/dist/functions/canvas/canvas-transition.d.ts +2 -2
- package/dist/functions/canvas/canvas-transition.js +3 -3
- package/dist/functions/canvas/canvas-utility.cjs +50 -28
- package/dist/functions/canvas/canvas-utility.js +3 -3
- package/dist/functions/canvas/image-container-utility.cjs +50 -28
- package/dist/functions/canvas/image-container-utility.d.cts +2 -2
- package/dist/functions/canvas/image-container-utility.d.ts +2 -2
- package/dist/functions/canvas/image-container-utility.js +3 -3
- package/dist/functions/canvas/image-utility.cjs +50 -28
- package/dist/functions/canvas/image-utility.d.cts +2 -2
- package/dist/functions/canvas/image-utility.d.ts +2 -2
- package/dist/functions/canvas/image-utility.js +3 -3
- package/dist/functions/canvas/video-utility.cjs +50 -28
- package/dist/functions/canvas/video-utility.d.cts +2 -2
- package/dist/functions/canvas/video-utility.d.ts +2 -2
- package/dist/functions/canvas/video-utility.js +3 -3
- package/dist/functions/dialogue-utility.cjs +50 -28
- package/dist/functions/dialogue-utility.js +3 -3
- package/dist/functions/flags-utility.cjs +50 -28
- package/dist/functions/flags-utility.js +3 -3
- package/dist/functions/game-utility.cjs +50 -28
- package/dist/functions/game-utility.js +3 -3
- package/dist/functions/index.cjs +50 -28
- package/dist/functions/index.d.cts +2 -2
- package/dist/functions/index.d.ts +2 -2
- package/dist/functions/index.js +3 -3
- package/dist/functions/saves-utility.cjs +50 -28
- package/dist/functions/saves-utility.d.cts +2 -2
- package/dist/functions/saves-utility.d.ts +2 -2
- package/dist/functions/saves-utility.js +3 -3
- package/dist/functions/texture-utility.cjs +50 -28
- package/dist/functions/texture-utility.d.cts +2 -2
- package/dist/functions/texture-utility.d.ts +2 -2
- package/dist/functions/texture-utility.js +3 -3
- package/dist/index.cjs +67 -47
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/interface/HistoryStep.d.cts +2 -2
- package/dist/interface/HistoryStep.d.ts +2 -2
- package/dist/interface/SaveData.d.cts +2 -2
- package/dist/interface/SaveData.d.ts +2 -2
- package/dist/interface/canvas/canvas-memory.d.cts +2 -2
- package/dist/interface/canvas/canvas-memory.d.ts +2 -2
- package/dist/interface/canvas/canvas-options.d.cts +1 -1
- package/dist/interface/canvas/canvas-options.d.ts +1 -1
- package/dist/interface/export/ExportedCanvas.d.cts +2 -2
- package/dist/interface/export/ExportedCanvas.d.ts +2 -2
- package/dist/interface/export/ExportedStep.d.cts +2 -2
- package/dist/interface/export/ExportedStep.d.ts +2 -2
- package/dist/interface/index.d.cts +1 -1
- package/dist/interface/index.d.ts +1 -1
- package/dist/labels/BaseCanvasElementTestLabel.cjs +50 -28
- package/dist/labels/BaseCanvasElementTestLabel.js +3 -3
- package/dist/labels/CanvasEventsTestLabel.cjs +50 -28
- package/dist/labels/CanvasEventsTestLabel.d.cts +2 -2
- package/dist/labels/CanvasEventsTestLabel.d.ts +2 -2
- package/dist/labels/CanvasEventsTestLabel.js +3 -3
- package/dist/labels/CustomTickerCanvasElementTestLabel.cjs +67 -47
- package/dist/labels/CustomTickerCanvasElementTestLabel.js +3 -3
- package/dist/labels/ImagesAnimationsTestLabel.cjs +50 -28
- package/dist/labels/ImagesAnimationsTestLabel.js +3 -3
- package/dist/labels/InputTestLabel.cjs +50 -28
- package/dist/labels/InputTestLabel.js +3 -3
- package/dist/labels/MarkdownTest.cjs +50 -28
- package/dist/labels/MarkdownTest.js +3 -3
- package/dist/labels/SoundTestLabel.cjs +50 -28
- package/dist/labels/SoundTestLabel.js +3 -3
- package/dist/labels/StartLabel.cjs +50 -28
- package/dist/labels/StartLabel.js +3 -3
- package/dist/labels/StepLabelTest.cjs +50 -28
- package/dist/labels/StepLabelTest.js +3 -3
- package/dist/labels/VideoTestLabel.cjs +50 -28
- package/dist/labels/VideoTestLabel.js +3 -3
- package/dist/labels/index.cjs +50 -28
- package/dist/labels/index.js +3 -3
- package/dist/managers/CanvasManager.cjs +50 -28
- package/dist/managers/CanvasManager.d.cts +2 -2
- package/dist/managers/CanvasManager.d.ts +2 -2
- package/dist/managers/CanvasManager.js +3 -3
- package/dist/managers/CanvasManagerStatic.d.cts +2 -2
- package/dist/managers/CanvasManagerStatic.d.ts +2 -2
- package/dist/managers/NarrationManager.cjs +50 -28
- package/dist/managers/NarrationManager.d.cts +2 -2
- package/dist/managers/NarrationManager.d.ts +2 -2
- package/dist/managers/NarrationManager.js +3 -3
- package/dist/managers/NarrationManagerStatic.cjs +50 -28
- package/dist/managers/NarrationManagerStatic.d.cts +2 -2
- package/dist/managers/NarrationManagerStatic.d.ts +2 -2
- package/dist/managers/NarrationManagerStatic.js +3 -3
- package/dist/managers/SoundManager.cjs +50 -28
- package/dist/managers/SoundManager.js +3 -3
- package/dist/managers/StorageManager.cjs +50 -28
- package/dist/managers/StorageManager.js +3 -3
- package/dist/managers/index.cjs +50 -28
- package/dist/managers/index.d.cts +2 -2
- package/dist/managers/index.d.ts +2 -2
- package/dist/managers/index.js +3 -3
- package/dist/types/ContainerChild.d.cts +2 -2
- package/dist/types/ContainerChild.d.ts +2 -2
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -57723,7 +57723,7 @@ extensions.add(soundAsset);
|
|
|
57723
57723
|
var sound = setInstance(new SoundLibrary());
|
|
57724
57724
|
|
|
57725
57725
|
// package.json
|
|
57726
|
-
var version = "0.9.
|
|
57726
|
+
var version = "0.9.7";
|
|
57727
57727
|
|
|
57728
57728
|
// src/constants.ts
|
|
57729
57729
|
var Repeat = "repeat";
|
|
@@ -58057,12 +58057,15 @@ var Container2 = class extends Container {
|
|
|
58057
58057
|
this.setMemory(value);
|
|
58058
58058
|
}
|
|
58059
58059
|
async setMemory(value) {
|
|
58060
|
+
await this.importChildren(value);
|
|
58061
|
+
return await setMemoryContainer(this, value);
|
|
58062
|
+
}
|
|
58063
|
+
async importChildren(value) {
|
|
58060
58064
|
for (let i3 = 0; i3 < value.elements.length; i3++) {
|
|
58061
58065
|
let child = value.elements[i3];
|
|
58062
58066
|
let element = await importCanvasElement(child);
|
|
58063
58067
|
this.addChild(element);
|
|
58064
58068
|
}
|
|
58065
|
-
return await setMemoryContainer(this, value);
|
|
58066
58069
|
}
|
|
58067
58070
|
};
|
|
58068
58071
|
function getMemoryContainer(element) {
|
|
@@ -58150,29 +58153,43 @@ function analizePositionsExtensionProps(props) {
|
|
|
58150
58153
|
if (!props) {
|
|
58151
58154
|
return props;
|
|
58152
58155
|
}
|
|
58153
|
-
if (props.align
|
|
58154
|
-
if (
|
|
58155
|
-
props.
|
|
58156
|
-
|
|
58157
|
-
|
|
58158
|
-
|
|
58159
|
-
props.
|
|
58156
|
+
if (typeof props.align !== "number") {
|
|
58157
|
+
if (props.xAlign != void 0) {
|
|
58158
|
+
if (props.align === void 0) {
|
|
58159
|
+
props.align = { x: props.xAlign };
|
|
58160
|
+
delete props.xAlign;
|
|
58161
|
+
} else {
|
|
58162
|
+
props.align.x = props.xAlign;
|
|
58163
|
+
delete props.xAlign;
|
|
58160
58164
|
}
|
|
58161
|
-
|
|
58162
|
-
|
|
58165
|
+
}
|
|
58166
|
+
if (props.yAlign != void 0) {
|
|
58167
|
+
if (props.align === void 0) {
|
|
58168
|
+
props.align = { y: props.yAlign };
|
|
58169
|
+
delete props.yAlign;
|
|
58170
|
+
} else {
|
|
58171
|
+
props.align.y = props.yAlign;
|
|
58172
|
+
delete props.yAlign;
|
|
58163
58173
|
}
|
|
58164
58174
|
}
|
|
58165
58175
|
}
|
|
58166
|
-
if (props.percentagePosition
|
|
58167
|
-
if (
|
|
58168
|
-
props.
|
|
58169
|
-
|
|
58170
|
-
|
|
58171
|
-
|
|
58172
|
-
props.
|
|
58176
|
+
if (typeof props.percentagePosition !== "number") {
|
|
58177
|
+
if (props.xPercentagePosition != void 0) {
|
|
58178
|
+
if (props.percentagePosition === void 0) {
|
|
58179
|
+
props.percentagePosition = { x: props.xPercentagePosition };
|
|
58180
|
+
delete props.xPercentagePosition;
|
|
58181
|
+
} else {
|
|
58182
|
+
props.percentagePosition.x = props.xPercentagePosition;
|
|
58183
|
+
delete props.xPercentagePosition;
|
|
58173
58184
|
}
|
|
58174
|
-
|
|
58175
|
-
|
|
58185
|
+
}
|
|
58186
|
+
if (props.yPercentagePosition != void 0) {
|
|
58187
|
+
if (props.percentagePosition === void 0) {
|
|
58188
|
+
props.percentagePosition = { y: props.yPercentagePosition };
|
|
58189
|
+
delete props.yPercentagePosition;
|
|
58190
|
+
} else {
|
|
58191
|
+
props.percentagePosition.y = props.yPercentagePosition;
|
|
58192
|
+
delete props.yPercentagePosition;
|
|
58176
58193
|
}
|
|
58177
58194
|
}
|
|
58178
58195
|
}
|
|
@@ -58192,10 +58209,10 @@ var ImageContainer = class extends Container2 {
|
|
|
58192
58209
|
if (options?.anchor !== void 0) {
|
|
58193
58210
|
this.anchor = options.anchor;
|
|
58194
58211
|
}
|
|
58195
|
-
if (options?.align !== void 0) {
|
|
58212
|
+
if (options && "align" in options && options?.align !== void 0) {
|
|
58196
58213
|
this.align = options.align;
|
|
58197
58214
|
}
|
|
58198
|
-
if (options?.percentagePosition !== void 0) {
|
|
58215
|
+
if (options && "percentagePosition" in options && options?.percentagePosition !== void 0) {
|
|
58199
58216
|
this.percentagePosition = options.percentagePosition;
|
|
58200
58217
|
}
|
|
58201
58218
|
}
|
|
@@ -58213,7 +58230,8 @@ var ImageContainer = class extends Container2 {
|
|
|
58213
58230
|
this.setMemory(value);
|
|
58214
58231
|
}
|
|
58215
58232
|
async setMemory(value) {
|
|
58216
|
-
await
|
|
58233
|
+
await this.importChildren(value);
|
|
58234
|
+
await setMemoryImageContainer(this, value);
|
|
58217
58235
|
this.reloadAnchor();
|
|
58218
58236
|
this.reloadPosition();
|
|
58219
58237
|
}
|
|
@@ -58387,11 +58405,13 @@ var ImageContainer = class extends Container2 {
|
|
|
58387
58405
|
}
|
|
58388
58406
|
};
|
|
58389
58407
|
async function setMemoryImageContainer(element, memory, opstions) {
|
|
58408
|
+
memory = analizePositionsExtensionProps(memory);
|
|
58390
58409
|
setMemoryContainer(element, memory, {
|
|
58391
58410
|
...opstions,
|
|
58392
58411
|
end: async () => {
|
|
58393
58412
|
"anchor" in memory && memory.anchor !== void 0 && (element.anchor = memory.anchor);
|
|
58394
58413
|
"align" in memory && memory.align !== void 0 && (element.align = memory.align);
|
|
58414
|
+
"percentagePosition" in memory && memory.percentagePosition !== void 0 && (element.percentagePosition = memory.percentagePosition);
|
|
58395
58415
|
if ("loadIsStarted" in memory && memory.loadIsStarted) {
|
|
58396
58416
|
await element.load();
|
|
58397
58417
|
}
|
|
@@ -60377,7 +60397,6 @@ var CanvasManager = class {
|
|
|
60377
60397
|
* @param data The object.
|
|
60378
60398
|
*/
|
|
60379
60399
|
async import(data) {
|
|
60380
|
-
this.clear();
|
|
60381
60400
|
try {
|
|
60382
60401
|
let tickersOnPause = data["tickersOnPause"] || {};
|
|
60383
60402
|
if (data.hasOwnProperty("elementAliasesOrder") && data.hasOwnProperty("elements")) {
|
|
@@ -60385,6 +60404,7 @@ var CanvasManager = class {
|
|
|
60385
60404
|
let elementAliasesOrder = data["elementAliasesOrder"];
|
|
60386
60405
|
let promises = elementAliasesOrder.filter((alias) => currentElements[alias]).map((alias) => importCanvasElement(currentElements[alias]));
|
|
60387
60406
|
let list = await Promise.all(promises);
|
|
60407
|
+
this.clear();
|
|
60388
60408
|
list.forEach((element, i3) => {
|
|
60389
60409
|
let alias = elementAliasesOrder[i3];
|
|
60390
60410
|
this.add(alias, element);
|
|
@@ -63782,9 +63802,8 @@ var customPositionTest = newLabel("___pixi_vn_images_custom_position_test___", [
|
|
|
63782
63802
|
- ${skullyName} will be added with the anchor set to 0.5 and align set to 0.25.`
|
|
63783
63803
|
};
|
|
63784
63804
|
canvas.removeAll();
|
|
63785
|
-
let container =
|
|
63786
|
-
container
|
|
63787
|
-
container.align = 0.5;
|
|
63805
|
+
let container = new ImageContainer({ anchor: 0.5, align: 0.5 }, [eggHeadImage, flowerTopImage]);
|
|
63806
|
+
canvas.add("container", container);
|
|
63788
63807
|
let helmlok = addImage("helmlok", helmlokImage);
|
|
63789
63808
|
helmlok.anchor = 0.5;
|
|
63790
63809
|
helmlok.xAlign = 1;
|
|
@@ -64095,6 +64114,7 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
64095
64114
|
pixivnId = CANVAS_IMAGE_ID;
|
|
64096
64115
|
constructor(options, textureAlias) {
|
|
64097
64116
|
super(options);
|
|
64117
|
+
options = analizePositionsExtensionProps(options);
|
|
64098
64118
|
if (textureAlias) {
|
|
64099
64119
|
this.textureAlias = textureAlias;
|
|
64100
64120
|
}
|
|
@@ -64118,7 +64138,7 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
64118
64138
|
this.setMemory(value);
|
|
64119
64139
|
}
|
|
64120
64140
|
async setMemory(value) {
|
|
64121
|
-
await
|
|
64141
|
+
await setMemoryImageSprite(this, value);
|
|
64122
64142
|
this.reloadPosition();
|
|
64123
64143
|
}
|
|
64124
64144
|
static from(source7, skipCache) {
|
|
@@ -64255,9 +64275,11 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
64255
64275
|
}
|
|
64256
64276
|
};
|
|
64257
64277
|
async function setMemoryImageSprite(element, memory) {
|
|
64278
|
+
memory = analizePositionsExtensionProps(memory);
|
|
64258
64279
|
return await setMemorySprite(element, memory, {
|
|
64259
64280
|
half: async () => {
|
|
64260
64281
|
"align" in memory && memory.align !== void 0 && (element.align = memory.align);
|
|
64282
|
+
"percentagePosition" in memory && memory.percentagePosition !== void 0 && (element.percentagePosition = memory.percentagePosition);
|
|
64261
64283
|
"imageLink" in memory && memory.imageLink !== void 0 && (element.textureAlias = memory.imageLink);
|
|
64262
64284
|
if ("loadIsStarted" in memory && memory.loadIsStarted) {
|
|
64263
64285
|
await element.load();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Texture, TextStyle, TextStyleOptions } from 'pixi.js';
|
|
2
|
-
import { C as CanvasBaseItem } from '../ContainerChild-
|
|
2
|
+
import { C as CanvasBaseItem } from '../ContainerChild-WzyxEjAc.cjs';
|
|
3
3
|
import Container from '../classes/canvas/Container.cjs';
|
|
4
|
-
import '../interface/canvas/TextureMemory.cjs';
|
|
5
4
|
import '../classes/canvas/AdditionalPositions.cjs';
|
|
5
|
+
import '../interface/canvas/TextureMemory.cjs';
|
|
6
6
|
import '../classes/canvas/AnchorExtension.cjs';
|
|
7
7
|
import '../types/CanvasEventNamesType.cjs';
|
|
8
8
|
import '../classes/CanvasEvent.cjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Texture, TextStyle, TextStyleOptions } from 'pixi.js';
|
|
2
|
-
import { C as CanvasBaseItem } from '../ContainerChild-
|
|
2
|
+
import { C as CanvasBaseItem } from '../ContainerChild-B5yD0BI8.js';
|
|
3
3
|
import Container from '../classes/canvas/Container.js';
|
|
4
|
-
import '../interface/canvas/TextureMemory.js';
|
|
5
4
|
import '../classes/canvas/AdditionalPositions.js';
|
|
5
|
+
import '../interface/canvas/TextureMemory.js';
|
|
6
6
|
import '../classes/canvas/AnchorExtension.js';
|
|
7
7
|
import '../types/CanvasEventNamesType.js';
|
|
8
8
|
import '../classes/CanvasEvent.js';
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
checkIfTextureNotIsEmpty,
|
|
3
3
|
getTextStyle,
|
|
4
4
|
getTexture
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-NB4Q3GFK.js";
|
|
6
6
|
import "../chunk-OMPJ74CO.js";
|
|
7
7
|
import "../chunk-2JGQWY5I.js";
|
|
8
8
|
import "../chunk-2BUPSB7O.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-IRUKNG2Y.js";
|
|
10
10
|
import "../chunk-6GJXIPNB.js";
|
|
11
11
|
import "../chunk-I6TNJEE3.js";
|
|
12
12
|
import "../chunk-DPUSONJ3.js";
|
|
@@ -23,7 +23,7 @@ import "../chunk-ZBUW3MBH.js";
|
|
|
23
23
|
import "../chunk-PIYIZHZL.js";
|
|
24
24
|
import "../chunk-B7XQM2BB.js";
|
|
25
25
|
import "../chunk-LEMOIFSV.js";
|
|
26
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-TOG67Z7Q.js";
|
|
27
27
|
import "../chunk-WS3FY4Q6.js";
|
|
28
28
|
import "../chunk-Z3NBKYVU.js";
|
|
29
29
|
import "../chunk-SAUNZQHZ.js";
|
package/dist/index.cjs
CHANGED
|
@@ -57812,7 +57812,7 @@ extensions.add(soundAsset);
|
|
|
57812
57812
|
var sound = setInstance(new SoundLibrary());
|
|
57813
57813
|
|
|
57814
57814
|
// package.json
|
|
57815
|
-
var version = "0.9.
|
|
57815
|
+
var version = "0.9.7";
|
|
57816
57816
|
|
|
57817
57817
|
// src/constants.ts
|
|
57818
57818
|
var Repeat = "repeat";
|
|
@@ -58014,6 +58014,55 @@ function checkIfTextureNotIsEmpty(element) {
|
|
|
58014
58014
|
return true;
|
|
58015
58015
|
}
|
|
58016
58016
|
|
|
58017
|
+
// src/classes/canvas/AdditionalPositions.ts
|
|
58018
|
+
init_lib();
|
|
58019
|
+
function analizePositionsExtensionProps(props) {
|
|
58020
|
+
if (!props) {
|
|
58021
|
+
return props;
|
|
58022
|
+
}
|
|
58023
|
+
if (typeof props.align !== "number") {
|
|
58024
|
+
if (props.xAlign != void 0) {
|
|
58025
|
+
if (props.align === void 0) {
|
|
58026
|
+
props.align = { x: props.xAlign };
|
|
58027
|
+
delete props.xAlign;
|
|
58028
|
+
} else {
|
|
58029
|
+
props.align.x = props.xAlign;
|
|
58030
|
+
delete props.xAlign;
|
|
58031
|
+
}
|
|
58032
|
+
}
|
|
58033
|
+
if (props.yAlign != void 0) {
|
|
58034
|
+
if (props.align === void 0) {
|
|
58035
|
+
props.align = { y: props.yAlign };
|
|
58036
|
+
delete props.yAlign;
|
|
58037
|
+
} else {
|
|
58038
|
+
props.align.y = props.yAlign;
|
|
58039
|
+
delete props.yAlign;
|
|
58040
|
+
}
|
|
58041
|
+
}
|
|
58042
|
+
}
|
|
58043
|
+
if (typeof props.percentagePosition !== "number") {
|
|
58044
|
+
if (props.xPercentagePosition != void 0) {
|
|
58045
|
+
if (props.percentagePosition === void 0) {
|
|
58046
|
+
props.percentagePosition = { x: props.xPercentagePosition };
|
|
58047
|
+
delete props.xPercentagePosition;
|
|
58048
|
+
} else {
|
|
58049
|
+
props.percentagePosition.x = props.xPercentagePosition;
|
|
58050
|
+
delete props.xPercentagePosition;
|
|
58051
|
+
}
|
|
58052
|
+
}
|
|
58053
|
+
if (props.yPercentagePosition != void 0) {
|
|
58054
|
+
if (props.percentagePosition === void 0) {
|
|
58055
|
+
props.percentagePosition = { y: props.yPercentagePosition };
|
|
58056
|
+
delete props.yPercentagePosition;
|
|
58057
|
+
} else {
|
|
58058
|
+
props.percentagePosition.y = props.yPercentagePosition;
|
|
58059
|
+
delete props.yPercentagePosition;
|
|
58060
|
+
}
|
|
58061
|
+
}
|
|
58062
|
+
}
|
|
58063
|
+
return props;
|
|
58064
|
+
}
|
|
58065
|
+
|
|
58017
58066
|
// src/classes/canvas/Sprite.ts
|
|
58018
58067
|
init_lib();
|
|
58019
58068
|
|
|
@@ -58232,12 +58281,15 @@ var Container3 = class extends Container {
|
|
|
58232
58281
|
this.setMemory(value);
|
|
58233
58282
|
}
|
|
58234
58283
|
async setMemory(value) {
|
|
58284
|
+
await this.importChildren(value);
|
|
58285
|
+
return await setMemoryContainer(this, value);
|
|
58286
|
+
}
|
|
58287
|
+
async importChildren(value) {
|
|
58235
58288
|
for (let i3 = 0; i3 < value.elements.length; i3++) {
|
|
58236
58289
|
let child = value.elements[i3];
|
|
58237
58290
|
let element = await importCanvasElement(child);
|
|
58238
58291
|
this.addChild(element);
|
|
58239
58292
|
}
|
|
58240
|
-
return await setMemoryContainer(this, value);
|
|
58241
58293
|
}
|
|
58242
58294
|
};
|
|
58243
58295
|
function getMemoryContainer(element) {
|
|
@@ -58318,43 +58370,6 @@ async function setMemoryContainer(element, memory, opstions) {
|
|
|
58318
58370
|
|
|
58319
58371
|
// src/classes/canvas/ImageContainer.ts
|
|
58320
58372
|
init_lib();
|
|
58321
|
-
|
|
58322
|
-
// src/classes/canvas/AdditionalPositions.ts
|
|
58323
|
-
init_lib();
|
|
58324
|
-
function analizePositionsExtensionProps(props) {
|
|
58325
|
-
if (!props) {
|
|
58326
|
-
return props;
|
|
58327
|
-
}
|
|
58328
|
-
if (props.align != void 0) {
|
|
58329
|
-
if (typeof props.align === "number") {
|
|
58330
|
-
props.xAlign = props.align;
|
|
58331
|
-
props.yAlign = props.align;
|
|
58332
|
-
} else {
|
|
58333
|
-
if (props.align.x != void 0) {
|
|
58334
|
-
props.xAlign = props.align.x;
|
|
58335
|
-
}
|
|
58336
|
-
if (props.align.y != void 0) {
|
|
58337
|
-
props.yAlign = props.align.y;
|
|
58338
|
-
}
|
|
58339
|
-
}
|
|
58340
|
-
}
|
|
58341
|
-
if (props.percentagePosition != void 0) {
|
|
58342
|
-
if (typeof props.percentagePosition === "number") {
|
|
58343
|
-
props.xPercentagePosition = props.percentagePosition;
|
|
58344
|
-
props.yPercentagePosition = props.percentagePosition;
|
|
58345
|
-
} else {
|
|
58346
|
-
if (props.percentagePosition.x != void 0) {
|
|
58347
|
-
props.xPercentagePosition = props.percentagePosition.x;
|
|
58348
|
-
}
|
|
58349
|
-
if (props.percentagePosition.y != void 0) {
|
|
58350
|
-
props.yPercentagePosition = props.percentagePosition.y;
|
|
58351
|
-
}
|
|
58352
|
-
}
|
|
58353
|
-
}
|
|
58354
|
-
return props;
|
|
58355
|
-
}
|
|
58356
|
-
|
|
58357
|
-
// src/classes/canvas/ImageContainer.ts
|
|
58358
58373
|
var ImageContainer = class extends Container3 {
|
|
58359
58374
|
constructor(options, textureAliases = []) {
|
|
58360
58375
|
super(options);
|
|
@@ -58367,10 +58382,10 @@ var ImageContainer = class extends Container3 {
|
|
|
58367
58382
|
if (options?.anchor !== void 0) {
|
|
58368
58383
|
this.anchor = options.anchor;
|
|
58369
58384
|
}
|
|
58370
|
-
if (options?.align !== void 0) {
|
|
58385
|
+
if (options && "align" in options && options?.align !== void 0) {
|
|
58371
58386
|
this.align = options.align;
|
|
58372
58387
|
}
|
|
58373
|
-
if (options?.percentagePosition !== void 0) {
|
|
58388
|
+
if (options && "percentagePosition" in options && options?.percentagePosition !== void 0) {
|
|
58374
58389
|
this.percentagePosition = options.percentagePosition;
|
|
58375
58390
|
}
|
|
58376
58391
|
}
|
|
@@ -58388,7 +58403,8 @@ var ImageContainer = class extends Container3 {
|
|
|
58388
58403
|
this.setMemory(value);
|
|
58389
58404
|
}
|
|
58390
58405
|
async setMemory(value) {
|
|
58391
|
-
await
|
|
58406
|
+
await this.importChildren(value);
|
|
58407
|
+
await setMemoryImageContainer(this, value);
|
|
58392
58408
|
this.reloadAnchor();
|
|
58393
58409
|
this.reloadPosition();
|
|
58394
58410
|
}
|
|
@@ -58562,11 +58578,13 @@ var ImageContainer = class extends Container3 {
|
|
|
58562
58578
|
}
|
|
58563
58579
|
};
|
|
58564
58580
|
async function setMemoryImageContainer(element, memory, opstions) {
|
|
58581
|
+
memory = analizePositionsExtensionProps(memory);
|
|
58565
58582
|
setMemoryContainer(element, memory, {
|
|
58566
58583
|
...opstions,
|
|
58567
58584
|
end: async () => {
|
|
58568
58585
|
"anchor" in memory && memory.anchor !== void 0 && (element.anchor = memory.anchor);
|
|
58569
58586
|
"align" in memory && memory.align !== void 0 && (element.align = memory.align);
|
|
58587
|
+
"percentagePosition" in memory && memory.percentagePosition !== void 0 && (element.percentagePosition = memory.percentagePosition);
|
|
58570
58588
|
if ("loadIsStarted" in memory && memory.loadIsStarted) {
|
|
58571
58589
|
await element.load();
|
|
58572
58590
|
}
|
|
@@ -59797,7 +59815,6 @@ var CanvasManager = class {
|
|
|
59797
59815
|
* @param data The object.
|
|
59798
59816
|
*/
|
|
59799
59817
|
async import(data) {
|
|
59800
|
-
this.clear();
|
|
59801
59818
|
try {
|
|
59802
59819
|
let tickersOnPause = data["tickersOnPause"] || {};
|
|
59803
59820
|
if (data.hasOwnProperty("elementAliasesOrder") && data.hasOwnProperty("elements")) {
|
|
@@ -59805,6 +59822,7 @@ var CanvasManager = class {
|
|
|
59805
59822
|
let elementAliasesOrder = data["elementAliasesOrder"];
|
|
59806
59823
|
let promises = elementAliasesOrder.filter((alias) => currentElements[alias]).map((alias) => importCanvasElement(currentElements[alias]));
|
|
59807
59824
|
let list = await Promise.all(promises);
|
|
59825
|
+
this.clear();
|
|
59808
59826
|
list.forEach((element, i3) => {
|
|
59809
59827
|
let alias = elementAliasesOrder[i3];
|
|
59810
59828
|
this.add(alias, element);
|
|
@@ -63230,6 +63248,7 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
63230
63248
|
pixivnId = CANVAS_IMAGE_ID;
|
|
63231
63249
|
constructor(options, textureAlias) {
|
|
63232
63250
|
super(options);
|
|
63251
|
+
options = analizePositionsExtensionProps(options);
|
|
63233
63252
|
if (textureAlias) {
|
|
63234
63253
|
this.textureAlias = textureAlias;
|
|
63235
63254
|
}
|
|
@@ -63253,7 +63272,7 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
63253
63272
|
this.setMemory(value);
|
|
63254
63273
|
}
|
|
63255
63274
|
async setMemory(value) {
|
|
63256
|
-
await
|
|
63275
|
+
await setMemoryImageSprite(this, value);
|
|
63257
63276
|
this.reloadPosition();
|
|
63258
63277
|
}
|
|
63259
63278
|
static from(source7, skipCache) {
|
|
@@ -63390,9 +63409,11 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
63390
63409
|
}
|
|
63391
63410
|
};
|
|
63392
63411
|
async function setMemoryImageSprite(element, memory) {
|
|
63412
|
+
memory = analizePositionsExtensionProps(memory);
|
|
63393
63413
|
return await setMemorySprite(element, memory, {
|
|
63394
63414
|
half: async () => {
|
|
63395
63415
|
"align" in memory && memory.align !== void 0 && (element.align = memory.align);
|
|
63416
|
+
"percentagePosition" in memory && memory.percentagePosition !== void 0 && (element.percentagePosition = memory.percentagePosition);
|
|
63396
63417
|
"imageLink" in memory && memory.imageLink !== void 0 && (element.textureAlias = memory.imageLink);
|
|
63397
63418
|
if ("loadIsStarted" in memory && memory.loadIsStarted) {
|
|
63398
63419
|
await element.load();
|
|
@@ -64630,9 +64651,8 @@ var customPositionTest = newLabel("___pixi_vn_images_custom_position_test___", [
|
|
|
64630
64651
|
- ${skullyName} will be added with the anchor set to 0.5 and align set to 0.25.`
|
|
64631
64652
|
};
|
|
64632
64653
|
canvas.removeAll();
|
|
64633
|
-
let container =
|
|
64634
|
-
container
|
|
64635
|
-
container.align = 0.5;
|
|
64654
|
+
let container = new ImageContainer({ anchor: 0.5, align: 0.5 }, [eggHeadImage, flowerTopImage]);
|
|
64655
|
+
canvas.add("container", container);
|
|
64636
64656
|
let helmlok = addImage("helmlok", helmlokImage);
|
|
64637
64657
|
helmlok.anchor = 0.5;
|
|
64638
64658
|
helmlok.xAlign = 1;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Assets, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from 'pixi.js';
|
|
2
2
|
export { default as CanvasVideo, default as VideoSprite } from './classes/canvas/VideoSprite.cjs';
|
|
3
|
-
export { C as CanvasBase, C as CanvasBaseItem, a as CanvasBaseItemMemory, a as CanvasBaseMemory, b as CanvasContainerMemory, I as CanvasImage, c as CanvasImageMemory, S as CanvasSprite, d as CanvasSpriteBaseMemory, e as CanvasSpriteMemory, T as CanvasTextMemory, V as CanvasVideoMemory, i as ContainerChild, b as ContainerMemory, f as ImageContainerMemory, g as ImageContainerOptions, I as ImageSprite, c as ImageSpriteMemory, h as ImageSpriteOptions, S as Sprite, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from './ContainerChild-
|
|
3
|
+
export { C as CanvasBase, C as CanvasBaseItem, a as CanvasBaseItemMemory, a as CanvasBaseMemory, b as CanvasContainerMemory, I as CanvasImage, c as CanvasImageMemory, S as CanvasSprite, d as CanvasSpriteBaseMemory, e as CanvasSpriteMemory, T as CanvasTextMemory, V as CanvasVideoMemory, i as ContainerChild, b as ContainerMemory, f as ImageContainerMemory, g as ImageContainerOptions, I as ImageSprite, c as ImageSpriteMemory, h as ImageSpriteOptions, S as Sprite, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from './ContainerChild-WzyxEjAc.cjs';
|
|
4
4
|
export { default as CanvasContainer, default as Container } from './classes/canvas/Container.cjs';
|
|
5
5
|
export { default as ImageContainer } from './classes/canvas/ImageContainer.cjs';
|
|
6
6
|
export { default as CanvasText, default as Text } from './classes/canvas/Text.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { Assets, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from 'pixi.js';
|
|
2
2
|
export { default as CanvasVideo, default as VideoSprite } from './classes/canvas/VideoSprite.js';
|
|
3
|
-
export { C as CanvasBase, C as CanvasBaseItem, a as CanvasBaseItemMemory, a as CanvasBaseMemory, b as CanvasContainerMemory, I as CanvasImage, c as CanvasImageMemory, S as CanvasSprite, d as CanvasSpriteBaseMemory, e as CanvasSpriteMemory, T as CanvasTextMemory, V as CanvasVideoMemory, i as ContainerChild, b as ContainerMemory, f as ImageContainerMemory, g as ImageContainerOptions, I as ImageSprite, c as ImageSpriteMemory, h as ImageSpriteOptions, S as Sprite, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from './ContainerChild-
|
|
3
|
+
export { C as CanvasBase, C as CanvasBaseItem, a as CanvasBaseItemMemory, a as CanvasBaseMemory, b as CanvasContainerMemory, I as CanvasImage, c as CanvasImageMemory, S as CanvasSprite, d as CanvasSpriteBaseMemory, e as CanvasSpriteMemory, T as CanvasTextMemory, V as CanvasVideoMemory, i as ContainerChild, b as ContainerMemory, f as ImageContainerMemory, g as ImageContainerOptions, I as ImageSprite, c as ImageSpriteMemory, h as ImageSpriteOptions, S as Sprite, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from './ContainerChild-B5yD0BI8.js';
|
|
4
4
|
export { default as CanvasContainer, default as Container } from './classes/canvas/Container.js';
|
|
5
5
|
export { default as ImageContainer } from './classes/canvas/ImageContainer.js';
|
|
6
6
|
export { default as CanvasText, default as Text } from './classes/canvas/Text.js';
|
package/dist/index.js
CHANGED
|
@@ -63,11 +63,11 @@ import {
|
|
|
63
63
|
storage,
|
|
64
64
|
zoomIn,
|
|
65
65
|
zoomOut
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-NB4Q3GFK.js";
|
|
67
67
|
import "./chunk-OMPJ74CO.js";
|
|
68
68
|
import "./chunk-2JGQWY5I.js";
|
|
69
69
|
import "./chunk-2BUPSB7O.js";
|
|
70
|
-
import "./chunk-
|
|
70
|
+
import "./chunk-IRUKNG2Y.js";
|
|
71
71
|
import {
|
|
72
72
|
CanvasBaseItem
|
|
73
73
|
} from "./chunk-6GJXIPNB.js";
|
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
Pause,
|
|
112
112
|
Repeat,
|
|
113
113
|
filters
|
|
114
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-TOG67Z7Q.js";
|
|
115
115
|
import "./chunk-WS3FY4Q6.js";
|
|
116
116
|
import {
|
|
117
117
|
Assets
|
|
@@ -15,10 +15,10 @@ import './LabelProps.cjs';
|
|
|
15
15
|
import '../types/CloseType.cjs';
|
|
16
16
|
import '../types/LabelRunModeType.cjs';
|
|
17
17
|
import '../types/PauseTickerType.cjs';
|
|
18
|
-
import '../ContainerChild-
|
|
18
|
+
import '../ContainerChild-WzyxEjAc.cjs';
|
|
19
19
|
import 'pixi.js';
|
|
20
|
-
import './canvas/TextureMemory.cjs';
|
|
21
20
|
import '../classes/canvas/AdditionalPositions.cjs';
|
|
21
|
+
import './canvas/TextureMemory.cjs';
|
|
22
22
|
import '../classes/canvas/AnchorExtension.cjs';
|
|
23
23
|
import '../types/CanvasEventNamesType.cjs';
|
|
24
24
|
import '../classes/CanvasEvent.cjs';
|
|
@@ -15,10 +15,10 @@ import './LabelProps.js';
|
|
|
15
15
|
import '../types/CloseType.js';
|
|
16
16
|
import '../types/LabelRunModeType.js';
|
|
17
17
|
import '../types/PauseTickerType.js';
|
|
18
|
-
import '../ContainerChild-
|
|
18
|
+
import '../ContainerChild-B5yD0BI8.js';
|
|
19
19
|
import 'pixi.js';
|
|
20
|
-
import './canvas/TextureMemory.js';
|
|
21
20
|
import '../classes/canvas/AdditionalPositions.js';
|
|
21
|
+
import './canvas/TextureMemory.js';
|
|
22
22
|
import '../classes/canvas/AnchorExtension.js';
|
|
23
23
|
import '../types/CanvasEventNamesType.js';
|
|
24
24
|
import '../classes/CanvasEvent.js';
|
|
@@ -3,10 +3,10 @@ import ExportedSounds from './export/ExportedSounds.cjs';
|
|
|
3
3
|
import ExportedStep from './export/ExportedStep.cjs';
|
|
4
4
|
import ExportedStorage from './export/ExportedStorage.cjs';
|
|
5
5
|
import '../types/PauseTickerType.cjs';
|
|
6
|
-
import '../ContainerChild-
|
|
6
|
+
import '../ContainerChild-WzyxEjAc.cjs';
|
|
7
7
|
import 'pixi.js';
|
|
8
|
-
import './canvas/TextureMemory.cjs';
|
|
9
8
|
import '../classes/canvas/AdditionalPositions.cjs';
|
|
9
|
+
import './canvas/TextureMemory.cjs';
|
|
10
10
|
import '../classes/canvas/AnchorExtension.cjs';
|
|
11
11
|
import '../types/CanvasEventNamesType.cjs';
|
|
12
12
|
import '../classes/CanvasEvent.cjs';
|
|
@@ -3,10 +3,10 @@ import ExportedSounds from './export/ExportedSounds.js';
|
|
|
3
3
|
import ExportedStep from './export/ExportedStep.js';
|
|
4
4
|
import ExportedStorage from './export/ExportedStorage.js';
|
|
5
5
|
import '../types/PauseTickerType.js';
|
|
6
|
-
import '../ContainerChild-
|
|
6
|
+
import '../ContainerChild-B5yD0BI8.js';
|
|
7
7
|
import 'pixi.js';
|
|
8
|
-
import './canvas/TextureMemory.js';
|
|
9
8
|
import '../classes/canvas/AdditionalPositions.js';
|
|
9
|
+
import './canvas/TextureMemory.js';
|
|
10
10
|
import '../classes/canvas/AnchorExtension.js';
|
|
11
11
|
import '../types/CanvasEventNamesType.js';
|
|
12
12
|
import '../classes/CanvasEvent.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'pixi.js';
|
|
2
|
-
export { a as CanvasBaseItemMemory, b as ContainerMemory, f as ImageContainerMemory, c as ImageSpriteMemory, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from '../../ContainerChild-
|
|
2
|
+
export { a as CanvasBaseItemMemory, b as ContainerMemory, f as ImageContainerMemory, c as ImageSpriteMemory, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from '../../ContainerChild-WzyxEjAc.cjs';
|
|
3
|
+
import '../../classes/canvas/AdditionalPositions.cjs';
|
|
3
4
|
import './TextureMemory.cjs';
|
|
4
5
|
import '../../types/EventIdType.cjs';
|
|
5
|
-
import '../../classes/canvas/AdditionalPositions.cjs';
|
|
6
6
|
import '../../classes/canvas/AnchorExtension.cjs';
|
|
7
7
|
import '../../types/CanvasEventNamesType.cjs';
|
|
8
8
|
import '../../classes/CanvasEvent.cjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'pixi.js';
|
|
2
|
-
export { a as CanvasBaseItemMemory, b as ContainerMemory, f as ImageContainerMemory, c as ImageSpriteMemory, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from '../../ContainerChild-
|
|
2
|
+
export { a as CanvasBaseItemMemory, b as ContainerMemory, f as ImageContainerMemory, c as ImageSpriteMemory, d as SpriteBaseMemory, e as SpriteMemory, T as TextMemory, V as VideoSpriteMemory } from '../../ContainerChild-B5yD0BI8.js';
|
|
3
|
+
import '../../classes/canvas/AdditionalPositions.js';
|
|
3
4
|
import './TextureMemory.js';
|
|
4
5
|
import '../../types/EventIdType.js';
|
|
5
|
-
import '../../classes/canvas/AdditionalPositions.js';
|
|
6
6
|
import '../../classes/canvas/AnchorExtension.js';
|
|
7
7
|
import '../../types/CanvasEventNamesType.js';
|
|
8
8
|
import '../../classes/CanvasEvent.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'pixi.js';
|
|
2
2
|
import '../../classes/canvas/AdditionalPositions.cjs';
|
|
3
3
|
import '../../classes/canvas/AnchorExtension.cjs';
|
|
4
|
-
export { g as ImageContainerOptions, h as ImageSpriteOptions } from '../../ContainerChild-
|
|
4
|
+
export { g as ImageContainerOptions, h as ImageSpriteOptions } from '../../ContainerChild-WzyxEjAc.cjs';
|
|
5
5
|
import './TextureMemory.cjs';
|
|
6
6
|
import '../../types/CanvasEventNamesType.cjs';
|
|
7
7
|
import '../../classes/CanvasEvent.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'pixi.js';
|
|
2
2
|
import '../../classes/canvas/AdditionalPositions.js';
|
|
3
3
|
import '../../classes/canvas/AnchorExtension.js';
|
|
4
|
-
export { g as ImageContainerOptions, h as ImageSpriteOptions } from '../../ContainerChild-
|
|
4
|
+
export { g as ImageContainerOptions, h as ImageSpriteOptions } from '../../ContainerChild-B5yD0BI8.js';
|
|
5
5
|
import './TextureMemory.js';
|
|
6
6
|
import '../../types/CanvasEventNamesType.js';
|
|
7
7
|
import '../../classes/CanvasEvent.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import PauseTickerType from '../../types/PauseTickerType.cjs';
|
|
2
|
-
import { a as CanvasBaseItemMemory, b as ContainerMemory } from '../../ContainerChild-
|
|
2
|
+
import { a as CanvasBaseItemMemory, b as ContainerMemory } from '../../ContainerChild-WzyxEjAc.cjs';
|
|
3
3
|
import { TickerHistoryForExport } from '../TickerHistory.cjs';
|
|
4
4
|
import TickersSteps from '../TickersSteps.cjs';
|
|
5
5
|
import 'pixi.js';
|
|
6
|
-
import '../canvas/TextureMemory.cjs';
|
|
7
6
|
import '../../classes/canvas/AdditionalPositions.cjs';
|
|
7
|
+
import '../canvas/TextureMemory.cjs';
|
|
8
8
|
import '../../classes/canvas/AnchorExtension.cjs';
|
|
9
9
|
import '../../types/CanvasEventNamesType.cjs';
|
|
10
10
|
import '../../classes/CanvasEvent.cjs';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import PauseTickerType from '../../types/PauseTickerType.js';
|
|
2
|
-
import { a as CanvasBaseItemMemory, b as ContainerMemory } from '../../ContainerChild-
|
|
2
|
+
import { a as CanvasBaseItemMemory, b as ContainerMemory } from '../../ContainerChild-B5yD0BI8.js';
|
|
3
3
|
import { TickerHistoryForExport } from '../TickerHistory.js';
|
|
4
4
|
import TickersSteps from '../TickersSteps.js';
|
|
5
5
|
import 'pixi.js';
|
|
6
|
-
import '../canvas/TextureMemory.js';
|
|
7
6
|
import '../../classes/canvas/AdditionalPositions.js';
|
|
7
|
+
import '../canvas/TextureMemory.js';
|
|
8
8
|
import '../../classes/canvas/AnchorExtension.js';
|
|
9
9
|
import '../../types/CanvasEventNamesType.js';
|
|
10
10
|
import '../../classes/CanvasEvent.js';
|
|
@@ -13,10 +13,10 @@ import '../../types/CloseType.cjs';
|
|
|
13
13
|
import '../../types/LabelRunModeType.cjs';
|
|
14
14
|
import './ExportedCanvas.cjs';
|
|
15
15
|
import '../../types/PauseTickerType.cjs';
|
|
16
|
-
import '../../ContainerChild-
|
|
16
|
+
import '../../ContainerChild-WzyxEjAc.cjs';
|
|
17
17
|
import 'pixi.js';
|
|
18
|
-
import '../canvas/TextureMemory.cjs';
|
|
19
18
|
import '../../classes/canvas/AdditionalPositions.cjs';
|
|
19
|
+
import '../canvas/TextureMemory.cjs';
|
|
20
20
|
import '../../classes/canvas/AnchorExtension.cjs';
|
|
21
21
|
import '../../types/CanvasEventNamesType.cjs';
|
|
22
22
|
import '../../classes/CanvasEvent.cjs';
|
|
@@ -13,10 +13,10 @@ import '../../types/CloseType.js';
|
|
|
13
13
|
import '../../types/LabelRunModeType.js';
|
|
14
14
|
import './ExportedCanvas.js';
|
|
15
15
|
import '../../types/PauseTickerType.js';
|
|
16
|
-
import '../../ContainerChild-
|
|
16
|
+
import '../../ContainerChild-B5yD0BI8.js';
|
|
17
17
|
import 'pixi.js';
|
|
18
|
-
import '../canvas/TextureMemory.js';
|
|
19
18
|
import '../../classes/canvas/AdditionalPositions.js';
|
|
19
|
+
import '../canvas/TextureMemory.js';
|
|
20
20
|
import '../../classes/canvas/AnchorExtension.js';
|
|
21
21
|
import '../../types/CanvasEventNamesType.js';
|
|
22
22
|
import '../../classes/CanvasEvent.js';
|