labmaker-plugin 0.0.243 → 0.0.245
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/labmaker-plugin.js +12 -6
- package/dist/labmaker-plugin.umd.cjs +9 -9
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/labmaker-plugin.js
CHANGED
|
@@ -268,9 +268,15 @@ const so = {
|
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
270
|
beforeMount() {
|
|
271
|
-
this.stepperStore = this.stepperMain(), this.kalturaLoad(), this.tvCleaner();
|
|
271
|
+
this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("vidText"), this.kalturaLoad(), this.tvCleaner();
|
|
272
272
|
},
|
|
273
273
|
mounted() {
|
|
274
|
+
if (this.stepperStore.getDirections.display === !1) {
|
|
275
|
+
let A = document.getElementsByClassName("vidText");
|
|
276
|
+
setTimeout(() => {
|
|
277
|
+
A[0].focus();
|
|
278
|
+
});
|
|
279
|
+
}
|
|
274
280
|
}
|
|
275
281
|
}, to = {
|
|
276
282
|
key: 0,
|
|
@@ -467,7 +473,7 @@ const wo = {
|
|
|
467
473
|
return typeof A == "number" ? A + "px" : A;
|
|
468
474
|
},
|
|
469
475
|
changePage(A, c) {
|
|
470
|
-
A.pageLink ? this.stepperStore.currentPage = A.pageLink : A.feedback && (this.feedbackIndex = c, this.feedbackVisibility.indexOf(c) === -1 && this.feedbackVisibility.push(c), this.stepperStore.showFeedback = !0, this.content.hotspots.length - 1 === this.feedbackVisibility.length - 1 &&
|
|
476
|
+
A.pageLink ? this.stepperStore.currentPage = A.pageLink : A.feedback && (this.feedbackIndex = c, this.feedbackVisibility.indexOf(c) === -1 && this.feedbackVisibility.push(c), this.stepperStore.showFeedback = !0, this.content.hotspots.length - 1 === this.feedbackVisibility.length - 1 && this.stepperStore.finishSteps(), setTimeout(() => {
|
|
471
477
|
document.getElementById("feedbackClose") && document.getElementById("feedbackClose").focus();
|
|
472
478
|
}));
|
|
473
479
|
},
|
|
@@ -523,7 +529,7 @@ function xo(A, c, e, a, r, s) {
|
|
|
523
529
|
])
|
|
524
530
|
]);
|
|
525
531
|
}
|
|
526
|
-
const yo = /* @__PURE__ */ i2(wo, [["render", xo], ["__scopeId", "data-v-
|
|
532
|
+
const yo = /* @__PURE__ */ i2(wo, [["render", xo], ["__scopeId", "data-v-c9e0b170"]]);
|
|
527
533
|
const So = {
|
|
528
534
|
props: ["content"],
|
|
529
535
|
data() {
|
|
@@ -548,14 +554,14 @@ const So = {
|
|
|
548
554
|
},
|
|
549
555
|
mounted() {
|
|
550
556
|
if (this.stepperStore.getDirections.display === !1) {
|
|
551
|
-
let A = document.getElementsByClassName("
|
|
557
|
+
let A = document.getElementsByClassName("instructions");
|
|
552
558
|
setTimeout(() => {
|
|
553
559
|
A[0].focus();
|
|
554
560
|
});
|
|
555
561
|
}
|
|
556
562
|
},
|
|
557
563
|
beforeMount() {
|
|
558
|
-
this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("
|
|
564
|
+
this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("instructions");
|
|
559
565
|
}
|
|
560
566
|
}, No = ["innerHTML"], Eo = ["src", "alt"], ko = { class: "hotspotArea" };
|
|
561
567
|
function Io(A, c, e, a, r, s) {
|
|
@@ -594,7 +600,7 @@ function Io(A, c, e, a, r, s) {
|
|
|
594
600
|
_: 1
|
|
595
601
|
});
|
|
596
602
|
}
|
|
597
|
-
const To = /* @__PURE__ */ i2(So, [["render", Io], ["__scopeId", "data-v-
|
|
603
|
+
const To = /* @__PURE__ */ i2(So, [["render", Io], ["__scopeId", "data-v-6e1271c2"]]);
|
|
598
604
|
const Do = {
|
|
599
605
|
components: {},
|
|
600
606
|
props: ["content"],
|