@drincs/pixi-vn 0.6.0 → 0.6.1

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 (373) hide show
  1. package/dist/{TickerBase-RQDWNI4K.d.ts → TickerBase-BAUiHet_.d.ts} +18 -13
  2. package/dist/{TickerBase-B5CQCJs8.d.mts → TickerBase-BctFf13y.d.mts} +18 -13
  3. package/dist/classes/CanvasEvent.d.mts +1 -1
  4. package/dist/classes/CanvasEvent.d.ts +1 -1
  5. package/dist/classes/CanvasEvent.js.map +1 -1
  6. package/dist/classes/CanvasEvent.mjs.map +1 -1
  7. package/dist/classes/CharacterBaseModel.d.mts +2 -26
  8. package/dist/classes/CharacterBaseModel.d.ts +2 -26
  9. package/dist/classes/CharacterBaseModel.js +464 -189
  10. package/dist/classes/CharacterBaseModel.js.map +1 -1
  11. package/dist/classes/CharacterBaseModel.mjs +460 -189
  12. package/dist/classes/CharacterBaseModel.mjs.map +1 -1
  13. package/dist/classes/ChoiceMenuOption.d.mts +27 -17
  14. package/dist/classes/ChoiceMenuOption.d.ts +27 -17
  15. package/dist/classes/ChoiceMenuOption.js +467 -190
  16. package/dist/classes/ChoiceMenuOption.js.map +1 -1
  17. package/dist/classes/ChoiceMenuOption.mjs +463 -190
  18. package/dist/classes/ChoiceMenuOption.mjs.map +1 -1
  19. package/dist/classes/CloseLabel.d.mts +1 -1
  20. package/dist/classes/CloseLabel.d.ts +1 -1
  21. package/dist/classes/CloseLabel.js.map +1 -1
  22. package/dist/classes/CloseLabel.mjs.map +1 -1
  23. package/dist/classes/DialogueBaseModel.d.mts +1 -0
  24. package/dist/classes/DialogueBaseModel.d.ts +1 -0
  25. package/dist/classes/StoredClassModel.d.mts +2 -2
  26. package/dist/classes/StoredClassModel.d.ts +2 -2
  27. package/dist/classes/StoredClassModel.js +464 -189
  28. package/dist/classes/StoredClassModel.js.map +1 -1
  29. package/dist/classes/StoredClassModel.mjs +460 -189
  30. package/dist/classes/StoredClassModel.mjs.map +1 -1
  31. package/dist/classes/canvas/CanvasContainer.js.map +1 -1
  32. package/dist/classes/canvas/CanvasContainer.mjs.map +1 -1
  33. package/dist/classes/canvas/CanvasImage.d.mts +2 -2
  34. package/dist/classes/canvas/CanvasImage.d.ts +2 -2
  35. package/dist/classes/canvas/CanvasImage.js.map +1 -1
  36. package/dist/classes/canvas/CanvasImage.mjs.map +1 -1
  37. package/dist/classes/canvas/CanvasSprite.d.mts +1 -1
  38. package/dist/classes/canvas/CanvasSprite.d.ts +1 -1
  39. package/dist/classes/canvas/CanvasSprite.js.map +1 -1
  40. package/dist/classes/canvas/CanvasSprite.mjs.map +1 -1
  41. package/dist/classes/canvas/CanvasText.d.mts +2 -2
  42. package/dist/classes/canvas/CanvasText.d.ts +2 -2
  43. package/dist/classes/canvas/CanvasText.js.map +1 -1
  44. package/dist/classes/canvas/CanvasText.mjs.map +1 -1
  45. package/dist/classes/canvas/index.js.map +1 -1
  46. package/dist/classes/canvas/index.mjs.map +1 -1
  47. package/dist/classes/index.d.mts +5 -4
  48. package/dist/classes/index.d.ts +5 -4
  49. package/dist/classes/index.js +467 -190
  50. package/dist/classes/index.js.map +1 -1
  51. package/dist/classes/index.mjs +463 -190
  52. package/dist/classes/index.mjs.map +1 -1
  53. package/dist/classes/ticker/FadeAlphaTicker.d.mts +26 -0
  54. package/dist/classes/ticker/FadeAlphaTicker.d.ts +26 -0
  55. package/dist/classes/ticker/{TickerFadeAlpha.js → FadeAlphaTicker.js} +469 -196
  56. package/dist/classes/ticker/FadeAlphaTicker.js.map +1 -0
  57. package/dist/classes/ticker/{TickerRotate.mjs → FadeAlphaTicker.mjs} +491 -222
  58. package/dist/classes/ticker/FadeAlphaTicker.mjs.map +1 -0
  59. package/dist/classes/ticker/MoveTicker.d.mts +24 -0
  60. package/dist/classes/ticker/MoveTicker.d.ts +24 -0
  61. package/dist/classes/ticker/MoveTicker.js +1605 -0
  62. package/dist/classes/ticker/MoveTicker.js.map +1 -0
  63. package/dist/classes/ticker/{TickerMove.mjs → MoveTicker.mjs} +463 -192
  64. package/dist/classes/ticker/MoveTicker.mjs.map +1 -0
  65. package/dist/classes/ticker/RotateTicker.d.mts +26 -0
  66. package/dist/classes/ticker/RotateTicker.d.ts +26 -0
  67. package/dist/classes/ticker/{TickerRotate.js → RotateTicker.js} +464 -189
  68. package/dist/classes/ticker/RotateTicker.js.map +1 -0
  69. package/dist/classes/ticker/RotateTicker.mjs +1599 -0
  70. package/dist/classes/ticker/RotateTicker.mjs.map +1 -0
  71. package/dist/classes/ticker/TickerBase.d.mts +1 -1
  72. package/dist/classes/ticker/TickerBase.d.ts +1 -1
  73. package/dist/classes/ticker/TickerBase.js +7 -6
  74. package/dist/classes/ticker/TickerBase.js.map +1 -1
  75. package/dist/classes/ticker/TickerBase.mjs +7 -6
  76. package/dist/classes/ticker/TickerBase.mjs.map +1 -1
  77. package/dist/classes/ticker/ZoomTicker.d.mts +25 -0
  78. package/dist/classes/ticker/ZoomTicker.d.ts +25 -0
  79. package/dist/classes/ticker/{TickerMove.js → ZoomTicker.js} +474 -199
  80. package/dist/classes/ticker/ZoomTicker.js.map +1 -0
  81. package/dist/classes/ticker/{TickerFadeAlpha.mjs → ZoomTicker.mjs} +472 -201
  82. package/dist/classes/ticker/ZoomTicker.mjs.map +1 -0
  83. package/dist/classes/ticker/index.d.mts +10 -8
  84. package/dist/classes/ticker/index.d.ts +10 -8
  85. package/dist/classes/ticker/index.js +479 -206
  86. package/dist/classes/ticker/index.js.map +1 -1
  87. package/dist/classes/ticker/index.mjs +476 -207
  88. package/dist/classes/ticker/index.mjs.map +1 -1
  89. package/dist/constants.d.mts +12 -2
  90. package/dist/constants.d.ts +12 -2
  91. package/dist/constants.js +10 -1
  92. package/dist/constants.js.map +1 -1
  93. package/dist/constants.mjs +9 -2
  94. package/dist/constants.mjs.map +1 -1
  95. package/dist/decorators/CanvasElementDecorator.js.map +1 -1
  96. package/dist/decorators/CanvasElementDecorator.mjs.map +1 -1
  97. package/dist/decorators/CharacterDecorator.d.mts +1 -0
  98. package/dist/decorators/CharacterDecorator.d.ts +1 -0
  99. package/dist/decorators/CharacterDecorator.js +1 -1
  100. package/dist/decorators/CharacterDecorator.js.map +1 -1
  101. package/dist/decorators/CharacterDecorator.mjs +1 -1
  102. package/dist/decorators/CharacterDecorator.mjs.map +1 -1
  103. package/dist/decorators/EventDecorator.js +1 -1
  104. package/dist/decorators/EventDecorator.js.map +1 -1
  105. package/dist/decorators/EventDecorator.mjs +1 -1
  106. package/dist/decorators/EventDecorator.mjs.map +1 -1
  107. package/dist/decorators/LabelDecorator.d.mts +4 -3
  108. package/dist/decorators/LabelDecorator.d.ts +4 -3
  109. package/dist/decorators/LabelDecorator.js +465 -190
  110. package/dist/decorators/LabelDecorator.js.map +1 -1
  111. package/dist/decorators/LabelDecorator.mjs +461 -190
  112. package/dist/decorators/LabelDecorator.mjs.map +1 -1
  113. package/dist/decorators/TickerDecorator.d.mts +6 -3
  114. package/dist/decorators/TickerDecorator.d.ts +6 -3
  115. package/dist/decorators/TickerDecorator.js +1 -1
  116. package/dist/decorators/TickerDecorator.js.map +1 -1
  117. package/dist/decorators/TickerDecorator.mjs +1 -1
  118. package/dist/decorators/TickerDecorator.mjs.map +1 -1
  119. package/dist/decorators/index.d.mts +4 -3
  120. package/dist/decorators/index.d.ts +4 -3
  121. package/dist/decorators/index.js +467 -192
  122. package/dist/decorators/index.js.map +1 -1
  123. package/dist/decorators/index.mjs +463 -192
  124. package/dist/decorators/index.mjs.map +1 -1
  125. package/dist/functions/CanvasUtility.js.map +1 -1
  126. package/dist/functions/CanvasUtility.mjs.map +1 -1
  127. package/dist/functions/DialogueUtility.d.mts +6 -4
  128. package/dist/functions/DialogueUtility.d.ts +6 -4
  129. package/dist/functions/DialogueUtility.js +506 -213
  130. package/dist/functions/DialogueUtility.js.map +1 -1
  131. package/dist/functions/DialogueUtility.mjs +506 -213
  132. package/dist/functions/DialogueUtility.mjs.map +1 -1
  133. package/dist/functions/FlagsUtility.js +464 -189
  134. package/dist/functions/FlagsUtility.js.map +1 -1
  135. package/dist/functions/FlagsUtility.mjs +460 -189
  136. package/dist/functions/FlagsUtility.mjs.map +1 -1
  137. package/dist/functions/GameUtility.js +464 -189
  138. package/dist/functions/GameUtility.js.map +1 -1
  139. package/dist/functions/GameUtility.mjs +460 -189
  140. package/dist/functions/GameUtility.mjs.map +1 -1
  141. package/dist/functions/ImageUtility.d.mts +47 -7
  142. package/dist/functions/ImageUtility.d.ts +47 -7
  143. package/dist/functions/ImageUtility.js +554 -215
  144. package/dist/functions/ImageUtility.js.map +1 -1
  145. package/dist/functions/ImageUtility.mjs +546 -215
  146. package/dist/functions/ImageUtility.mjs.map +1 -1
  147. package/dist/functions/SavesUtility.d.mts +9 -5
  148. package/dist/functions/SavesUtility.d.ts +9 -5
  149. package/dist/functions/SavesUtility.js +485 -196
  150. package/dist/functions/SavesUtility.js.map +1 -1
  151. package/dist/functions/SavesUtility.mjs +485 -196
  152. package/dist/functions/SavesUtility.mjs.map +1 -1
  153. package/dist/functions/TickerUtility.d.mts +1 -1
  154. package/dist/functions/TickerUtility.d.ts +1 -1
  155. package/dist/functions/TickerUtility.js +32 -18
  156. package/dist/functions/TickerUtility.js.map +1 -1
  157. package/dist/functions/TickerUtility.mjs +32 -18
  158. package/dist/functions/TickerUtility.mjs.map +1 -1
  159. package/dist/functions/index.d.mts +15 -8
  160. package/dist/functions/index.d.ts +15 -8
  161. package/dist/functions/index.js +570 -213
  162. package/dist/functions/index.js.map +1 -1
  163. package/dist/functions/index.mjs +566 -213
  164. package/dist/functions/index.mjs.map +1 -1
  165. package/dist/index.d.mts +23 -14
  166. package/dist/index.d.ts +23 -14
  167. package/dist/index.js +990 -224
  168. package/dist/index.js.map +1 -1
  169. package/dist/index.mjs +984 -223
  170. package/dist/index.mjs.map +1 -1
  171. package/dist/interface/CharacterBaseModelProps.d.mts +27 -0
  172. package/dist/interface/CharacterBaseModelProps.d.ts +27 -0
  173. package/dist/interface/CharacterBaseModelProps.js +4 -0
  174. package/dist/interface/CharacterBaseModelProps.mjs +3 -0
  175. package/dist/interface/DialogueHistory.d.mts +3 -7
  176. package/dist/interface/DialogueHistory.d.ts +3 -7
  177. package/dist/interface/IHistoryStep.d.mts +12 -8
  178. package/dist/interface/IHistoryStep.d.ts +12 -8
  179. package/dist/interface/ISaveData.d.mts +8 -4
  180. package/dist/interface/ISaveData.d.ts +8 -4
  181. package/dist/interface/ITicker.d.mts +1 -1
  182. package/dist/interface/ITicker.d.ts +1 -1
  183. package/dist/interface/ITickersSteps.d.mts +3 -3
  184. package/dist/interface/ITickersSteps.d.ts +3 -3
  185. package/dist/interface/{IClassWithArgsHistory.d.mts → TickerHistory.d.mts} +9 -5
  186. package/dist/interface/{IClassWithArgsHistory.d.ts → TickerHistory.d.ts} +9 -5
  187. package/dist/{types/ticker/TickerMoveProps.js → interface/TickerHistory.js} +1 -1
  188. package/dist/interface/TickerHistory.mjs +3 -0
  189. package/dist/interface/TickerProgrationType.d.mts +13 -1
  190. package/dist/interface/TickerProgrationType.d.ts +13 -1
  191. package/dist/interface/TickerTimeoutHistory.d.mts +7 -0
  192. package/dist/interface/TickerTimeoutHistory.d.ts +7 -0
  193. package/dist/interface/TickerTimeoutHistory.js +4 -0
  194. package/dist/interface/TickerTimeoutHistory.mjs +3 -0
  195. package/dist/interface/canvas/ICanvasImageMemory.d.mts +1 -1
  196. package/dist/interface/canvas/ICanvasImageMemory.d.ts +1 -1
  197. package/dist/interface/canvas/ICanvasSpriteMemory.d.mts +1 -1
  198. package/dist/interface/canvas/ICanvasSpriteMemory.d.ts +1 -1
  199. package/dist/interface/canvas/ICanvasTextTextMemory.d.mts +1 -1
  200. package/dist/interface/canvas/ICanvasTextTextMemory.d.ts +1 -1
  201. package/dist/interface/export/ExportedCanvas.d.mts +11 -3
  202. package/dist/interface/export/ExportedCanvas.d.ts +11 -3
  203. package/dist/interface/export/ExportedStep.d.mts +7 -3
  204. package/dist/interface/export/ExportedStep.d.ts +7 -3
  205. package/dist/interface/export/index.d.mts +8 -4
  206. package/dist/interface/export/index.d.ts +8 -4
  207. package/dist/interface/index.d.mts +14 -11
  208. package/dist/interface/index.d.ts +14 -11
  209. package/dist/labels/BaseCanvasElementTestLabel.d.mts +9 -0
  210. package/dist/labels/BaseCanvasElementTestLabel.d.ts +9 -0
  211. package/dist/labels/BaseCanvasElementTestLabel.js +1860 -0
  212. package/dist/labels/BaseCanvasElementTestLabel.js.map +1 -0
  213. package/dist/labels/BaseCanvasElementTestLabel.mjs +1854 -0
  214. package/dist/labels/BaseCanvasElementTestLabel.mjs.map +1 -0
  215. package/dist/labels/EventsTestLabel.d.mts +30 -0
  216. package/dist/labels/EventsTestLabel.d.ts +30 -0
  217. package/dist/labels/EventsTestLabel.js +2600 -0
  218. package/dist/labels/EventsTestLabel.js.map +1 -0
  219. package/dist/labels/EventsTestLabel.mjs +2594 -0
  220. package/dist/labels/EventsTestLabel.mjs.map +1 -0
  221. package/dist/labels/MarkdownTest.d.mts +9 -0
  222. package/dist/labels/MarkdownTest.d.ts +9 -0
  223. package/dist/labels/MarkdownTest.js +2686 -0
  224. package/dist/labels/MarkdownTest.js.map +1 -0
  225. package/dist/labels/MarkdownTest.mjs +2680 -0
  226. package/dist/labels/MarkdownTest.mjs.map +1 -0
  227. package/dist/labels/ShowImageTest.d.mts +9 -0
  228. package/dist/labels/ShowImageTest.d.ts +9 -0
  229. package/dist/labels/ShowImageTest.js +3087 -0
  230. package/dist/labels/ShowImageTest.js.map +1 -0
  231. package/dist/labels/ShowImageTest.mjs +3081 -0
  232. package/dist/labels/ShowImageTest.mjs.map +1 -0
  233. package/dist/labels/StartLabel.d.mts +10 -0
  234. package/dist/labels/StartLabel.d.ts +10 -0
  235. package/dist/labels/StartLabel.js +3199 -0
  236. package/dist/labels/StartLabel.js.map +1 -0
  237. package/dist/labels/StartLabel.mjs +3192 -0
  238. package/dist/labels/StartLabel.mjs.map +1 -0
  239. package/dist/labels/TestConstant.d.mts +15 -0
  240. package/dist/labels/TestConstant.d.ts +15 -0
  241. package/dist/labels/TestConstant.js +1840 -0
  242. package/dist/labels/TestConstant.js.map +1 -0
  243. package/dist/labels/TestConstant.mjs +1826 -0
  244. package/dist/labels/TestConstant.mjs.map +1 -0
  245. package/dist/labels/TickerTestLabel.d.mts +9 -0
  246. package/dist/labels/TickerTestLabel.d.ts +9 -0
  247. package/dist/labels/TickerTestLabel.js +2605 -0
  248. package/dist/labels/TickerTestLabel.js.map +1 -0
  249. package/dist/labels/TickerTestLabel.mjs +2599 -0
  250. package/dist/labels/TickerTestLabel.mjs.map +1 -0
  251. package/dist/labels/TintingTestLabel.d.mts +19 -0
  252. package/dist/labels/TintingTestLabel.d.ts +19 -0
  253. package/dist/labels/TintingTestLabel.js +1786 -0
  254. package/dist/labels/TintingTestLabel.js.map +1 -0
  255. package/dist/labels/TintingTestLabel.mjs +1780 -0
  256. package/dist/labels/TintingTestLabel.mjs.map +1 -0
  257. package/dist/labels/index.d.mts +10 -0
  258. package/dist/labels/index.d.ts +10 -0
  259. package/dist/labels/index.js +3199 -0
  260. package/dist/labels/index.js.map +1 -0
  261. package/dist/labels/index.mjs +3192 -0
  262. package/dist/labels/index.mjs.map +1 -0
  263. package/dist/managers/StepManager.d.mts +18 -13
  264. package/dist/managers/StepManager.d.ts +18 -13
  265. package/dist/managers/StepManager.js +483 -194
  266. package/dist/managers/StepManager.js.map +1 -1
  267. package/dist/managers/StepManager.mjs +483 -194
  268. package/dist/managers/StepManager.mjs.map +1 -1
  269. package/dist/managers/WindowManager.d.mts +38 -24
  270. package/dist/managers/WindowManager.d.ts +38 -24
  271. package/dist/managers/WindowManager.js +280 -118
  272. package/dist/managers/WindowManager.js.map +1 -1
  273. package/dist/managers/WindowManager.mjs +276 -118
  274. package/dist/managers/WindowManager.mjs.map +1 -1
  275. package/dist/managers/index.d.mts +15 -14
  276. package/dist/managers/index.d.ts +15 -14
  277. package/dist/managers/index.js +486 -195
  278. package/dist/managers/index.js.map +1 -1
  279. package/dist/managers/index.mjs +486 -195
  280. package/dist/managers/index.mjs.map +1 -1
  281. package/dist/types/CanvasEventNamesType.d.mts +1 -1
  282. package/dist/types/CanvasEventNamesType.d.ts +1 -1
  283. package/dist/types/ChoiceMenuOptionsType.d.mts +2 -2
  284. package/dist/types/ChoiceMenuOptionsType.d.ts +2 -2
  285. package/dist/types/HistoryChoiceMenuOption.d.mts +22 -0
  286. package/dist/types/HistoryChoiceMenuOption.d.ts +22 -0
  287. package/dist/types/HistoryChoiceMenuOption.js +4 -0
  288. package/dist/types/HistoryChoiceMenuOption.mjs +3 -0
  289. package/dist/types/PauseType.d.mts +8 -4
  290. package/dist/types/PauseType.d.ts +8 -4
  291. package/dist/types/PauseType.js +0 -11
  292. package/dist/types/PauseType.js.map +1 -1
  293. package/dist/types/PauseType.mjs +0 -9
  294. package/dist/types/PauseType.mjs.map +1 -1
  295. package/dist/types/RepeatType.d.mts +1 -2
  296. package/dist/types/RepeatType.d.ts +1 -2
  297. package/dist/types/RepeatType.js +0 -4
  298. package/dist/types/RepeatType.js.map +1 -1
  299. package/dist/types/RepeatType.mjs +0 -3
  300. package/dist/types/RepeatType.mjs.map +1 -1
  301. package/dist/types/index.d.mts +5 -4
  302. package/dist/types/index.d.ts +5 -4
  303. package/dist/types/index.js +0 -15
  304. package/dist/types/index.js.map +1 -1
  305. package/dist/types/index.mjs +1 -13
  306. package/dist/types/index.mjs.map +1 -1
  307. package/dist/types/ticker/{TickerFadeAlphaProps.d.mts → FadeAlphaTickerProps.d.mts} +9 -5
  308. package/dist/types/ticker/{TickerFadeAlphaProps.d.ts → FadeAlphaTickerProps.d.ts} +9 -5
  309. package/dist/types/ticker/FadeAlphaTickerProps.js +4 -0
  310. package/dist/types/ticker/FadeAlphaTickerProps.js.map +1 -0
  311. package/dist/types/ticker/FadeAlphaTickerProps.mjs +3 -0
  312. package/dist/types/ticker/FadeAlphaTickerProps.mjs.map +1 -0
  313. package/dist/types/ticker/MoveTickerProps.d.mts +35 -0
  314. package/dist/types/ticker/MoveTickerProps.d.ts +35 -0
  315. package/dist/types/ticker/{TickerRotateProps.js → MoveTickerProps.js} +1 -1
  316. package/dist/types/ticker/MoveTickerProps.js.map +1 -0
  317. package/dist/types/ticker/MoveTickerProps.mjs +3 -0
  318. package/dist/types/ticker/MoveTickerProps.mjs.map +1 -0
  319. package/dist/types/ticker/{TickerRotateProps.d.mts → RotateTickerProps.d.mts} +11 -5
  320. package/dist/types/ticker/{TickerRotateProps.d.ts → RotateTickerProps.d.ts} +11 -5
  321. package/dist/types/ticker/RotateTickerProps.js +4 -0
  322. package/dist/types/ticker/RotateTickerProps.js.map +1 -0
  323. package/dist/types/ticker/RotateTickerProps.mjs +3 -0
  324. package/dist/types/ticker/RotateTickerProps.mjs.map +1 -0
  325. package/dist/types/ticker/TagToRemoveAfterType.d.mts +4 -0
  326. package/dist/types/ticker/TagToRemoveAfterType.d.ts +4 -0
  327. package/dist/types/ticker/TagToRemoveAfterType.js +8 -0
  328. package/dist/types/ticker/TagToRemoveAfterType.js.map +1 -0
  329. package/dist/types/ticker/TagToRemoveAfterType.mjs +6 -0
  330. package/dist/types/ticker/TagToRemoveAfterType.mjs.map +1 -0
  331. package/dist/types/ticker/ZoomTickerProps.d.mts +45 -0
  332. package/dist/types/ticker/ZoomTickerProps.d.ts +45 -0
  333. package/dist/types/ticker/ZoomTickerProps.js +4 -0
  334. package/dist/types/ticker/ZoomTickerProps.js.map +1 -0
  335. package/dist/types/ticker/ZoomTickerProps.mjs +3 -0
  336. package/dist/types/ticker/ZoomTickerProps.mjs.map +1 -0
  337. package/dist/types/ticker/index.d.mts +4 -2
  338. package/dist/types/ticker/index.d.ts +4 -2
  339. package/package.json +7 -7
  340. package/dist/classes/ticker/TickerFadeAlpha.d.mts +0 -31
  341. package/dist/classes/ticker/TickerFadeAlpha.d.ts +0 -31
  342. package/dist/classes/ticker/TickerFadeAlpha.js.map +0 -1
  343. package/dist/classes/ticker/TickerFadeAlpha.mjs.map +0 -1
  344. package/dist/classes/ticker/TickerMove.d.mts +0 -29
  345. package/dist/classes/ticker/TickerMove.d.ts +0 -29
  346. package/dist/classes/ticker/TickerMove.js.map +0 -1
  347. package/dist/classes/ticker/TickerMove.mjs.map +0 -1
  348. package/dist/classes/ticker/TickerRotate.d.mts +0 -30
  349. package/dist/classes/ticker/TickerRotate.d.ts +0 -30
  350. package/dist/classes/ticker/TickerRotate.js.map +0 -1
  351. package/dist/classes/ticker/TickerRotate.mjs.map +0 -1
  352. package/dist/functions/ErrorUtility.d.mts +0 -24
  353. package/dist/functions/ErrorUtility.d.ts +0 -24
  354. package/dist/functions/ErrorUtility.js +0 -261
  355. package/dist/functions/ErrorUtility.js.map +0 -1
  356. package/dist/functions/ErrorUtility.mjs +0 -258
  357. package/dist/functions/ErrorUtility.mjs.map +0 -1
  358. package/dist/interface/IClassWithArgsHistory.js +0 -4
  359. package/dist/interface/IClassWithArgsHistory.mjs +0 -3
  360. package/dist/types/ticker/TickerFadeAlphaProps.js +0 -4
  361. package/dist/types/ticker/TickerFadeAlphaProps.mjs +0 -3
  362. package/dist/types/ticker/TickerMoveProps.d.mts +0 -26
  363. package/dist/types/ticker/TickerMoveProps.d.ts +0 -26
  364. package/dist/types/ticker/TickerMoveProps.mjs +0 -3
  365. package/dist/types/ticker/TickerRotateProps.mjs +0 -3
  366. /package/dist/interface/{IClassWithArgsHistory.js.map → CharacterBaseModelProps.js.map} +0 -0
  367. /package/dist/interface/{IClassWithArgsHistory.mjs.map → CharacterBaseModelProps.mjs.map} +0 -0
  368. /package/dist/{types/ticker/TickerFadeAlphaProps.js.map → interface/TickerHistory.js.map} +0 -0
  369. /package/dist/{types/ticker/TickerFadeAlphaProps.mjs.map → interface/TickerHistory.mjs.map} +0 -0
  370. /package/dist/{types/ticker/TickerMoveProps.js.map → interface/TickerTimeoutHistory.js.map} +0 -0
  371. /package/dist/{types/ticker/TickerMoveProps.mjs.map → interface/TickerTimeoutHistory.mjs.map} +0 -0
  372. /package/dist/types/{ticker/TickerRotateProps.js.map → HistoryChoiceMenuOption.js.map} +0 -0
  373. /package/dist/types/{ticker/TickerRotateProps.mjs.map → HistoryChoiceMenuOption.mjs.map} +0 -0
