@drincs/pixi-vn 0.6.1 → 0.6.2

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.
Files changed (289) hide show
  1. package/dist/{TickerBase-BAUiHet_.d.ts → TickerBase-3rLpDpmb.d.ts} +9 -0
  2. package/dist/{TickerBase-BctFf13y.d.mts → TickerBase-DKYzbzro.d.mts} +9 -0
  3. package/dist/classes/CanvasEvent.d.mts +6 -0
  4. package/dist/classes/CanvasEvent.d.ts +6 -0
  5. package/dist/classes/CanvasEvent.js +7 -0
  6. package/dist/classes/CanvasEvent.js.map +1 -1
  7. package/dist/classes/CanvasEvent.mjs +7 -0
  8. package/dist/classes/CanvasEvent.mjs.map +1 -1
  9. package/dist/classes/CharacterBaseModel.js +93 -65
  10. package/dist/classes/CharacterBaseModel.js.map +1 -1
  11. package/dist/classes/CharacterBaseModel.mjs +93 -65
  12. package/dist/classes/CharacterBaseModel.mjs.map +1 -1
  13. package/dist/classes/ChoiceMenuOption.js +94 -66
  14. package/dist/classes/ChoiceMenuOption.js.map +1 -1
  15. package/dist/classes/ChoiceMenuOption.mjs +94 -66
  16. package/dist/classes/ChoiceMenuOption.mjs.map +1 -1
  17. package/dist/classes/CloseLabel.js +1 -1
  18. package/dist/classes/CloseLabel.js.map +1 -1
  19. package/dist/classes/CloseLabel.mjs +1 -1
  20. package/dist/classes/CloseLabel.mjs.map +1 -1
  21. package/dist/classes/DialogueBaseModel.d.mts +2 -2
  22. package/dist/classes/DialogueBaseModel.d.ts +2 -2
  23. package/dist/classes/DialogueBaseModel.js +5 -5
  24. package/dist/classes/DialogueBaseModel.js.map +1 -1
  25. package/dist/classes/DialogueBaseModel.mjs +5 -5
  26. package/dist/classes/DialogueBaseModel.mjs.map +1 -1
  27. package/dist/classes/Label.d.mts +1 -1
  28. package/dist/classes/Label.d.ts +1 -1
  29. package/dist/classes/Label.js +1 -1
  30. package/dist/classes/Label.js.map +1 -1
  31. package/dist/classes/Label.mjs +1 -1
  32. package/dist/classes/Label.mjs.map +1 -1
  33. package/dist/classes/StoredClassModel.js +93 -65
  34. package/dist/classes/StoredClassModel.js.map +1 -1
  35. package/dist/classes/StoredClassModel.mjs +93 -65
  36. package/dist/classes/StoredClassModel.mjs.map +1 -1
  37. package/dist/classes/canvas/CanvasBase.d.mts +5 -1
  38. package/dist/classes/canvas/CanvasBase.d.ts +5 -1
  39. package/dist/classes/canvas/CanvasBase.js +7 -0
  40. package/dist/classes/canvas/CanvasBase.js.map +1 -1
  41. package/dist/classes/canvas/CanvasBase.mjs +7 -0
  42. package/dist/classes/canvas/CanvasBase.mjs.map +1 -1
  43. package/dist/classes/canvas/CanvasContainer.d.mts +4 -1
  44. package/dist/classes/canvas/CanvasContainer.d.ts +4 -1
  45. package/dist/classes/canvas/CanvasContainer.js +57 -37
  46. package/dist/classes/canvas/CanvasContainer.js.map +1 -1
  47. package/dist/classes/canvas/CanvasContainer.mjs +57 -38
  48. package/dist/classes/canvas/CanvasContainer.mjs.map +1 -1
  49. package/dist/classes/canvas/CanvasImage.d.mts +4 -2
  50. package/dist/classes/canvas/CanvasImage.d.ts +4 -2
  51. package/dist/classes/canvas/CanvasImage.js +33 -20
  52. package/dist/classes/canvas/CanvasImage.js.map +1 -1
  53. package/dist/classes/canvas/CanvasImage.mjs +30 -20
  54. package/dist/classes/canvas/CanvasImage.mjs.map +1 -1
  55. package/dist/classes/canvas/CanvasSprite.d.mts +5 -2
  56. package/dist/classes/canvas/CanvasSprite.d.ts +5 -2
  57. package/dist/classes/canvas/CanvasSprite.js +25 -17
  58. package/dist/classes/canvas/CanvasSprite.js.map +1 -1
  59. package/dist/classes/canvas/CanvasSprite.mjs +25 -18
  60. package/dist/classes/canvas/CanvasSprite.mjs.map +1 -1
  61. package/dist/classes/canvas/CanvasText.d.mts +6 -3
  62. package/dist/classes/canvas/CanvasText.d.ts +6 -3
  63. package/dist/classes/canvas/CanvasText.js +25 -17
  64. package/dist/classes/canvas/CanvasText.js.map +1 -1
  65. package/dist/classes/canvas/CanvasText.mjs +25 -18
  66. package/dist/classes/canvas/CanvasText.mjs.map +1 -1
  67. package/dist/classes/canvas/index.js +184 -158
  68. package/dist/classes/canvas/index.js.map +1 -1
  69. package/dist/classes/canvas/index.mjs +184 -158
  70. package/dist/classes/canvas/index.mjs.map +1 -1
  71. package/dist/classes/index.d.mts +1 -0
  72. package/dist/classes/index.d.ts +1 -0
  73. package/dist/classes/index.js +106 -71
  74. package/dist/classes/index.js.map +1 -1
  75. package/dist/classes/index.mjs +106 -71
  76. package/dist/classes/index.mjs.map +1 -1
  77. package/dist/classes/ticker/FadeAlphaTicker.d.mts +2 -1
  78. package/dist/classes/ticker/FadeAlphaTicker.d.ts +2 -1
  79. package/dist/classes/ticker/FadeAlphaTicker.js +93 -65
  80. package/dist/classes/ticker/FadeAlphaTicker.js.map +1 -1
  81. package/dist/classes/ticker/FadeAlphaTicker.mjs +93 -65
  82. package/dist/classes/ticker/FadeAlphaTicker.mjs.map +1 -1
  83. package/dist/classes/ticker/MoveTicker.d.mts +2 -1
  84. package/dist/classes/ticker/MoveTicker.d.ts +2 -1
  85. package/dist/classes/ticker/MoveTicker.js +93 -65
  86. package/dist/classes/ticker/MoveTicker.js.map +1 -1
  87. package/dist/classes/ticker/MoveTicker.mjs +93 -65
  88. package/dist/classes/ticker/MoveTicker.mjs.map +1 -1
  89. package/dist/classes/ticker/RotateTicker.d.mts +2 -1
  90. package/dist/classes/ticker/RotateTicker.d.ts +2 -1
  91. package/dist/classes/ticker/RotateTicker.js +93 -65
  92. package/dist/classes/ticker/RotateTicker.js.map +1 -1
  93. package/dist/classes/ticker/RotateTicker.mjs +93 -65
  94. package/dist/classes/ticker/RotateTicker.mjs.map +1 -1
  95. package/dist/classes/ticker/TickerBase.d.mts +2 -1
  96. package/dist/classes/ticker/TickerBase.d.ts +2 -1
  97. package/dist/classes/ticker/TickerBase.js +5 -0
  98. package/dist/classes/ticker/TickerBase.js.map +1 -1
  99. package/dist/classes/ticker/TickerBase.mjs +5 -0
  100. package/dist/classes/ticker/TickerBase.mjs.map +1 -1
  101. package/dist/classes/ticker/ZoomTicker.d.mts +9 -3
  102. package/dist/classes/ticker/ZoomTicker.d.ts +9 -3
  103. package/dist/classes/ticker/ZoomTicker.js +108 -66
  104. package/dist/classes/ticker/ZoomTicker.js.map +1 -1
  105. package/dist/classes/ticker/ZoomTicker.mjs +106 -66
  106. package/dist/classes/ticker/ZoomTicker.mjs.map +1 -1
  107. package/dist/classes/ticker/index.d.mts +2 -1
  108. package/dist/classes/ticker/index.d.ts +2 -1
  109. package/dist/classes/ticker/index.js +230 -202
  110. package/dist/classes/ticker/index.js.map +1 -1
  111. package/dist/classes/ticker/index.mjs +230 -202
  112. package/dist/classes/ticker/index.mjs.map +1 -1
  113. package/dist/constants.d.mts +1 -1
  114. package/dist/constants.d.ts +1 -1
  115. package/dist/constants.js +1 -1
  116. package/dist/constants.js.map +1 -1
  117. package/dist/constants.mjs +1 -1
  118. package/dist/constants.mjs.map +1 -1
  119. package/dist/decorators/CanvasElementDecorator.d.mts +3 -3
  120. package/dist/decorators/CanvasElementDecorator.d.ts +3 -3
  121. package/dist/decorators/CanvasElementDecorator.js +63 -43
  122. package/dist/decorators/CanvasElementDecorator.js.map +1 -1
  123. package/dist/decorators/CanvasElementDecorator.mjs +62 -42
  124. package/dist/decorators/CanvasElementDecorator.mjs.map +1 -1
  125. package/dist/decorators/EventDecorator.d.mts +7 -7
  126. package/dist/decorators/EventDecorator.d.ts +7 -7
  127. package/dist/decorators/EventDecorator.js +11 -10
  128. package/dist/decorators/EventDecorator.js.map +1 -1
  129. package/dist/decorators/EventDecorator.mjs +10 -9
  130. package/dist/decorators/EventDecorator.mjs.map +1 -1
  131. package/dist/decorators/LabelDecorator.js +94 -66
  132. package/dist/decorators/LabelDecorator.js.map +1 -1
  133. package/dist/decorators/LabelDecorator.mjs +94 -66
  134. package/dist/decorators/LabelDecorator.mjs.map +1 -1
  135. package/dist/decorators/TickerDecorator.d.mts +5 -5
  136. package/dist/decorators/TickerDecorator.d.ts +5 -5
  137. package/dist/decorators/TickerDecorator.js +6 -5
  138. package/dist/decorators/TickerDecorator.js.map +1 -1
  139. package/dist/decorators/TickerDecorator.mjs +6 -5
  140. package/dist/decorators/TickerDecorator.mjs.map +1 -1
  141. package/dist/decorators/index.d.mts +1 -1
  142. package/dist/decorators/index.d.ts +1 -1
  143. package/dist/decorators/index.js +96 -66
  144. package/dist/decorators/index.js.map +1 -1
  145. package/dist/decorators/index.mjs +96 -66
  146. package/dist/decorators/index.mjs.map +1 -1
  147. package/dist/functions/CanvasUtility.js +56 -37
  148. package/dist/functions/CanvasUtility.js.map +1 -1
  149. package/dist/functions/CanvasUtility.mjs +56 -37
  150. package/dist/functions/CanvasUtility.mjs.map +1 -1
  151. package/dist/functions/DialogueUtility.d.mts +1 -1
  152. package/dist/functions/DialogueUtility.d.ts +1 -1
  153. package/dist/functions/DialogueUtility.js +240 -201
  154. package/dist/functions/DialogueUtility.js.map +1 -1
  155. package/dist/functions/DialogueUtility.mjs +240 -201
  156. package/dist/functions/DialogueUtility.mjs.map +1 -1
  157. package/dist/functions/FlagsUtility.js +93 -65
  158. package/dist/functions/FlagsUtility.js.map +1 -1
  159. package/dist/functions/FlagsUtility.mjs +93 -65
  160. package/dist/functions/FlagsUtility.mjs.map +1 -1
  161. package/dist/functions/GameUtility.js +93 -65
  162. package/dist/functions/GameUtility.js.map +1 -1
  163. package/dist/functions/GameUtility.mjs +93 -65
  164. package/dist/functions/GameUtility.mjs.map +1 -1
  165. package/dist/functions/ImageUtility.d.mts +35 -2
  166. package/dist/functions/ImageUtility.d.ts +35 -2
  167. package/dist/functions/ImageUtility.js +371 -186
  168. package/dist/functions/ImageUtility.js.map +1 -1
  169. package/dist/functions/ImageUtility.mjs +368 -187
  170. package/dist/functions/ImageUtility.mjs.map +1 -1
  171. package/dist/functions/SavesUtility.d.mts +2 -2
  172. package/dist/functions/SavesUtility.d.ts +2 -2
  173. package/dist/functions/SavesUtility.js +141 -71
  174. package/dist/functions/SavesUtility.js.map +1 -1
  175. package/dist/functions/SavesUtility.mjs +141 -71
  176. package/dist/functions/SavesUtility.mjs.map +1 -1
  177. package/dist/functions/index.d.mts +6 -3
  178. package/dist/functions/index.d.ts +6 -3
  179. package/dist/functions/index.js +277 -81
  180. package/dist/functions/index.js.map +1 -1
  181. package/dist/functions/index.mjs +275 -83
  182. package/dist/functions/index.mjs.map +1 -1
  183. package/dist/index.d.mts +4 -4
  184. package/dist/index.d.ts +4 -4
  185. package/dist/index.js +644 -153
  186. package/dist/index.js.map +1 -1
  187. package/dist/index.mjs +642 -155
  188. package/dist/index.mjs.map +1 -1
  189. package/dist/interface/IHistoryStep.d.mts +2 -2
  190. package/dist/interface/IHistoryStep.d.ts +2 -2
  191. package/dist/interface/ISaveData.d.mts +2 -2
  192. package/dist/interface/ISaveData.d.ts +2 -2
  193. package/dist/interface/ITicker.d.mts +2 -1
  194. package/dist/interface/ITicker.d.ts +2 -1
  195. package/dist/interface/ITickersSteps.d.mts +12 -3
  196. package/dist/interface/ITickersSteps.d.ts +12 -3
  197. package/dist/interface/TickerHistory.d.mts +3 -3
  198. package/dist/interface/TickerHistory.d.ts +3 -3
  199. package/dist/interface/canvas/ICanvasBaseMemory.d.mts +1 -1
  200. package/dist/interface/canvas/ICanvasBaseMemory.d.ts +1 -1
  201. package/dist/interface/canvas/ICanvasImageMemory.d.mts +2 -2
  202. package/dist/interface/canvas/ICanvasImageMemory.d.ts +2 -2
  203. package/dist/interface/canvas/ICanvasSpriteMemory.d.mts +1 -2
  204. package/dist/interface/canvas/ICanvasSpriteMemory.d.ts +1 -2
  205. package/dist/interface/canvas/ICanvasTextTextMemory.d.mts +1 -2
  206. package/dist/interface/canvas/ICanvasTextTextMemory.d.ts +1 -2
  207. package/dist/interface/export/ExportedCanvas.d.mts +2 -2
  208. package/dist/interface/export/ExportedCanvas.d.ts +2 -2
  209. package/dist/interface/export/ExportedStep.d.mts +2 -2
  210. package/dist/interface/export/ExportedStep.d.ts +2 -2
  211. package/dist/interface/export/index.d.mts +2 -2
  212. package/dist/interface/export/index.d.ts +2 -2
  213. package/dist/interface/index.d.mts +2 -2
  214. package/dist/interface/index.d.ts +2 -2
  215. package/dist/labels/BaseCanvasElementTestLabel.js +400 -372
  216. package/dist/labels/BaseCanvasElementTestLabel.js.map +1 -1
  217. package/dist/labels/BaseCanvasElementTestLabel.mjs +401 -373
  218. package/dist/labels/BaseCanvasElementTestLabel.mjs.map +1 -1
  219. package/dist/labels/{EventsTestLabel.d.mts → CanvasEventsTestLabel.d.mts} +4 -7
  220. package/dist/labels/{EventsTestLabel.d.ts → CanvasEventsTestLabel.d.ts} +4 -7
  221. package/dist/labels/{EventsTestLabel.js → CanvasEventsTestLabel.js} +320 -98
  222. package/dist/labels/CanvasEventsTestLabel.js.map +1 -0
  223. package/dist/labels/{EventsTestLabel.mjs → CanvasEventsTestLabel.mjs} +320 -98
  224. package/dist/labels/CanvasEventsTestLabel.mjs.map +1 -0
  225. package/dist/labels/{TintingTestLabel.d.mts → CustomTickerCanvasElementTestLabel.d.mts} +5 -4
  226. package/dist/labels/{TintingTestLabel.d.ts → CustomTickerCanvasElementTestLabel.d.ts} +5 -4
  227. package/dist/labels/CustomTickerCanvasElementTestLabel.js +2792 -0
  228. package/dist/labels/CustomTickerCanvasElementTestLabel.js.map +1 -0
  229. package/dist/labels/CustomTickerCanvasElementTestLabel.mjs +2786 -0
  230. package/dist/labels/CustomTickerCanvasElementTestLabel.mjs.map +1 -0
  231. package/dist/labels/{ShowImageTest.js → ImagesAnimationsTestLabel.js} +373 -82
  232. package/dist/labels/ImagesAnimationsTestLabel.js.map +1 -0
  233. package/dist/labels/{ShowImageTest.mjs → ImagesAnimationsTestLabel.mjs} +373 -82
  234. package/dist/labels/ImagesAnimationsTestLabel.mjs.map +1 -0
  235. package/dist/labels/MarkdownTest.js +150 -80
  236. package/dist/labels/MarkdownTest.js.map +1 -1
  237. package/dist/labels/MarkdownTest.mjs +150 -80
  238. package/dist/labels/MarkdownTest.mjs.map +1 -1
  239. package/dist/labels/StartLabel.js +689 -152
  240. package/dist/labels/StartLabel.js.map +1 -1
  241. package/dist/labels/StartLabel.mjs +690 -153
  242. package/dist/labels/StartLabel.mjs.map +1 -1
  243. package/dist/labels/TestConstant.d.mts +3 -1
  244. package/dist/labels/TestConstant.d.ts +3 -1
  245. package/dist/labels/TestConstant.js +97 -65
  246. package/dist/labels/TestConstant.js.map +1 -1
  247. package/dist/labels/TestConstant.mjs +96 -66
  248. package/dist/labels/TestConstant.mjs.map +1 -1
  249. package/dist/labels/TickerTestLabel.js +472 -402
  250. package/dist/labels/TickerTestLabel.js.map +1 -1
  251. package/dist/labels/TickerTestLabel.mjs +473 -403
  252. package/dist/labels/TickerTestLabel.mjs.map +1 -1
  253. package/dist/labels/index.js +689 -152
  254. package/dist/labels/index.js.map +1 -1
  255. package/dist/labels/index.mjs +690 -153
  256. package/dist/labels/index.mjs.map +1 -1
  257. package/dist/managers/StepManager.d.mts +5 -4
  258. package/dist/managers/StepManager.d.ts +5 -4
  259. package/dist/managers/StepManager.js +140 -70
  260. package/dist/managers/StepManager.js.map +1 -1
  261. package/dist/managers/StepManager.mjs +140 -70
  262. package/dist/managers/StepManager.mjs.map +1 -1
  263. package/dist/managers/WindowManager.d.mts +1 -1
  264. package/dist/managers/WindowManager.d.ts +1 -1
  265. package/dist/managers/WindowManager.js +84 -60
  266. package/dist/managers/WindowManager.js.map +1 -1
  267. package/dist/managers/WindowManager.mjs +84 -60
  268. package/dist/managers/WindowManager.mjs.map +1 -1
  269. package/dist/managers/index.d.mts +2 -2
  270. package/dist/managers/index.d.ts +2 -2
  271. package/dist/managers/index.js +140 -70
  272. package/dist/managers/index.js.map +1 -1
  273. package/dist/managers/index.mjs +140 -70
  274. package/dist/managers/index.mjs.map +1 -1
  275. package/dist/types/ticker/MoveTickerProps.d.mts +1 -1
  276. package/dist/types/ticker/MoveTickerProps.d.ts +1 -1
  277. package/dist/types/ticker/RotateTickerProps.d.mts +1 -1
  278. package/dist/types/ticker/RotateTickerProps.d.ts +1 -1
  279. package/package.json +1 -1
  280. package/dist/labels/EventsTestLabel.js.map +0 -1
  281. package/dist/labels/EventsTestLabel.mjs.map +0 -1
  282. package/dist/labels/ShowImageTest.js.map +0 -1
  283. package/dist/labels/ShowImageTest.mjs.map +0 -1
  284. package/dist/labels/TintingTestLabel.js +0 -1786
  285. package/dist/labels/TintingTestLabel.js.map +0 -1
  286. package/dist/labels/TintingTestLabel.mjs +0 -1780
  287. package/dist/labels/TintingTestLabel.mjs.map +0 -1
  288. /package/dist/labels/{ShowImageTest.d.mts → ImagesAnimationsTestLabel.d.mts} +0 -0
  289. /package/dist/labels/{ShowImageTest.d.ts → ImagesAnimationsTestLabel.d.ts} +0 -0
