@visactor/vstory 0.0.7 → 0.0.8-alpha.0

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 (47) hide show
  1. package/cjs/dsl/story-chart/pie.js +1 -1
  2. package/cjs/dsl/story-executor/index.js +0 -2
  3. package/cjs/dsl/story-processor/index.js +1 -1
  4. package/cjs/dsl/story-processor/processor.js +1 -1
  5. package/cjs/dsl/types/Datum.js +1 -2
  6. package/cjs/dsl/types/index.js +1 -1
  7. package/cjs/dsl/utils/datum.js +1 -1
  8. package/cjs/dsl/utils/flicker.js +1 -1
  9. package/cjs/edit/edit-component/chart-selection.js +1 -1
  10. package/cjs/edit/edit-component/common.js +2 -0
  11. package/cjs/edit/edit-component/image-selection.js +1 -1
  12. package/cjs/edit/edit-component/index.js +1 -1
  13. package/cjs/edit/edit-component/layer-edit.js +2 -0
  14. package/cjs/edit/edit-component/rect-selection.js +1 -1
  15. package/cjs/edit/edit-component/richtext-selection-common.js +1 -1
  16. package/cjs/edit/edit-component/richtext-selection.js +1 -1
  17. package/cjs/edit/edit-component/shape-selection.js +2 -1
  18. package/cjs/edit/edit-component/text-selection.js +1 -1
  19. package/cjs/interface/type.js +1 -2
  20. package/cjs/player/interface/player.js +1 -1
  21. package/cjs/player/interface/scheduler.js +1 -1
  22. package/cjs/scene/action.js +0 -2
  23. package/dist/index.js +3929 -2632
  24. package/dist/index.min.js +3 -3
  25. package/es/dsl/story-chart/pie.js +1 -1
  26. package/es/dsl/story-executor/index.js +0 -2
  27. package/es/dsl/story-processor/index.js +1 -1
  28. package/es/dsl/story-processor/processor.js +1 -1
  29. package/es/dsl/types/Datum.js +1 -2
  30. package/es/dsl/types/index.js +1 -1
  31. package/es/dsl/utils/datum.js +1 -1
  32. package/es/dsl/utils/flicker.js +1 -1
  33. package/es/edit/edit-component/chart-selection.js +1 -1
  34. package/es/edit/edit-component/common.js +2 -0
  35. package/es/edit/edit-component/image-selection.js +1 -1
  36. package/es/edit/edit-component/index.js +1 -1
  37. package/es/edit/edit-component/layer-edit.js +2 -0
  38. package/es/edit/edit-component/rect-selection.js +1 -1
  39. package/es/edit/edit-component/richtext-selection-common.js +1 -1
  40. package/es/edit/edit-component/richtext-selection.js +1 -1
  41. package/es/edit/edit-component/shape-selection.js +2 -1
  42. package/es/edit/edit-component/text-selection.js +1 -1
  43. package/es/interface/type.js +1 -2
  44. package/es/player/interface/player.js +1 -1
  45. package/es/player/interface/scheduler.js +1 -1
  46. package/es/scene/action.js +0 -2
  47. package/package.json +6 -6
@@ -24,4 +24,4 @@ class StoryPie extends chart_1.StoryChart {
24
24
  }
25
25
 
26
26
  exports.StoryPie = StoryPie;
27
- //# sourceMappingURL=pie.js.map
27
+ //# sourceMappingURL=pie.js.map
@@ -1,3 +1 @@
1
-
2
-
3
1
  //# sourceMappingURL=index.js.map
@@ -27,4 +27,4 @@ Object.defineProperty(exports, "processorMap", {
27
27
  return processorMap_1.processorMap;
28
28
  }
29
29
  });
30
- //# sourceMappingURL=index.js.map
30
+ //# sourceMappingURL=index.js.map
@@ -67,4 +67,4 @@ class ActionProcessor {
67
67
  }
68
68
 
69
69
  exports.ActionProcessor = ActionProcessor, ActionProcessor._instance = null;
