@netless/app-slide 0.2.96 → 0.2.97
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 +4 -4
- 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 +9 -9
- package/LICENSE +0 -21
package/dist/main.es.js
CHANGED
|
@@ -32148,7 +32148,7 @@ void main(void){
|
|
|
32148
32148
|
const t4 = { result: null };
|
|
32149
32149
|
this.findChildInfiniteRepeat(this.commonTimeNode, t4), 1 === this.commonTimeNode.children.length && t4.result && (t4.result.json.subTnLst || []).length > 0 && 0 === this.currentSeqIndex && "running" === this.currentSeqState && this.commonTimeNode.allChildrenEndHandle();
|
|
32150
32150
|
}
|
|
32151
|
-
"idle" === this.currentSeqState ? null === (i3 = this.commonTimeNode.children[this.currentSeqIndex]) || void 0 === i3 || i3.commonTimeNode.startTimeNodeForce() : "running" === this.currentSeqState ? (null === (n3 = this.commonTimeNode.children[this.currentSeqIndex]) || void 0 === n3 || n3.commonTimeNode.seekToEnd(false, true), this.currentSeqState = "end", this.incrSeqIndex()
|
|
32151
|
+
"idle" === this.currentSeqState ? null === (i3 = this.commonTimeNode.children[this.currentSeqIndex]) || void 0 === i3 || i3.commonTimeNode.startTimeNodeForce() : "running" === this.currentSeqState ? (null === (n3 = this.commonTimeNode.children[this.currentSeqIndex]) || void 0 === n3 || n3.commonTimeNode.seekToEnd(false, true), this.currentSeqState = "end", this.incrSeqIndex() && (null === (r3 = this.commonTimeNode.children[this.currentSeqIndex]) || void 0 === r3 || r3.commonTimeNode.startTimeNodeForce())) : "end" === this.currentSeqState && this.incrSeqIndex() && (null === (o3 = this.commonTimeNode.children[this.currentSeqIndex]) || void 0 === o3 || o3.commonTimeNode.startTimeNodeForce());
|
|
32152
32152
|
}
|
|
32153
32153
|
};
|
|
32154
32154
|
const { json: e2, iterateType: i2, isIterate: n2, isSub: r2, parent: o2, ctx: s2, eventHub: a2, iterateIndex: l2, iterateId: h2, isInInteractiveSeq: u2 } = t2;
|
|
@@ -32199,7 +32199,7 @@ void main(void){
|
|
|
32199
32199
|
this.autoPlay = true, this.commonTimeNode.children[0].commonTimeNode.startTimeNodeForce();
|
|
32200
32200
|
}
|
|
32201
32201
|
incrSeqIndex() {
|
|
32202
|
-
this.currentSeqIndex + 1 < this.commonTimeNode.children.length && (this.currentSeqIndex += 1);
|
|
32202
|
+
return this.currentSeqIndex + 1 < this.commonTimeNode.children.length && (this.currentSeqIndex += 1, true);
|
|
32203
32203
|
}
|
|
32204
32204
|
decrSeqIndex() {
|
|
32205
32205
|
this.currentSeqIndex - 1 >= -1 && (this.currentSeqIndex -= 1);
|
|
@@ -36531,7 +36531,7 @@ void main(void){
|
|
|
36531
36531
|
}
|
|
36532
36532
|
var _T = { 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", useraddLink: "useraddLink" }, yT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, xT = "";
|
|
36533
36533
|
try {
|
|
36534
|
-
xT = "1.4.51
|
|
36534
|
+
xT = "1.4.51";
|
|
36535
36535
|
} catch (t2) {
|
|
36536
36536
|
xT = "-dev-";
|
|
36537
36537
|
}
|
|
@@ -40355,7 +40355,7 @@ class SlidePreviewer {
|
|
|
40355
40355
|
}
|
|
40356
40356
|
}
|
|
40357
40357
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
40358
|
-
const version = "0.2.
|
|
40358
|
+
const version = "0.2.97";
|
|
40359
40359
|
const SlideApp = {
|
|
40360
40360
|
kind: "Slide",
|
|
40361
40361
|
setup(context) {
|