@@ -14,12 +14,12 @@ import '../types/CloseType.mjs';
14
14
  import '../types/LabelRunModeType.mjs';
15
15
  import './canvas/ICanvasBaseMemory.mjs';
16
16
  import './ITickersSteps.mjs';
17
- import '../TickerBase-BctFf13y.mjs';
18
17
  import 'pixi.js';
18
+ import '../TickerBase-DKYzbzro.mjs';
19
+ import '../types/TickerIdType.mjs';
19
20
  import '../types/PauseType.mjs';
20
21
  import '../types/RepeatType.mjs';
21
22
  import './TickerHistory.mjs';
22
- import '../types/TickerIdType.mjs';
23
23
  import '../classes/CharacterBaseModel.mjs';
24
24
  import './CharacterBaseModelProps.mjs';
25
25
  import '../classes/StoredClassModel.mjs';
@@ -14,12 +14,12 @@ import '../types/CloseType.js';
14
14
  import '../types/LabelRunModeType.js';
15
15
  import './canvas/ICanvasBaseMemory.js';
16
16
  import './ITickersSteps.js';
17
- import '../TickerBase-BAUiHet_.js';
18
17
  import 'pixi.js';
18
+ import '../TickerBase-3rLpDpmb.js';
19
+ import '../types/TickerIdType.js';
19
20
  import '../types/PauseType.js';