@@ -0,0 +1,27 @@
1
+ /**
2
+ * CharacterBaseModelProps is an interface that is used to create a character model.
3
+ */
4
+ interface CharacterBaseModelProps {
5
+ /**
6
+ * The name of the character.
7
+ */
8
+ name: string;
9
+ /**
10
+ * The surname of the character.
11
+ */
12
+ surname?: string;
13
+ /**
14
+ * The age of the character.
15
+ */
16
+ age?: number;
17
+ /**
18
+ * The icon of the character.
19
+ */
20
+ icon?: string;
21
+ /**
22
+ * The color of the character.
23
+ */
24
+ color?: string;
25
+ }
26
+
27
+ export type { CharacterBaseModelProps as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * CharacterBaseModelProps is an interface that is used to create a character model.
3
+ */
4
+ interface CharacterBaseModelProps {
5
+ /**
6
+ * The name of the character.
7
+ */
8
+ name: string;
9
+ /**
10
+ * The surname of the character.
11
+ */
12
+ surname?: string;
13
+ /**
14
+ * The age of the character.
15
+ */
16
+ age?: number;
17
+ /**
18
+ * The icon of the character.
19
+ */
20
+ icon?: string;
21
+ /**
22
+ * The color of the character.
23
+ */
24
+ color?: string;
25
+ }
26
+
27
+ export type { CharacterBaseModelProps as default };
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=CharacterBaseModelProps.js.map
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=CharacterBaseModelProps.mjs.map
@@ -1,15 +1,11 @@
1
- import { HistoryChoiceMenuOption } from '../classes/ChoiceMenuOption.mjs';
1
+ import HistoryChoiceMenuOption from '../types/HistoryChoiceMenuOption.mjs';
2
2
  import DialogueBaseModel from '../classes/DialogueBaseModel.mjs';
3
- import '../classes/Label.mjs';
4
- import '../types/LabelIdType.mjs';
5
- import '../types/StepHistoryDataType.mjs';
6
- import '../types/StepLabelType.mjs';
7
- import '@drincs/pixi-vn/dist/override';
8
3
  import '../types/CloseType.mjs';
9
4
  import '../types/LabelRunModeType.mjs';
10
- import '../types/StorageElementType.mjs';
11
5
  import '../classes/CharacterBaseModel.mjs';
6
+ import './CharacterBaseModelProps.mjs';
12
7
  import '../classes/StoredClassModel.mjs';
8
+ import '../types/StorageElementType.mjs';
13
9
 
14
10
  interface DialogueHistory<T extends DialogueBaseModel = DialogueBaseModel> {
15
11
  /**
@@ -1,15 +1,11 @@
1
- import { HistoryChoiceMenuOption } from '../classes/ChoiceMenuOption.js';
1
+ import HistoryChoiceMenuOption from '../types/HistoryChoiceMenuOption.js';
2
2
  import DialogueBaseModel from '../classes/DialogueBaseModel.js';
3
- import '../classes/Label.js';
4
- import '../types/LabelIdType.js';
5
- import '../types/StepHistoryDataType.js';
6
- import '../types/StepLabelType.js';
7
- import '@drincs/pixi-vn/dist/override';
8
3
  import '../types/CloseType.js';
9
4
  import '../types/LabelRunModeType.js';
10
- import '../types/StorageElementType.js';
11
5
  import '../classes/CharacterBaseModel.js';
6
+ import './CharacterBaseModelProps.js';
12
7
  import '../classes/StoredClassModel.js';
8
+ import '../types/StorageElementType.js';
13
9
 
14
10
  interface DialogueHistory<T extends DialogueBaseModel = DialogueBaseModel> {
15
11
  /**
@@ -1,24 +1,28 @@
1
1
  import deepDiff from 'deep-diff';
2
2
  import { IStoratedChoiceMenuOption } from '../classes/ChoiceMenuOption.mjs';
3
+ import IOpenedLabel from './IOpenedLabel.mjs';
4
+ import ExportedCanvas from './export/ExportedCanvas.mjs';
5
+ import ExportedStorage from './export/ExportedStorage.mjs';
3
6
  import DialogueBaseModel from '../classes/DialogueBaseModel.mjs';
4
7
  import { LabelIdType } from '../types/LabelIdType.mjs';
5
8
  import { StepHistoryDataType } from '../types/StepHistoryDataType.mjs';
6
- import ExportedCanvas from './export/ExportedCanvas.mjs';
7
- import ExportedStorage from './export/ExportedStorage.mjs';
8
- import IOpenedLabel from './IOpenedLabel.mjs';
9
+ import '../types/StorageElementType.mjs';
9
10
  import '../classes/Label.mjs';
10
11
  import '../types/StepLabelType.mjs';
11
12
  import '@drincs/pixi-vn/dist/override';
12
13
  import '../types/CloseType.mjs';
13
14
  import '../types/LabelRunModeType.mjs';
14
- import '../types/StorageElementType.mjs';
15
- import '../classes/CharacterBaseModel.mjs';
16
- import '../classes/StoredClassModel.mjs';
17
15
  import './canvas/ICanvasBaseMemory.mjs';
18
- import './IClassWithArgsHistory.mjs';
16
+ import './ITickersSteps.mjs';
17
+ import '../TickerBase-BctFf13y.mjs';
19
18
  import 'pixi.js';
20
- import '../TickerBase-B5CQCJs8.mjs';
19
+ import '../types/PauseType.mjs';
20
+ import '../types/RepeatType.mjs';
21
+ import './TickerHistory.mjs';
21
22
  import '../types/TickerIdType.mjs';
23
+ import '../classes/CharacterBaseModel.mjs';
24
+ import './CharacterBaseModelProps.mjs';
25
+ import '../classes/StoredClassModel.mjs';
22
26
 
23
27
  /**
24
28
  * IHistoryStep is a interface that contains the information of a step in the history.
@@ -1,24 +1,28 @@
1
1
  import deepDiff from 'deep-diff';
2
2
  import { IStoratedChoiceMenuOption } from '../classes/ChoiceMenuOption.js';
3
+ import IOpenedLabel from './IOpenedLabel.js';
4
+ import ExportedCanvas from './export/ExportedCanvas.js';
5
+ import ExportedStorage from './export/ExportedStorage.js';
3
6
  import DialogueBaseModel from '../classes/DialogueBaseModel.js';
4
7
  import { LabelIdType } from '../types/LabelIdType.js';
5
8
  import { StepHistoryDataType } from '../types/StepHistoryDataType.js';
6
- import ExportedCanvas from './export/ExportedCanvas.js';
7
- import ExportedStorage from './export/ExportedStorage.js';
8
- import IOpenedLabel from './IOpenedLabel.js';
9
+ import '../types/StorageElementType.js';
9
10
  import '../classes/Label.js';
10
11
  import '../types/StepLabelType.js';
11
12
  import '@drincs/pixi-vn/dist/override';
12
13
  import '../types/CloseType.js';
13
14
  import '../types/LabelRunModeType.js';
14
- import '../types/StorageElementType.js';
15
- import '../classes/CharacterBaseModel.js';
16
- import '../classes/StoredClassModel.js';
17
15
  import './canvas/ICanvasBaseMemory.js';
18
- import './IClassWithArgsHistory.js';
16
+ import './ITickersSteps.js';
17
+ import '../TickerBase-BAUiHet_.js';
19
18
  import 'pixi.js';
20
- import '../TickerBase-RQDWNI4K.js';
19
+ import '../types/PauseType.js';
20
+ import '../types/RepeatType.js';
21
+ import './TickerHistory.js';
21
22
  import '../types/TickerIdType.js';
23
+ import '../classes/CharacterBaseModel.js';
24
+ import './CharacterBaseModelProps.js';
25
+ import '../classes/StoredClassModel.js';
22
26
 
23
27
  /**
24
28
  * IHistoryStep is a interface that contains the information of a step in the history.
@@ -2,25 +2,29 @@ import ExportedCanvas from './export/ExportedCanvas.mjs';
2
2
  import ExportedStep from './export/ExportedStep.mjs';
3
3
  import ExportedStorage from './export/ExportedStorage.mjs';
4
4
  import './canvas/ICanvasBaseMemory.mjs';
5
- import './IClassWithArgsHistory.mjs';
5
+ import './ITickersSteps.mjs';
6
+ import '../TickerBase-BctFf13y.mjs';
6
7
  import 'pixi.js';
7
- import '../TickerBase-B5CQCJs8.mjs';
8
8
  import '../types/StorageElementType.mjs';
9
+ import '../types/PauseType.mjs';
10
+ import '../types/RepeatType.mjs';
11
+ import './TickerHistory.mjs';
9
12
  import '../types/TickerIdType.mjs';
10
13
  import './IHistoryStep.mjs';
11
14
  import 'deep-diff';
12
15
  import '../classes/ChoiceMenuOption.mjs';
13
- import '../classes/Label.mjs';
14
16
  import '../types/LabelIdType.mjs';
17
+ import '../classes/Label.mjs';
15
18
  import '../types/StepHistoryDataType.mjs';
16
19
  import '../types/StepLabelType.mjs';
17
20
  import '@drincs/pixi-vn/dist/override';
18
21
  import '../types/CloseType.mjs';
19
22
  import '../types/LabelRunModeType.mjs';
23
+ import './IOpenedLabel.mjs';
20
24
  import '../classes/DialogueBaseModel.mjs';
21
25
  import '../classes/CharacterBaseModel.mjs';
26
+ import './CharacterBaseModelProps.mjs';
22
27
  import '../classes/StoredClassModel.mjs';
23
- import './IOpenedLabel.mjs';
24
28
 
25
29
  interface ISaveData {
26
30
  pixivn_version: string;
@@ -2,25 +2,29 @@ import ExportedCanvas from './export/ExportedCanvas.js';
2
2
  import ExportedStep from './export/ExportedStep.js';
3
3
  import ExportedStorage from './export/ExportedStorage.js';
4
4
  import './canvas/ICanvasBaseMemory.js';
5
- import './IClassWithArgsHistory.js';
5
+ import './ITickersSteps.js';
6
+ import '../TickerBase-BAUiHet_.js';
6
7
  import 'pixi.js';
7
- import '../TickerBase-RQDWNI4K.js';
8
8
  import '../types/StorageElementType.js';
9
+ import '../types/PauseType.js';
10
+ import '../types/RepeatType.js';
11
+ import './TickerHistory.js';
9
12
  import '../types/TickerIdType.js';
10
13
  import './IHistoryStep.js';
11
14
  import 'deep-diff';
12
15
  import '../classes/ChoiceMenuOption.js';
13
- import '../classes/Label.js';
14
16
  import '../types/LabelIdType.js';
17
+ import '../classes/Label.js';
15
18
  import '../types/StepHistoryDataType.js';
16
19
  import '../types/StepLabelType.js';
17
20
  import '@drincs/pixi-vn/dist/override';
18
21
  import '../types/CloseType.js';
19
22
  import '../types/LabelRunModeType.js';
23
+ import './IOpenedLabel.js';
20
24
  import '../classes/DialogueBaseModel.js';
21
25
  import '../classes/CharacterBaseModel.js';
26
+ import './CharacterBaseModelProps.js';
22
27
  import '../classes/StoredClassModel.js';
23
- import './IOpenedLabel.js';
24
28
 
25
29
  interface ISaveData {
26
30
  pixivn_version: string;
@@ -1,3 +1,3 @@
1
1
  import 'pixi.js';
2
- export { I as default } from '../TickerBase-B5CQCJs8.mjs';
2
+ export { I as default } from '../TickerBase-BctFf13y.mjs';
3
3
  import '../types/StorageElementType.mjs';
@@ -1,3 +1,3 @@
1
1
  import 'pixi.js';
2
- export { I as default } from '../TickerBase-RQDWNI4K.js';
2
+ export { I as default } from '../TickerBase-BAUiHet_.js';
3
3
  import '../types/StorageElementType.js';
@@ -1,4 +1,4 @@
1
- import { a as TickerArgsType, I as ITicker } from '../TickerBase-B5CQCJs8.mjs';
1
+ import { a as TickerArgsType, I as ITicker } from '../TickerBase-BctFf13y.mjs';
2
2
  import { PauseType } from '../types/PauseType.mjs';
3
3
  import { RepeatType } from '../types/RepeatType.mjs';
4
4
  import 'pixi.js';
@@ -10,9 +10,9 @@ interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
10
10
  */
11
11
  ticker: string;
12
12
  /**
13
- * Duration in milliseconds
13
+ * Duration in seconds. If is undefined, the step will end only when the animation is finished.
14
14
  */
15
- duration: number;
15
+ duration?: number;
16
16
  }
17
17
  /**
18
18
  * The steps of the tickers
@@ -1,4 +1,4 @@
1
- import { a as TickerArgsType, I as ITicker } from '../TickerBase-RQDWNI4K.js';
1
+ import { a as TickerArgsType, I as ITicker } from '../TickerBase-BAUiHet_.js';
2
2
  import { PauseType } from '../types/PauseType.js';
3
3
  import { RepeatType } from '../types/RepeatType.js';
4
4
  import 'pixi.js';
@@ -10,9 +10,9 @@ interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
10
10
  */
11
11
  ticker: string;
12
12
  /**
13
- * Duration in milliseconds
13
+ * Duration in seconds. If is undefined, the step will end only when the animation is finished.
14
14
  */
15
- duration: number;
15
+ duration?: number;
16
16
  }
