@netless/app-slide 0.2.47-alpha.2 → 0.2.47-alpha.3

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/dist/main.es.js CHANGED
@@ -31424,7 +31424,9 @@ void main(void){
31424
31424
  }));
31425
31425
  }
31426
31426
  startTimeChangeEmit() {
31427
- this.currentTime !== this.lastTime && (this.lastTime = this.currentTime, this.emit("timeupdate", this.lastTime)), (!this.isEnded || this.duration <= 0) && setTimeout(() => this.startTimeChangeEmit(), 300);
31427
+ this.currentTime !== this.lastTime && (this.lastTime = this.currentTime, this.emit("timeupdate", this.lastTime)), (!this.isEnded || this.duration <= 0) && setTimeout(() => {
31428
+ (!this.isEnded || this.duration <= 0) && this.startTimeChangeEmit();
31429
+ }, 300);
31428
31430
  }
31429
31431
  play() {
31430
31432
  var t2, e2, i2;
@@ -35982,9 +35984,9 @@ void main(void){
35982
35984
  }
35983
35985
  var pT = { syncDispatch: "syncDispatch", syncReceive: "syncReceive", syncEventLag: "syncEventLag", renderStart: "renderStart", renderEnd: "renderEnd", renderError: "renderError", slideChange: "slideChange", mainSeqStepStart: "mainSeqStepStart", mainSeqStepEnd: "mainSeqStepEnd", animateStart: "animateStart", animateEnd: "animateEnd", stateChange: "stateChange", slideStepEnd: "slideEnd", slideStepStart: "slideStart" }, fT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, mT = "";
35984
35986
  try {
35985
- mT = "1.1.8-beta.1";
35987
+ mT = "1.1.8-beta.2";
35986
35988
  } catch (t2) {
35987
- mT = "dev";
35989
+ mT = "dev - ";
35988
35990
  }
35989
35991
  var gT = null;
35990
35992
  try {
@@ -39104,7 +39106,7 @@ class SlidePreviewer {
39104
39106
  }
39105
39107
  }
39106
39108
  const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
39107
- const version = "0.2.47-alpha.2";
39109
+ const version = "0.2.47-alpha.3";
39108
39110
  const SlideApp = {
39109
39111
  kind: "Slide",
39110
39112
  setup(context) {