@extscreen/es-core 1.0.6 → 1.0.7

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 (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1511,6 +1511,11 @@ function ESAnimationViewComponent() {
1511
1511
  'after', [animatorSetId, animatorId], (res) => {
1512
1512
  });
1513
1513
  },
1514
+ afterDelay(animatorSetId, delay) {
1515
+ Vue.Native.callUIFunction(this.$refs.animationView,
1516
+ 'afterDelay', [animatorSetId, delay], (res) => {
1517
+ });
1518
+ },
1514
1519
  //-----------------------------------------------------------------
1515
1520
  playSequentially1(animatorSetId, animatorId1) {
1516
1521
  Vue.Native.callUIFunction(this.$refs.animationView,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {