@netless/app-slide 0.2.54 → 0.2.55

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
@@ -31612,10 +31612,11 @@ void main(void){
31612
31612
  return this.videoResource.load();
31613
31613
  }
31614
31614
  pause() {
31615
+ var t2;
31615
31616
  this.isPlaying = false, this.ctx.logger.warn(this.url + ", pause video manual.", this.ctx.taskId), this.ctx.logger.warn(this.url + ", pause rtc audio manual.", this.ctx.taskId), this.rtcAudio.once("pause", () => {
31616
- var t2;
31617
- (t2 = this.videoElement) === null || t2 === void 0 || t2.pause();
31618
- }), this.rtcAudio.pause();
31617
+ var t3;
31618
+ (t3 = this.videoElement) === null || t3 === void 0 || t3.pause();
31619
+ }), this.rtcAudio.pause(), (t2 = this.videoElement) === null || t2 === void 0 || t2.pause();
31619
31620
  }
31620
31621
  globalPause() {
31621
31622
  this.isPlaying && (this.isGlobalPause = true, this.pause());
@@ -36008,7 +36009,7 @@ void main(void){
36008
36009
  }
36009
36010
  var fT = { 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" }, mT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, gT = "";
36010
36011
  try {
36011
- gT = "1.2.1";
36012
+ gT = "1.3.1";
36012
36013
  } catch (t2) {
36013
36014
  gT = "dev -";
36014
36015
  }
@@ -39161,7 +39162,7 @@ class SlidePreviewer {
39161
39162
  }
39162
39163
  }
39163
39164
  const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
39164
- const version = "0.2.54";
39165
+ const version = "0.2.55";
39165
39166
  const SlideApp = {
39166
39167
  kind: "Slide",
39167
39168
  setup(context) {