17
17
  /**
18
18
  * The steps of the tickers
@@ -1,20 +1,24 @@
1
1
  import { TickerCallback, UPDATE_PRIORITY } from 'pixi.js';
2
- import { a as TickerArgsType } from '../TickerBase-B5CQCJs8.mjs';
2
+ import { a as TickerArgsType } from '../TickerBase-BctFf13y.mjs';
3
3
  import { TickerIdType } from '../types/TickerIdType.mjs';
4
4
  import '../types/StorageElementType.mjs';
5
5
 
6
6
  /**
7
- * IClassWithArgsHistory is a class that contains the name of a class and the arguments that were used to create it.
7
+ * TickerHistory is a class that contains the name of a class and the arguments that were used to create it.
8
8
  */
9
- interface IClassWithArgsHistory<TArgs extends TickerArgsType> {
9
+ interface TickerHistory<TArgs extends TickerArgsType> {
10
10
  fn: TickerCallback<any>;
11
11
  className: TickerIdType;
12
12
  args: TArgs;
13
13
  canvasElementTags: string[];
14
14
  priority?: UPDATE_PRIORITY;
15
15
  duration?: number;
16
+ /**
17
+ * If this ticker was created by steps
18
+ */
19
+ createdByTicketStepsId?: string;
16
20
  }
17
- interface IClassWithArgsHistoryForExport<TArgs extends TickerArgsType> {
21
+ interface TickerHistoryForExport<TArgs extends TickerArgsType> {
18
22
  className: TickerIdType;
19
23
  args: TArgs;
20
24
  canvasElementTags: string[];
@@ -22,4 +26,4 @@ interface IClassWithArgsHistoryForExport<TArgs extends TickerArgsType> {
22
26
  duration?: number;
23
27
  }
24
28
 
25
- export type { IClassWithArgsHistory, IClassWithArgsHistoryForExport };
29
+ export type { TickerHistoryForExport, TickerHistory as default };
@@ -1,20 +1,24 @@
1
1
  import { TickerCallback, UPDATE_PRIORITY } from 'pixi.js';
2
- import { a as TickerArgsType } from '../TickerBase-RQDWNI4K.js';
2
+ import { a as TickerArgsType } from '../TickerBase-BAUiHet_.js';
3
3
  import { TickerIdType } from '../types/TickerIdType.js';
4
4
  import '../types/StorageElementType.js';
5
5
 
6
6
  /**
7
- * IClassWithArgsHistory is a class that contains the name of a class and the arguments that were used to create it.
7
+ * TickerHistory is a class that contains the name of a class and the arguments that were used to create it.
8
8
  */
9
- interface IClassWithArgsHistory<TArgs extends TickerArgsType> {
9
+ interface TickerHistory<TArgs extends TickerArgsType> {
10
10
  fn: TickerCallback<any>;
11
11
  className: TickerIdType;
12
12
  args: TArgs;
13
13
  canvasElementTags: string[];
14
14
  priority?: UPDATE_PRIORITY;
15
15
  duration?: number;
16
+ /**
17
+ * If this ticker was created by steps
18
+ */
19
+ createdByTicketStepsId?: string;
16
20
  }
17
- interface IClassWithArgsHistoryForExport<TArgs extends TickerArgsType> {
21
+ interface TickerHistoryForExport<TArgs extends TickerArgsType> {
18
22
  className: TickerIdType;
19
23
  args: TArgs;
20
24
  canvasElementTags: string[];
@@ -22,4 +26,4 @@ interface IClassWithArgsHistoryForExport<TArgs extends TickerArgsType> {
22
26
  duration?: number;
23
27
  }
24
28
 
25
- export type { IClassWithArgsHistory, IClassWithArgsHistoryForExport };
29
+ export type { TickerHistoryForExport, TickerHistory as default };
@@ -1,4 +1,4 @@
1
1
  'use strict';
2
2
 
3
3
  //# sourceMappingURL=out.js.map
4
- //# sourceMappingURL=TickerMoveProps.js.map
4
+ //# sourceMappingURL=TickerHistory.js.map
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=TickerHistory.mjs.map
@@ -1,13 +1,25 @@
1
1
  type TickerProgrationType = ITickerProgrationLinear | ITickerProgrationExponential;
2
2
  type ITickerProgrationLinear = {
3
+ /**
4
+ * The amount of the speed to increase every frame.
5
+ */
3
6
  amt: number;
7
+ /**
8
+ * The limit of the effect
9
+ */
4
10
  limit?: number;
5
11
  type: "linear";
6
12
  };
7
13
  type ITickerProgrationExponential = {
14
+ /**
15
+ * The percentage of the speed to increase every frame. if the percentage is 0.1, the speed will increase by 10% every frame.
16
+ */
8
17
  percentage: number;
18
+ /**
19
+ * The limit of the effect
20
+ */
9
21
  limit?: number;
10
22
  type: "exponential";
11
23
  };
12
24
 
13
- export type { TickerProgrationType };
25
+ export type { ITickerProgrationExponential, ITickerProgrationLinear, TickerProgrationType };
@@ -1,13 +1,25 @@
1
1
  type TickerProgrationType = ITickerProgrationLinear | ITickerProgrationExponential;
2
2
  type ITickerProgrationLinear = {
3
+ /**
4
+ * The amount of the speed to increase every frame.
5
+ */
3
6
  amt: number;
7
+ /**
8
+ * The limit of the effect
9
+ */
4
10
  limit?: number;
5
11
  type: "linear";
6
12
  };
7
13
  type ITickerProgrationExponential = {
14
+ /**
15
+ * The percentage of the speed to increase every frame. if the percentage is 0.1, the speed will increase by 10% every frame.
16
+ */
8
17
  percentage: number;
18
+ /**
19
+ * The limit of the effect
20
+ */
9
21
  limit?: number;
10
22
  type: "exponential";
11
23
  };
12
24
 
13
- export type { TickerProgrationType };
25
+ export type { ITickerProgrationExponential, ITickerProgrationLinear, TickerProgrationType };
@@ -0,0 +1,7 @@
1
+ interface TickerTimeoutHistory {
2
+ tags: string[];
3
+ ticker: string;
4
+ canBeDeletedBeforeEnd: boolean;
5
+ }
6
+
7
+ export type { TickerTimeoutHistory as default };
@@ -0,0 +1,7 @@
1
+ interface TickerTimeoutHistory {
2
+ tags: string[];
3
+ ticker: string;
4
+ canBeDeletedBeforeEnd: boolean;
5
+ }
6
+
7
+ export type { TickerTimeoutHistory as default };
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=TickerTimeoutHistory.js.map
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=TickerTimeoutHistory.mjs.map
@@ -1,7 +1,7 @@
1
1
  import { ICanvasSpriteBaseMemory } from './ICanvasSpriteMemory.mjs';
2
2
  import 'pixi.js';
3
- import '../../types/EventIdType.mjs';
4
3
  import './ICanvasBaseMemory.mjs';
4
+ import '../../types/EventIdType.mjs';
5
5
  import './ITextureMemory.mjs';
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import { ICanvasSpriteBaseMemory } from './ICanvasSpriteMemory.js';
2
2
  import 'pixi.js';
3
- import '../../types/EventIdType.js';
4
3
  import './ICanvasBaseMemory.js';
4
+ import '../../types/EventIdType.js';
5
5
  import './ITextureMemory.js';
6
6
 
7
7
  /**
@@ -1,6 +1,6 @@
1
1
  import { SpriteOptions } from 'pixi.js';
2
- import { EventIdType } from '../../types/EventIdType.mjs';
3
2
  import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
3
+ import { EventIdType } from '../../types/EventIdType.mjs';
4
4
  import ITextureMemory from './ITextureMemory.mjs';
5
5
 
6
6
  interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
@@ -1,6 +1,6 @@
1
1
  import { SpriteOptions } from 'pixi.js';
2
- import { EventIdType } from '../../types/EventIdType.js';
3
2
  import ICanvasBaseMemory from './ICanvasBaseMemory.js';
3
+ import { EventIdType } from '../../types/EventIdType.js';
4
4
  import ITextureMemory from './ITextureMemory.js';
5
5
 
6
6
  interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
@@ -1,6 +1,6 @@
1
1
  import { TextOptions } from 'pixi.js';
2
- import { EventIdType } from '../../types/EventIdType.mjs';
3
2
  import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
3
+ import { EventIdType } from '../../types/EventIdType.mjs';
4
4
 
5
5
  /**
6
6
  * Interface for the canvas text memory
@@ -1,6 +1,6 @@
1
1
  import { TextOptions } from 'pixi.js';
2
- import { EventIdType } from '../../types/EventIdType.js';
3
2
  import ICanvasBaseMemory from './ICanvasBaseMemory.js';
3
+ import { EventIdType } from '../../types/EventIdType.js';
4
4
 
5
5
  /**
6
6
  * Interface for the canvas text memory
@@ -1,15 +1,23 @@
1
1
  import ICanvasBaseMemory from '../canvas/ICanvasBaseMemory.mjs';
2
- import { IClassWithArgsHistoryForExport } from '../IClassWithArgsHistory.mjs';
2
+ import ITickersSteps from '../ITickersSteps.mjs';
3
+ import { TickerHistoryForExport } from '../TickerHistory.mjs';
4
+ import '../../TickerBase-BctFf13y.mjs';
3
5
  import 'pixi.js';
4
- import '../../TickerBase-B5CQCJs8.mjs';
5
6
  import '../../types/StorageElementType.mjs';
7
+ import '../../types/PauseType.mjs';
8
+ import '../../types/RepeatType.mjs';
6
9
  import '../../types/TickerIdType.mjs';
7
10
 
8
11
  /**
9
12
  * Interface exported canvas
10
13
  */
11
14
  interface ExportedCanvas {
12
- currentTickers: IClassWithArgsHistoryForExport<any>[];
15
+ currentTickers: {
16
+ [id: string]: TickerHistoryForExport<any>;
17
+ };
18
+ currentTickersSteps: {
19
+ [tag: string]: ITickersSteps;
20
+ };
13
21
  currentElements: {
14
22
  [tag: string]: ICanvasBaseMemory;
15
23
  };
@@ -1,15 +1,23 @@
1
1
  import ICanvasBaseMemory from '../canvas/ICanvasBaseMemory.js';
2
- import { IClassWithArgsHistoryForExport } from '../IClassWithArgsHistory.js';
2
+ import ITickersSteps from '../ITickersSteps.js';
3
+ import { TickerHistoryForExport } from '../TickerHistory.js';
4
+ import '../../TickerBase-BAUiHet_.js';
3
5
  import 'pixi.js';
4
- import '../../TickerBase-RQDWNI4K.js';
5
6
  import '../../types/StorageElementType.js';
7
+ import '../../types/PauseType.js';
8
+ import '../../types/RepeatType.js';
6
9
  import '../../types/TickerIdType.js';
7
10
 
8
11
  /**
9
12
  * Interface exported canvas
10
13
  */
11
14
  interface ExportedCanvas {
12
- currentTickers: IClassWithArgsHistoryForExport<any>[];
15
+ currentTickers: {
16
+ [id: string]: TickerHistoryForExport<any>;
17
+ };
18
+ currentTickersSteps: {
19
+ [tag: string]: ITickersSteps;
20
+ };
13
21
  currentElements: {
14
22
  [tag: string]: ICanvasBaseMemory;
15
23
  };
@@ -3,15 +3,18 @@ import IHistoryStep, { IHistoryStepData } from '../IHistoryStep.mjs';
3
3
  import IOpenedLabel from '../IOpenedLabel.mjs';
4
4
  import './ExportedStorage.mjs';
5
5
  import '../canvas/ICanvasBaseMemory.mjs';
6
- import '../IClassWithArgsHistory.mjs';
6
+ import '../ITickersSteps.mjs';
7
+ import '../../TickerBase-BctFf13y.mjs';
7
8
  import 'pixi.js';
8
- import '../../TickerBase-B5CQCJs8.mjs';
9
9
  import '../../types/StorageElementType.mjs';
10
+ import '../../types/PauseType.mjs';
11
+ import '../../types/RepeatType.mjs';
12
+ import '../TickerHistory.mjs';
10
13
  import '../../types/TickerIdType.mjs';
11
14
  import 'deep-diff';
12
15
  import '../../classes/ChoiceMenuOption.mjs';
13
- import '../../classes/Label.mjs';
14
16
  import '../../types/LabelIdType.mjs';
17
+ import '../../classes/Label.mjs';
15
18
  import '../../types/StepHistoryDataType.mjs';
16
19
  import '../../types/StepLabelType.mjs';
17
20
  import '@drincs/pixi-vn/dist/override';
@@ -19,6 +22,7 @@ import '../../types/CloseType.mjs';
19
22
  import '../../types/LabelRunModeType.mjs';
20
23
  import '../../classes/DialogueBaseModel.mjs';
21
24
  import '../../classes/CharacterBaseModel.mjs';
25
+ import '../CharacterBaseModelProps.mjs';
22
26
  import '../../classes/StoredClassModel.mjs';
23
27
 
24
28
  /**
@@ -3,15 +3,18 @@ import IHistoryStep, { IHistoryStepData } from '../IHistoryStep.js';
3
3
  import IOpenedLabel from '../IOpenedLabel.js';
4
4
  import './ExportedStorage.js';
5
5
  import '../canvas/ICanvasBaseMemory.js';
6
- import '../IClassWithArgsHistory.js';
6
+ import '../ITickersSteps.js';
7
+ import '../../TickerBase-BAUiHet_.js';
7
8
  import 'pixi.js';
8
- import '../../TickerBase-RQDWNI4K.js';
9
9
  import '../../types/StorageElementType.js';
10
+ import '../../types/PauseType.js';
11
+ import '../../types/RepeatType.js';
12
+ import '../TickerHistory.js';
10
13
  import '../../types/TickerIdType.js';
11
14
  import 'deep-diff';
12
15
  import '../../classes/ChoiceMenuOption.js';
13
- import '../../classes/Label.js';
14
16
  import '../../types/LabelIdType.js';
17
+ import '../../classes/Label.js';
15
18
  import '../../types/StepHistoryDataType.js';
16
19
  import '../../types/StepLabelType.js';
17
20
  import '@drincs/pixi-vn/dist/override';
@@ -19,6 +22,7 @@ import '../../types/CloseType.js';
19
22
  import '../../types/LabelRunModeType.js';
20
23
  import '../../classes/DialogueBaseModel.js';
21
24
  import '../../classes/CharacterBaseModel.js';
25
+ import '../CharacterBaseModelProps.js';
22
26
  import '../../classes/StoredClassModel.js';
23
27
 
24
28
  /**