20
21
  import '../types/RepeatType.js';
21
22
  import './TickerHistory.js';
22
- import '../types/TickerIdType.js';
23
23
  import '../classes/CharacterBaseModel.js';
24
24
  import './CharacterBaseModelProps.js';
25
25
  import '../classes/StoredClassModel.js';
@@ -3,13 +3,13 @@ import ExportedStep from './export/ExportedStep.mjs';
3
3
  import ExportedStorage from './export/ExportedStorage.mjs';
4
4
  import './canvas/ICanvasBaseMemory.mjs';
5
5
  import './ITickersSteps.mjs';
6
- import '../TickerBase-BctFf13y.mjs';
7
6
  import 'pixi.js';
7
+ import '../TickerBase-DKYzbzro.mjs';
8
8
  import '../types/StorageElementType.mjs';
9
+ import '../types/TickerIdType.mjs';
9
10
  import '../types/PauseType.mjs';
10
11
  import '../types/RepeatType.mjs';
11
12
  import './TickerHistory.mjs';
12
- import '../types/TickerIdType.mjs';
13
13
  import './IHistoryStep.mjs';
14
14
  import 'deep-diff';
15
15
  import '../classes/ChoiceMenuOption.mjs';
@@ -3,13 +3,13 @@ import ExportedStep from './export/ExportedStep.js';
3
3
  import ExportedStorage from './export/ExportedStorage.js';
