@visactor/vstory 0.0.7 → 0.0.8-alpha.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 (131) hide show
  1. package/cjs/constants/character.d.ts +2 -1
  2. package/cjs/constants/character.js +2 -1
  3. package/cjs/constants/character.js.map +1 -1
  4. package/cjs/dsl/story-chart/pie.js +1 -1
  5. package/cjs/dsl/story-executor/index.js +0 -2
  6. package/cjs/dsl/story-processor/index.js +1 -1
  7. package/cjs/dsl/story-processor/processor.js +1 -1
  8. package/cjs/dsl/types/Datum.js +1 -2
  9. package/cjs/dsl/types/index.js +1 -1
  10. package/cjs/dsl/utils/datum.js +1 -1
  11. package/cjs/dsl/utils/flicker.js +1 -1
  12. package/cjs/edit/edit-component/image-selection.js +1 -1
  13. package/cjs/edit/edit-component/index.js +1 -1
  14. package/cjs/edit/edit-component/layer-edit.js +2 -0
  15. package/cjs/edit/edit-component/rect-selection.js +1 -1
  16. package/cjs/edit/edit-component/richtext-selection-common.js +1 -1
  17. package/cjs/edit/edit-component/richtext-selection.js +1 -1
  18. package/cjs/edit/edit-component/shape-selection.js +2 -1
  19. package/cjs/edit/edit-component/text-selection.js +1 -1
  20. package/cjs/index.d.ts +1 -0
  21. package/cjs/index.js +1 -1
  22. package/cjs/index.js.map +1 -1
  23. package/cjs/interface/type.js +1 -2
  24. package/cjs/player/processor/component/unit/unit-action.d.ts +11 -0
  25. package/cjs/player/processor/component/unit/unit-action.js +36 -0
  26. package/cjs/player/processor/component/unit/unit-action.js.map +1 -0
  27. package/cjs/player/processor/interface/appear-action.js.map +1 -1
  28. package/cjs/player/processor/interface/unit-action.d.ts +23 -0
  29. package/cjs/player/processor/interface/unit-action.js +6 -0
  30. package/cjs/player/processor/interface/unit-action.js.map +1 -0
  31. package/cjs/player/processor/processorMap.d.ts +7 -0
  32. package/cjs/player/processor/processorMap.js +9 -1
  33. package/cjs/player/processor/processorMap.js.map +1 -1
  34. package/cjs/scene/action.js +0 -2
  35. package/cjs/story/canvas/canvas.d.ts +10 -3
  36. package/cjs/story/canvas/canvas.js +29 -8
  37. package/cjs/story/canvas/canvas.js.map +1 -1
  38. package/cjs/story/character/component/characters/character-unit.d.ts +6 -0
  39. package/cjs/story/character/component/characters/character-unit.js +19 -0
  40. package/cjs/story/character/component/characters/character-unit.js.map +1 -0
  41. package/cjs/story/character/component/graphic/unit.d.ts +28 -0
  42. package/cjs/story/character/component/graphic/unit.js +106 -0
  43. package/cjs/story/character/component/graphic/unit.js.map +1 -0
  44. package/cjs/story/index.js +2 -1
  45. package/cjs/story/index.js.map +1 -1
  46. package/cjs/story/interface/dsl-interface.d.ts +2 -1
  47. package/cjs/story/interface/dsl-interface.js.map +1 -1
  48. package/cjs/story/interface/runtime-interface.d.ts +5 -1
  49. package/cjs/story/interface/runtime-interface.js.map +1 -1
  50. package/cjs/story/story.d.ts +1 -1
  51. package/cjs/story/story.js +6 -3
  52. package/cjs/story/story.js.map +1 -1
  53. package/cjs/template/unit/default.d.ts +4 -0
  54. package/cjs/template/unit/default.js +50 -0
  55. package/cjs/template/unit/default.js.map +1 -0
  56. package/cjs/template/unit/index.d.ts +2 -0
  57. package/cjs/template/unit/index.js +21 -0
  58. package/cjs/template/unit/index.js.map +1 -0
  59. package/cjs/template/unit/type.d.ts +51 -0
  60. package/cjs/template/unit/type.js +6 -0
  61. package/cjs/template/unit/type.js.map +1 -0
  62. package/cjs/template/unit/unit.d.ts +3 -0
  63. package/cjs/template/unit/unit.js +240 -0
  64. package/cjs/template/unit/unit.js.map +1 -0
  65. package/dist/index.js +1721 -1040
  66. package/dist/index.min.js +3 -3
  67. package/es/constants/character.d.ts +2 -1
  68. package/es/constants/character.js +2 -1
  69. package/es/constants/character.js.map +1 -1
  70. package/es/dsl/story-chart/pie.js +1 -1
  71. package/es/dsl/story-executor/index.js +0 -2
  72. package/es/dsl/story-processor/index.js +1 -1
  73. package/es/dsl/story-processor/processor.js +1 -1
  74. package/es/dsl/types/Datum.js +1 -2
  75. package/es/dsl/types/index.js +1 -1
  76. package/es/dsl/utils/datum.js +1 -1
  77. package/es/dsl/utils/flicker.js +1 -1
  78. package/es/edit/edit-component/image-selection.js +1 -1
  79. package/es/edit/edit-component/index.js +1 -1
  80. package/es/edit/edit-component/layer-edit.js +2 -0
  81. package/es/edit/edit-component/rect-selection.js +1 -1
  82. package/es/edit/edit-component/richtext-selection-common.js +1 -1
  83. package/es/edit/edit-component/richtext-selection.js +1 -1
  84. package/es/edit/edit-component/shape-selection.js +2 -1
  85. package/es/edit/edit-component/text-selection.js +1 -1
  86. package/es/index.d.ts +1 -0
  87. package/es/index.js +3 -1
  88. package/es/index.js.map +1 -1
  89. package/es/interface/type.js +1 -2
  90. package/es/player/processor/component/unit/unit-action.d.ts +11 -0
  91. package/es/player/processor/component/unit/unit-action.js +28 -0
  92. package/es/player/processor/component/unit/unit-action.js.map +1 -0
  93. package/es/player/processor/interface/appear-action.js.map +1 -1
  94. package/es/player/processor/interface/unit-action.d.ts +23 -0
  95. package/es/player/processor/interface/unit-action.js +2 -0
  96. package/es/player/processor/interface/unit-action.js.map +1 -0
  97. package/es/player/processor/processorMap.d.ts +7 -0
  98. package/es/player/processor/processorMap.js +10 -0
  99. package/es/player/processor/processorMap.js.map +1 -1
  100. package/es/scene/action.js +0 -2
  101. package/es/story/canvas/canvas.d.ts +10 -3
  102. package/es/story/canvas/canvas.js +29 -8
  103. package/es/story/canvas/canvas.js.map +1 -1
  104. package/es/story/character/component/characters/character-unit.d.ts +6 -0
  105. package/es/story/character/component/characters/character-unit.js +15 -0
  106. package/es/story/character/component/characters/character-unit.js.map +1 -0
  107. package/es/story/character/component/graphic/unit.d.ts +28 -0
  108. package/es/story/character/component/graphic/unit.js +103 -0
  109. package/es/story/character/component/graphic/unit.js.map +1 -0
  110. package/es/story/index.js +3 -0
  111. package/es/story/index.js.map +1 -1
  112. package/es/story/interface/dsl-interface.d.ts +2 -1
  113. package/es/story/interface/dsl-interface.js.map +1 -1
  114. package/es/story/interface/runtime-interface.d.ts +5 -1
  115. package/es/story/interface/runtime-interface.js.map +1 -1
  116. package/es/story/story.d.ts +1 -1
  117. package/es/story/story.js +6 -2
  118. package/es/story/story.js.map +1 -1
  119. package/es/template/unit/default.d.ts +4 -0
  120. package/es/template/unit/default.js +48 -0
  121. package/es/template/unit/default.js.map +1 -0
  122. package/es/template/unit/index.d.ts +2 -0
  123. package/es/template/unit/index.js +4 -0
  124. package/es/template/unit/index.js.map +1 -0
  125. package/es/template/unit/type.d.ts +51 -0
  126. package/es/template/unit/type.js +2 -0
  127. package/es/template/unit/type.js.map +1 -0
  128. package/es/template/unit/unit.d.ts +3 -0
  129. package/es/template/unit/unit.js +234 -0
  130. package/es/template/unit/unit.js.map +1 -0
  131. package/package.json +25 -24

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.