@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.
- package/cjs/constants/character.d.ts +2 -1
- package/cjs/constants/character.js +2 -1
- package/cjs/constants/character.js.map +1 -1
- package/cjs/dsl/story-chart/pie.js +1 -1
- package/cjs/dsl/story-executor/index.js +0 -2
- package/cjs/dsl/story-processor/index.js +1 -1
- package/cjs/dsl/story-processor/processor.js +1 -1
- package/cjs/dsl/types/Datum.js +1 -2
- package/cjs/dsl/types/index.js +1 -1
- package/cjs/dsl/utils/datum.js +1 -1
- package/cjs/dsl/utils/flicker.js +1 -1
- package/cjs/edit/edit-component/image-selection.js +1 -1
- package/cjs/edit/edit-component/index.js +1 -1
- package/cjs/edit/edit-component/layer-edit.js +2 -0
- package/cjs/edit/edit-component/rect-selection.js +1 -1
- package/cjs/edit/edit-component/richtext-selection-common.js +1 -1
- package/cjs/edit/edit-component/richtext-selection.js +1 -1
- package/cjs/edit/edit-component/shape-selection.js +2 -1
- package/cjs/edit/edit-component/text-selection.js +1 -1
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/cjs/interface/type.js +1 -2
- package/cjs/player/processor/component/unit/unit-action.d.ts +11 -0
- package/cjs/player/processor/component/unit/unit-action.js +36 -0
- package/cjs/player/processor/component/unit/unit-action.js.map +1 -0
- package/cjs/player/processor/interface/appear-action.js.map +1 -1
- package/cjs/player/processor/interface/unit-action.d.ts +23 -0
- package/cjs/player/processor/interface/unit-action.js +6 -0
- package/cjs/player/processor/interface/unit-action.js.map +1 -0
- package/cjs/player/processor/processorMap.d.ts +7 -0
- package/cjs/player/processor/processorMap.js +9 -1
- package/cjs/player/processor/processorMap.js.map +1 -1
- package/cjs/scene/action.js +0 -2
- package/cjs/story/canvas/canvas.d.ts +10 -3
- package/cjs/story/canvas/canvas.js +29 -8
- package/cjs/story/canvas/canvas.js.map +1 -1
- package/cjs/story/character/component/characters/character-unit.d.ts +6 -0
- package/cjs/story/character/component/characters/character-unit.js +19 -0
- package/cjs/story/character/component/characters/character-unit.js.map +1 -0
- package/cjs/story/character/component/graphic/unit.d.ts +28 -0
- package/cjs/story/character/component/graphic/unit.js +106 -0
- package/cjs/story/character/component/graphic/unit.js.map +1 -0
- package/cjs/story/index.js +2 -1
- package/cjs/story/index.js.map +1 -1
- package/cjs/story/interface/dsl-interface.d.ts +2 -1
- package/cjs/story/interface/dsl-interface.js.map +1 -1
- package/cjs/story/interface/runtime-interface.d.ts +5 -1
- package/cjs/story/interface/runtime-interface.js.map +1 -1
- package/cjs/story/story.d.ts +1 -1
- package/cjs/story/story.js +6 -3
- package/cjs/story/story.js.map +1 -1
- package/cjs/template/unit/default.d.ts +4 -0
- package/cjs/template/unit/default.js +50 -0
- package/cjs/template/unit/default.js.map +1 -0
- package/cjs/template/unit/index.d.ts +2 -0
- package/cjs/template/unit/index.js +21 -0
- package/cjs/template/unit/index.js.map +1 -0
- package/cjs/template/unit/type.d.ts +51 -0
- package/cjs/template/unit/type.js +6 -0
- package/cjs/template/unit/type.js.map +1 -0
- package/cjs/template/unit/unit.d.ts +3 -0
- package/cjs/template/unit/unit.js +240 -0
- package/cjs/template/unit/unit.js.map +1 -0
- package/dist/index.js +1721 -1040
- package/dist/index.min.js +3 -3
- package/es/constants/character.d.ts +2 -1
- package/es/constants/character.js +2 -1
- package/es/constants/character.js.map +1 -1
- package/es/dsl/story-chart/pie.js +1 -1
- package/es/dsl/story-executor/index.js +0 -2
- package/es/dsl/story-processor/index.js +1 -1
- package/es/dsl/story-processor/processor.js +1 -1
- package/es/dsl/types/Datum.js +1 -2
- package/es/dsl/types/index.js +1 -1
- package/es/dsl/utils/datum.js +1 -1
- package/es/dsl/utils/flicker.js +1 -1
- package/es/edit/edit-component/image-selection.js +1 -1
- package/es/edit/edit-component/index.js +1 -1
- package/es/edit/edit-component/layer-edit.js +2 -0
- package/es/edit/edit-component/rect-selection.js +1 -1
- package/es/edit/edit-component/richtext-selection-common.js +1 -1
- package/es/edit/edit-component/richtext-selection.js +1 -1
- package/es/edit/edit-component/shape-selection.js +2 -1
- package/es/edit/edit-component/text-selection.js +1 -1
- package/es/index.d.ts +1 -0
- package/es/index.js +3 -1
- package/es/index.js.map +1 -1
- package/es/interface/type.js +1 -2
- package/es/player/processor/component/unit/unit-action.d.ts +11 -0
- package/es/player/processor/component/unit/unit-action.js +28 -0
- package/es/player/processor/component/unit/unit-action.js.map +1 -0
- package/es/player/processor/interface/appear-action.js.map +1 -1
- package/es/player/processor/interface/unit-action.d.ts +23 -0
- package/es/player/processor/interface/unit-action.js +2 -0
- package/es/player/processor/interface/unit-action.js.map +1 -0
- package/es/player/processor/processorMap.d.ts +7 -0
- package/es/player/processor/processorMap.js +10 -0
- package/es/player/processor/processorMap.js.map +1 -1
- package/es/scene/action.js +0 -2
- package/es/story/canvas/canvas.d.ts +10 -3
- package/es/story/canvas/canvas.js +29 -8
- package/es/story/canvas/canvas.js.map +1 -1
- package/es/story/character/component/characters/character-unit.d.ts +6 -0
- package/es/story/character/component/characters/character-unit.js +15 -0
- package/es/story/character/component/characters/character-unit.js.map +1 -0
- package/es/story/character/component/graphic/unit.d.ts +28 -0
- package/es/story/character/component/graphic/unit.js +103 -0
- package/es/story/character/component/graphic/unit.js.map +1 -0
- package/es/story/index.js +3 -0
- package/es/story/index.js.map +1 -1
- package/es/story/interface/dsl-interface.d.ts +2 -1
- package/es/story/interface/dsl-interface.js.map +1 -1
- package/es/story/interface/runtime-interface.d.ts +5 -1
- package/es/story/interface/runtime-interface.js.map +1 -1
- package/es/story/story.d.ts +1 -1
- package/es/story/story.js +6 -2
- package/es/story/story.js.map +1 -1
- package/es/template/unit/default.d.ts +4 -0
- package/es/template/unit/default.js +48 -0
- package/es/template/unit/default.js.map +1 -0
- package/es/template/unit/index.d.ts +2 -0
- package/es/template/unit/index.js +4 -0
- package/es/template/unit/index.js.map +1 -0
- package/es/template/unit/type.d.ts +51 -0
- package/es/template/unit/type.js +2 -0
- package/es/template/unit/type.js.map +1 -0
- package/es/template/unit/unit.d.ts +3 -0
- package/es/template/unit/unit.js +234 -0
- package/es/template/unit/unit.js.map +1 -0
- 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.