@netless/app-slide 0.2.50 → 0.2.51
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.cjs.js +3 -3
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +3 -3
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +3 -3
- package/dist/main.iife.js.map +1 -1
- package/package.json +2 -2
package/dist/main.es.js
CHANGED
|
@@ -32408,7 +32408,7 @@ void main(void){
|
|
|
32408
32408
|
}
|
|
32409
32409
|
n3 >= 1 && this.timingTarget && this.ctx.clock.setTimeout(() => {
|
|
32410
32410
|
this.removeFilter();
|
|
32411
|
-
});
|
|
32411
|
+
}, 34);
|
|
32412
32412
|
}, this.onSeekToStart = () => {
|
|
32413
32413
|
this.timingTarget && this.removeFilter();
|
|
32414
32414
|
}, this.onSeekToEnd = () => {
|
|
@@ -36008,7 +36008,7 @@ void main(void){
|
|
|
36008
36008
|
}
|
|
36009
36009
|
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
36010
|
try {
|
|
36011
|
-
gT = "1.1
|
|
36011
|
+
gT = "1.2.1";
|
|
36012
36012
|
} catch (t2) {
|
|
36013
36013
|
gT = "dev -";
|
|
36014
36014
|
}
|
|
@@ -39144,7 +39144,7 @@ class SlidePreviewer {
|
|
|
39144
39144
|
}
|
|
39145
39145
|
}
|
|
39146
39146
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
39147
|
-
const version = "0.2.
|
|
39147
|
+
const version = "0.2.51";
|
|
39148
39148
|
const SlideApp = {
|
|
39149
39149
|
kind: "Slide",
|
|
39150
39150
|
setup(context) {
|