70
- //# sourceMappingURL=processor.js.map
70
+ //# sourceMappingURL=processor.js.map
@@ -2,5 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
6
- //# sourceMappingURL=Datum.js.map
5
+ });
@@ -19,4 +19,4 @@ Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./common"), exports), __exportStar(require("./chart"), exports),
21
21
  __exportStar(require("./graphic"), exports);
22
- //# sourceMappingURL=index.js.map
22
+ //# sourceMappingURL=index.js.map
@@ -13,4 +13,4 @@ const vutils_1 = require("@visactor/vutils"), isDatumEqual = (source, target) =>
13
13
  };
14
14
 
15
15
  exports.isDatumEqual = isDatumEqual;
16
- //# sourceMappingURL=datum.js.map
16
+ //# sourceMappingURL=datum.js.map
@@ -15,4 +15,4 @@ const flickerEffect = group => {
15
15
  };
16
16
 
17
17
  exports.flickerEffect = flickerEffect;
18
- //# sourceMappingURL=flicker.js.map
18
+ //# sourceMappingURL=flicker.js.map
@@ -36,4 +36,4 @@ class ChartSelection extends base_selection_1.BaseSelection {
36
36
  }
37
37
 
38
38
  exports.ChartSelection = ChartSelection;
39
- //# sourceMappingURL=chart-selection.js.map
39
+ //# sourceMappingURL=chart-selection.js.map
@@ -1 +1,3 @@
1
+
2
+
1
3
  //# sourceMappingURL=common.js.map
@@ -13,4 +13,4 @@ class ImageSelection extends rect_selection_1.RectSelection {
13
13
  }
14
14
 
15
15
  exports.ImageSelection = ImageSelection;
16
- //# sourceMappingURL=image-selection.js.map
16
+ //# sourceMappingURL=image-selection.js.map
@@ -13,4 +13,4 @@ function loadAllSelection() {
13
13
  }
14
14
 
15
15
  exports.loadAllSelection = loadAllSelection;
16
- //# sourceMappingURL=index.js.map
16
+ //# sourceMappingURL=index.js.map
@@ -1 +1,3 @@
1
+
2
+
1
3
  //# sourceMappingURL=layer-edit.js.map
@@ -27,4 +27,4 @@ class RectSelection extends richtext_selection_common_1.RichTextSelectionCommon
27
27
  }
28
28
 
29
29
  exports.RectSelection = RectSelection;
30
- //# sourceMappingURL=rect-selection.js.map
30
+ //# sourceMappingURL=rect-selection.js.map
@@ -32,4 +32,4 @@ class RichTextSelectionCommon extends base_selection_1.BaseSelection {
32
32
  }
33
33
 
34
34
  exports.RichTextSelectionCommon = RichTextSelectionCommon, (0, vutils_1.mixin)(RichTextSelectionCommon, richtext_1.RichTextMixin);
35
- //# sourceMappingURL=richtext-selection-common.js.map
35
+ //# sourceMappingURL=richtext-selection-common.js.map
@@ -30,4 +30,4 @@ class RichTextSelection extends base_selection_1.BaseSelection {
30
30
  }
31
31
 
32
32
  exports.RichTextSelection = RichTextSelection;
33
- //# sourceMappingURL=richtext-selection.js.map
33
+ //# sourceMappingURL=richtext-selection.js.map
@@ -32,4 +32,5 @@ class ShapeSelection extends rect_selection_1.RectSelection {
32
32
  }
33
33
  }
34
34
 
35
- exports.ShapeSelection = ShapeSelection;
35
+ exports.ShapeSelection = ShapeSelection;
36
+ //# sourceMappingURL=shape-selection.js.map
@@ -20,4 +20,4 @@ class TextSelection extends base_selection_1.BaseSelection {
20
20
  }
21
21
 
22
22
  exports.TextSelection = TextSelection;
23
- //# sourceMappingURL=text-selection.js.map
23
+ //# sourceMappingURL=text-selection.js.map
@@ -2,5 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
6
- //# sourceMappingURL=type.js.map
5
+ });
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=player.js.map
6
+ //# sourceMappingURL=player.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=scheduler.js.map
6
+ //# sourceMappingURL=scheduler.js.map
@@ -1,3 +1 @@
1
-
2
-
3
1
  //# sourceMappingURL=action.js.map