4
4
  import './canvas/ICanvasBaseMemory.js';
5
5
  import './ITickersSteps.js';
6
- import '../TickerBase-BAUiHet_.js';
7
6
  import 'pixi.js';
7
+ import '../TickerBase-3rLpDpmb.js';
8
8
  import '../types/StorageElementType.js';
9
+ import '../types/TickerIdType.js';
9
10
  import '../types/PauseType.js';
10
11
  import '../types/RepeatType.js';
11
12
  import './TickerHistory.js';
12
- import '../types/TickerIdType.js';
13
13
  import './IHistoryStep.js';
14
14
  import 'deep-diff';
15
15
  import '../classes/ChoiceMenuOption.js';
@@ -1,3 +1,4 @@
1
1
  import 'pixi.js';
2
- export { I as default } from '../TickerBase-BctFf13y.mjs';
2
+ export { I as default } from '../TickerBase-DKYzbzro.mjs';
3
+ import '../types/TickerIdType.mjs';
3
4
  import '../types/StorageElementType.mjs';
@@ -1,3 +1,4 @@
1
1
  import 'pixi.js';
2
- export { I as default } from '../TickerBase-BAUiHet_.js';
2
+ export { I as default } from '../TickerBase-3rLpDpmb.js';
3
+ import '../types/TickerIdType.js';
3
4
  import '../types/StorageElementType.js';
