@netless/app-slide 0.2.31-beta.4 → 0.2.31
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 +2 -2
- 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 +2 -2
- package/dist/main.iife.js.map +1 -1
- package/package.json +2 -2
package/dist/main.es.js
CHANGED
|
@@ -35685,9 +35685,9 @@ void main(void){
|
|
|
35685
35685
|
}
|
|
35686
35686
|
var lT = { 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" }, hT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, uT = "";
|
|
35687
35687
|
try {
|
|
35688
|
-
uT = "0.10.3-beta.
|
|
35688
|
+
uT = "0.10.3-beta.4";
|
|
35689
35689
|
} catch (t2) {
|
|
35690
|
-
uT = "dev
|
|
35690
|
+
uT = "dev";
|
|
35691
35691
|
}
|
|
35692
35692
|
var cT = null;
|
|
35693
35693
|
try {
|
|
@@ -38755,7 +38755,7 @@ class SlidePreviewer {
|
|
|
38755
38755
|
}
|
|
38756
38756
|
}
|
|
38757
38757
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
38758
|
-
const version = "0.2.31
|
|
38758
|
+
const version = "0.2.31";
|
|
38759
38759
|
const SlideApp = {
|
|
38760
38760
|
kind: "Slide",
|
|
38761
38761
|
setup(context) {
|