labmaker-plugin 0.0.289 → 0.0.290
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 +3 -13
- package/dist/labmaker-plugin.umd.cjs +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/labmaker-plugin.js
CHANGED
|
@@ -137,17 +137,7 @@ const to = {
|
|
|
137
137
|
};
|
|
138
138
|
},
|
|
139
139
|
playGif() {
|
|
140
|
-
this.showGif = !this.showGif, this.
|
|
141
|
-
category: "Image",
|
|
142
|
-
action: "Image GIF play",
|
|
143
|
-
label: "MLP" + this.$store.getters.mlp,
|
|
144
|
-
value: "100"
|
|
145
|
-
}) : this.$store.dispatch("googleGA", {
|
|
146
|
-
category: "Image",
|
|
147
|
-
action: "Image GIF stop",
|
|
148
|
-
label: "MLP " + this.$store.getters.mlp.module + this.$store.getters.mlp.lesson + this.$store.getters.mlp.page,
|
|
149
|
-
value: "100"
|
|
150
|
-
}), this.content.animDuration && this.showGif && setTimeout(() => {
|
|
140
|
+
this.showGif = !this.showGif, this.content.animDuration && this.showGif && setTimeout(() => {
|
|
151
141
|
this.showGif = !1;
|
|
152
142
|
}, this.content.animDuration);
|
|
153
143
|
},
|
|
@@ -170,7 +160,7 @@ const to = {
|
|
|
170
160
|
beforeMount() {
|
|
171
161
|
this.stepperStore = this.stepperMain(), this.alphanum = Math.random().toString(36).replace("0.", "");
|
|
172
162
|
}
|
|
173
|
-
}, so = (A) => (En("data-v-
|
|
163
|
+
}, so = (A) => (En("data-v-b0f6008f"), A = A(), kn(), A), io = { class: "image-container" }, no = { class: "image" }, oo = /* @__PURE__ */ so(() => /* @__PURE__ */ M("span", {
|
|
174
164
|
class: "screenReaderAlt",
|
|
175
165
|
"aria-hidden": "true"
|
|
176
166
|
}, "Start Animation", -1)), lo = ["id", "alt", "src"], fo = ["id", "src", "alt"], ho = ["innerHTML"], uo = ["innerHTML"], mo = ["innerHTML"];
|
|
@@ -240,7 +230,7 @@ function Ho(A, c, e, a, r, t) {
|
|
|
240
230
|
])
|
|
241
231
|
]);
|
|
242
232
|
}
|
|
243
|
-
const vo = /* @__PURE__ */ a2(to, [["render", Ho], ["__scopeId", "data-v-
|
|
233
|
+
const vo = /* @__PURE__ */ a2(to, [["render", Ho], ["__scopeId", "data-v-b0f6008f"]]);
|
|
244
234
|
const Co = {
|
|
245
235
|
props: ["content"],
|
|
246
236
|
//moduleLessonPage
|