@marimo-team/islands 0.23.16-dev5 → 0.23.16-dev6
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/{code-visibility-C4wLKnSb.js → code-visibility-CfBftiVM.js} +1 -1
- package/dist/main.js +2 -2
- package/dist/{reveal-component-BSD4w8YU.js → reveal-component-BclLkYnV.js} +683 -609
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/slides/__tests__/slide-scroll-hint.test.tsx +198 -0
- package/src/components/slides/reveal-component.tsx +3 -2
- package/src/components/slides/slide-scroll-hint.tsx +161 -0
|
@@ -9,7 +9,8 @@ import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
|
9
9
|
import { dt as kioskModeAtom, ht as outputIsStale } from "./html-to-image-DDENewl2.js";
|
|
10
10
|
import "./chunk-5FQGJX7Z-B9WoXK1R.js";
|
|
11
11
|
import { u as createLucideIcon } from "./dist-B96tMAst.js";
|
|
12
|
-
import { a as DEFAULT_DECK_VERTICAL_ALIGN, c as SlideSidebar, cn as EyeOff, ct as Panel, fn as Code, i as DEFAULT_DECK_TRANSITION, l as Slide, ln as Expand, lt as PanelGroup, o as DEFAULT_SLIDE_TYPE, t as useNotebookCodeAvailable, ut as PanelResizeHandle } from "./code-visibility-
|
|
12
|
+
import { a as DEFAULT_DECK_VERTICAL_ALIGN, c as SlideSidebar, cn as EyeOff, ct as Panel, fn as Code, i as DEFAULT_DECK_TRANSITION, l as Slide, ln as Expand, lt as PanelGroup, o as DEFAULT_SLIDE_TYPE, t as useNotebookCodeAvailable, ut as PanelResizeHandle } from "./code-visibility-CfBftiVM.js";
|
|
13
|
+
import { R as ChevronDown } from "./strings-BYAhZnQi.js";
|
|
13
14
|
import { X as useDebouncedCallback } from "./input-DStQIuqD.js";
|
|
14
15
|
import "./toDate-B3IRfHhw.js";
|
|
15
16
|
import "./react-dom-BTJzcVJ9.js";
|
|
@@ -35,7 +36,7 @@ var StickyNote = createLucideIcon("sticky-note", [["path", {
|
|
|
35
36
|
}], ["path", {
|
|
36
37
|
d: "M15 3v5a1 1 0 0 0 1 1h5",
|
|
37
38
|
key: "6s6qgf"
|
|
38
|
-
}]]), import_compiler_runtime$
|
|
39
|
+
}]]), import_compiler_runtime$2 = require_compiler_runtime(), import_react = /* @__PURE__ */ __toESM(require_react(), 1), pi = Object.defineProperty, vi = Object.defineProperties, mi = Object.getOwnPropertyDescriptors, xt$1 = Object.getOwnPropertySymbols, yi = Object.prototype.hasOwnProperty, bi = Object.prototype.propertyIsEnumerable, qe$1 = (e5, t, n) => t in e5 ? pi(e5, t, {
|
|
39
40
|
enumerable: true,
|
|
40
41
|
configurable: true,
|
|
41
42
|
writable: true,
|
|
@@ -151,52 +152,52 @@ var StickyNote = createLucideIcon("sticky-note", [["path", {
|
|
|
151
152
|
return !e7.styleComputed;
|
|
152
153
|
})).forEach((function(e7) {
|
|
153
154
|
e7.styleComputed = p(e7);
|
|
154
|
-
})), e6.filter(
|
|
155
|
-
var t2 = e6.filter(
|
|
156
|
-
t2.forEach(
|
|
157
|
-
|
|
158
|
-
})), t2.forEach(
|
|
155
|
+
})), e6.filter(vo).forEach(yo);
|
|
156
|
+
var t2 = e6.filter(_o);
|
|
157
|
+
t2.forEach(go), t2.forEach((function(e7) {
|
|
158
|
+
yo(e7), f(e7);
|
|
159
|
+
})), t2.forEach(bo);
|
|
159
160
|
}, f = function(e6) {
|
|
160
161
|
return e6.dirty = n;
|
|
161
|
-
},
|
|
162
|
+
}, go = function(e6) {
|
|
162
163
|
e6.availableWidth = e6.element.parentNode.clientWidth, e6.currentWidth = e6.element.scrollWidth, e6.previousFontSize = e6.currentFontSize, e6.currentFontSize = Math.min(Math.max(e6.minSize, e6.availableWidth / e6.currentWidth * e6.previousFontSize), e6.maxSize), e6.whiteSpace = e6.multiLine && e6.currentFontSize === e6.minSize ? "normal" : "nowrap";
|
|
163
|
-
},
|
|
164
|
+
}, _o = function(e6) {
|
|
164
165
|
return e6.dirty !== i || e6.dirty === i && e6.element.parentNode.clientWidth !== e6.availableWidth;
|
|
165
166
|
}, p = function(t2) {
|
|
166
167
|
var n2 = e5.getComputedStyle(t2.element, null);
|
|
167
168
|
return t2.currentFontSize = parseFloat(n2.getPropertyValue("font-size")), t2.display = n2.getPropertyValue("display"), t2.whiteSpace = n2.getPropertyValue("white-space"), true;
|
|
168
|
-
},
|
|
169
|
+
}, vo = function(e6) {
|
|
169
170
|
var t2 = false;
|
|
170
171
|
return !e6.preStyleTestCompleted && (/inline-/.test(e6.display) || (t2 = true, e6.display = "inline-block"), e6.whiteSpace !== "nowrap" && (t2 = true, e6.whiteSpace = "nowrap"), e6.preStyleTestCompleted = true, t2);
|
|
171
|
-
},
|
|
172
|
+
}, yo = function(e6) {
|
|
172
173
|
e6.element.style.whiteSpace = e6.whiteSpace, e6.element.style.display = e6.display, e6.element.style.fontSize = e6.currentFontSize + "px";
|
|
173
|
-
},
|
|
174
|
+
}, bo = function(e6) {
|
|
174
175
|
e6.element.dispatchEvent(new CustomEvent("fit", { detail: {
|
|
175
176
|
oldValue: e6.previousFontSize,
|
|
176
177
|
newValue: e6.currentFontSize,
|
|
177
178
|
scaleFactor: e6.currentFontSize / e6.previousFontSize
|
|
178
179
|
} }));
|
|
179
|
-
},
|
|
180
|
+
}, xo = function(e6, t2) {
|
|
180
181
|
return function(n2) {
|
|
181
182
|
e6.dirty = t2, e6.active && c(n2);
|
|
182
183
|
};
|
|
183
|
-
},
|
|
184
|
+
}, So = function(e6) {
|
|
184
185
|
return function() {
|
|
185
186
|
o = o.filter((function(t2) {
|
|
186
187
|
return t2.element !== e6.element;
|
|
187
188
|
})), e6.observeMutations && e6.observer.disconnect(), e6.element.style.whiteSpace = e6.originalStyle.whiteSpace, e6.element.style.display = e6.originalStyle.display, e6.element.style.fontSize = e6.originalStyle.fontSize;
|
|
188
189
|
};
|
|
189
|
-
},
|
|
190
|
+
}, Co = function(e6) {
|
|
190
191
|
return function() {
|
|
191
192
|
e6.active || (e6.active = true, c());
|
|
192
193
|
};
|
|
193
|
-
},
|
|
194
|
+
}, wo = function(e6) {
|
|
194
195
|
return function() {
|
|
195
196
|
return e6.active = false;
|
|
196
197
|
};
|
|
197
|
-
},
|
|
198
|
-
e6.observeMutations && (e6.observer = new MutationObserver(
|
|
199
|
-
},
|
|
198
|
+
}, To = function(e6) {
|
|
199
|
+
e6.observeMutations && (e6.observer = new MutationObserver(xo(e6, r)), e6.observer.observe(e6.element, e6.observeMutations));
|
|
200
|
+
}, Eo = {
|
|
200
201
|
minSize: 16,
|
|
201
202
|
maxSize: 512,
|
|
202
203
|
multiLine: true,
|
|
@@ -205,18 +206,18 @@ var StickyNote = createLucideIcon("sticky-note", [["path", {
|
|
|
205
206
|
childList: true,
|
|
206
207
|
characterData: true
|
|
207
208
|
}
|
|
208
|
-
},
|
|
209
|
-
e5.clearTimeout(
|
|
210
|
-
},
|
|
211
|
-
return Object.defineProperty(
|
|
209
|
+
}, Do = null, Oo = function() {
|
|
210
|
+
e5.clearTimeout(Do), Do = e5.setTimeout(l(i), jo.observeWindowDelay);
|
|
211
|
+
}, ko = ["resize", "orientationchange"];
|
|
212
|
+
return Object.defineProperty(jo, "observeWindow", { set: function(t2) {
|
|
212
213
|
var n2 = `${t2 ? "add" : "remove"}EventListener`;
|
|
213
|
-
|
|
214
|
-
e5[n2](t3,
|
|
214
|
+
ko.forEach((function(t3) {
|
|
215
|
+
e5[n2](t3, Oo);
|
|
215
216
|
}));
|
|
216
|
-
} }),
|
|
217
|
+
} }), jo.observeWindow = true, jo.observeWindowDelay = 100, jo.fitAll = l(a), jo;
|
|
217
218
|
}
|
|
218
|
-
function
|
|
219
|
-
var n2 = Object.assign({},
|
|
219
|
+
function Ao(e6, t2) {
|
|
220
|
+
var n2 = Object.assign({}, Eo, t2), r2 = e6.map((function(e7) {
|
|
220
221
|
var t3 = Object.assign({}, n2, {
|
|
221
222
|
element: e7,
|
|
222
223
|
active: true
|
|
@@ -226,20 +227,20 @@ var StickyNote = createLucideIcon("sticky-note", [["path", {
|
|
|
226
227
|
whiteSpace: e8.element.style.whiteSpace,
|
|
227
228
|
display: e8.element.style.display,
|
|
228
229
|
fontSize: e8.element.style.fontSize
|
|
229
|
-
},
|
|
230
|
+
}, To(e8), e8.newbie = true, e8.dirty = true, o.push(e8);
|
|
230
231
|
})(t3), {
|
|
231
232
|
element: e7,
|
|
232
|
-
fit:
|
|
233
|
-
unfreeze:
|
|
234
|
-
freeze:
|
|
235
|
-
unsubscribe:
|
|
233
|
+
fit: xo(t3, a),
|
|
234
|
+
unfreeze: Co(t3),
|
|
235
|
+
freeze: wo(t3),
|
|
236
|
+
unsubscribe: So(t3)
|
|
236
237
|
};
|
|
237
238
|
}));
|
|
238
239
|
return c(), r2;
|
|
239
240
|
}
|
|
240
|
-
function
|
|
241
|
+
function jo(e6) {
|
|
241
242
|
var n2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
242
|
-
return typeof e6 == "string" ?
|
|
243
|
+
return typeof e6 == "string" ? Ao(t(document.querySelectorAll(e6)), n2) : Ao([e6], n2)[0];
|
|
243
244
|
}
|
|
244
245
|
})(typeof window > "u" ? null : window), Ci = class {
|
|
245
246
|
constructor(e5) {
|
|
@@ -671,8 +672,8 @@ var StickyNote = createLucideIcon("sticky-note", [["path", {
|
|
|
671
672
|
r.length === 1 ? i = a = parseInt(r[0], 10) : (i = parseInt(r[0], 10), a = parseInt(r[1], 10));
|
|
672
673
|
let o = this.element.offsetWidth, s = t.length, c, l;
|
|
673
674
|
c = typeof this.Reveal.getConfig().parallaxBackgroundHorizontal == "number" ? this.Reveal.getConfig().parallaxBackgroundHorizontal : s > 1 ? (i - o) / (s - 1) : 0, l = c * e5.h * -1;
|
|
674
|
-
let u = this.element.offsetHeight, f = n.length,
|
|
675
|
-
|
|
675
|
+
let u = this.element.offsetHeight, f = n.length, go, _o;
|
|
676
|
+
go = typeof this.Reveal.getConfig().parallaxBackgroundVertical == "number" ? this.Reveal.getConfig().parallaxBackgroundVertical : (a - u) / (f - 1), _o = f > 0 ? go * e5.v : 0, this.element.style.backgroundPosition = l + "px " + -_o + "px";
|
|
676
677
|
}
|
|
677
678
|
}
|
|
678
679
|
destroy() {
|
|
@@ -1078,32 +1079,32 @@ var StickyNote = createLucideIcon("sticky-note", [["path", {
|
|
|
1078
1079
|
e6 && e6.background && (l = e6.background);
|
|
1079
1080
|
}
|
|
1080
1081
|
yield new Promise(requestAnimationFrame), this.Reveal.layoutSlideContents(o, s), yield new Promise(requestAnimationFrame);
|
|
1081
|
-
let u = t.map((e6) => e6.scrollHeight), f = [],
|
|
1082
|
+
let u = t.map((e6) => e6.scrollHeight), f = [], go = t[0].parentNode, _o = 1;
|
|
1082
1083
|
t.forEach(function(t2, r2) {
|
|
1083
1084
|
if (t2.classList.contains("stack") === false) {
|
|
1084
|
-
let c2 = (i - o) / 2,
|
|
1085
|
-
|
|
1086
|
-
let
|
|
1087
|
-
if (f.push(
|
|
1085
|
+
let c2 = (i - o) / 2, go2 = (a - s) / 2, p = u[r2], vo = Math.max(Math.ceil(p / a), 1);
|
|
1086
|
+
vo = Math.min(vo, e5.pdfMaxPagesPerSlide), (vo === 1 && e5.center || t2.classList.contains("center")) && (go2 = Math.max((a - p) / 2, 0));
|
|
1087
|
+
let yo = document.createElement("div");
|
|
1088
|
+
if (f.push(yo), yo.className = "pdf-page", yo.style.height = (a + e5.pdfPageHeightOffset) * vo + "px", l && (yo.style.background = l), yo.appendChild(t2), t2.style.left = c2 + "px", t2.style.top = go2 + "px", t2.style.width = o + "px", this.Reveal.slideContent.layout(t2), t2.slideBackgroundElement && yo.insertBefore(t2.slideBackgroundElement, t2), e5.showNotes) {
|
|
1088
1089
|
let n2 = this.Reveal.getSlideNotes(t2);
|
|
1089
1090
|
if (n2) {
|
|
1090
1091
|
let t3 = typeof e5.showNotes == "string" ? e5.showNotes : "inline", r3 = document.createElement("div");
|
|
1091
|
-
r3.classList.add("speaker-notes"), r3.classList.add("speaker-notes-pdf"), r3.setAttribute("data-layout", t3), r3.innerHTML = n2, t3 === "separate-page" ? f.push(r3) : (r3.style.left = "8px", r3.style.bottom = "8px", r3.style.width = i - 16 + "px",
|
|
1092
|
+
r3.classList.add("speaker-notes"), r3.classList.add("speaker-notes-pdf"), r3.setAttribute("data-layout", t3), r3.innerHTML = n2, t3 === "separate-page" ? f.push(r3) : (r3.style.left = "8px", r3.style.bottom = "8px", r3.style.width = i - 16 + "px", yo.appendChild(r3));
|
|
1092
1093
|
}
|
|
1093
1094
|
}
|
|
1094
1095
|
if (n) {
|
|
1095
1096
|
let e6 = document.createElement("div");
|
|
1096
|
-
e6.classList.add("slide-number"), e6.classList.add("slide-number-pdf"), e6.innerHTML =
|
|
1097
|
+
e6.classList.add("slide-number"), e6.classList.add("slide-number-pdf"), e6.innerHTML = _o++, yo.appendChild(e6);
|
|
1097
1098
|
}
|
|
1098
1099
|
if (e5.pdfSeparateFragments) {
|
|
1099
|
-
let e6 = this.Reveal.fragments.sort(
|
|
1100
|
+
let e6 = this.Reveal.fragments.sort(yo.querySelectorAll(".fragment"), true), t3;
|
|
1100
1101
|
e6.forEach(function(e7, r3) {
|
|
1101
1102
|
t3 && t3.forEach(function(e8) {
|
|
1102
1103
|
e8.classList.remove("current-fragment");
|
|
1103
1104
|
}), e7.forEach(function(e8) {
|
|
1104
1105
|
e8.classList.add("visible", "current-fragment");
|
|
1105
1106
|
}, this);
|
|
1106
|
-
let i2 =
|
|
1107
|
+
let i2 = yo.cloneNode(true);
|
|
1107
1108
|
if (n) {
|
|
1108
1109
|
let e8 = i2.querySelector(".slide-number-pdf"), t4 = r3 + 1;
|
|
1109
1110
|
e8.innerHTML += "." + t4;
|
|
@@ -1114,11 +1115,11 @@ var StickyNote = createLucideIcon("sticky-note", [["path", {
|
|
|
1114
1115
|
e8.classList.remove("visible", "current-fragment");
|
|
1115
1116
|
});
|
|
1116
1117
|
});
|
|
1117
|
-
} else E$2(
|
|
1118
|
+
} else E$2(yo, ".fragment:not(.fade-out)").forEach(function(e6) {
|
|
1118
1119
|
e6.classList.add("visible");
|
|
1119
1120
|
});
|
|
1120
1121
|
}
|
|
1121
|
-
}, this), yield new Promise(requestAnimationFrame), f.forEach((e6) =>
|
|
1122
|
+
}, this), yield new Promise(requestAnimationFrame), f.forEach((e6) => go.appendChild(e6)), this.Reveal.slideContent.layout(this.Reveal.getSlidesElement()), this.Reveal.dispatchEvent({ type: "pdf-ready" }), c.classList.remove("loading-scroll-mode");
|
|
1122
1123
|
});
|
|
1123
1124
|
}
|
|
1124
1125
|
isActive() {
|
|
@@ -2100,22 +2101,22 @@ function Ut$1(e5, t) {
|
|
|
2100
2101
|
let n = {}, r = {}, i = false, a = false, o, s, c, l, u = {
|
|
2101
2102
|
hasNavigatedHorizontally: false,
|
|
2102
2103
|
hasNavigatedVertically: false
|
|
2103
|
-
}, f = [],
|
|
2104
|
+
}, f = [], go = 1, _o = {
|
|
2104
2105
|
layout: "",
|
|
2105
2106
|
overview: ""
|
|
2106
|
-
}, p = {},
|
|
2107
|
-
function
|
|
2107
|
+
}, p = {}, vo = "idle", yo = 0, bo, xo = 0, So = -1, Co = false, wo = new Ci(n), To = new Ii(n), Eo = new Mi(n), Do = new Hi(n), Oo = new Bi(n), ko = new Oi(n), Ao = new Ui(n), jo = new qi(n), Mo = new Wi(n), No = new ji(n), Po = new Ki(n), Fo = new _i(n), Io = new $i(n), Lo = new Xi(n), Ro = new Yi(n), zo = new Gi(n), Bo = new Qi(n), Vo = new Ji(n), Ho = new Zi(n);
|
|
2108
|
+
function Uo(a2) {
|
|
2108
2109
|
if (!e5) throw 'Unable to find presentation root (<div class="reveal">).';
|
|
2109
2110
|
if (i) throw "Reveal.js has already been initialized.";
|
|
2110
2111
|
if (i = true, p.wrapper = e5, p.slides = e5.querySelector(".slides"), !p.slides) throw 'Unable to find slides container (<div class="slides">).';
|
|
2111
|
-
return r = Q$2(Q$2(Q$2(Q$2(Q$2({}, ts), r), t), a2), Mt$1()), /print-pdf/gi.test(window.location.search) && (r.view = "print"),
|
|
2112
|
+
return r = Q$2(Q$2(Q$2(Q$2(Q$2({}, ts), r), t), a2), Mt$1()), /print-pdf/gi.test(window.location.search) && (r.view = "print"), Ko(), window.addEventListener("load", As, false), Ro.load(r.plugins, r.dependencies).then(qo), new Promise((e6) => n.on("ready", e6));
|
|
2112
2113
|
}
|
|
2113
|
-
function
|
|
2114
|
+
function Ko() {
|
|
2114
2115
|
r.embedded === true ? p.viewport = V$1(e5, ".reveal-viewport") || e5 : (p.viewport = document.body, document.documentElement.classList.add("reveal-full-page")), p.viewport.classList.add("reveal-viewport");
|
|
2115
2116
|
}
|
|
2116
|
-
function
|
|
2117
|
-
i !== false && (a = true,
|
|
2118
|
-
p.slides.classList.remove("no-transition"), p.wrapper.classList.add("ready"),
|
|
2117
|
+
function qo() {
|
|
2118
|
+
i !== false && (a = true, rs(), as(), ys(), ps(), ms(), $s(), bs(), Oo.update(true), $o(), Po.readURL(), setTimeout(() => {
|
|
2119
|
+
p.slides.classList.remove("no-transition"), p.wrapper.classList.add("ready"), Ds({
|
|
2119
2120
|
type: "ready",
|
|
2120
2121
|
data: {
|
|
2121
2122
|
indexh: o,
|
|
@@ -2125,27 +2126,27 @@ function Ut$1(e5, t) {
|
|
|
2125
2126
|
});
|
|
2126
2127
|
}, 1));
|
|
2127
2128
|
}
|
|
2128
|
-
function
|
|
2129
|
+
function $o() {
|
|
2129
2130
|
let e6 = r.view === "print", t2 = r.view === "scroll" || r.view === "reader";
|
|
2130
|
-
(e6 || t2) && (e6 ?
|
|
2131
|
+
(e6 || t2) && (e6 ? Ss() : Vo.unbind(), p.viewport.classList.add("loading-scroll-mode"), e6 ? document.readyState === "complete" ? Ao.activate() : window.addEventListener("load", () => Ao.activate()) : ko.activate());
|
|
2131
2132
|
}
|
|
2132
|
-
function
|
|
2133
|
+
function rs() {
|
|
2133
2134
|
r.showHiddenSlides || E$2(p.wrapper, 'section[data-visibility="hidden"]').forEach((e6) => {
|
|
2134
2135
|
let t2 = e6.parentNode;
|
|
2135
2136
|
t2.childElementCount === 1 && /section/i.test(t2.nodeName) ? t2.remove() : e6.remove();
|
|
2136
2137
|
});
|
|
2137
2138
|
}
|
|
2138
|
-
function
|
|
2139
|
-
p.slides.classList.add("no-transition"), le$2 ? p.wrapper.classList.add("no-hover") : p.wrapper.classList.remove("no-hover"),
|
|
2139
|
+
function as() {
|
|
2140
|
+
p.slides.classList.add("no-transition"), le$2 ? p.wrapper.classList.add("no-hover") : p.wrapper.classList.remove("no-hover"), Oo.render(), To.render(), Eo.render(), Fo.render(), Io.render(), Ho.render(), p.pauseOverlay = wi(p.wrapper, "div", "pause-overlay", r.controls ? '<button class="resume-button">Resume presentation</button>' : null), p.statusElement = cs(), p.wrapper.setAttribute("role", "application");
|
|
2140
2141
|
}
|
|
2141
|
-
function
|
|
2142
|
+
function cs() {
|
|
2142
2143
|
let e6 = p.wrapper.querySelector(".aria-status");
|
|
2143
2144
|
return e6 || (e6 = document.createElement("div"), e6.style.position = "absolute", e6.style.height = "1px", e6.style.width = "1px", e6.style.overflow = "hidden", e6.style.clip = "rect( 1px, 1px, 1px, 1px )", e6.classList.add("aria-status"), e6.setAttribute("aria-live", "polite"), e6.setAttribute("aria-atomic", "true"), p.wrapper.appendChild(e6)), e6;
|
|
2144
2145
|
}
|
|
2145
|
-
function
|
|
2146
|
+
function ls(e6) {
|
|
2146
2147
|
p.statusElement.textContent = e6;
|
|
2147
2148
|
}
|
|
2148
|
-
function
|
|
2149
|
+
function us(e6) {
|
|
2149
2150
|
let t2 = "";
|
|
2150
2151
|
if (e6.nodeType === 3) t2 += e6.textContent.trim();
|
|
2151
2152
|
else if (e6.nodeType === 1) {
|
|
@@ -2153,10 +2154,10 @@ function Ut$1(e5, t) {
|
|
|
2153
2154
|
if (n2 !== "true" && !r2) {
|
|
2154
2155
|
if (e6.tagName === "IMG" || e6.tagName === "VIDEO") {
|
|
2155
2156
|
let n3 = e6.getAttribute("alt");
|
|
2156
|
-
n3 && (t2 +=
|
|
2157
|
+
n3 && (t2 += ds(n3));
|
|
2157
2158
|
}
|
|
2158
2159
|
Array.from(e6.childNodes).forEach((e7) => {
|
|
2159
|
-
t2 +=
|
|
2160
|
+
t2 += us(e7);
|
|
2160
2161
|
}), [
|
|
2161
2162
|
"P",
|
|
2162
2163
|
"DIV",
|
|
@@ -2170,58 +2171,58 @@ function Ut$1(e5, t) {
|
|
|
2170
2171
|
"H5",
|
|
2171
2172
|
"H6",
|
|
2172
2173
|
"BLOCKQUOTE"
|
|
2173
|
-
].includes(e6.tagName) && t2.trim() !== "" && (t2 =
|
|
2174
|
+
].includes(e6.tagName) && t2.trim() !== "" && (t2 = ds(t2));
|
|
2174
2175
|
}
|
|
2175
2176
|
}
|
|
2176
2177
|
return t2 = t2.trim(), t2 === "" ? "" : t2 + " ";
|
|
2177
2178
|
}
|
|
2178
|
-
function
|
|
2179
|
+
function ds(e6) {
|
|
2179
2180
|
let t2 = e6.trim();
|
|
2180
2181
|
return t2 === "" ? e6 : /[.!?]$/.test(t2) ? t2 : t2 + ".";
|
|
2181
2182
|
}
|
|
2182
|
-
function
|
|
2183
|
+
function ps() {
|
|
2183
2184
|
setInterval(() => {
|
|
2184
|
-
(!
|
|
2185
|
+
(!ko.isActive() && p.wrapper.scrollTop !== 0 || p.wrapper.scrollLeft !== 0) && (p.wrapper.scrollTop = 0, p.wrapper.scrollLeft = 0);
|
|
2185
2186
|
}, 1e3);
|
|
2186
2187
|
}
|
|
2187
|
-
function
|
|
2188
|
-
document.addEventListener("fullscreenchange",
|
|
2188
|
+
function ms() {
|
|
2189
|
+
document.addEventListener("fullscreenchange", Lc), document.addEventListener("webkitfullscreenchange", Lc);
|
|
2189
2190
|
}
|
|
2190
|
-
function
|
|
2191
|
-
r.postMessage && window.addEventListener("message",
|
|
2191
|
+
function ys() {
|
|
2192
|
+
r.postMessage && window.addEventListener("message", Mc, false);
|
|
2192
2193
|
}
|
|
2193
|
-
function
|
|
2194
|
+
function bs(e6) {
|
|
2194
2195
|
let t2 = Q$2({}, r);
|
|
2195
2196
|
if (typeof e6 == "object" && ge$1(r, e6), n.isReady() === false) return;
|
|
2196
2197
|
let i2 = p.wrapper.querySelectorAll(de$1).length;
|
|
2197
|
-
p.wrapper.classList.remove(t2.transition), p.wrapper.classList.add(r.transition), p.wrapper.setAttribute("data-transition-speed", r.transitionSpeed), p.wrapper.setAttribute("data-background-transition", r.backgroundTransition), p.viewport.style.setProperty("--slide-width", typeof r.width == "string" ? r.width : r.width + "px"), p.viewport.style.setProperty("--slide-height", typeof r.height == "string" ? r.height : r.height + "px"), r.shuffle &&
|
|
2198
|
+
p.wrapper.classList.remove(t2.transition), p.wrapper.classList.add(r.transition), p.wrapper.setAttribute("data-transition-speed", r.transitionSpeed), p.wrapper.setAttribute("data-background-transition", r.backgroundTransition), p.viewport.style.setProperty("--slide-width", typeof r.width == "string" ? r.width : r.width + "px"), p.viewport.style.setProperty("--slide-height", typeof r.height == "string" ? r.height : r.height + "px"), r.shuffle && ec(), Ke$1(p.wrapper, "embedded", r.embedded), Ke$1(p.wrapper, "rtl", r.rtl), Ke$1(p.wrapper, "center", r.center), r.pause === false && Hs(), Do.reset(), bo && (bo = (bo.destroy(), null)), i2 > 1 && r.autoSlide && r.autoSlideStoppable && (bo = new es(p.wrapper, () => Math.min(Math.max((Date.now() - So) / yo, 0), 1)), bo.on("click", Rc), Co = false), r.navigationMode === "default" ? p.wrapper.removeAttribute("data-navigation-mode") : p.wrapper.setAttribute("data-navigation-mode", r.navigationMode), Ho.configure(r, t2), Bo.configure(r, t2), Lo.configure(r, t2), Fo.configure(r, t2), Io.configure(r, t2), No.configure(r, t2), jo.configure(r, t2), To.configure(r, t2), Zs();
|
|
2198
2199
|
}
|
|
2199
|
-
function
|
|
2200
|
-
window.addEventListener("resize",
|
|
2200
|
+
function xs() {
|
|
2201
|
+
window.addEventListener("resize", Fc, false), r.touch && Vo.bind(), r.keyboard && No.bind(), r.progress && Io.bind(), r.respondToHashChanges && Po.bind(), Fo.bind(), Bo.bind(), p.slides.addEventListener("click", Pc, false), p.slides.addEventListener("transitionend", Nc, false), p.pauseOverlay.addEventListener("click", Hs, false), r.focusBodyOnPageVisibilityChange && document.addEventListener("visibilitychange", Ic, false);
|
|
2201
2202
|
}
|
|
2202
|
-
function
|
|
2203
|
-
|
|
2203
|
+
function Ss() {
|
|
2204
|
+
Vo.unbind(), Bo.unbind(), No.unbind(), Fo.unbind(), Io.unbind(), Po.unbind(), window.removeEventListener("resize", Fc, false), p.slides.removeEventListener("click", Pc, false), p.slides.removeEventListener("transitionend", Nc, false), p.pauseOverlay.removeEventListener("click", Hs, false);
|
|
2204
2205
|
}
|
|
2205
|
-
function
|
|
2206
|
-
i = false, a !== false && (
|
|
2206
|
+
function Cs() {
|
|
2207
|
+
i = false, a !== false && (Ss(), Sc(), Ho.destroy(), Bo.destroy(), zo.destroy(), Ro.destroy(), Lo.destroy(), Fo.destroy(), Io.destroy(), Oo.destroy(), To.destroy(), Eo.destroy(), document.removeEventListener("fullscreenchange", Lc), document.removeEventListener("webkitfullscreenchange", Lc), document.removeEventListener("visibilitychange", Ic, false), window.removeEventListener("message", Mc, false), window.removeEventListener("load", As, false), p.pauseOverlay && p.pauseOverlay.remove(), p.statusElement && p.statusElement.remove(), document.documentElement.classList.remove("reveal-full-page"), p.wrapper.classList.remove("ready", "center", "has-horizontal-slides", "has-vertical-slides"), p.wrapper.removeAttribute("data-transition-speed"), p.wrapper.removeAttribute("data-background-transition"), p.viewport.classList.remove("reveal-viewport"), p.viewport.style.removeProperty("--slide-width"), p.viewport.style.removeProperty("--slide-height"), p.slides.style.removeProperty("width"), p.slides.style.removeProperty("height"), p.slides.style.removeProperty("zoom"), p.slides.style.removeProperty("left"), p.slides.style.removeProperty("top"), p.slides.style.removeProperty("bottom"), p.slides.style.removeProperty("right"), p.slides.style.removeProperty("transform"), Array.from(p.wrapper.querySelectorAll(de$1)).forEach((e6) => {
|
|
2207
2208
|
e6.style.removeProperty("display"), e6.style.removeProperty("top"), e6.removeAttribute("hidden"), e6.removeAttribute("aria-hidden");
|
|
2208
2209
|
}));
|
|
2209
2210
|
}
|
|
2210
|
-
function
|
|
2211
|
+
function ws(t2, n2, r2) {
|
|
2211
2212
|
e5.addEventListener(t2, n2, r2);
|
|
2212
2213
|
}
|
|
2213
|
-
function
|
|
2214
|
+
function Ts(t2, n2, r2) {
|
|
2214
2215
|
e5.removeEventListener(t2, n2, r2);
|
|
2215
2216
|
}
|
|
2216
|
-
function
|
|
2217
|
-
typeof e6.layout == "string" && (
|
|
2217
|
+
function Es(e6) {
|
|
2218
|
+
typeof e6.layout == "string" && (_o.layout = e6.layout), typeof e6.overview == "string" && (_o.overview = e6.overview), _o.layout ? ae$2(p.slides, _o.layout + " " + _o.overview) : ae$2(p.slides, _o.overview);
|
|
2218
2219
|
}
|
|
2219
|
-
function
|
|
2220
|
+
function Ds({ target: e6 = p.wrapper, type: t2, data: n2, bubbles: r2 = true }) {
|
|
2220
2221
|
let i2 = document.createEvent("HTMLEvents", 1, 2);
|
|
2221
|
-
return i2.initEvent(t2, r2, true), ge$1(i2, n2), e6.dispatchEvent(i2), e6 === p.wrapper &&
|
|
2222
|
+
return i2.initEvent(t2, r2, true), ge$1(i2, n2), e6.dispatchEvent(i2), e6 === p.wrapper && ks(t2), i2;
|
|
2222
2223
|
}
|
|
2223
|
-
function
|
|
2224
|
-
|
|
2224
|
+
function Os(e6) {
|
|
2225
|
+
Ds({
|
|
2225
2226
|
type: "slidechanged",
|
|
2226
2227
|
data: {
|
|
2227
2228
|
indexh: o,
|
|
@@ -2232,41 +2233,41 @@ function Ut$1(e5, t) {
|
|
|
2232
2233
|
}
|
|
2233
2234
|
});
|
|
2234
2235
|
}
|
|
2235
|
-
function
|
|
2236
|
+
function ks(e6, t2) {
|
|
2236
2237
|
if (r.postMessageEvents && window.parent !== window.self) {
|
|
2237
2238
|
let n2 = {
|
|
2238
2239
|
namespace: "reveal",
|
|
2239
2240
|
eventName: e6,
|
|
2240
|
-
state:
|
|
2241
|
+
state: yc()
|
|
2241
2242
|
};
|
|
2242
2243
|
ge$1(n2, t2), window.parent.postMessage(JSON.stringify(n2), "*");
|
|
2243
2244
|
}
|
|
2244
2245
|
}
|
|
2245
|
-
function
|
|
2246
|
-
if (p.wrapper && !
|
|
2246
|
+
function As() {
|
|
2247
|
+
if (p.wrapper && !Ao.isActive()) {
|
|
2247
2248
|
let e6 = p.viewport.offsetWidth, t2 = p.viewport.offsetHeight;
|
|
2248
2249
|
if (!r.disableLayout) {
|
|
2249
2250
|
le$2 && !r.embedded && document.documentElement.style.setProperty("--vh", window.innerHeight * 0.01 + "px");
|
|
2250
|
-
let n2 =
|
|
2251
|
-
|
|
2251
|
+
let n2 = ko.isActive() ? Ns(e6, t2) : Ns(), i2 = go;
|
|
2252
|
+
js(r.width, r.height), p.slides.style.width = n2.width + "px", p.slides.style.height = n2.height + "px", go = Math.min(n2.presentationWidth / n2.width, n2.presentationHeight / n2.height), go = Math.max(go, r.minScale), go = Math.min(go, r.maxScale), go === 1 || ko.isActive() ? (p.slides.style.zoom = "", p.slides.style.left = "", p.slides.style.top = "", p.slides.style.bottom = "", p.slides.style.right = "", Es({ layout: "" })) : (p.slides.style.zoom = "", p.slides.style.left = "50%", p.slides.style.top = "50%", p.slides.style.bottom = "auto", p.slides.style.right = "auto", Es({ layout: "translate(-50%, -50%) scale(" + go + ")" }));
|
|
2252
2253
|
let a2 = Array.from(p.wrapper.querySelectorAll(de$1));
|
|
2253
2254
|
for (let e7 = 0, t3 = a2.length; e7 < t3; e7++) {
|
|
2254
2255
|
let t4 = a2[e7];
|
|
2255
2256
|
t4.style.display !== "none" && (r.center || t4.classList.contains("center") ? t4.classList.contains("stack") ? t4.style.top = 0 : t4.style.top = Math.max((n2.height - t4.scrollHeight) / 2, 0) + "px" : t4.style.top = "");
|
|
2256
2257
|
}
|
|
2257
|
-
i2 !==
|
|
2258
|
+
i2 !== go && Ds({
|
|
2258
2259
|
type: "resize",
|
|
2259
2260
|
data: {
|
|
2260
2261
|
oldScale: i2,
|
|
2261
|
-
scale:
|
|
2262
|
+
scale: go,
|
|
2262
2263
|
size: n2
|
|
2263
2264
|
}
|
|
2264
2265
|
});
|
|
2265
2266
|
}
|
|
2266
|
-
|
|
2267
|
+
Ms(), p.viewport.style.setProperty("--slide-scale", go), p.viewport.style.setProperty("--viewport-width", e6 + "px"), p.viewport.style.setProperty("--viewport-height", t2 + "px"), ko.layout(), Io.update(), Oo.updateParallax(), Mo.isActive() && Mo.update();
|
|
2267
2268
|
}
|
|
2268
2269
|
}
|
|
2269
|
-
function
|
|
2270
|
+
function js(e6, t2) {
|
|
2270
2271
|
E$2(p.slides, "section > .stretch, section > .r-stretch").forEach((n2) => {
|
|
2271
2272
|
let r2 = Ei(n2, t2);
|
|
2272
2273
|
if (/(img|video)/gi.test(n2.nodeName)) {
|
|
@@ -2275,13 +2276,13 @@ function Ut$1(e5, t) {
|
|
|
2275
2276
|
} else n2.style.width = e6 + "px", n2.style.height = r2 + "px";
|
|
2276
2277
|
});
|
|
2277
2278
|
}
|
|
2278
|
-
function
|
|
2279
|
-
if (p.wrapper && !r.disableLayout && !
|
|
2280
|
-
let e6 =
|
|
2281
|
-
e6.presentationWidth > 0 && e6.presentationWidth <= r.scrollActivationWidth ?
|
|
2279
|
+
function Ms() {
|
|
2280
|
+
if (p.wrapper && !r.disableLayout && !Ao.isActive() && typeof r.scrollActivationWidth == "number" && r.view !== "scroll") {
|
|
2281
|
+
let e6 = Ns();
|
|
2282
|
+
e6.presentationWidth > 0 && e6.presentationWidth <= r.scrollActivationWidth ? ko.isActive() || (Oo.create(), ko.activate()) : ko.isActive() && ko.deactivate();
|
|
2282
2283
|
}
|
|
2283
2284
|
}
|
|
2284
|
-
function
|
|
2285
|
+
function Ns(e6, t2) {
|
|
2285
2286
|
let n2 = r.width, i2 = r.height;
|
|
2286
2287
|
r.disableLayout && (n2 = p.slides.offsetWidth, i2 = p.slides.offsetHeight);
|
|
2287
2288
|
let a2 = {
|
|
@@ -2292,58 +2293,58 @@ function Ut$1(e5, t) {
|
|
|
2292
2293
|
};
|
|
2293
2294
|
return a2.presentationWidth -= a2.presentationWidth * r.margin, a2.presentationHeight -= a2.presentationHeight * r.margin, typeof a2.width == "string" && /%$/.test(a2.width) && (a2.width = parseInt(a2.width, 10) / 100 * a2.presentationWidth), typeof a2.height == "string" && /%$/.test(a2.height) && (a2.height = parseInt(a2.height, 10) / 100 * a2.presentationHeight), a2;
|
|
2294
2295
|
}
|
|
2295
|
-
function
|
|
2296
|
+
function Ps(e6, t2) {
|
|
2296
2297
|
typeof e6 == "object" && typeof e6.setAttribute == "function" && e6.setAttribute("data-previous-indexv", t2 || 0);
|
|
2297
2298
|
}
|
|
2298
|
-
function
|
|
2299
|
+
function Fs(e6) {
|
|
2299
2300
|
if (typeof e6 == "object" && typeof e6.setAttribute == "function" && e6.classList.contains("stack")) {
|
|
2300
2301
|
let t2 = e6.hasAttribute("data-start-indexv") ? "data-start-indexv" : "data-previous-indexv";
|
|
2301
2302
|
return parseInt(e6.getAttribute(t2) || 0, 10);
|
|
2302
2303
|
}
|
|
2303
2304
|
return 0;
|
|
2304
2305
|
}
|
|
2305
|
-
function
|
|
2306
|
+
function Is(e6 = l) {
|
|
2306
2307
|
return e6 && e6.parentNode && !!e6.parentNode.nodeName.match(/section/i);
|
|
2307
2308
|
}
|
|
2308
|
-
function
|
|
2309
|
+
function Ls(e6 = l) {
|
|
2309
2310
|
return e6.classList.contains(".stack") || e6.querySelector("section") !== null;
|
|
2310
2311
|
}
|
|
2311
|
-
function
|
|
2312
|
-
return l &&
|
|
2312
|
+
function Rs() {
|
|
2313
|
+
return l && Is(l) ? !l.nextElementSibling : false;
|
|
2313
2314
|
}
|
|
2314
|
-
function
|
|
2315
|
+
function zs() {
|
|
2315
2316
|
return o === 0 && s === 0;
|
|
2316
2317
|
}
|
|
2317
|
-
function
|
|
2318
|
-
return l ? !(l.nextElementSibling ||
|
|
2318
|
+
function Bs() {
|
|
2319
|
+
return l ? !(l.nextElementSibling || Is(l) && l.parentNode.nextElementSibling) : false;
|
|
2319
2320
|
}
|
|
2320
|
-
function
|
|
2321
|
+
function Vs() {
|
|
2321
2322
|
if (r.pause) {
|
|
2322
2323
|
let e6 = p.wrapper.classList.contains("paused");
|
|
2323
|
-
|
|
2324
|
+
Sc(), p.wrapper.classList.add("paused"), e6 === false && Ds({ type: "paused" });
|
|
2324
2325
|
}
|
|
2325
2326
|
}
|
|
2326
|
-
function
|
|
2327
|
+
function Hs() {
|
|
2327
2328
|
let e6 = p.wrapper.classList.contains("paused");
|
|
2328
|
-
p.wrapper.classList.remove("paused"),
|
|
2329
|
+
p.wrapper.classList.remove("paused"), xc(), e6 && Ds({ type: "resumed" });
|
|
2329
2330
|
}
|
|
2330
|
-
function
|
|
2331
|
-
typeof e6 == "boolean" ? e6 ?
|
|
2331
|
+
function Us(e6) {
|
|
2332
|
+
typeof e6 == "boolean" ? e6 ? Vs() : Hs() : Ws() ? Hs() : Vs();
|
|
2332
2333
|
}
|
|
2333
|
-
function
|
|
2334
|
+
function Ws() {
|
|
2334
2335
|
return p.wrapper.classList.contains("paused");
|
|
2335
2336
|
}
|
|
2336
|
-
function
|
|
2337
|
-
typeof e6 == "boolean" ? e6 ?
|
|
2337
|
+
function Gs(e6) {
|
|
2338
|
+
typeof e6 == "boolean" ? e6 ? Eo.show() : Eo.hide() : Eo.isVisible() ? Eo.hide() : Eo.show();
|
|
2338
2339
|
}
|
|
2339
|
-
function
|
|
2340
|
-
typeof e6 == "boolean" ? e6 ?
|
|
2340
|
+
function Ks(e6) {
|
|
2341
|
+
typeof e6 == "boolean" ? e6 ? wc() : Cc() : Co ? wc() : Cc();
|
|
2341
2342
|
}
|
|
2342
|
-
function
|
|
2343
|
-
return !!(
|
|
2343
|
+
function qs() {
|
|
2344
|
+
return !!(yo && !Co);
|
|
2344
2345
|
}
|
|
2345
|
-
function
|
|
2346
|
-
if (
|
|
2346
|
+
function Js(t2, n2, i2, a2) {
|
|
2347
|
+
if (Ds({
|
|
2347
2348
|
type: "beforeslidechange",
|
|
2348
2349
|
data: {
|
|
2349
2350
|
indexh: t2 === void 0 ? o : t2,
|
|
@@ -2353,90 +2354,90 @@ function Ut$1(e5, t) {
|
|
|
2353
2354
|
}).defaultPrevented) return;
|
|
2354
2355
|
c = l;
|
|
2355
2356
|
let u2 = p.wrapper.querySelectorAll(te$2);
|
|
2356
|
-
if (
|
|
2357
|
-
let e6 =
|
|
2358
|
-
e6 &&
|
|
2357
|
+
if (ko.isActive()) {
|
|
2358
|
+
let e6 = ko.getSlideByIndices(t2, n2);
|
|
2359
|
+
e6 && ko.scrollToSlide(e6);
|
|
2359
2360
|
return;
|
|
2360
2361
|
}
|
|
2361
2362
|
if (u2.length === 0) return;
|
|
2362
|
-
n2 === void 0 && !
|
|
2363
|
-
let
|
|
2363
|
+
n2 === void 0 && !Mo.isActive() && (n2 = Fs(u2[t2])), c && c.parentNode && c.parentNode.classList.contains("stack") && Ps(c.parentNode, s);
|
|
2364
|
+
let go2 = f.concat();
|
|
2364
2365
|
f.length = 0;
|
|
2365
|
-
let
|
|
2366
|
-
o =
|
|
2367
|
-
let
|
|
2368
|
-
|
|
2369
|
-
let
|
|
2370
|
-
e5.classList.toggle("is-vertical-slide",
|
|
2371
|
-
let
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2366
|
+
let _o2 = o || 0, yo2 = s || 0;
|
|
2367
|
+
o = tc(te$2, t2 === void 0 ? o : t2), s = tc(_e$1, n2 === void 0 ? s : n2);
|
|
2368
|
+
let bo2 = o !== _o2 || s !== yo2;
|
|
2369
|
+
bo2 || (c = null);
|
|
2370
|
+
let xo2 = u2[o], So2 = xo2.querySelectorAll("section");
|
|
2371
|
+
e5.classList.toggle("is-vertical-slide", So2.length > 1), l = So2[s] || xo2;
|
|
2372
|
+
let Co2 = false;
|
|
2373
|
+
bo2 && c && l && !Mo.isActive() && (vo = "running", Co2 = Ys(c, l, _o2, yo2), Co2 && p.slides.classList.add("disable-slide-transitions")), ic(), As(), Mo.isActive() && Mo.update(), i2 !== void 0 && jo.goto(i2), c && c !== l && (c.classList.remove("present"), c.setAttribute("aria-hidden", "true"), zs() && setTimeout(() => {
|
|
2374
|
+
fc().forEach((e6) => {
|
|
2375
|
+
Ps(e6, 0);
|
|
2375
2376
|
});
|
|
2376
2377
|
}, 0));
|
|
2377
2378
|
e: for (let e6 = 0, t3 = f.length; e6 < t3; e6++) {
|
|
2378
|
-
for (let t4 = 0; t4 <
|
|
2379
|
-
|
|
2379
|
+
for (let t4 = 0; t4 < go2.length; t4++) if (go2[t4] === f[e6]) {
|
|
2380
|
+
go2.splice(t4, 1);
|
|
2380
2381
|
continue e;
|
|
2381
2382
|
}
|
|
2382
|
-
p.viewport.classList.add(f[e6]),
|
|
2383
|
+
p.viewport.classList.add(f[e6]), Ds({ type: f[e6] });
|
|
2383
2384
|
}
|
|
2384
|
-
for (;
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
}),
|
|
2385
|
+
for (; go2.length; ) p.viewport.classList.remove(go2.pop());
|
|
2386
|
+
bo2 && (wo.afterSlideChanged(), Os(a2)), (bo2 || !c) && (wo.stopEmbeddedContent(c), wo.startEmbeddedContent(l)), requestAnimationFrame(() => {
|
|
2387
|
+
ls(us(l));
|
|
2388
|
+
}), Io.update(), Fo.update(), Ho.update(), Oo.update(), Oo.updateParallax(), To.update(), jo.update(), Po.writeURL(), xc(), Co2 && (setTimeout(() => {
|
|
2388
2389
|
p.slides.classList.remove("disable-slide-transitions");
|
|
2389
|
-
}, 0), r.autoAnimate &&
|
|
2390
|
+
}, 0), r.autoAnimate && Do.run(c, l));
|
|
2390
2391
|
}
|
|
2391
|
-
function
|
|
2392
|
+
function Ys(e6, t2, n2, r2) {
|
|
2392
2393
|
return e6.hasAttribute("data-auto-animate") && t2.hasAttribute("data-auto-animate") && e6.getAttribute("data-auto-animate-id") === t2.getAttribute("data-auto-animate-id") && !(o > n2 || s > r2 ? t2 : e6).hasAttribute("data-auto-animate-restart");
|
|
2393
2394
|
}
|
|
2394
|
-
function
|
|
2395
|
+
function Xs(e6, t2, n2) {
|
|
2395
2396
|
let i2 = o || 0;
|
|
2396
2397
|
o = t2, s = n2;
|
|
2397
2398
|
let a2 = l !== e6;
|
|
2398
|
-
c = l, l = e6, l && c && r.autoAnimate &&
|
|
2399
|
-
|
|
2400
|
-
}),
|
|
2399
|
+
c = l, l = e6, l && c && r.autoAnimate && Ys(c, l, i2, s) && Do.run(c, l), a2 && (wo.afterSlideChanged(), c && (wo.stopEmbeddedContent(c), wo.stopEmbeddedContent(c.slideBackgroundElement)), wo.startEmbeddedContent(l), wo.startEmbeddedContent(l.slideBackgroundElement)), requestAnimationFrame(() => {
|
|
2400
|
+
ls(us(l));
|
|
2401
|
+
}), Os();
|
|
2401
2402
|
}
|
|
2402
|
-
function
|
|
2403
|
-
|
|
2403
|
+
function Zs() {
|
|
2404
|
+
Ss(), xs(), As(), yo = r.autoSlide, xc(), Oo.create(), Po.writeURL(), r.sortFragmentsOnSync === true && jo.sortAll(), o !== void 0 && (o = tc(te$2, o), s = tc(_e$1, s)), Fo.update(), Io.update(), ic(), Ho.update(), Ho.updateVisibility(), zo.update(), Oo.update(true), To.update(), wo.formatEmbeddedContent(), r.autoPlayMedia === false ? wo.stopEmbeddedContent(l, { unloadIframes: false }) : wo.startEmbeddedContent(l), Mo.isActive() && Mo.layout(), Ds({ type: "sync" });
|
|
2404
2405
|
}
|
|
2405
|
-
function
|
|
2406
|
-
|
|
2406
|
+
function Qs(e6 = l) {
|
|
2407
|
+
Oo.sync(e6), jo.sync(e6), wo.load(e6), Oo.update(), Ho.update(), Ds({
|
|
2407
2408
|
type: "slidesync",
|
|
2408
2409
|
data: { slide: e6 }
|
|
2409
2410
|
});
|
|
2410
2411
|
}
|
|
2411
|
-
function
|
|
2412
|
-
|
|
2412
|
+
function $s() {
|
|
2413
|
+
uc().forEach((e6) => {
|
|
2413
2414
|
E$2(e6, "section").forEach((e7, t2) => {
|
|
2414
2415
|
t2 > 0 && (e7.classList.remove("present"), e7.classList.remove("past"), e7.classList.add("future"), e7.setAttribute("aria-hidden", "true"));
|
|
2415
2416
|
});
|
|
2416
2417
|
});
|
|
2417
2418
|
}
|
|
2418
|
-
function
|
|
2419
|
+
function ec(e6 = uc()) {
|
|
2419
2420
|
e6.forEach((t2, n2) => {
|
|
2420
2421
|
let r2 = e6[Math.floor(Math.random() * e6.length)];
|
|
2421
2422
|
r2.parentNode === t2.parentNode && t2.parentNode.insertBefore(t2, r2);
|
|
2422
2423
|
let i2 = t2.querySelectorAll("section");
|
|
2423
|
-
i2.length &&
|
|
2424
|
+
i2.length && ec(i2);
|
|
2424
2425
|
});
|
|
2425
2426
|
}
|
|
2426
|
-
function
|
|
2427
|
-
let n2 = E$2(p.wrapper, e6), i2 = n2.length, a2 =
|
|
2427
|
+
function tc(e6, t2) {
|
|
2428
|
+
let n2 = E$2(p.wrapper, e6), i2 = n2.length, a2 = ko.isActive() || Ao.isActive(), o2 = false, s2 = false;
|
|
2428
2429
|
if (i2) {
|
|
2429
2430
|
r.loop && (t2 >= i2 && (o2 = true), t2 %= i2, t2 < 0 && (t2 = i2 + t2, s2 = true)), t2 = Math.max(Math.min(t2, i2 - 1), 0);
|
|
2430
2431
|
for (let e8 = 0; e8 < i2; e8++) {
|
|
2431
|
-
let i3 = n2[e8], c3 = r.rtl && !
|
|
2432
|
+
let i3 = n2[e8], c3 = r.rtl && !Is(i3);
|
|
2432
2433
|
if (i3.classList.remove("past"), i3.classList.remove("present"), i3.classList.remove("future"), i3.setAttribute("hidden", ""), i3.setAttribute("aria-hidden", "true"), i3.querySelector("section") && i3.classList.add("stack"), a2) {
|
|
2433
2434
|
i3.classList.add("present");
|
|
2434
2435
|
continue;
|
|
2435
2436
|
}
|
|
2436
|
-
e8 < t2 ? (i3.classList.add(c3 ? "future" : "past"), r.fragments &&
|
|
2437
|
+
e8 < t2 ? (i3.classList.add(c3 ? "future" : "past"), r.fragments && nc(i3)) : e8 > t2 ? (i3.classList.add(c3 ? "past" : "future"), r.fragments && rc(i3)) : e8 === t2 && r.fragments && (o2 ? rc(i3) : s2 && nc(i3));
|
|
2437
2438
|
}
|
|
2438
2439
|
let e7 = n2[t2], c2 = e7.classList.contains("present");
|
|
2439
|
-
e7.classList.add("present"), e7.removeAttribute("hidden"), e7.removeAttribute("aria-hidden"), c2 ||
|
|
2440
|
+
e7.classList.add("present"), e7.removeAttribute("hidden"), e7.removeAttribute("aria-hidden"), c2 || Ds({
|
|
2440
2441
|
target: e7,
|
|
2441
2442
|
type: "visible",
|
|
2442
2443
|
bubbles: false
|
|
@@ -2446,35 +2447,35 @@ function Ut$1(e5, t) {
|
|
|
2446
2447
|
} else t2 = 0;
|
|
2447
2448
|
return t2;
|
|
2448
2449
|
}
|
|
2449
|
-
function
|
|
2450
|
+
function nc(e6) {
|
|
2450
2451
|
E$2(e6, ".fragment").forEach((e7) => {
|
|
2451
2452
|
e7.classList.add("visible"), e7.classList.remove("current-fragment");
|
|
2452
2453
|
});
|
|
2453
2454
|
}
|
|
2454
|
-
function
|
|
2455
|
+
function rc(e6) {
|
|
2455
2456
|
E$2(e6, ".fragment.visible").forEach((e7) => {
|
|
2456
2457
|
e7.classList.remove("visible", "current-fragment");
|
|
2457
2458
|
});
|
|
2458
2459
|
}
|
|
2459
|
-
function
|
|
2460
|
-
let e6 =
|
|
2460
|
+
function ic() {
|
|
2461
|
+
let e6 = uc(), t2 = e6.length, n2, i2;
|
|
2461
2462
|
if (t2 && o !== void 0) {
|
|
2462
|
-
let a2 =
|
|
2463
|
-
le$2 && (c2 = a2 ? 6 : r.mobileViewDistance),
|
|
2463
|
+
let a2 = Mo.isActive(), c2 = a2 ? 10 : r.viewDistance;
|
|
2464
|
+
le$2 && (c2 = a2 ? 6 : r.mobileViewDistance), Ao.isActive() && (c2 = Number.MAX_VALUE);
|
|
2464
2465
|
for (let l2 = 0; l2 < t2; l2++) {
|
|
2465
|
-
let u2 = e6[l2], f2 = E$2(u2, "section"),
|
|
2466
|
-
if (n2 = Math.abs((o || 0) - l2) || 0, r.loop && (n2 = Math.abs(((o || 0) - l2) % (t2 - c2)) || 0), n2 < c2 ?
|
|
2467
|
-
let e7 = a2 ? 0 :
|
|
2468
|
-
for (let t3 = 0; t3 <
|
|
2466
|
+
let u2 = e6[l2], f2 = E$2(u2, "section"), go2 = f2.length;
|
|
2467
|
+
if (n2 = Math.abs((o || 0) - l2) || 0, r.loop && (n2 = Math.abs(((o || 0) - l2) % (t2 - c2)) || 0), n2 < c2 ? wo.load(u2) : wo.unload(u2), go2) {
|
|
2468
|
+
let e7 = a2 ? 0 : Fs(u2);
|
|
2469
|
+
for (let t3 = 0; t3 < go2; t3++) {
|
|
2469
2470
|
let r2 = f2[t3];
|
|
2470
|
-
i2 = Math.abs(l2 === (o || 0) ? (s || 0) - t3 : t3 - e7), n2 + i2 < c2 ?
|
|
2471
|
+
i2 = Math.abs(l2 === (o || 0) ? (s || 0) - t3 : t3 - e7), n2 + i2 < c2 ? wo.load(r2) : wo.unload(r2);
|
|
2471
2472
|
}
|
|
2472
2473
|
}
|
|
2473
2474
|
}
|
|
2474
|
-
|
|
2475
|
+
mc() ? p.wrapper.classList.add("has-vertical-slides") : p.wrapper.classList.remove("has-vertical-slides"), pc() ? p.wrapper.classList.add("has-horizontal-slides") : p.wrapper.classList.remove("has-horizontal-slides");
|
|
2475
2476
|
}
|
|
2476
2477
|
}
|
|
2477
|
-
function
|
|
2478
|
+
function ac({ includeFragments: e6 = false } = {}) {
|
|
2478
2479
|
let t2 = p.wrapper.querySelectorAll(te$2), n2 = p.wrapper.querySelectorAll(_e$1), i2 = {
|
|
2479
2480
|
left: o > 0,
|
|
2480
2481
|
right: o < t2.length - 1,
|
|
@@ -2482,7 +2483,7 @@ function Ut$1(e5, t) {
|
|
|
2482
2483
|
down: s < n2.length - 1
|
|
2483
2484
|
};
|
|
2484
2485
|
if (r.loop && (t2.length > 1 && (i2.left = true, i2.right = true), n2.length > 1 && (i2.up = true, i2.down = true)), t2.length > 1 && r.navigationMode === "linear" && (i2.right = i2.right || i2.down, i2.left = i2.left || i2.up), e6 === true) {
|
|
2485
|
-
let e7 =
|
|
2486
|
+
let e7 = jo.availableRoutes();
|
|
2486
2487
|
i2.left = i2.left || e7.prev, i2.up = i2.up || e7.prev, i2.down = i2.down || e7.next, i2.right = i2.right || e7.next;
|
|
2487
2488
|
}
|
|
2488
2489
|
if (r.rtl) {
|
|
@@ -2491,8 +2492,8 @@ function Ut$1(e5, t) {
|
|
|
2491
2492
|
}
|
|
2492
2493
|
return i2;
|
|
2493
2494
|
}
|
|
2494
|
-
function
|
|
2495
|
-
let t2 =
|
|
2495
|
+
function oc(e6 = l) {
|
|
2496
|
+
let t2 = uc(), n2 = 0;
|
|
2496
2497
|
e: for (let r2 = 0; r2 < t2.length; r2++) {
|
|
2497
2498
|
let i2 = t2[r2], a2 = i2.querySelectorAll("section");
|
|
2498
2499
|
for (let t3 = 0; t3 < a2.length; t3++) {
|
|
@@ -2504,8 +2505,8 @@ function Ut$1(e5, t) {
|
|
|
2504
2505
|
}
|
|
2505
2506
|
return n2;
|
|
2506
2507
|
}
|
|
2507
|
-
function
|
|
2508
|
-
let e6 =
|
|
2508
|
+
function sc() {
|
|
2509
|
+
let e6 = gc(), t2 = oc();
|
|
2509
2510
|
if (l) {
|
|
2510
2511
|
let e7 = l.querySelectorAll(".fragment");
|
|
2511
2512
|
if (e7.length > 0) {
|
|
@@ -2515,11 +2516,11 @@ function Ut$1(e5, t) {
|
|
|
2515
2516
|
}
|
|
2516
2517
|
return Math.min(t2 / (e6 - 1), 1);
|
|
2517
2518
|
}
|
|
2518
|
-
function
|
|
2519
|
+
function cc(e6) {
|
|
2519
2520
|
let t2 = o, n2 = s, r2;
|
|
2520
|
-
if (e6) if (
|
|
2521
|
+
if (e6) if (ko.isActive()) t2 = parseInt(e6.getAttribute("data-index-h"), 10), e6.getAttribute("data-index-v") && (n2 = parseInt(e6.getAttribute("data-index-v"), 10));
|
|
2521
2522
|
else {
|
|
2522
|
-
let r3 =
|
|
2523
|
+
let r3 = Is(e6), i2 = r3 ? e6.parentNode : e6, a2 = uc();
|
|
2523
2524
|
t2 = Math.max(a2.indexOf(i2), 0), n2 = void 0, r3 && (n2 = Math.max(E$2(e6.parentNode, "section").indexOf(e6), 0));
|
|
2524
2525
|
}
|
|
2525
2526
|
if (!e6 && l && l.querySelectorAll(".fragment").length > 0) {
|
|
@@ -2532,26 +2533,26 @@ function Ut$1(e5, t) {
|
|
|
2532
2533
|
f: r2
|
|
2533
2534
|
};
|
|
2534
2535
|
}
|
|
2535
|
-
function
|
|
2536
|
+
function lc() {
|
|
2536
2537
|
return E$2(p.wrapper, de$1 + ':not(.stack):not([data-visibility="uncounted"])');
|
|
2537
2538
|
}
|
|
2538
|
-
function
|
|
2539
|
+
function uc() {
|
|
2539
2540
|
return E$2(p.wrapper, te$2);
|
|
2540
2541
|
}
|
|
2541
|
-
function
|
|
2542
|
+
function dc() {
|
|
2542
2543
|
return E$2(p.wrapper, ".slides>section>section");
|
|
2543
2544
|
}
|
|
2544
|
-
function
|
|
2545
|
+
function fc() {
|
|
2545
2546
|
return E$2(p.wrapper, te$2 + ".stack");
|
|
2546
2547
|
}
|
|
2547
|
-
function
|
|
2548
|
-
return
|
|
2548
|
+
function pc() {
|
|
2549
|
+
return uc().length > 1;
|
|
2549
2550
|
}
|
|
2550
|
-
function
|
|
2551
|
-
return
|
|
2551
|
+
function mc() {
|
|
2552
|
+
return dc().length > 1;
|
|
2552
2553
|
}
|
|
2553
|
-
function
|
|
2554
|
-
return
|
|
2554
|
+
function hc() {
|
|
2555
|
+
return lc().map((e6) => {
|
|
2555
2556
|
let t2 = {};
|
|
2556
2557
|
for (let n2 = 0; n2 < e6.attributes.length; n2++) {
|
|
2557
2558
|
let r2 = e6.attributes[n2];
|
|
@@ -2560,102 +2561,102 @@ function Ut$1(e5, t) {
|
|
|
2560
2561
|
return t2;
|
|
2561
2562
|
});
|
|
2562
2563
|
}
|
|
2563
|
-
function
|
|
2564
|
-
return
|
|
2564
|
+
function gc() {
|
|
2565
|
+
return lc().length;
|
|
2565
2566
|
}
|
|
2566
|
-
function
|
|
2567
|
-
let n2 =
|
|
2567
|
+
function _c(e6, t2) {
|
|
2568
|
+
let n2 = uc()[e6], r2 = n2 && n2.querySelectorAll("section");
|
|
2568
2569
|
return r2 && r2.length && typeof t2 == "number" ? r2 ? r2[t2] : void 0 : n2;
|
|
2569
2570
|
}
|
|
2570
|
-
function
|
|
2571
|
-
let n2 = typeof e6 == "number" ?
|
|
2571
|
+
function vc(e6, t2) {
|
|
2572
|
+
let n2 = typeof e6 == "number" ? _c(e6, t2) : e6;
|
|
2572
2573
|
if (n2) return n2.slideBackgroundElement;
|
|
2573
2574
|
}
|
|
2574
|
-
function
|
|
2575
|
-
let e6 =
|
|
2575
|
+
function yc() {
|
|
2576
|
+
let e6 = cc();
|
|
2576
2577
|
return Q$2({
|
|
2577
2578
|
indexh: e6.h,
|
|
2578
2579
|
indexv: e6.v,
|
|
2579
2580
|
indexf: e6.f,
|
|
2580
|
-
paused:
|
|
2581
|
-
overview:
|
|
2582
|
-
},
|
|
2581
|
+
paused: Ws(),
|
|
2582
|
+
overview: Mo.isActive()
|
|
2583
|
+
}, zo.getState());
|
|
2583
2584
|
}
|
|
2584
|
-
function
|
|
2585
|
+
function bc(e6) {
|
|
2585
2586
|
if (typeof e6 == "object") {
|
|
2586
|
-
|
|
2587
|
+
Js(fe$1(e6.indexh), fe$1(e6.indexv), fe$1(e6.indexf));
|
|
2587
2588
|
let t2 = fe$1(e6.paused), n2 = fe$1(e6.overview);
|
|
2588
|
-
typeof t2 == "boolean" && t2 !==
|
|
2589
|
+
typeof t2 == "boolean" && t2 !== Ws() && Us(t2), typeof n2 == "boolean" && n2 !== Mo.isActive() && Mo.toggle(n2), zo.setState(e6);
|
|
2589
2590
|
}
|
|
2590
2591
|
}
|
|
2591
|
-
function
|
|
2592
|
-
if (
|
|
2592
|
+
function xc() {
|
|
2593
|
+
if (Sc(), l && r.autoSlide !== false) {
|
|
2593
2594
|
let e6 = l.querySelector(".current-fragment[data-autoslide]"), t2 = e6 ? e6.getAttribute("data-autoslide") : null, n2 = l.parentNode ? l.parentNode.getAttribute("data-autoslide") : null, i2 = l.getAttribute("data-autoslide");
|
|
2594
|
-
t2 ?
|
|
2595
|
-
e7.hasAttribute("data-autoplay") &&
|
|
2596
|
-
})),
|
|
2597
|
-
typeof r.autoSlideMethod == "function" ? r.autoSlideMethod() :
|
|
2598
|
-
},
|
|
2595
|
+
t2 ? yo = parseInt(t2, 10) : i2 ? yo = parseInt(i2, 10) : n2 ? yo = parseInt(n2, 10) : (yo = r.autoSlide, l.querySelectorAll(".fragment").length === 0 && E$2(l, "video, audio").forEach((e7) => {
|
|
2596
|
+
e7.hasAttribute("data-autoplay") && yo && e7.duration * 1e3 / e7.playbackRate > yo && (yo = e7.duration * 1e3 / e7.playbackRate + 1e3);
|
|
2597
|
+
})), yo && !Co && !Ws() && !Mo.isActive() && (!Bs() || jo.availableRoutes().next || r.loop === true) && (xo = setTimeout(() => {
|
|
2598
|
+
typeof r.autoSlideMethod == "function" ? r.autoSlideMethod() : Ac(), xc();
|
|
2599
|
+
}, yo), So = Date.now()), bo && bo.setPlaying(xo !== -1);
|
|
2599
2600
|
}
|
|
2600
2601
|
}
|
|
2601
|
-
function
|
|
2602
|
-
clearTimeout(
|
|
2602
|
+
function Sc() {
|
|
2603
|
+
clearTimeout(xo), xo = -1;
|
|
2603
2604
|
}
|
|
2604
|
-
function
|
|
2605
|
-
|
|
2605
|
+
function Cc() {
|
|
2606
|
+
yo && !Co && (Co = true, Ds({ type: "autoslidepaused" }), clearTimeout(xo), bo && bo.setPlaying(false));
|
|
2606
2607
|
}
|
|
2607
|
-
function
|
|
2608
|
-
|
|
2608
|
+
function wc() {
|
|
2609
|
+
yo && Co && (Co = false, Ds({ type: "autoslideresumed" }), xc());
|
|
2609
2610
|
}
|
|
2610
|
-
function
|
|
2611
|
-
if (u.hasNavigatedHorizontally = true,
|
|
2612
|
-
r.rtl ? (
|
|
2611
|
+
function Tc({ skipFragments: e6 = false } = {}) {
|
|
2612
|
+
if (u.hasNavigatedHorizontally = true, ko.isActive()) return ko.prev();
|
|
2613
|
+
r.rtl ? (Mo.isActive() || e6 || jo.next() === false) && ac().left && Js(o + 1, r.navigationMode === "grid" ? s : void 0) : (Mo.isActive() || e6 || jo.prev() === false) && ac().left && Js(o - 1, r.navigationMode === "grid" ? s : void 0);
|
|
2613
2614
|
}
|
|
2614
|
-
function
|
|
2615
|
-
if (u.hasNavigatedHorizontally = true,
|
|
2616
|
-
r.rtl ? (
|
|
2615
|
+
function Ec({ skipFragments: e6 = false } = {}) {
|
|
2616
|
+
if (u.hasNavigatedHorizontally = true, ko.isActive()) return ko.next();
|
|
2617
|
+
r.rtl ? (Mo.isActive() || e6 || jo.prev() === false) && ac().right && Js(o - 1, r.navigationMode === "grid" ? s : void 0) : (Mo.isActive() || e6 || jo.next() === false) && ac().right && Js(o + 1, r.navigationMode === "grid" ? s : void 0);
|
|
2617
2618
|
}
|
|
2618
|
-
function
|
|
2619
|
-
if (
|
|
2620
|
-
(
|
|
2619
|
+
function Dc({ skipFragments: e6 = false } = {}) {
|
|
2620
|
+
if (ko.isActive()) return ko.prev();
|
|
2621
|
+
(Mo.isActive() || e6 || jo.prev() === false) && ac().up && Js(o, s - 1);
|
|
2621
2622
|
}
|
|
2622
|
-
function
|
|
2623
|
-
if (u.hasNavigatedVertically = true,
|
|
2624
|
-
(
|
|
2623
|
+
function Oc({ skipFragments: e6 = false } = {}) {
|
|
2624
|
+
if (u.hasNavigatedVertically = true, ko.isActive()) return ko.next();
|
|
2625
|
+
(Mo.isActive() || e6 || jo.next() === false) && ac().down && Js(o, s + 1);
|
|
2625
2626
|
}
|
|
2626
|
-
function
|
|
2627
|
-
if (
|
|
2628
|
-
if (e6 ||
|
|
2627
|
+
function kc({ skipFragments: e6 = false } = {}) {
|
|
2628
|
+
if (ko.isActive()) return ko.prev();
|
|
2629
|
+
if (e6 || jo.prev() === false) if (ac().up) Dc({ skipFragments: e6 });
|
|
2629
2630
|
else {
|
|
2630
2631
|
let t2;
|
|
2631
2632
|
if (t2 = r.rtl ? E$2(p.wrapper, te$2 + ".future").pop() : E$2(p.wrapper, te$2 + ".past").pop(), t2 && t2.classList.contains("stack")) {
|
|
2632
2633
|
let e7 = t2.querySelectorAll("section").length - 1 || void 0;
|
|
2633
|
-
|
|
2634
|
-
} else r.rtl ?
|
|
2634
|
+
Js(o - 1, e7);
|
|
2635
|
+
} else r.rtl ? Ec({ skipFragments: e6 }) : Tc({ skipFragments: e6 });
|
|
2635
2636
|
}
|
|
2636
2637
|
}
|
|
2637
|
-
function
|
|
2638
|
-
if (u.hasNavigatedHorizontally = true, u.hasNavigatedVertically = true,
|
|
2639
|
-
if (e6 ||
|
|
2640
|
-
let t2 =
|
|
2641
|
-
t2.down && t2.right && r.loop &&
|
|
2638
|
+
function Ac({ skipFragments: e6 = false } = {}) {
|
|
2639
|
+
if (u.hasNavigatedHorizontally = true, u.hasNavigatedVertically = true, ko.isActive()) return ko.next();
|
|
2640
|
+
if (e6 || jo.next() === false) {
|
|
2641
|
+
let t2 = ac();
|
|
2642
|
+
t2.down && t2.right && r.loop && Rs() && (t2.down = false), t2.down ? Oc({ skipFragments: e6 }) : r.rtl ? Tc({ skipFragments: e6 }) : Ec({ skipFragments: e6 });
|
|
2642
2643
|
}
|
|
2643
2644
|
}
|
|
2644
|
-
function
|
|
2645
|
-
r.autoSlideStoppable &&
|
|
2645
|
+
function jc(e6) {
|
|
2646
|
+
r.autoSlideStoppable && Cc();
|
|
2646
2647
|
}
|
|
2647
|
-
function
|
|
2648
|
+
function Mc(e6) {
|
|
2648
2649
|
let t2 = e6.data;
|
|
2649
2650
|
if (typeof t2 == "string" && t2.charAt(0) === "{" && t2.charAt(t2.length - 1) === "}" && (t2 = JSON.parse(t2), t2.method && typeof n[t2.method] == "function")) if (Li.test(t2.method) === false) {
|
|
2650
2651
|
let e7 = n[t2.method].apply(n, t2.args);
|
|
2651
|
-
|
|
2652
|
+
ks("callback", {
|
|
2652
2653
|
method: t2.method,
|
|
2653
2654
|
result: e7
|
|
2654
2655
|
});
|
|
2655
2656
|
} else console.warn('reveal.js: "' + t2.method + '" is is blacklisted from the postMessage API');
|
|
2656
2657
|
}
|
|
2657
|
-
function
|
|
2658
|
-
|
|
2658
|
+
function Nc(e6) {
|
|
2659
|
+
vo === "running" && /section/gi.test(e6.target.nodeName) && (vo = "idle", Ds({
|
|
2659
2660
|
type: "slidetransitionend",
|
|
2660
2661
|
data: {
|
|
2661
2662
|
indexh: o,
|
|
@@ -2665,153 +2666,153 @@ function Ut$1(e5, t) {
|
|
|
2665
2666
|
}
|
|
2666
2667
|
}));
|
|
2667
2668
|
}
|
|
2668
|
-
function
|
|
2669
|
+
function Pc(e6) {
|
|
2669
2670
|
let t2 = V$1(e6.target, 'a[href^="#"]');
|
|
2670
2671
|
if (t2) {
|
|
2671
|
-
let r2 = t2.getAttribute("href"), i2 =
|
|
2672
|
+
let r2 = t2.getAttribute("href"), i2 = Po.getIndicesFromHash(r2);
|
|
2672
2673
|
i2 && (n.slide(i2.h, i2.v, i2.f), e6.preventDefault());
|
|
2673
2674
|
}
|
|
2674
2675
|
}
|
|
2675
|
-
function
|
|
2676
|
-
|
|
2676
|
+
function Fc(e6) {
|
|
2677
|
+
As();
|
|
2677
2678
|
}
|
|
2678
|
-
function
|
|
2679
|
+
function Ic(e6) {
|
|
2679
2680
|
document.hidden === false && document.activeElement !== document.body && (typeof document.activeElement.blur == "function" && document.activeElement.blur(), document.body.focus());
|
|
2680
2681
|
}
|
|
2681
|
-
function
|
|
2682
|
+
function Lc(e6) {
|
|
2682
2683
|
(document.fullscreenElement || document.webkitFullscreenElement) === p.wrapper && (e6.stopImmediatePropagation(), setTimeout(() => {
|
|
2683
2684
|
n.layout(), n.focus.focus();
|
|
2684
2685
|
}, 1));
|
|
2685
2686
|
}
|
|
2686
|
-
function
|
|
2687
|
-
|
|
2687
|
+
function Rc(e6) {
|
|
2688
|
+
Bs() && r.loop === false ? (Js(0, 0), wc()) : Co ? wc() : Cc();
|
|
2688
2689
|
}
|
|
2689
|
-
let
|
|
2690
|
+
let zc = {
|
|
2690
2691
|
VERSION: Ot$1,
|
|
2691
|
-
initialize:
|
|
2692
|
-
configure:
|
|
2693
|
-
destroy:
|
|
2694
|
-
sync:
|
|
2695
|
-
syncSlide:
|
|
2696
|
-
syncFragments:
|
|
2697
|
-
slide:
|
|
2698
|
-
left:
|
|
2699
|
-
right:
|
|
2700
|
-
up:
|
|
2701
|
-
down:
|
|
2702
|
-
prev:
|
|
2703
|
-
next:
|
|
2704
|
-
navigateLeft:
|
|
2705
|
-
navigateRight:
|
|
2706
|
-
navigateUp:
|
|
2707
|
-
navigateDown:
|
|
2708
|
-
navigatePrev:
|
|
2709
|
-
navigateNext:
|
|
2710
|
-
navigateFragment:
|
|
2711
|
-
prevFragment:
|
|
2712
|
-
nextFragment:
|
|
2713
|
-
on:
|
|
2714
|
-
off:
|
|
2715
|
-
addEventListener:
|
|
2716
|
-
removeEventListener:
|
|
2717
|
-
layout:
|
|
2718
|
-
shuffle:
|
|
2719
|
-
availableRoutes:
|
|
2720
|
-
availableFragments:
|
|
2721
|
-
toggleHelp:
|
|
2722
|
-
toggleOverview:
|
|
2723
|
-
toggleScrollView:
|
|
2724
|
-
togglePause:
|
|
2725
|
-
toggleAutoSlide:
|
|
2726
|
-
toggleJumpToSlide:
|
|
2727
|
-
isFirstSlide:
|
|
2728
|
-
isLastSlide:
|
|
2729
|
-
isLastVerticalSlide:
|
|
2730
|
-
isVerticalSlide:
|
|
2731
|
-
isVerticalStack:
|
|
2732
|
-
isPaused:
|
|
2733
|
-
isAutoSliding:
|
|
2734
|
-
isSpeakerNotes:
|
|
2735
|
-
isOverview:
|
|
2736
|
-
isFocused:
|
|
2737
|
-
isOverlayOpen:
|
|
2738
|
-
isScrollView:
|
|
2739
|
-
isPrintView:
|
|
2692
|
+
initialize: Uo,
|
|
2693
|
+
configure: bs,
|
|
2694
|
+
destroy: Cs,
|
|
2695
|
+
sync: Zs,
|
|
2696
|
+
syncSlide: Qs,
|
|
2697
|
+
syncFragments: jo.sync.bind(jo),
|
|
2698
|
+
slide: Js,
|
|
2699
|
+
left: Tc,
|
|
2700
|
+
right: Ec,
|
|
2701
|
+
up: Dc,
|
|
2702
|
+
down: Oc,
|
|
2703
|
+
prev: kc,
|
|
2704
|
+
next: Ac,
|
|
2705
|
+
navigateLeft: Tc,
|
|
2706
|
+
navigateRight: Ec,
|
|
2707
|
+
navigateUp: Dc,
|
|
2708
|
+
navigateDown: Oc,
|
|
2709
|
+
navigatePrev: kc,
|
|
2710
|
+
navigateNext: Ac,
|
|
2711
|
+
navigateFragment: jo.goto.bind(jo),
|
|
2712
|
+
prevFragment: jo.prev.bind(jo),
|
|
2713
|
+
nextFragment: jo.next.bind(jo),
|
|
2714
|
+
on: ws,
|
|
2715
|
+
off: Ts,
|
|
2716
|
+
addEventListener: ws,
|
|
2717
|
+
removeEventListener: Ts,
|
|
2718
|
+
layout: As,
|
|
2719
|
+
shuffle: ec,
|
|
2720
|
+
availableRoutes: ac,
|
|
2721
|
+
availableFragments: jo.availableRoutes.bind(jo),
|
|
2722
|
+
toggleHelp: zo.toggleHelp.bind(zo),
|
|
2723
|
+
toggleOverview: Mo.toggle.bind(Mo),
|
|
2724
|
+
toggleScrollView: ko.toggle.bind(ko),
|
|
2725
|
+
togglePause: Us,
|
|
2726
|
+
toggleAutoSlide: Ks,
|
|
2727
|
+
toggleJumpToSlide: Gs,
|
|
2728
|
+
isFirstSlide: zs,
|
|
2729
|
+
isLastSlide: Bs,
|
|
2730
|
+
isLastVerticalSlide: Rs,
|
|
2731
|
+
isVerticalSlide: Is,
|
|
2732
|
+
isVerticalStack: Ls,
|
|
2733
|
+
isPaused: Ws,
|
|
2734
|
+
isAutoSliding: qs,
|
|
2735
|
+
isSpeakerNotes: Ho.isSpeakerNotesWindow.bind(Ho),
|
|
2736
|
+
isOverview: Mo.isActive.bind(Mo),
|
|
2737
|
+
isFocused: Bo.isFocused.bind(Bo),
|
|
2738
|
+
isOverlayOpen: zo.isOpen.bind(zo),
|
|
2739
|
+
isScrollView: ko.isActive.bind(ko),
|
|
2740
|
+
isPrintView: Ao.isActive.bind(Ao),
|
|
2740
2741
|
isReady: () => a,
|
|
2741
|
-
loadSlide:
|
|
2742
|
-
unloadSlide:
|
|
2743
|
-
startEmbeddedContent: () =>
|
|
2744
|
-
stopEmbeddedContent: () =>
|
|
2745
|
-
previewIframe:
|
|
2746
|
-
previewImage:
|
|
2747
|
-
previewVideo:
|
|
2748
|
-
showPreview:
|
|
2749
|
-
hidePreview:
|
|
2750
|
-
addEventListeners:
|
|
2751
|
-
removeEventListeners:
|
|
2752
|
-
dispatchEvent:
|
|
2753
|
-
getState:
|
|
2754
|
-
setState:
|
|
2755
|
-
getProgress:
|
|
2756
|
-
getIndices:
|
|
2757
|
-
getSlidesAttributes:
|
|
2758
|
-
getSlidePastCount:
|
|
2759
|
-
getTotalSlides:
|
|
2760
|
-
getSlide:
|
|
2742
|
+
loadSlide: wo.load.bind(wo),
|
|
2743
|
+
unloadSlide: wo.unload.bind(wo),
|
|
2744
|
+
startEmbeddedContent: () => wo.startEmbeddedContent(l),
|
|
2745
|
+
stopEmbeddedContent: () => wo.stopEmbeddedContent(l, { unloadIframes: false }),
|
|
2746
|
+
previewIframe: zo.previewIframe.bind(zo),
|
|
2747
|
+
previewImage: zo.previewImage.bind(zo),
|
|
2748
|
+
previewVideo: zo.previewVideo.bind(zo),
|
|
2749
|
+
showPreview: zo.previewIframe.bind(zo),
|
|
2750
|
+
hidePreview: zo.close.bind(zo),
|
|
2751
|
+
addEventListeners: xs,
|
|
2752
|
+
removeEventListeners: Ss,
|
|
2753
|
+
dispatchEvent: Ds,
|
|
2754
|
+
getState: yc,
|
|
2755
|
+
setState: bc,
|
|
2756
|
+
getProgress: sc,
|
|
2757
|
+
getIndices: cc,
|
|
2758
|
+
getSlidesAttributes: hc,
|
|
2759
|
+
getSlidePastCount: oc,
|
|
2760
|
+
getTotalSlides: gc,
|
|
2761
|
+
getSlide: _c,
|
|
2761
2762
|
getPreviousSlide: () => c,
|
|
2762
2763
|
getCurrentSlide: () => l,
|
|
2763
|
-
getSlideBackground:
|
|
2764
|
-
getSlideNotes:
|
|
2765
|
-
getSlides:
|
|
2766
|
-
getHorizontalSlides:
|
|
2767
|
-
getVerticalSlides:
|
|
2768
|
-
hasHorizontalSlides:
|
|
2769
|
-
hasVerticalSlides:
|
|
2764
|
+
getSlideBackground: vc,
|
|
2765
|
+
getSlideNotes: Ho.getSlideNotes.bind(Ho),
|
|
2766
|
+
getSlides: lc,
|
|
2767
|
+
getHorizontalSlides: uc,
|
|
2768
|
+
getVerticalSlides: dc,
|
|
2769
|
+
hasHorizontalSlides: pc,
|
|
2770
|
+
hasVerticalSlides: mc,
|
|
2770
2771
|
hasNavigatedHorizontally: () => u.hasNavigatedHorizontally,
|
|
2771
2772
|
hasNavigatedVertically: () => u.hasNavigatedVertically,
|
|
2772
|
-
shouldAutoAnimateBetween:
|
|
2773
|
-
addKeyBinding:
|
|
2774
|
-
removeKeyBinding:
|
|
2775
|
-
triggerKey:
|
|
2776
|
-
registerKeyboardShortcut:
|
|
2777
|
-
getComputedSlideSize:
|
|
2778
|
-
setCurrentScrollPage:
|
|
2779
|
-
removeHiddenSlides:
|
|
2780
|
-
getScale: () =>
|
|
2773
|
+
shouldAutoAnimateBetween: Ys,
|
|
2774
|
+
addKeyBinding: No.addKeyBinding.bind(No),
|
|
2775
|
+
removeKeyBinding: No.removeKeyBinding.bind(No),
|
|
2776
|
+
triggerKey: No.triggerKey.bind(No),
|
|
2777
|
+
registerKeyboardShortcut: No.registerKeyboardShortcut.bind(No),
|
|
2778
|
+
getComputedSlideSize: Ns,
|
|
2779
|
+
setCurrentScrollPage: Xs,
|
|
2780
|
+
removeHiddenSlides: rs,
|
|
2781
|
+
getScale: () => go,
|
|
2781
2782
|
getConfig: () => r,
|
|
2782
2783
|
getQueryHash: Mt$1,
|
|
2783
|
-
getSlidePath:
|
|
2784
|
+
getSlidePath: Po.getHash.bind(Po),
|
|
2784
2785
|
getRevealElement: () => e5,
|
|
2785
2786
|
getSlidesElement: () => p.slides,
|
|
2786
2787
|
getViewportElement: () => p.viewport,
|
|
2787
|
-
getBackgroundsElement: () =>
|
|
2788
|
-
registerPlugin:
|
|
2789
|
-
hasPlugin:
|
|
2790
|
-
getPlugin:
|
|
2791
|
-
getPlugins:
|
|
2788
|
+
getBackgroundsElement: () => Oo.element,
|
|
2789
|
+
registerPlugin: Ro.registerPlugin.bind(Ro),
|
|
2790
|
+
hasPlugin: Ro.hasPlugin.bind(Ro),
|
|
2791
|
+
getPlugin: Ro.getPlugin.bind(Ro),
|
|
2792
|
+
getPlugins: Ro.getRegisteredPlugins.bind(Ro)
|
|
2792
2793
|
};
|
|
2793
|
-
return ge$1(n, We$1(Q$2({},
|
|
2794
|
-
announceStatus:
|
|
2795
|
-
getStatusText:
|
|
2796
|
-
focus:
|
|
2797
|
-
scroll:
|
|
2798
|
-
progress:
|
|
2799
|
-
controls:
|
|
2800
|
-
location:
|
|
2801
|
-
overview:
|
|
2802
|
-
keyboard:
|
|
2803
|
-
fragments:
|
|
2804
|
-
backgrounds:
|
|
2805
|
-
slideContent:
|
|
2806
|
-
slideNumber:
|
|
2807
|
-
onUserInput:
|
|
2808
|
-
closeOverlay:
|
|
2809
|
-
updateSlidesVisibility:
|
|
2810
|
-
layoutSlideContents:
|
|
2811
|
-
transformSlides:
|
|
2812
|
-
cueAutoSlide:
|
|
2813
|
-
cancelAutoSlide:
|
|
2814
|
-
})),
|
|
2794
|
+
return ge$1(n, We$1(Q$2({}, zc), {
|
|
2795
|
+
announceStatus: ls,
|
|
2796
|
+
getStatusText: us,
|
|
2797
|
+
focus: Bo,
|
|
2798
|
+
scroll: ko,
|
|
2799
|
+
progress: Io,
|
|
2800
|
+
controls: Fo,
|
|
2801
|
+
location: Po,
|
|
2802
|
+
overview: Mo,
|
|
2803
|
+
keyboard: No,
|
|
2804
|
+
fragments: jo,
|
|
2805
|
+
backgrounds: Oo,
|
|
2806
|
+
slideContent: wo,
|
|
2807
|
+
slideNumber: To,
|
|
2808
|
+
onUserInput: jc,
|
|
2809
|
+
closeOverlay: zo.close.bind(zo),
|
|
2810
|
+
updateSlidesVisibility: ic,
|
|
2811
|
+
layoutSlideContents: js,
|
|
2812
|
+
transformSlides: Es,
|
|
2813
|
+
cueAutoSlide: xc,
|
|
2814
|
+
cancelAutoSlide: Sc
|
|
2815
|
+
})), zc;
|
|
2815
2816
|
}
|
|
2816
2817
|
var ce$1 = Ut$1, qt$1 = [];
|
|
2817
2818
|
ce$1.initialize = (e5) => {
|
|
@@ -2856,36 +2857,36 @@ function v$1(e5, t, n) {
|
|
|
2856
2857
|
function y(e5, t, n) {
|
|
2857
2858
|
return e5 ? JSON.stringify(v$1(e5, t, n)) : "[]";
|
|
2858
2859
|
}
|
|
2859
|
-
function b({ config: e5, plugins: t = ee$1, onReady: n, onSync: r, onSlideSync: i, onSlideChange: a, onSlideTransitionEnd: o, onFragmentShown: s, onFragmentHidden: c, onOverviewShown: l, onOverviewHidden: u, onPaused: f, onResumed:
|
|
2860
|
-
let
|
|
2860
|
+
function b({ config: e5, plugins: t = ee$1, onReady: n, onSync: r, onSlideSync: i, onSlideChange: a, onSlideTransitionEnd: o, onFragmentShown: s, onFragmentHidden: c, onOverviewShown: l, onOverviewHidden: u, onPaused: f, onResumed: go, deckRef: _o, className: p, style: vo, children: yo }) {
|
|
2861
|
+
let bo = (0, import_react.useRef)(null), xo = (0, import_react.useRef)(null), So = (0, import_react.useRef)(null), [Co, wo] = (0, import_react.useState)(null), To = (0, import_react.useRef)(t), Eo = (0, import_react.useRef)(false), Do = (0, import_react.useRef)(e5), Oo = (0, import_react.useRef)(null), ko = (0, import_react.useRef)(/* @__PURE__ */ new WeakMap()), Ao = (0, import_react.useRef)(1), jo = (0, import_react.useRef)(false), Mo = (0, import_react.useRef)(0);
|
|
2861
2862
|
return (0, import_react.useEffect)(() => {
|
|
2862
|
-
if (
|
|
2863
|
+
if (jo.current = true, Mo.current += 1, So.current) So.current.isReady() && wo(So.current);
|
|
2863
2864
|
else {
|
|
2864
|
-
let t2 = new ce$1(
|
|
2865
|
+
let t2 = new ce$1(bo.current, {
|
|
2865
2866
|
...e5,
|
|
2866
|
-
plugins:
|
|
2867
|
+
plugins: To.current
|
|
2867
2868
|
});
|
|
2868
|
-
|
|
2869
|
-
!
|
|
2869
|
+
Do.current = e5, So.current = t2, t2.initialize().then(() => {
|
|
2870
|
+
!jo.current || So.current !== t2 || (wo(t2), n == null ? void 0 : n(t2));
|
|
2870
2871
|
});
|
|
2871
2872
|
}
|
|
2872
2873
|
return () => {
|
|
2873
|
-
|
|
2874
|
-
let e6 =
|
|
2874
|
+
jo.current = false;
|
|
2875
|
+
let e6 = So.current;
|
|
2875
2876
|
if (!e6) return;
|
|
2876
|
-
let t2 = ++
|
|
2877
|
+
let t2 = ++Mo.current;
|
|
2877
2878
|
Promise.resolve().then(() => {
|
|
2878
|
-
if (!(
|
|
2879
|
+
if (!(jo.current || Mo.current !== t2) && So.current === e6) {
|
|
2879
2880
|
try {
|
|
2880
2881
|
e6.destroy();
|
|
2881
2882
|
} catch {
|
|
2882
2883
|
}
|
|
2883
|
-
|
|
2884
|
+
So.current === e6 && (So.current = null);
|
|
2884
2885
|
}
|
|
2885
2886
|
});
|
|
2886
2887
|
};
|
|
2887
|
-
}, []), (0, import_react.useEffect)(() => (g(
|
|
2888
|
-
if (!
|
|
2888
|
+
}, []), (0, import_react.useEffect)(() => (g(_o, Co), () => g(_o, null)), [_o, Co]), (0, import_react.useEffect)(() => {
|
|
2889
|
+
if (!Co) return;
|
|
2889
2890
|
let e6 = [
|
|
2890
2891
|
["sync", r],
|
|
2891
2892
|
["slidesync", i],
|
|
@@ -2896,14 +2897,14 @@ function b({ config: e5, plugins: t = ee$1, onReady: n, onSync: r, onSlideSync:
|
|
|
2896
2897
|
["overviewshown", l],
|
|
2897
2898
|
["overviewhidden", u],
|
|
2898
2899
|
["paused", f],
|
|
2899
|
-
["resumed",
|
|
2900
|
+
["resumed", go]
|
|
2900
2901
|
].filter((e7) => e7[1] != null);
|
|
2901
|
-
for (let [t2, n2] of e6)
|
|
2902
|
+
for (let [t2, n2] of e6) Co.on(t2, n2);
|
|
2902
2903
|
return () => {
|
|
2903
|
-
for (let [t2, n2] of e6)
|
|
2904
|
+
for (let [t2, n2] of e6) Co.off(t2, n2);
|
|
2904
2905
|
};
|
|
2905
2906
|
}, [
|
|
2906
|
-
|
|
2907
|
+
Co,
|
|
2907
2908
|
r,
|
|
2908
2909
|
i,
|
|
2909
2910
|
a,
|
|
@@ -2913,30 +2914,30 @@ function b({ config: e5, plugins: t = ee$1, onReady: n, onSync: r, onSlideSync:
|
|
|
2913
2914
|
l,
|
|
2914
2915
|
u,
|
|
2915
2916
|
f,
|
|
2916
|
-
|
|
2917
|
+
go
|
|
2917
2918
|
]), (0, import_react.useLayoutEffect)(() => {
|
|
2918
2919
|
var _a2;
|
|
2919
|
-
!
|
|
2920
|
-
}, [
|
|
2920
|
+
!Co || !((_a2 = So.current) == null ? void 0 : _a2.isReady()) || te$1(Do.current, e5) && (Eo.current = true, So.current.configure(e5 ?? {}), Do.current = e5);
|
|
2921
|
+
}, [Co, e5]), (0, import_react.useLayoutEffect)(() => {
|
|
2921
2922
|
var _a2;
|
|
2922
|
-
let e6 =
|
|
2923
|
-
|
|
2924
|
-
let t2 = y(
|
|
2923
|
+
let e6 = Eo.current;
|
|
2924
|
+
Eo.current = false;
|
|
2925
|
+
let t2 = y(xo.current, ko.current, Ao);
|
|
2925
2926
|
if (e6) {
|
|
2926
|
-
|
|
2927
|
+
Oo.current = t2;
|
|
2927
2928
|
return;
|
|
2928
2929
|
}
|
|
2929
|
-
((_a2 =
|
|
2930
|
+
((_a2 = So.current) == null ? void 0 : _a2.isReady()) && Oo.current !== t2 && (So.current.sync(), Oo.current = t2);
|
|
2930
2931
|
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(h.Provider, {
|
|
2931
|
-
value:
|
|
2932
|
+
value: Co,
|
|
2932
2933
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
2933
2934
|
className: p ? `reveal ${p}` : "reveal",
|
|
2934
|
-
style:
|
|
2935
|
-
ref:
|
|
2935
|
+
style: vo,
|
|
2936
|
+
ref: bo,
|
|
2936
2937
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
2937
2938
|
className: "slides",
|
|
2938
|
-
ref:
|
|
2939
|
-
children:
|
|
2939
|
+
ref: xo,
|
|
2940
|
+
children: yo
|
|
2940
2941
|
})
|
|
2941
2942
|
})
|
|
2942
2943
|
});
|
|
@@ -2988,8 +2989,8 @@ function C$1(e5, t) {
|
|
|
2988
2989
|
}
|
|
2989
2990
|
return n;
|
|
2990
2991
|
}
|
|
2991
|
-
function w({ children: e5, background: t, backgroundImage: n, backgroundVideo: r, backgroundVideoLoop: i, backgroundVideoMuted: a, backgroundIframe: o, backgroundColor: s, backgroundGradient: c, backgroundSize: l, backgroundPosition: u, backgroundRepeat: f, backgroundOpacity:
|
|
2992
|
-
let
|
|
2992
|
+
function w({ children: e5, background: t, backgroundImage: n, backgroundVideo: r, backgroundVideoLoop: i, backgroundVideoMuted: a, backgroundIframe: o, backgroundColor: s, backgroundGradient: c, backgroundSize: l, backgroundPosition: u, backgroundRepeat: f, backgroundOpacity: go, backgroundTransition: _o, visibility: p, autoAnimate: vo, autoAnimateId: yo, autoAnimateRestart: bo, autoAnimateUnmatched: xo, autoAnimateEasing: So, autoAnimateDuration: Co, autoAnimateDelay: wo, transition: To, transitionSpeed: Eo, autoSlide: Do, notes: Oo, backgroundInteractive: ko, preload: Ao, ...jo }) {
|
|
2993
|
+
let Mo = (0, import_react.useContext)(h), No = (0, import_react.useRef)(null), Po = (0, import_react.useRef)(null), Fo = (0, import_react.useRef)(null), Lo = C$1(jo, {
|
|
2993
2994
|
background: t,
|
|
2994
2995
|
backgroundImage: n,
|
|
2995
2996
|
backgroundVideo: r,
|
|
@@ -3001,36 +3002,36 @@ function w({ children: e5, background: t, backgroundImage: n, backgroundVideo: r
|
|
|
3001
3002
|
backgroundSize: l,
|
|
3002
3003
|
backgroundPosition: u,
|
|
3003
3004
|
backgroundRepeat: f,
|
|
3004
|
-
backgroundOpacity:
|
|
3005
|
-
backgroundTransition:
|
|
3005
|
+
backgroundOpacity: go,
|
|
3006
|
+
backgroundTransition: _o,
|
|
3006
3007
|
visibility: p,
|
|
3007
|
-
autoAnimate:
|
|
3008
|
-
autoAnimateId:
|
|
3009
|
-
autoAnimateRestart:
|
|
3010
|
-
autoAnimateUnmatched:
|
|
3011
|
-
autoAnimateEasing:
|
|
3012
|
-
autoAnimateDuration:
|
|
3013
|
-
autoAnimateDelay:
|
|
3014
|
-
transition:
|
|
3015
|
-
transitionSpeed:
|
|
3016
|
-
autoSlide:
|
|
3017
|
-
notes:
|
|
3018
|
-
backgroundInteractive:
|
|
3019
|
-
preload:
|
|
3020
|
-
}),
|
|
3008
|
+
autoAnimate: vo,
|
|
3009
|
+
autoAnimateId: yo,
|
|
3010
|
+
autoAnimateRestart: bo,
|
|
3011
|
+
autoAnimateUnmatched: xo,
|
|
3012
|
+
autoAnimateEasing: So,
|
|
3013
|
+
autoAnimateDuration: Co,
|
|
3014
|
+
autoAnimateDelay: wo,
|
|
3015
|
+
transition: To,
|
|
3016
|
+
transitionSpeed: Eo,
|
|
3017
|
+
autoSlide: Do,
|
|
3018
|
+
notes: Oo,
|
|
3019
|
+
backgroundInteractive: ko,
|
|
3020
|
+
preload: Ao
|
|
3021
|
+
}), Ro = S$1(Lo);
|
|
3021
3022
|
return (0, import_react.useLayoutEffect)(() => {
|
|
3022
|
-
let e6 =
|
|
3023
|
-
if (!
|
|
3024
|
-
if (
|
|
3025
|
-
|
|
3023
|
+
let e6 = No.current;
|
|
3024
|
+
if (!Mo || !e6 || typeof Mo.syncSlide != "function") return;
|
|
3025
|
+
if (Po.current !== Mo) {
|
|
3026
|
+
Po.current = Mo, Fo.current = Ro;
|
|
3026
3027
|
return;
|
|
3027
3028
|
}
|
|
3028
|
-
if (
|
|
3029
|
-
let t2 =
|
|
3030
|
-
t2 && n2 || (
|
|
3031
|
-
}, [
|
|
3032
|
-
ref:
|
|
3033
|
-
...
|
|
3029
|
+
if (Ro === "[]") return;
|
|
3030
|
+
let t2 = Po.current === Mo, n2 = Fo.current === Ro;
|
|
3031
|
+
t2 && n2 || (Mo.syncSlide(e6), Po.current = Mo, Fo.current = Ro);
|
|
3032
|
+
}, [Mo, Ro]), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("section", {
|
|
3033
|
+
ref: No,
|
|
3034
|
+
...Lo,
|
|
3034
3035
|
children: e5
|
|
3035
3036
|
});
|
|
3036
3037
|
}
|
|
@@ -3412,16 +3413,16 @@ ${c}` : c;
|
|
|
3412
3413
|
r2 = t[0], e5 = e5.substring(r2.length);
|
|
3413
3414
|
let c = Qe(t[2].split("\n", 1)[0], t[1].length), l = e5.split("\n", 1)[0], u = !c.trim(), f = 0;
|
|
3414
3415
|
if (this.options.pedantic ? (f = 2, s2 = c.trimStart()) : u ? f = t[1].length + 1 : (f = c.search(this.rules.other.nonSpaceChar), f = f > 4 ? 1 : f, s2 = c.slice(f), f += t[1].length), u && this.rules.other.blankLine.test(l) && (r2 += l + "\n", e5 = e5.substring(l.length + 1), n2 = true), !n2) {
|
|
3415
|
-
let t2 = this.rules.other.nextBulletRegex(f), n3 = this.rules.other.hrRegex(f), i2 = this.rules.other.fencesBeginRegex(f), a2 = this.rules.other.headingBeginRegex(f), o2 = this.rules.other.htmlBeginRegex(f),
|
|
3416
|
+
let t2 = this.rules.other.nextBulletRegex(f), n3 = this.rules.other.hrRegex(f), i2 = this.rules.other.fencesBeginRegex(f), a2 = this.rules.other.headingBeginRegex(f), o2 = this.rules.other.htmlBeginRegex(f), go = this.rules.other.blockquoteBeginRegex(f);
|
|
3416
3417
|
for (; e5; ) {
|
|
3417
|
-
let
|
|
3418
|
-
if (l =
|
|
3418
|
+
let _o = e5.split("\n", 1)[0], p;
|
|
3419
|
+
if (l = _o, this.options.pedantic ? (l = l.replace(this.rules.other.listReplaceNesting, " "), p = l) : p = l.replace(this.rules.other.tabCharGlobal, " "), i2.test(l) || a2.test(l) || o2.test(l) || go.test(l) || t2.test(l) || n3.test(l)) break;
|
|
3419
3420
|
if (p.search(this.rules.other.nonSpaceChar) >= f || !l.trim()) s2 += "\n" + p.slice(f);
|
|
3420
3421
|
else {
|
|
3421
3422
|
if (u || c.replace(this.rules.other.tabCharGlobal, " ").search(this.rules.other.nonSpaceChar) >= 4 || i2.test(c) || a2.test(c) || n3.test(c)) break;
|
|
3422
3423
|
s2 += "\n" + l;
|
|
3423
3424
|
}
|
|
3424
|
-
u = !l.trim(), r2 +=
|
|
3425
|
+
u = !l.trim(), r2 += _o + "\n", e5 = e5.substring(_o.length + 1), c = p.slice(f);
|
|
3425
3426
|
}
|
|
3426
3427
|
}
|
|
3427
3428
|
i.loose || (o ? i.loose = true : this.rules.other.doubleBlankLine.test(r2) && (o = true)), i.items.push({
|
|
@@ -4506,6 +4507,82 @@ function Bt({ animation: e5, index: t, as: n, asChild: r, className: i, style: a
|
|
|
4506
4507
|
children: o
|
|
4507
4508
|
});
|
|
4508
4509
|
}
|
|
4510
|
+
var TOP_THRESHOLD_PX = 8, OVERFLOW_TOLERANCE_PX = 1;
|
|
4511
|
+
function shouldShowScrollHint(e5) {
|
|
4512
|
+
let { scrollHeight: t, clientHeight: n, scrollTop: r } = e5;
|
|
4513
|
+
return t > n + OVERFLOW_TOLERANCE_PX && r <= TOP_THRESHOLD_PX;
|
|
4514
|
+
}
|
|
4515
|
+
function measureRevealedHeight(e5) {
|
|
4516
|
+
let t = e5.querySelector(".fragment:not(.visible)");
|
|
4517
|
+
return t ? t.getBoundingClientRect().top - e5.getBoundingClientRect().top + e5.scrollTop : e5.scrollHeight;
|
|
4518
|
+
}
|
|
4519
|
+
function useScrollHint(e5, t) {
|
|
4520
|
+
let n = (0, import_compiler_runtime$2.c)(4), [r, i] = (0, import_react.useState)(false), a, o;
|
|
4521
|
+
return n[0] !== t || n[1] !== e5 ? (a = () => {
|
|
4522
|
+
let n2 = e5.current, r2 = t.current;
|
|
4523
|
+
if (!n2 || !r2) return;
|
|
4524
|
+
let a2 = 0, o2 = () => {
|
|
4525
|
+
cancelAnimationFrame(a2), a2 = requestAnimationFrame(() => {
|
|
4526
|
+
i(shouldShowScrollHint({
|
|
4527
|
+
scrollHeight: measureRevealedHeight(n2),
|
|
4528
|
+
clientHeight: n2.clientHeight,
|
|
4529
|
+
scrollTop: n2.scrollTop
|
|
4530
|
+
}));
|
|
4531
|
+
});
|
|
4532
|
+
};
|
|
4533
|
+
o2();
|
|
4534
|
+
let s = new ResizeObserver(o2);
|
|
4535
|
+
s.observe(n2), s.observe(r2);
|
|
4536
|
+
let c = r2.querySelector(".fragment") ? new MutationObserver(o2) : null;
|
|
4537
|
+
return c == null ? void 0 : c.observe(r2, {
|
|
4538
|
+
subtree: true,
|
|
4539
|
+
attributes: true,
|
|
4540
|
+
attributeFilter: ["class"]
|
|
4541
|
+
}), n2.addEventListener("scroll", o2, { passive: true }), () => {
|
|
4542
|
+
cancelAnimationFrame(a2), s.disconnect(), c == null ? void 0 : c.disconnect(), n2.removeEventListener("scroll", o2);
|
|
4543
|
+
};
|
|
4544
|
+
}, o = [e5, t], n[0] = t, n[1] = e5, n[2] = a, n[3] = o) : (a = n[2], o = n[3]), (0, import_react.useEffect)(a, o), r;
|
|
4545
|
+
}
|
|
4546
|
+
var ScrollHintOverlay = (e5) => {
|
|
4547
|
+
let t = (0, import_compiler_runtime$2.c)(6), { className: n } = e5, i;
|
|
4548
|
+
t[0] === n ? i = t[1] : (i = cn("pointer-events-none absolute inset-x-0 bottom-0 z-10 flex flex-col items-center", "animate-in fade-in-0 duration-200", n), t[0] = n, t[1] = i);
|
|
4549
|
+
let a;
|
|
4550
|
+
t[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "h-16 w-full bg-linear-to-t from-background via-background/80 to-transparent" }), t[2] = a) : a = t[2];
|
|
4551
|
+
let o;
|
|
4552
|
+
t[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
4553
|
+
className: "absolute bottom-3 flex items-center gap-1 rounded-full border border-border/60 bg-background/90 px-2.5 py-1 text-xs text-muted-foreground shadow-sm backdrop-blur-sm",
|
|
4554
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(ChevronDown, { className: "h-3.5 w-3.5" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { children: "Scroll for more" })]
|
|
4555
|
+
}), t[3] = o) : o = t[3];
|
|
4556
|
+
let s;
|
|
4557
|
+
return t[4] === i ? s = t[5] : (s = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
4558
|
+
className: i,
|
|
4559
|
+
"data-testid": "slide-scroll-hint",
|
|
4560
|
+
"aria-hidden": true,
|
|
4561
|
+
children: [a, o]
|
|
4562
|
+
}), t[4] = i, t[5] = s), s;
|
|
4563
|
+
};
|
|
4564
|
+
const SlideScrollContainer = (e5) => {
|
|
4565
|
+
let t = (0, import_compiler_runtime$2.c)(10), { children: n, className: i } = e5, a = (0, import_react.useRef)(null), o = (0, import_react.useRef)(null), s = useScrollHint(a, o), c;
|
|
4566
|
+
t[0] === i ? c = t[1] : (c = cn("relative h-full w-full", i), t[0] = i, t[1] = c);
|
|
4567
|
+
let l;
|
|
4568
|
+
t[2] === n ? l = t[3] : (l = /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
4569
|
+
ref: a,
|
|
4570
|
+
className: "h-full w-full overflow-auto",
|
|
4571
|
+
"data-testid": "slide-scroll-container",
|
|
4572
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
4573
|
+
ref: o,
|
|
4574
|
+
className: "flex w-full min-h-full",
|
|
4575
|
+
children: n
|
|
4576
|
+
})
|
|
4577
|
+
}), t[2] = n, t[3] = l);
|
|
4578
|
+
let u;
|
|
4579
|
+
t[4] === s ? u = t[5] : (u = s && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ScrollHintOverlay, {}), t[4] = s, t[5] = u);
|
|
4580
|
+
let f;
|
|
4581
|
+
return t[6] !== c || t[7] !== l || t[8] !== u ? (f = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
4582
|
+
className: c,
|
|
4583
|
+
children: [l, u]
|
|
4584
|
+
}), t[6] = c, t[7] = l, t[8] = u, t[9] = f) : f = t[9], f;
|
|
4585
|
+
};
|
|
4509
4586
|
function composeSlides({ cells: e5, getType: t }) {
|
|
4510
4587
|
let n = [], r = null, i = null, a = () => {
|
|
4511
4588
|
let e6 = { subslides: [] };
|
|
@@ -4617,11 +4694,11 @@ function computeDeckNavigation(e5, t) {
|
|
|
4617
4694
|
return e5.h === n.h && e5.v === n.v && e5.f === n.f ? null : n;
|
|
4618
4695
|
}
|
|
4619
4696
|
const SlideCellView = (e5) => (Logger.warn("SlideCellView islands stub rendered; this should never happen in a read-only embed."), null), SlideCellReadOnlyView = (e5) => (Logger.warn("SlideCellReadOnlyView islands stub rendered; this should never happen in a read-only embed."), null);
|
|
4620
|
-
var PERSIST_DELAY_MS = 300;
|
|
4697
|
+
var import_compiler_runtime$1 = require_compiler_runtime(), PERSIST_DELAY_MS = 300;
|
|
4621
4698
|
const SlideNotesEditor = (e5) => {
|
|
4622
4699
|
var _a2;
|
|
4623
|
-
let t = (0, import_compiler_runtime$1.c)(25), { layout: n, setLayout: a, cellId: o, className: s } = e5, c = o ? ((_a2 = n.cells.get(o)) == null ? void 0 : _a2.speakerNotes) ?? "" : "", [l, u] = (0, import_react.useState)(c), f = (0, import_react.useRef)(false),
|
|
4624
|
-
t[0] !== n || t[1] !== a ? (
|
|
4700
|
+
let t = (0, import_compiler_runtime$1.c)(25), { layout: n, setLayout: a, cellId: o, className: s } = e5, c = o ? ((_a2 = n.cells.get(o)) == null ? void 0 : _a2.speakerNotes) ?? "" : "", [l, u] = (0, import_react.useState)(c), f = (0, import_react.useRef)(false), go;
|
|
4701
|
+
t[0] !== n || t[1] !== a ? (go = (e6, t2) => {
|
|
4625
4702
|
f.current = false;
|
|
4626
4703
|
let r = n.cells.get(e6);
|
|
4627
4704
|
if (((r == null ? void 0 : r.speakerNotes) ?? "") === t2) return;
|
|
@@ -4633,41 +4710,41 @@ const SlideNotesEditor = (e5) => {
|
|
|
4633
4710
|
...n,
|
|
4634
4711
|
cells: i
|
|
4635
4712
|
});
|
|
4636
|
-
}, t[0] = n, t[1] = a, t[2] =
|
|
4637
|
-
let
|
|
4638
|
-
t[3] !== o || t[4] !== l || t[5] !== c || t[6] !==
|
|
4713
|
+
}, t[0] = n, t[1] = a, t[2] = go) : go = t[2];
|
|
4714
|
+
let _o = useDebouncedCallback(useEvent_default(go), PERSIST_DELAY_MS), p = (0, import_react.useRef)(o), vo, yo;
|
|
4715
|
+
t[3] !== o || t[4] !== l || t[5] !== c || t[6] !== _o ? (vo = () => {
|
|
4639
4716
|
if (p.current !== o) {
|
|
4640
|
-
|
|
4717
|
+
_o.flush(), f.current = false, u(c), p.current = o;
|
|
4641
4718
|
return;
|
|
4642
4719
|
}
|
|
4643
4720
|
!f.current && c !== l && u(c);
|
|
4644
|
-
},
|
|
4721
|
+
}, yo = [
|
|
4645
4722
|
o,
|
|
4646
4723
|
c,
|
|
4647
4724
|
l,
|
|
4648
|
-
|
|
4649
|
-
], t[3] = o, t[4] = l, t[5] = c, t[6] =
|
|
4650
|
-
let
|
|
4651
|
-
t[9] ===
|
|
4652
|
-
|
|
4653
|
-
},
|
|
4654
|
-
let
|
|
4655
|
-
t[12] !== o || t[13] !==
|
|
4656
|
-
u(e6), o && (f.current = true,
|
|
4657
|
-
}, t[12] = o, t[13] =
|
|
4658
|
-
let
|
|
4659
|
-
t[15] === s ?
|
|
4660
|
-
let
|
|
4661
|
-
t[17] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
4725
|
+
_o
|
|
4726
|
+
], t[3] = o, t[4] = l, t[5] = c, t[6] = _o, t[7] = vo, t[8] = yo) : (vo = t[7], yo = t[8]), (0, import_react.useEffect)(vo, yo);
|
|
4727
|
+
let bo, xo;
|
|
4728
|
+
t[9] === _o ? (bo = t[10], xo = t[11]) : (bo = () => () => {
|
|
4729
|
+
_o.flush();
|
|
4730
|
+
}, xo = [_o], t[9] = _o, t[10] = bo, t[11] = xo), (0, import_react.useEffect)(bo, xo);
|
|
4731
|
+
let So;
|
|
4732
|
+
t[12] !== o || t[13] !== _o ? (So = (e6) => {
|
|
4733
|
+
u(e6), o && (f.current = true, _o(o, e6));
|
|
4734
|
+
}, t[12] = o, t[13] = _o, t[14] = So) : So = t[14];
|
|
4735
|
+
let Co = So, wo;
|
|
4736
|
+
t[15] === s ? wo = t[16] : (wo = cn("h-full min-h-0 flex flex-col bg-muted/40 dark:bg-muted/20 border-t", s), t[15] = s, t[16] = wo);
|
|
4737
|
+
let To;
|
|
4738
|
+
t[17] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (To = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("header", {
|
|
4662
4739
|
className: "flex items-center gap-1.5 px-3 h-8 shrink-0 text-xs font-medium uppercase tracking-wide text-muted-foreground",
|
|
4663
4740
|
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(StickyNote, { className: "h-3.5 w-3.5" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { children: "Speaker notes" })]
|
|
4664
|
-
}), t[17] =
|
|
4665
|
-
let
|
|
4666
|
-
t[18] !== o || t[19] !== l || t[20] !==
|
|
4741
|
+
}), t[17] = To) : To = t[17];
|
|
4742
|
+
let Eo;
|
|
4743
|
+
t[18] !== o || t[19] !== l || t[20] !== Co ? (Eo = /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
4667
4744
|
className: "flex-1 min-h-0 p-2",
|
|
4668
4745
|
children: o ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("textarea", {
|
|
4669
4746
|
value: l,
|
|
4670
|
-
onChange: (e6) =>
|
|
4747
|
+
onChange: (e6) => Co(e6.target.value),
|
|
4671
4748
|
onClick: Events.stopPropagation(),
|
|
4672
4749
|
placeholder: "Add notes for this slide. Visible to you in speaker view (press S during presentation).",
|
|
4673
4750
|
className: cn("h-full w-full resize-none rounded-sm border border-input/25 bg-background", "px-3 py-2 text-sm leading-relaxed text-foreground placeholder:text-muted-foreground", "ring-offset-background focus-visible:outline-hidden focus-visible:ring-1 focus-visible:ring-ring focus-visible:border-accent"),
|
|
@@ -4676,14 +4753,14 @@ const SlideNotesEditor = (e5) => {
|
|
|
4676
4753
|
className: "h-full flex items-center justify-center text-xs text-muted-foreground",
|
|
4677
4754
|
children: "Select a slide to add notes."
|
|
4678
4755
|
})
|
|
4679
|
-
}), t[18] = o, t[19] = l, t[20] =
|
|
4680
|
-
let
|
|
4681
|
-
return t[22] !==
|
|
4682
|
-
className:
|
|
4756
|
+
}), t[18] = o, t[19] = l, t[20] = Co, t[21] = Eo) : Eo = t[21];
|
|
4757
|
+
let Oo;
|
|
4758
|
+
return t[22] !== wo || t[23] !== Eo ? (Oo = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("section", {
|
|
4759
|
+
className: wo,
|
|
4683
4760
|
"aria-label": "Speaker notes",
|
|
4684
4761
|
onKeyDown: _temp$1,
|
|
4685
|
-
children: [
|
|
4686
|
-
}), t[22] =
|
|
4762
|
+
children: [To, Eo]
|
|
4763
|
+
}), t[22] = wo, t[23] = Eo, t[24] = Oo) : Oo = t[24], Oo;
|
|
4687
4764
|
};
|
|
4688
4765
|
function _temp$1(e5) {
|
|
4689
4766
|
return e5.stopPropagation();
|
|
@@ -5982,16 +6059,16 @@ ${c}` : c;
|
|
|
5982
6059
|
r2 = t[0], e5 = e5.substring(r2.length);
|
|
5983
6060
|
let c = ie(t[2].split("\n", 1)[0], t[1].length), l = e5.split("\n", 1)[0], u = !c.trim(), f = 0;
|
|
5984
6061
|
if (this.options.pedantic ? (f = 2, s2 = c.trimStart()) : u ? f = t[1].length + 1 : (f = c.search(this.rules.other.nonSpaceChar), f = f > 4 ? 1 : f, s2 = c.slice(f), f += t[1].length), u && this.rules.other.blankLine.test(l) && (r2 += l + "\n", e5 = e5.substring(l.length + 1), n2 = true), !n2) {
|
|
5985
|
-
let t2 = this.rules.other.nextBulletRegex(f), n3 = this.rules.other.hrRegex(f), i2 = this.rules.other.fencesBeginRegex(f), a2 = this.rules.other.headingBeginRegex(f), o2 = this.rules.other.htmlBeginRegex(f),
|
|
6062
|
+
let t2 = this.rules.other.nextBulletRegex(f), n3 = this.rules.other.hrRegex(f), i2 = this.rules.other.fencesBeginRegex(f), a2 = this.rules.other.headingBeginRegex(f), o2 = this.rules.other.htmlBeginRegex(f), go = this.rules.other.blockquoteBeginRegex(f);
|
|
5986
6063
|
for (; e5; ) {
|
|
5987
|
-
let
|
|
5988
|
-
if (l =
|
|
6064
|
+
let _o = e5.split("\n", 1)[0], p;
|
|
6065
|
+
if (l = _o, this.options.pedantic ? (l = l.replace(this.rules.other.listReplaceNesting, " "), p = l) : p = l.replace(this.rules.other.tabCharGlobal, " "), i2.test(l) || a2.test(l) || o2.test(l) || go.test(l) || t2.test(l) || n3.test(l)) break;
|
|
5989
6066
|
if (p.search(this.rules.other.nonSpaceChar) >= f || !l.trim()) s2 += "\n" + p.slice(f);
|
|
5990
6067
|
else {
|
|
5991
6068
|
if (u || c.replace(this.rules.other.tabCharGlobal, " ").search(this.rules.other.nonSpaceChar) >= 4 || i2.test(c) || a2.test(c) || n3.test(c)) break;
|
|
5992
6069
|
s2 += "\n" + l;
|
|
5993
6070
|
}
|
|
5994
|
-
u = !l.trim(), r2 +=
|
|
6071
|
+
u = !l.trim(), r2 += _o + "\n", e5 = e5.substring(_o.length + 1), c = p.slice(f);
|
|
5995
6072
|
}
|
|
5996
6073
|
}
|
|
5997
6074
|
i.loose || (o ? i.loose = true : this.rules.other.doubleBlankLine.test(r2) && (o = true)), i.items.push({
|
|
@@ -7202,35 +7279,35 @@ function useParkedPreview(e5) {
|
|
|
7202
7279
|
activeCellId: a,
|
|
7203
7280
|
cellId: null
|
|
7204
7281
|
}, t[3] = a, t[4] = l);
|
|
7205
|
-
let [u, f] = (0, import_react.useState)(l),
|
|
7206
|
-
u.activeCellId === a ? s &&
|
|
7282
|
+
let [u, f] = (0, import_react.useState)(l), go = u.cellId;
|
|
7283
|
+
u.activeCellId === a ? s && go !== a && (go = a, f({
|
|
7207
7284
|
activeCellId: a,
|
|
7208
|
-
cellId:
|
|
7209
|
-
})) : (
|
|
7285
|
+
cellId: go
|
|
7286
|
+
})) : (go = s ? a : null, f({
|
|
7210
7287
|
activeCellId: a,
|
|
7211
|
-
cellId:
|
|
7288
|
+
cellId: go
|
|
7212
7289
|
}));
|
|
7213
|
-
let
|
|
7214
|
-
t[5] === p ?
|
|
7290
|
+
let _o = !c && a != null && go === a, p = _o ? go : null, vo;
|
|
7291
|
+
t[5] === p ? vo = t[6] : (vo = {
|
|
7215
7292
|
cellId: p,
|
|
7216
7293
|
show: true
|
|
7217
|
-
}, t[5] = p, t[6] =
|
|
7218
|
-
let [
|
|
7219
|
-
|
|
7294
|
+
}, t[5] = p, t[6] = vo);
|
|
7295
|
+
let [yo, bo] = (0, import_react.useState)(vo), xo = yo.show;
|
|
7296
|
+
yo.cellId !== p && (xo = true, bo({
|
|
7220
7297
|
cellId: p,
|
|
7221
7298
|
show: true
|
|
7222
7299
|
}));
|
|
7223
|
-
let
|
|
7224
|
-
t[7] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
7225
|
-
let
|
|
7226
|
-
return t[8] !== p || t[9] !==
|
|
7227
|
-
parkedPreviewCell:
|
|
7228
|
-
isHeldEdit:
|
|
7300
|
+
let So;
|
|
7301
|
+
t[7] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (So = () => bo(_temp), t[7] = So) : So = t[7];
|
|
7302
|
+
let Co = useEvent_default(So), wo = c || _o ? n ?? null : null, To;
|
|
7303
|
+
return t[8] !== p || t[9] !== xo || t[10] !== _o || t[11] !== s || t[12] !== wo || t[13] !== Co ? (To = {
|
|
7304
|
+
parkedPreviewCell: wo,
|
|
7305
|
+
isHeldEdit: _o,
|
|
7229
7306
|
isNoOutputPreview: s,
|
|
7230
7307
|
heldEditCellId: p,
|
|
7231
|
-
heldShowsCode:
|
|
7232
|
-
toggleHeldShowsCode:
|
|
7233
|
-
}, t[8] = p, t[9] =
|
|
7308
|
+
heldShowsCode: xo,
|
|
7309
|
+
toggleHeldShowsCode: Co
|
|
7310
|
+
}, t[8] = p, t[9] = xo, t[10] = _o, t[11] = s, t[12] = wo, t[13] = Co, t[14] = To) : To = t[14], To;
|
|
7234
7311
|
}
|
|
7235
7312
|
function _temp(e5) {
|
|
7236
7313
|
return {
|
|
@@ -7249,12 +7326,12 @@ function resolveSlideContentStyle(e5) {
|
|
|
7249
7326
|
}
|
|
7250
7327
|
}
|
|
7251
7328
|
var SubslideView = (e5) => {
|
|
7252
|
-
let t = (0, import_compiler_runtime.c)(24), { subslide: n, resolveShowCode: r, isEditable: i, slideConfigs: a, contentStyle: o } = e5, s, c, u, f,
|
|
7329
|
+
let t = (0, import_compiler_runtime.c)(24), { subslide: n, resolveShowCode: r, isEditable: i, slideConfigs: a, contentStyle: o } = e5, s, c, u, f, go, _o;
|
|
7253
7330
|
if (t[0] !== o || t[1] !== i || t[2] !== r || t[3] !== a || t[4] !== n) {
|
|
7254
7331
|
let { slideLevel: e6, cumulativeByBlock: p2 } = buildSubslideNotes(n, a);
|
|
7255
|
-
|
|
7256
|
-
let
|
|
7257
|
-
|
|
7332
|
+
u = e6;
|
|
7333
|
+
let vo2 = n.blocks.some((e7) => e7.cells.some((e8) => r(e8.id)));
|
|
7334
|
+
c = w, s = SlideScrollContainer, f = vo2 ? "mo-slide-content flex flex-col gap-3" : "mo-slide-content", go = o, _o = n.blocks.map((e7, t2) => {
|
|
7258
7335
|
let n2 = e7.cells.map((e8) => r(e8.id) ? i ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SlideCellView, { cell: e8 }, e8.id) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SlideCellReadOnlyView, { cell: e8 }, e8.id) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Slide, {
|
|
7259
7336
|
cellId: e8.id,
|
|
7260
7337
|
status: e8.status,
|
|
@@ -7269,23 +7346,20 @@ var SubslideView = (e5) => {
|
|
|
7269
7346
|
}, t2);
|
|
7270
7347
|
}
|
|
7271
7348
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Fragment, { children: n2 }, t2);
|
|
7272
|
-
}), t[0] = o, t[1] = i, t[2] = r, t[3] = a, t[4] = n, t[5] = s, t[6] = c, t[7] = u, t[8] = f, t[9] =
|
|
7273
|
-
} else s = t[5], c = t[6], u = t[7], f = t[8],
|
|
7349
|
+
}), t[0] = o, t[1] = i, t[2] = r, t[3] = a, t[4] = n, t[5] = s, t[6] = c, t[7] = u, t[8] = f, t[9] = go, t[10] = _o;
|
|
7350
|
+
} else s = t[5], c = t[6], u = t[7], f = t[8], go = t[9], _o = t[10];
|
|
7274
7351
|
let p;
|
|
7275
|
-
t[11] !==
|
|
7276
|
-
className:
|
|
7277
|
-
style:
|
|
7278
|
-
children:
|
|
7279
|
-
}), t[11] =
|
|
7280
|
-
let
|
|
7281
|
-
t[15] !==
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
t[18] === c ? co = t[19] : (co = c && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(NotesAside, { text: c }), t[18] = c, t[19] = co);
|
|
7287
|
-
let uo;
|
|
7288
|
-
return t[20] !== s || t[21] !== so || t[22] !== co ? (uo = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(s, { children: [so, co] }), t[20] = s, t[21] = so, t[22] = co, t[23] = uo) : uo = t[23], uo;
|
|
7352
|
+
t[11] !== f || t[12] !== go || t[13] !== _o ? (p = /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
7353
|
+
className: f,
|
|
7354
|
+
style: go,
|
|
7355
|
+
children: _o
|
|
7356
|
+
}), t[11] = f, t[12] = go, t[13] = _o, t[14] = p) : p = t[14];
|
|
7357
|
+
let vo;
|
|
7358
|
+
t[15] !== s || t[16] !== p ? (vo = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(s, { children: p }), t[15] = s, t[16] = p, t[17] = vo) : vo = t[17];
|
|
7359
|
+
let yo;
|
|
7360
|
+
t[18] === u ? yo = t[19] : (yo = u && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(NotesAside, { text: u }), t[18] = u, t[19] = yo);
|
|
7361
|
+
let xo;
|
|
7362
|
+
return t[20] !== c || t[21] !== vo || t[22] !== yo ? (xo = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(c, { children: [vo, yo] }), t[20] = c, t[21] = vo, t[22] = yo, t[23] = xo) : xo = t[23], xo;
|
|
7289
7363
|
};
|
|
7290
7364
|
function parkedRendersSource(e5) {
|
|
7291
7365
|
let { isNoOutputPreview: t, isEditable: n, showCode: r } = e5;
|
|
@@ -7310,178 +7384,178 @@ var ParkedPreviewContent = (e5) => {
|
|
|
7310
7384
|
output: c,
|
|
7311
7385
|
stale: u
|
|
7312
7386
|
}), t[5] = n.id, t[6] = n.output, t[7] = n.status, t[8] = u, t[9] = f) : f = t[9], f;
|
|
7313
|
-
}, reveal_component_default = ({ slideCells: e5, layout: o, setLayout: s, noOutputIds: l, activeIndex: u, onSlideChange: f, mode:
|
|
7387
|
+
}, reveal_component_default = ({ slideCells: e5, layout: o, setLayout: s, noOutputIds: l, activeIndex: u, onSlideChange: f, mode: yo, configWidth: bo, isEditable: Co = false }) => {
|
|
7314
7388
|
var _a2, _b2, _c;
|
|
7315
|
-
let
|
|
7316
|
-
activeCell:
|
|
7389
|
+
let Eo = (0, import_react.useRef)(null), Do = (0, import_react.useRef)(null), { width: Oo, height: Po } = useSlideDimensions(Eo), Fo = useFullScreenElement() != null, Lo = useAtomValue(kioskModeAtom), Ro = (0, import_react.useMemo)(() => Lo ? [] : [ce], [Lo]), [zo, Bo] = (0, import_react.useState)(() => /* @__PURE__ */ new Set()), Vo = useNotebookCodeAvailable(e5), Ho = !isIslands() && Vo, Uo = u == null ? void 0 : e5[u], Wo = Uo ?? e5.at(0), { parkedPreviewCell: Go, isHeldEdit: Ko, isNoOutputPreview: qo, heldEditCellId: Jo, heldShowsCode: Yo, toggleHeldShowsCode: Xo } = useParkedPreview({
|
|
7390
|
+
activeCell: Uo,
|
|
7317
7391
|
slideConfigs: o.cells,
|
|
7318
7392
|
noOutputIds: l
|
|
7319
|
-
}),
|
|
7393
|
+
}), Zo = (e6) => shouldShowCode({
|
|
7320
7394
|
cells: o.cells,
|
|
7321
7395
|
cellId: e6,
|
|
7322
|
-
showCodeOverrides:
|
|
7323
|
-
codeToggleEnabled:
|
|
7324
|
-
}),
|
|
7396
|
+
showCodeOverrides: zo,
|
|
7397
|
+
codeToggleEnabled: Ho
|
|
7398
|
+
}), Qo = (Uo == null ? void 0 : Uo.id) ?? (Wo == null ? void 0 : Wo.id), $o = Ko ? Yo : Zo(Qo), ns = Ho && Qo != null && (((_a2 = o.cells.get(Qo)) == null ? void 0 : _a2.showCode) ?? false), rs = (0, import_react.useMemo)(() => composeSlides({
|
|
7325
7399
|
cells: e5,
|
|
7326
7400
|
getType: (e6) => deckSlideType({
|
|
7327
7401
|
cell: e6,
|
|
7328
7402
|
noOutputIds: l,
|
|
7329
|
-
heldEditCellId:
|
|
7403
|
+
heldEditCellId: Jo,
|
|
7330
7404
|
slideConfigs: o.cells
|
|
7331
7405
|
})
|
|
7332
7406
|
}), [
|
|
7333
7407
|
e5,
|
|
7334
7408
|
l,
|
|
7335
7409
|
o.cells,
|
|
7336
|
-
|
|
7337
|
-
]), { cellToTarget:
|
|
7338
|
-
composition:
|
|
7410
|
+
Jo
|
|
7411
|
+
]), { cellToTarget: is, targetToCellIndex: as } = (0, import_react.useMemo)(() => buildSlideIndices({
|
|
7412
|
+
composition: rs,
|
|
7339
7413
|
cells: e5,
|
|
7340
7414
|
getId: (e6) => e6.id
|
|
7341
|
-
}), [
|
|
7415
|
+
}), [rs, e5]), os = ((_b2 = o.deck) == null ? void 0 : _b2.transition) ?? "slide", ss = resolveSlideContentStyle((_c = o.deck) == null ? void 0 : _c.verticalAlign), cs = (0, import_react.useMemo)(() => {
|
|
7342
7416
|
let e6 = new URL(window.location.href);
|
|
7343
7417
|
return e6.searchParams.set("kiosk", "true"), e6.searchParams.set("show-chrome", "false"), e6.toString();
|
|
7344
|
-
}, []),
|
|
7418
|
+
}, []), ls = (0, import_react.useMemo)(() => ({
|
|
7345
7419
|
embedded: true,
|
|
7346
|
-
width:
|
|
7347
|
-
height:
|
|
7420
|
+
width: Oo,
|
|
7421
|
+
height: Po,
|
|
7348
7422
|
center: false,
|
|
7349
7423
|
minScale: 0.2,
|
|
7350
7424
|
maxScale: 2,
|
|
7351
|
-
transition:
|
|
7425
|
+
transition: os,
|
|
7352
7426
|
keyboardCondition: (e6) => !Events.fromInput(e6),
|
|
7353
|
-
url:
|
|
7427
|
+
url: cs,
|
|
7354
7428
|
scrollActivationWidth: 0
|
|
7355
7429
|
}), [
|
|
7356
|
-
|
|
7357
|
-
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
]),
|
|
7430
|
+
Oo,
|
|
7431
|
+
Po,
|
|
7432
|
+
os,
|
|
7433
|
+
cs
|
|
7434
|
+
]), us = useEvent_default((t) => {
|
|
7361
7435
|
let n = resolveDeckNavigationTarget({
|
|
7362
7436
|
activeIndex: u,
|
|
7363
7437
|
cells: e5,
|
|
7364
|
-
cellToTarget:
|
|
7438
|
+
cellToTarget: is,
|
|
7365
7439
|
getId: (e6) => e6.id
|
|
7366
7440
|
}), r = n && computeDeckNavigation(t.getIndices(), n);
|
|
7367
7441
|
r && (t.slide(r.h, r.v, r.f), clearPreviousVerticalIndices(t));
|
|
7368
7442
|
});
|
|
7369
7443
|
(0, import_react.useEffect)(() => {
|
|
7370
|
-
let e6 =
|
|
7371
|
-
e6 != null &&
|
|
7444
|
+
let e6 = Do.current;
|
|
7445
|
+
e6 != null && us(e6);
|
|
7372
7446
|
}, [
|
|
7373
7447
|
u,
|
|
7374
|
-
|
|
7448
|
+
is,
|
|
7375
7449
|
e5,
|
|
7376
|
-
|
|
7450
|
+
us
|
|
7377
7451
|
]);
|
|
7378
|
-
let
|
|
7379
|
-
if (!(
|
|
7380
|
-
if (
|
|
7381
|
-
|
|
7452
|
+
let ds = useEvent_default(() => {
|
|
7453
|
+
if (!(Qo == null || ns)) {
|
|
7454
|
+
if (Ko) {
|
|
7455
|
+
Xo();
|
|
7382
7456
|
return;
|
|
7383
7457
|
}
|
|
7384
|
-
(0, import_react.startTransition)(() =>
|
|
7458
|
+
(0, import_react.startTransition)(() => Bo((e6) => {
|
|
7385
7459
|
let t = new Set(e6);
|
|
7386
|
-
return t.has(
|
|
7460
|
+
return t.has(Qo) ? t.delete(Qo) : t.add(Qo), t;
|
|
7387
7461
|
}));
|
|
7388
7462
|
}
|
|
7389
|
-
}),
|
|
7463
|
+
}), fs = useEvent_default((e6) => {
|
|
7390
7464
|
var _a3;
|
|
7391
|
-
|
|
7465
|
+
us(e6), Ho && e6.addKeyBinding({
|
|
7392
7466
|
keyCode: 67,
|
|
7393
7467
|
key: "C",
|
|
7394
7468
|
description: "Toggle code editor"
|
|
7395
|
-
},
|
|
7469
|
+
}, ds);
|
|
7396
7470
|
let t = (_a3 = e6.getSlidesElement()) == null ? void 0 : _a3.closest(".reveal");
|
|
7397
7471
|
t instanceof HTMLElement && (t.tabIndex = -1, t.focus({ preventScroll: true }));
|
|
7398
|
-
}),
|
|
7399
|
-
if (
|
|
7400
|
-
let e6 =
|
|
7472
|
+
}), ps = useEvent_default(() => {
|
|
7473
|
+
if (Go != null) return;
|
|
7474
|
+
let e6 = Do.current;
|
|
7401
7475
|
if (!e6) return;
|
|
7402
|
-
let t = resolveActiveCellIndex(
|
|
7476
|
+
let t = resolveActiveCellIndex(as, e6.getIndices());
|
|
7403
7477
|
t != null && (f == null ? void 0 : f(t));
|
|
7404
|
-
}),
|
|
7405
|
-
if (!
|
|
7478
|
+
}), ms = useEvent_default((t) => {
|
|
7479
|
+
if (!Go || u == null || Events.fromInput(t)) return;
|
|
7406
7480
|
let n = classifyNavKey(t);
|
|
7407
7481
|
if (n === 0) return;
|
|
7408
7482
|
t.preventDefault(), t.stopPropagation();
|
|
7409
7483
|
let r = u + n;
|
|
7410
7484
|
r < 0 || r >= e5.length || (f == null ? void 0 : f(r));
|
|
7411
|
-
}),
|
|
7412
|
-
|
|
7485
|
+
}), hs = useEvent_default(() => {
|
|
7486
|
+
ps();
|
|
7413
7487
|
});
|
|
7414
|
-
useEventListener(document, "keydown",
|
|
7415
|
-
let
|
|
7416
|
-
isNoOutputPreview:
|
|
7417
|
-
isEditable:
|
|
7418
|
-
showCode:
|
|
7419
|
-
}),
|
|
7420
|
-
ref:
|
|
7488
|
+
useEventListener(document, "keydown", ms, { capture: true });
|
|
7489
|
+
let gs = Ko ? null : qo ? "Hidden as there is no output" : "Skipped in presentation", _s = Ko ? Yo : Zo(Go == null ? void 0 : Go.id), vs = parkedRendersSource({
|
|
7490
|
+
isNoOutputPreview: qo,
|
|
7491
|
+
isEditable: Co,
|
|
7492
|
+
showCode: _s
|
|
7493
|
+
}), ys = /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
7494
|
+
ref: Eo,
|
|
7421
7495
|
className: "h-full w-full min-w-0 flex items-center justify-center overflow-hidden",
|
|
7422
7496
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
7423
7497
|
className: "group relative",
|
|
7424
7498
|
style: {
|
|
7425
|
-
width:
|
|
7426
|
-
height:
|
|
7499
|
+
width: Oo,
|
|
7500
|
+
height: Po
|
|
7427
7501
|
},
|
|
7428
7502
|
children: [
|
|
7429
7503
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(b, {
|
|
7430
|
-
deckRef:
|
|
7504
|
+
deckRef: Do,
|
|
7431
7505
|
className: "aspect-video w-full overflow-hidden border rounded bg-background mo-slides-theme prose-slides focus:outline-hidden focus-visible:outline-hidden",
|
|
7432
|
-
config:
|
|
7433
|
-
onReady:
|
|
7434
|
-
onSlideChange:
|
|
7435
|
-
onFragmentShown:
|
|
7436
|
-
onFragmentHidden:
|
|
7437
|
-
plugins:
|
|
7438
|
-
children:
|
|
7506
|
+
config: ls,
|
|
7507
|
+
onReady: fs,
|
|
7508
|
+
onSlideChange: hs,
|
|
7509
|
+
onFragmentShown: ps,
|
|
7510
|
+
onFragmentHidden: ps,
|
|
7511
|
+
plugins: Ro,
|
|
7512
|
+
children: rs.stacks.map((e6, t) => e6.subslides.length === 1 ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SubslideView, {
|
|
7439
7513
|
subslide: e6.subslides[0],
|
|
7440
|
-
resolveShowCode:
|
|
7441
|
-
isEditable:
|
|
7514
|
+
resolveShowCode: Zo,
|
|
7515
|
+
isEditable: Co,
|
|
7442
7516
|
slideConfigs: o.cells,
|
|
7443
|
-
contentStyle:
|
|
7517
|
+
contentStyle: ss
|
|
7444
7518
|
}, t) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ne, { children: e6.subslides.map((e7, t2) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SubslideView, {
|
|
7445
7519
|
subslide: e7,
|
|
7446
|
-
resolveShowCode:
|
|
7447
|
-
isEditable:
|
|
7520
|
+
resolveShowCode: Zo,
|
|
7521
|
+
isEditable: Co,
|
|
7448
7522
|
slideConfigs: o.cells,
|
|
7449
|
-
contentStyle:
|
|
7523
|
+
contentStyle: ss
|
|
7450
7524
|
}, t2)) }, t))
|
|
7451
7525
|
}),
|
|
7452
|
-
|
|
7526
|
+
Go && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
7453
7527
|
className: "absolute inset-0 z-10 border rounded bg-background flex flex-col overflow-hidden",
|
|
7454
|
-
"aria-label":
|
|
7455
|
-
children: [
|
|
7528
|
+
"aria-label": gs ?? void 0,
|
|
7529
|
+
children: [gs && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
7456
7530
|
className: "flex items-center gap-1.5 px-3 py-1.5 text-xs text-muted-foreground border-b bg-muted/40",
|
|
7457
|
-
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(EyeOff, { className: "h-3.5 w-3.5" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { children:
|
|
7531
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(EyeOff, { className: "h-3.5 w-3.5" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { children: gs })]
|
|
7458
7532
|
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
7459
7533
|
className: "flex-1 overflow-auto flex",
|
|
7460
7534
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
7461
|
-
className:
|
|
7462
|
-
style:
|
|
7535
|
+
className: vs ? "mo-slide-content flex flex-col gap-3" : "mo-slide-content",
|
|
7536
|
+
style: ss,
|
|
7463
7537
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ParkedPreviewContent, {
|
|
7464
|
-
cell:
|
|
7465
|
-
isNoOutputPreview:
|
|
7466
|
-
isEditable:
|
|
7467
|
-
showCode:
|
|
7538
|
+
cell: Go,
|
|
7539
|
+
isNoOutputPreview: qo,
|
|
7540
|
+
isEditable: Co,
|
|
7541
|
+
showCode: _s
|
|
7468
7542
|
})
|
|
7469
7543
|
})
|
|
7470
7544
|
})]
|
|
7471
|
-
},
|
|
7545
|
+
}, Go.id),
|
|
7472
7546
|
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
7473
7547
|
className: "absolute top-2 right-2 z-20 opacity-0 group-hover:opacity-70 text-muted-foreground transition-opacity",
|
|
7474
|
-
children: [
|
|
7475
|
-
content:
|
|
7548
|
+
children: [Ho && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Tooltip, {
|
|
7549
|
+
content: ns ? "Code is always shown for this slide" : $o ? "Hide code (C)" : "Show code (C)",
|
|
7476
7550
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Button, {
|
|
7477
7551
|
"data-testid": "marimo-plugin-slides-toggle-code",
|
|
7478
7552
|
variant: "ghost",
|
|
7479
7553
|
size: "icon",
|
|
7480
|
-
className: cn("text-muted-foreground h-7 w-7",
|
|
7481
|
-
"aria-pressed":
|
|
7482
|
-
"aria-disabled":
|
|
7483
|
-
"aria-label":
|
|
7484
|
-
onClick:
|
|
7554
|
+
className: cn("text-muted-foreground h-7 w-7", $o && "text-foreground bg-muted", ns && "opacity-50 cursor-not-allowed"),
|
|
7555
|
+
"aria-pressed": $o,
|
|
7556
|
+
"aria-disabled": ns,
|
|
7557
|
+
"aria-label": ns ? "Code always shown" : $o ? "Hide code" : "Show code",
|
|
7558
|
+
onClick: ds,
|
|
7485
7559
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Code, { className: "h-4 w-4" })
|
|
7486
7560
|
})
|
|
7487
7561
|
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Tooltip, {
|
|
@@ -7494,7 +7568,7 @@ var ParkedPreviewContent = (e5) => {
|
|
|
7494
7568
|
"aria-label": "Enter fullscreen",
|
|
7495
7569
|
onClick: () => {
|
|
7496
7570
|
var _a3, _b3;
|
|
7497
|
-
(_b3 = (_a3 =
|
|
7571
|
+
(_b3 = (_a3 = Do.current) == null ? void 0 : _a3.getViewportElement()) == null ? void 0 : _b3.requestFullscreen().catch((e6) => {
|
|
7498
7572
|
Logger.error("Failed to request fullscreen", e6);
|
|
7499
7573
|
});
|
|
7500
7574
|
},
|
|
@@ -7505,9 +7579,9 @@ var ParkedPreviewContent = (e5) => {
|
|
|
7505
7579
|
]
|
|
7506
7580
|
})
|
|
7507
7581
|
});
|
|
7508
|
-
return
|
|
7582
|
+
return yo === "read" ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
7509
7583
|
className: "flex-1 min-w-0 flex flex-row gap-3",
|
|
7510
|
-
children:
|
|
7584
|
+
children: ys
|
|
7511
7585
|
}) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
7512
7586
|
className: "flex-1 min-w-0 flex flex-row gap-3",
|
|
7513
7587
|
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(PanelGroup, {
|
|
@@ -7518,7 +7592,7 @@ var ParkedPreviewContent = (e5) => {
|
|
|
7518
7592
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Panel, {
|
|
7519
7593
|
defaultSize: 92,
|
|
7520
7594
|
minSize: 60,
|
|
7521
|
-
children:
|
|
7595
|
+
children: ys
|
|
7522
7596
|
}),
|
|
7523
7597
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(PanelResizeHandle, {
|
|
7524
7598
|
className: "mo-slides-notes-resize",
|
|
@@ -7526,7 +7600,7 @@ var ParkedPreviewContent = (e5) => {
|
|
|
7526
7600
|
coarse: 12,
|
|
7527
7601
|
fine: 4
|
|
7528
7602
|
},
|
|
7529
|
-
disabled:
|
|
7603
|
+
disabled: Fo
|
|
7530
7604
|
}),
|
|
7531
7605
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Panel, {
|
|
7532
7606
|
defaultSize: 10,
|
|
@@ -7536,15 +7610,15 @@ var ParkedPreviewContent = (e5) => {
|
|
|
7536
7610
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SlideNotesEditor, {
|
|
7537
7611
|
layout: o,
|
|
7538
7612
|
setLayout: s,
|
|
7539
|
-
cellId:
|
|
7613
|
+
cellId: Wo == null ? void 0 : Wo.id
|
|
7540
7614
|
})
|
|
7541
7615
|
})
|
|
7542
7616
|
]
|
|
7543
7617
|
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SlideSidebar, {
|
|
7544
|
-
configWidth:
|
|
7618
|
+
configWidth: bo,
|
|
7545
7619
|
layout: o,
|
|
7546
7620
|
setLayout: s,
|
|
7547
|
-
activeConfigCell:
|
|
7621
|
+
activeConfigCell: Wo
|
|
7548
7622
|
})]
|
|
7549
7623
|
});
|
|
7550
7624
|
};
|