@@ -1,10 +1,11 @@
1
- import { a as TickerArgsType, I as ITicker } from '../TickerBase-BctFf13y.mjs';
1
+ import { UPDATE_PRIORITY } from 'pixi.js';
2
+ import { a as TickerArgsType } from '../TickerBase-DKYzbzro.mjs';
2
3
  import { PauseType } from '../types/PauseType.mjs';
3
4
  import { RepeatType } from '../types/RepeatType.mjs';
4
- import 'pixi.js';
5
5
  import '../types/StorageElementType.mjs';
6
+ import '../types/TickerIdType.mjs';
6
7
 
7
- interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
8
+ interface ITickersStep<TArgs extends TickerArgsType> {
8
9
  /**
9
10
  * Ticker class name
10
11
  */
@@ -13,6 +14,14 @@ interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
13
14
  * Duration in seconds. If is undefined, the step will end only when the animation is finished.
14
15
  */
15
16
  duration?: number;
17
+ /**
18
+ * Arguments to pass to the ticker
19
+ */
20
+ args: TArgs;
21
+ /**
22
+ * Priority of the ticker
23
+ */
24
+ priority?: UPDATE_PRIORITY;
16
25
  }
17
26
  /**
18
27
  * The steps of the tickers
@@ -1,10 +1,11 @@
1
- import { a as TickerArgsType, I as ITicker } from '../TickerBase-BAUiHet_.js';
1
+ import { UPDATE_PRIORITY } from 'pixi.js';
2
+ import { a as TickerArgsType } from '../TickerBase-3rLpDpmb.js';
2
3
  import { PauseType } from '../types/PauseType.js';
3
4
  import { RepeatType } from '../types/RepeatType.js';
4
- import 'pixi.js';
5
5
  import '../types/StorageElementType.js';
6
+ import '../types/TickerIdType.js';
6
7
 
7
- interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
8
+ interface ITickersStep<TArgs extends TickerArgsType> {
8
9
  /**
9
10
  * Ticker class name
10
11
  */
@@ -13,6 +14,14 @@ interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
13
14
  * Duration in seconds. If is undefined, the step will end only when the animation is finished.
14
15
  */
15
16
  duration?: number;
17
+ /**
18
+ * Arguments to pass to the ticker
19
+ */
20
+ args: TArgs;
21
+ /**
22
+ * Priority of the ticker
23
+ */
24
+ priority?: UPDATE_PRIORITY;
16
25
  }
17
26
  /**
18
27
  * The steps of the tickers
@@ -1,5 +1,5 @@
1
1
  import { TickerCallback, UPDATE_PRIORITY } from 'pixi.js';
2
- import { a as TickerArgsType } from '../TickerBase-BctFf13y.mjs';
2
+ import { a as TickerArgsType } from '../TickerBase-DKYzbzro.mjs';
3
3
  import { TickerIdType } from '../types/TickerIdType.mjs';
4
4
  import '../types/StorageElementType.mjs';
5
5
 
@@ -8,7 +8,7 @@ import '../types/StorageElementType.mjs';
8
8
  */
9
9
  interface TickerHistory<TArgs extends TickerArgsType> {
10
10
  fn: TickerCallback<any>;
11
- className: TickerIdType;
11
+ id: TickerIdType;
12
12
  args: TArgs;
13
13
  canvasElementTags: string[];
14
14
  priority?: UPDATE_PRIORITY;
@@ -19,7 +19,7 @@ interface TickerHistory<TArgs extends TickerArgsType> {
19
19
  createdByTicketStepsId?: string;
20
20
  }
21
21
  interface TickerHistoryForExport<TArgs extends TickerArgsType> {
22
- className: TickerIdType;
22
+ id: TickerIdType;
23
23
  args: TArgs;
24
24
  canvasElementTags: string[];
25
25
  priority?: UPDATE_PRIORITY;
@@ -1,5 +1,5 @@
1
1
  import { TickerCallback, UPDATE_PRIORITY } from 'pixi.js';
2
- import { a as TickerArgsType } from '../TickerBase-BAUiHet_.js';
2
+ import { a as TickerArgsType } from '../TickerBase-3rLpDpmb.js';
3
3
  import { TickerIdType } from '../types/TickerIdType.js';
4
4
  import '../types/StorageElementType.js';
5
5
 
@@ -8,7 +8,7 @@ import '../types/StorageElementType.js';
8
8
  */
9
9
  interface TickerHistory<TArgs extends TickerArgsType> {
10
10
  fn: TickerCallback<any>;
11
- className: TickerIdType;
11
+ id: TickerIdType;
12
12
  args: TArgs;
13
13
  canvasElementTags: string[];
14
14
  priority?: UPDATE_PRIORITY;
@@ -19,7 +19,7 @@ interface TickerHistory<TArgs extends TickerArgsType> {
19
19
  createdByTicketStepsId?: string;
20
20
  }
21
21
  interface TickerHistoryForExport<TArgs extends TickerArgsType> {
22
- className: TickerIdType;
22
+ id: TickerIdType;
23
23
  args: TArgs;
24
24
  canvasElementTags: string[];
25
25
  priority?: UPDATE_PRIORITY;
@@ -2,7 +2,7 @@
2
2
  * Interface for the canvas base memory
3
3
  */
4
4
  interface ICanvasBaseMemory {
5
- className: string;
5
+ pixivnId: string;
6
6
  }
7
7
 
8
8
  export type { ICanvasBaseMemory as default };
@@ -2,7 +2,7 @@
2
2
  * Interface for the canvas base memory
3
3
  */
4
4
  interface ICanvasBaseMemory {
5
- className: string;
5
+ pixivnId: string;
6
6
  }
7
7
 
8
8
  export type { ICanvasBaseMemory as default };
@@ -1,14 +1,14 @@
1
1
  import { ICanvasSpriteBaseMemory } from './ICanvasSpriteMemory.mjs';
2
2
  import 'pixi.js';
3
- import './ICanvasBaseMemory.mjs';
4
3
  import '../../types/EventIdType.mjs';
4
+ import './ICanvasBaseMemory.mjs';
5
5
  import './ITextureMemory.mjs';
6
6
 
7
7
  /**
8
8
  * The memory of the image. It uses for save the state of the image.
9
9
  */
10
10
  interface ICanvasImageMemory extends ICanvasSpriteBaseMemory {
11
- className: "CanvasImage";
11
+ imageLink: string;
12
12
  }
13
13
 
14
14
  export type { ICanvasImageMemory as default };
@@ -1,14 +1,14 @@
1
1
  import { ICanvasSpriteBaseMemory } from './ICanvasSpriteMemory.js';
2
2
  import 'pixi.js';
3
- import './ICanvasBaseMemory.js';
4
3
  import '../../types/EventIdType.js';
4
+ import './ICanvasBaseMemory.js';
5
5
  import './ITextureMemory.js';
6
6
 
7
7
  /**
8
8
  * The memory of the image. It uses for save the state of the image.
9
9
  */
10
10
  interface ICanvasImageMemory extends ICanvasSpriteBaseMemory {
11
- className: "CanvasImage";
11
+ imageLink: string;
12
12
  }
13
13
 
14
14
  export type { ICanvasImageMemory as default };
@@ -1,6 +1,6 @@
1
1
  import { SpriteOptions } from 'pixi.js';
2
- import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
3
2
  import { EventIdType } from '../../types/EventIdType.mjs';
3
+ import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
4
4
  import ITextureMemory from './ITextureMemory.mjs';
5
5
 
6
6
  interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
@@ -13,7 +13,6 @@ interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
13
13
  * Interface for the canvas sprite memory
14
14
  */
15
15
  interface ICanvasSpriteMemory extends ICanvasSpriteBaseMemory {
16
- className: "CanvasSprite";
17
16
  }
18
17
 
19
18
  export type { ICanvasSpriteBaseMemory, ICanvasSpriteMemory as default };
@@ -1,6 +1,6 @@
1
1
  import { SpriteOptions } from 'pixi.js';
2
- import ICanvasBaseMemory from './ICanvasBaseMemory.js';
3
2
  import { EventIdType } from '../../types/EventIdType.js';
3
+ import ICanvasBaseMemory from './ICanvasBaseMemory.js';
4
4
  import ITextureMemory from './ITextureMemory.js';
5
5
 
6
6
  interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
@@ -13,7 +13,6 @@ interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
13
13
  * Interface for the canvas sprite memory
14
14
  */
15
15
  interface ICanvasSpriteMemory extends ICanvasSpriteBaseMemory {
16
- className: "CanvasSprite";
17
16
  }
18
17
 
19
18
  export type { ICanvasSpriteBaseMemory, ICanvasSpriteMemory as default };
@@ -1,12 +1,11 @@
1
1
  import { TextOptions } from 'pixi.js';
2
- import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
3
2
  import { EventIdType } from '../../types/EventIdType.mjs';
3
+ import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
4
4
 
5
5
  /**
6
6
  * Interface for the canvas text memory
7
7
  */
8
8
  interface ICanvasTextMemory extends TextOptions, ICanvasBaseMemory {
9
- className: "CanvasText";
10
9
  onEvents: {
11
10
  [name: CanvasEventNamesType]: EventIdType;
12
11
  };
@@ -1,12 +1,11 @@
1
1
  import { TextOptions } from 'pixi.js';
2
- import ICanvasBaseMemory from './ICanvasBaseMemory.js';
3
2
  import { EventIdType } from '../../types/EventIdType.js';
3
+ import ICanvasBaseMemory from './ICanvasBaseMemory.js';
4
4
 
5
5
  /**
6
6
  * Interface for the canvas text memory
7
7
  */
8
8
  interface ICanvasTextMemory extends TextOptions, ICanvasBaseMemory {
9
- className: "CanvasText";
10
9
  onEvents: {
11
10
  [name: CanvasEventNamesType]: EventIdType;
12
11
  };
@@ -1,12 +1,12 @@
1
1
  import ICanvasBaseMemory from '../canvas/ICanvasBaseMemory.mjs';
2
2
  import ITickersSteps from '../ITickersSteps.mjs';
3
3
  import { TickerHistoryForExport } from '../TickerHistory.mjs';
4
- import '../../TickerBase-BctFf13y.mjs';
5
4
  import 'pixi.js';
5
+ import '../../TickerBase-DKYzbzro.mjs';
6
6
  import '../../types/StorageElementType.mjs';
7
+ import '../../types/TickerIdType.mjs';
7
8
  import '../../types/PauseType.mjs';
8
9
  import '../../types/RepeatType.mjs';
9
- import '../../types/TickerIdType.mjs';
10
10
 
11
11
  /**
12
12
  * Interface exported canvas
@@ -1,12 +1,12 @@
1
1
  import ICanvasBaseMemory from '../canvas/ICanvasBaseMemory.js';
2
2
  import ITickersSteps from '../ITickersSteps.js';
3
3
  import { TickerHistoryForExport } from '../TickerHistory.js';
4
- import '../../TickerBase-BAUiHet_.js';
5
4
  import 'pixi.js';
5
+ import '../../TickerBase-3rLpDpmb.js';
6
6
  import '../../types/StorageElementType.js';
7
+ import '../../types/TickerIdType.js';
7
8
  import '../../types/PauseType.js';
8
9
  import '../../types/RepeatType.js';
9
- import '../../types/TickerIdType.js';
10
10
 
11
11
  /**
12
12
  * Interface exported canvas
@@ -4,13 +4,13 @@ import IOpenedLabel from '../IOpenedLabel.mjs';
4
4
  import './ExportedStorage.mjs';
5
5
  import '../canvas/ICanvasBaseMemory.mjs';
6
6
  import '../ITickersSteps.mjs';
7
- import '../../TickerBase-BctFf13y.mjs';
8
7
  import 'pixi.js';
8
+ import '../../TickerBase-DKYzbzro.mjs';
9
9
  import '../../types/StorageElementType.mjs';
10
+ import '../../types/TickerIdType.mjs';
10
11
  import '../../types/PauseType.mjs';
11
12
  import '../../types/RepeatType.mjs';
12
13
  import '../TickerHistory.mjs';
13
- import '../../types/TickerIdType.mjs';
14
14
  import 'deep-diff';
15
15
  import '../../classes/ChoiceMenuOption.mjs';
16
16
  import '../../types/LabelIdType.mjs';
@@ -4,13 +4,13 @@ import IOpenedLabel from '../IOpenedLabel.js';
4
4
  import './ExportedStorage.js';
5
5
  import '../canvas/ICanvasBaseMemory.js';
6
6
  import '../ITickersSteps.js';
7
- import '../../TickerBase-BAUiHet_.js';
8
7
  import 'pixi.js';
8
+ import '../../TickerBase-3rLpDpmb.js';
9
9
  import '../../types/StorageElementType.js';
10
+ import '../../types/TickerIdType.js';
10
11
  import '../../types/PauseType.js';
11
12
  import '../../types/RepeatType.js';
12
13
  import '../TickerHistory.js';
13
- import '../../types/TickerIdType.js';
14
14
  import 'deep-diff';
15
15
  import '../../classes/ChoiceMenuOption.js';
16
16
  import '../../types/LabelIdType.js';
@@ -3,13 +3,13 @@ export { default as ExportedStep } from './ExportedStep.mjs';
3
3
  export { default as ExportedStorage } from './ExportedStorage.mjs';
4
4
  import '../canvas/ICanvasBaseMemory.mjs';
5
5
  import '../ITickersSteps.mjs';
6
- import '../../TickerBase-BctFf13y.mjs';
7
6
  import 'pixi.js';
7
+ import '../../TickerBase-DKYzbzro.mjs';
8
8
  import '../../types/StorageElementType.mjs';
9
+ import '../../types/TickerIdType.mjs';
9
10
  import '../../types/PauseType.mjs';
10
11
  import '../../types/RepeatType.mjs';
11
12
  import '../TickerHistory.mjs';
12
- import '../../types/TickerIdType.mjs';
13
13
  import '../IHistoryStep.mjs';
14
14
  import 'deep-diff';
15
15
  import '../../classes/ChoiceMenuOption.mjs';
@@ -3,13 +3,13 @@ export { default as ExportedStep } from './ExportedStep.js';
3
3
  export { default as ExportedStorage } from './ExportedStorage.js';
4
4
  import '../canvas/ICanvasBaseMemory.js';
5
5
  import '../ITickersSteps.js';
6
- import '../../TickerBase-BAUiHet_.js';
7
6
  import 'pixi.js';
7
+ import '../../TickerBase-3rLpDpmb.js';
8
8
  import '../../types/StorageElementType.js';
9
+ import '../../types/TickerIdType.js';
9
10
  import '../../types/PauseType.js';
10
11
  import '../../types/RepeatType.js';
11
12
  import '../TickerHistory.js';
12
- import '../../types/TickerIdType.js';
13
13
  import '../IHistoryStep.js';
14
14
  import 'deep-diff';
15
15
  import '../../classes/ChoiceMenuOption.js';
@@ -3,7 +3,7 @@ export { default as DialogueHistory } from './DialogueHistory.mjs';
3
3
  export { default as IHistoryStep, IHistoryStepData } from './IHistoryStep.mjs';
4
4
  export { default as IOpenedLabel } from './IOpenedLabel.mjs';
5
5
  export { default as ISaveData } from './ISaveData.mjs';
6
- export { I as ITicker } from '../TickerBase-BctFf13y.mjs';
6
+ export { I as ITicker } from '../TickerBase-DKYzbzro.mjs';
7
7
  export { default as ITickersSteps } from './ITickersSteps.mjs';
8
8
  export { default as TickerHistory, TickerHistoryForExport } from './TickerHistory.mjs';
9
9
  export { TickerProgrationType } from './TickerProgrationType.mjs';
@@ -27,6 +27,6 @@ import './canvas/ICanvasBaseMemory.mjs';
27
27
  import './export/ExportedStorage.mjs';
28
28
  import './export/ExportedStep.mjs';
29
29
  import 'pixi.js';
30
+ import '../types/TickerIdType.mjs';
30
31
  import '../types/PauseType.mjs';
31
32
  import '../types/RepeatType.mjs';
32
- import '../types/TickerIdType.mjs';
@@ -3,7 +3,7 @@ export { default as DialogueHistory } from './DialogueHistory.js';
3
3
  export { default as IHistoryStep, IHistoryStepData } from './IHistoryStep.js';
4
4
  export { default as IOpenedLabel } from './IOpenedLabel.js';
5
5
  export { default as ISaveData } from './ISaveData.js';
6
- export { I as ITicker } from '../TickerBase-BAUiHet_.js';
6
+ export { I as ITicker } from '../TickerBase-3rLpDpmb.js';
7
7
  export { default as ITickersSteps } from './ITickersSteps.js';
8
8
  export { default as TickerHistory, TickerHistoryForExport } from './TickerHistory.js';
9
9
  export { TickerProgrationType } from './TickerProgrationType.js';
@@ -27,6 +27,6 @@ import './canvas/ICanvasBaseMemory.js';
27
27
  import './export/ExportedStorage.js';
28
28
  import './export/ExportedStep.js';
29
29
  import 'pixi.js';
30
+ import '../types/TickerIdType.js';
30
31
  import '../types/PauseType.js';
31
32
  import '../types/RepeatType.js';
32
- import '../types/TickerIdType.js';