pptx-vue-viewer 1.1.91 → 1.3.0
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/CHANGELOG.md +2 -0
- package/dist/gif-encoder-Bfi3ygij.js +2 -0
- package/dist/gif-encoder-Bfi3ygij.js.br +0 -0
- package/dist/gif-encoder-Bfi3ygij.js.gz +0 -0
- package/dist/gif-encoder-DaSYplHV.cjs +2 -0
- package/dist/gif-encoder-DaSYplHV.cjs.br +0 -0
- package/dist/gif-encoder-DaSYplHV.cjs.gz +0 -0
- package/dist/i18n.cjs +18 -0
- package/dist/i18n.cjs.br +0 -0
- package/dist/i18n.cjs.gz +0 -0
- package/dist/i18n.js +18 -0
- package/dist/i18n.js.br +0 -0
- package/dist/i18n.js.gz +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.br +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/viewer/components/ribbon/TextSection.vue.d.ts.map +1 -1
- package/dist/viewer/components/ribbon/ribbon-constants.d.ts +7 -5
- package/dist/viewer/components/ribbon/ribbon-constants.d.ts.map +1 -1
- package/dist/viewer/components/viewer-settings.d.ts +4 -4
- package/dist/viewer/components/viewer-settings.d.ts.map +1 -1
- package/dist/viewer/composables/useKeyboardShortcuts.d.ts +6 -6
- package/dist/viewer/composables/useKeyboardShortcuts.d.ts.map +1 -1
- package/dist/viewer/index.cjs +1 -1
- package/dist/viewer/index.cjs.br +0 -0
- package/dist/viewer/index.cjs.gz +0 -0
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/{viewer-BjAes68X.cjs → viewer-CVEEmlI3.cjs} +522 -519
- package/dist/viewer-CVEEmlI3.cjs.br +0 -0
- package/dist/viewer-CVEEmlI3.cjs.gz +0 -0
- package/dist/{viewer-JXWei7D2.js → viewer-DM7wUSup.js} +1327 -1324
- package/dist/viewer-DM7wUSup.js.br +0 -0
- package/dist/viewer-DM7wUSup.js.gz +0 -0
- package/package.json +1 -1
- package/dist/gif-encoder-DJf-Ec1a.cjs +0 -2
- package/dist/gif-encoder-DJf-Ec1a.cjs.br +0 -0
- package/dist/gif-encoder-DJf-Ec1a.cjs.gz +0 -0
- package/dist/gif-encoder-IumHDMva.js +0 -2
- package/dist/gif-encoder-IumHDMva.js.br +0 -3
- package/dist/gif-encoder-IumHDMva.js.gz +0 -0
- package/dist/viewer-BjAes68X.cjs.br +0 -0
- package/dist/viewer-BjAes68X.cjs.gz +0 -0
- package/dist/viewer-JXWei7D2.js.br +0 -0
- package/dist/viewer-JXWei7D2.js.gz +0 -0
|
@@ -524,7 +524,7 @@ function j(e, t, n) {
|
|
|
524
524
|
function H(e) {
|
|
525
525
|
return j(e / 100, 0, 1);
|
|
526
526
|
}
|
|
527
|
-
function
|
|
527
|
+
function K(e) {
|
|
528
528
|
const t = e.replace(/^#/u, ""), n = parseInt(t.substring(0, 2), 16) / 255, o = parseInt(t.substring(2, 4), 16) / 255, r = parseInt(t.substring(4, 6), 16) / 255;
|
|
529
529
|
return {
|
|
530
530
|
r: Number.isFinite(n) ? n : 0,
|
|
@@ -532,7 +532,7 @@ function G(e) {
|
|
|
532
532
|
b: Number.isFinite(r) ? r : 0
|
|
533
533
|
};
|
|
534
534
|
}
|
|
535
|
-
function
|
|
535
|
+
function G(e) {
|
|
536
536
|
if (t.isImageLikeElement(e)) return e.imageEffects;
|
|
537
537
|
}
|
|
538
538
|
function Y(e) {
|
|
@@ -575,11 +575,11 @@ function J(e) {
|
|
|
575
575
|
return !!e && Z.has(e);
|
|
576
576
|
}
|
|
577
577
|
function Q(e) {
|
|
578
|
-
const t =
|
|
578
|
+
const t = G(e);
|
|
579
579
|
return !!t && Boolean("number" == typeof t.alphaModFix || t.alphaInv || t.alphaCeiling || t.alphaFloor || "number" == typeof t.alphaRepl || "number" == typeof t.alphaBiLevel || "number" == typeof t.biLevel || t.lum && ("number" == typeof t.lum.bright || "number" == typeof t.lum.contrast) || t.hsl && ("number" == typeof t.hsl.sat || "number" == typeof t.hsl.lum) || t.tint && "number" == typeof t.tint.amt || t.clrRepl);
|
|
580
580
|
}
|
|
581
581
|
function ee(e, t) {
|
|
582
|
-
const n =
|
|
582
|
+
const n = G(e);
|
|
583
583
|
if (!n) return;
|
|
584
584
|
const o = [];
|
|
585
585
|
if ("number" == typeof n.brightness && 0 !== n.brightness && o.push(`brightness(${Math.max(0, 1 + n.brightness / 100)})`), "number" == typeof n.contrast && 0 !== n.contrast && o.push(`contrast(${Math.max(0, 1 + n.contrast / 100)})`), "number" == typeof n.saturation && 0 !== n.saturation && o.push(`saturate(${Math.max(0, 1 + n.saturation / 100)})`), n.grayscale && o.push("grayscale(100%)"), n.duotone && !t?.excludeDuotone && o.push(`url(#${Y(e.id)})`), Q(e) && o.push(`url(#${X(e.id)})`), n.artisticEffect) {
|
|
@@ -629,7 +629,7 @@ function ee(e, t) {
|
|
|
629
629
|
return o.length > 0 ? o.join(" ") : void 0;
|
|
630
630
|
}
|
|
631
631
|
function te(e) {
|
|
632
|
-
const t =
|
|
632
|
+
const t = G(e);
|
|
633
633
|
if (t) return "number" == typeof t.alphaModFix ? j(t.alphaModFix / 100, 0, 1) : void 0;
|
|
634
634
|
}
|
|
635
635
|
var ne = [
|
|
@@ -655,11 +655,11 @@ var ne = [
|
|
|
655
655
|
0
|
|
656
656
|
].join(" ");
|
|
657
657
|
function oe(e, t) {
|
|
658
|
-
const n =
|
|
658
|
+
const n = K(e), o = K(t);
|
|
659
659
|
return `<feColorMatrix type="matrix" values="${ne}"/><feComponentTransfer><feFuncR type="linear" slope="${o.r - n.r}" intercept="${n.r}"/><feFuncG type="linear" slope="${o.g - n.g}" intercept="${n.g}"/><feFuncB type="linear" slope="${o.b - n.b}" intercept="${n.b}"/></feComponentTransfer>`;
|
|
660
660
|
}
|
|
661
661
|
function re(e, n = t.isImageLikeElement(e) ? e.id : "") {
|
|
662
|
-
const o =
|
|
662
|
+
const o = G(e);
|
|
663
663
|
if (!o || !Q(e)) return;
|
|
664
664
|
const r = function(e) {
|
|
665
665
|
const t = [];
|
|
@@ -698,7 +698,7 @@ function re(e, n = t.isImageLikeElement(e) ? e.id : "") {
|
|
|
698
698
|
r((e, n) => `<feColorMatrix in="${e}" result="${n}" type="saturate" values="${t}"/>`);
|
|
699
699
|
}
|
|
700
700
|
if (e.clrRepl) {
|
|
701
|
-
const t =
|
|
701
|
+
const t = K(e.clrRepl.color);
|
|
702
702
|
r((e, n) => `<feColorMatrix in="${e}" result="${n}" type="matrix" values="0 0 0 0 ${t.r} 0 0 0 0 ${t.g} 0 0 0 0 ${t.b} 0 0 0 1 0"/>`);
|
|
703
703
|
}
|
|
704
704
|
return t.length > 0 ? t.join("") : void 0;
|
|
@@ -769,7 +769,7 @@ function ae(e, t) {
|
|
|
769
769
|
}
|
|
770
770
|
function le(e) {
|
|
771
771
|
const n = [], o = function(e, n = t.isImageLikeElement(e) ? e.id : "") {
|
|
772
|
-
const o =
|
|
772
|
+
const o = G(e);
|
|
773
773
|
if (!o?.duotone) return;
|
|
774
774
|
const r = Y(n);
|
|
775
775
|
return {
|
|
@@ -788,7 +788,7 @@ function le(e) {
|
|
|
788
788
|
markup: r.filterMarkup
|
|
789
789
|
});
|
|
790
790
|
const a = function(e, n = t.isImageLikeElement(e) ? e.id : "") {
|
|
791
|
-
const o =
|
|
791
|
+
const o = G(e);
|
|
792
792
|
if (!o?.artisticEffect || !J(o.artisticEffect)) return;
|
|
793
793
|
const r = ae(o.artisticEffect, o.artisticRadius ?? 5);
|
|
794
794
|
if (!r) return;
|
|
@@ -1772,10 +1772,10 @@ var je = {};
|
|
|
1772
1772
|
for (const [e, t] of Object.entries(Ie)) je[t] || (je[t] = e);
|
|
1773
1773
|
var He = {};
|
|
1774
1774
|
for (const [e, t] of Object.entries(ze)) He[t] || (He[t] = e);
|
|
1775
|
-
function
|
|
1775
|
+
function Ke(e) {
|
|
1776
1776
|
return null == e ? [] : Array.isArray(e) ? e : "object" == typeof e ? [e] : [];
|
|
1777
1777
|
}
|
|
1778
|
-
function
|
|
1778
|
+
function Ge(e, t) {
|
|
1779
1779
|
if (!e) return {};
|
|
1780
1780
|
const n = e[t];
|
|
1781
1781
|
return n && "object" == typeof n && !Array.isArray(n) ? n : {};
|
|
@@ -1790,7 +1790,7 @@ function Xe(e) {
|
|
|
1790
1790
|
const t = [];
|
|
1791
1791
|
for (const n of Object.keys(e)) {
|
|
1792
1792
|
if (n.startsWith("@_")) continue;
|
|
1793
|
-
const o =
|
|
1793
|
+
const o = Ke(e[n]);
|
|
1794
1794
|
for (const e of o) {
|
|
1795
1795
|
const o = qe(n, e);
|
|
1796
1796
|
o && t.push(o);
|
|
@@ -1805,29 +1805,29 @@ function qe(e, t) {
|
|
|
1805
1805
|
if ("string" == typeof t["m:t"] ? e = t["m:t"] : void 0 !== t["m:t"] && (e = String(t["m:t"])), 0 === e.length) return "";
|
|
1806
1806
|
if (We[e]) return `${We[e]} `;
|
|
1807
1807
|
if (je[e]) return `${je[e]} `;
|
|
1808
|
-
const o = Ye(
|
|
1808
|
+
const o = Ye(Ge(Ge(t, "m:rPr"), "m:nor"));
|
|
1809
1809
|
return "1" === o || "on" === o || "true" === o ? `\\text{${e}}` : e;
|
|
1810
1810
|
}
|
|
1811
|
-
case "m:f": return `\\frac{${Xe(
|
|
1811
|
+
case "m:f": return `\\frac{${Xe(Ge(t, "m:num"))}}{${Xe(Ge(t, "m:den"))}}`;
|
|
1812
1812
|
case "m:rad": {
|
|
1813
|
-
const n = Ye(
|
|
1813
|
+
const n = Ye(Ge(Ge(t, "m:radPr"), "m:degHide")), o = Xe(Ge(t, "m:e"));
|
|
1814
1814
|
if ("1" === n || "on" === n || "true" === n) return `\\sqrt{${o}}`;
|
|
1815
|
-
const r = Xe(
|
|
1815
|
+
const r = Xe(Ge(t, "m:deg"));
|
|
1816
1816
|
return r ? `\\sqrt[${r}]{${o}}` : `\\sqrt{${o}}`;
|
|
1817
1817
|
}
|
|
1818
|
-
case "m:sSup": return `${Xe(
|
|
1819
|
-
case "m:sSub": return `${Xe(
|
|
1820
|
-
case "m:sSubSup": return `${Xe(
|
|
1818
|
+
case "m:sSup": return `${Xe(Ge(t, "m:e"))}^{${Xe(Ge(t, "m:sup"))}}`;
|
|
1819
|
+
case "m:sSub": return `${Xe(Ge(t, "m:e"))}_{${Xe(Ge(t, "m:sub"))}}`;
|
|
1820
|
+
case "m:sSubSup": return `${Xe(Ge(t, "m:e"))}_{${Xe(Ge(t, "m:sub"))}}^{${Xe(Ge(t, "m:sup"))}}`;
|
|
1821
1821
|
case "m:nary": {
|
|
1822
|
-
const e =
|
|
1822
|
+
const e = Ge(t, "m:naryPr"), o = He[Ye(Ge(e, "m:chr"))] ?? "\\int", r = Ye(Ge(e, "m:subHide")), a = Ye(Ge(e, "m:supHide")), l = Xe(Ge(t, "m:sub")), i = Xe(Ge(t, "m:sup"));
|
|
1823
1823
|
let s = o;
|
|
1824
|
-
return l && "1" !== r && (s += `_{${l}}`), i && "1" !== a && (s += `^{${i}}`), s += `{${Xe(
|
|
1824
|
+
return l && "1" !== r && (s += `_{${l}}`), i && "1" !== a && (s += `^{${i}}`), s += `{${Xe(Ge(t, "m:e"))}}`, s;
|
|
1825
1825
|
}
|
|
1826
1826
|
case "m:d": {
|
|
1827
|
-
const e =
|
|
1828
|
-
return `\\left${n}${Xe(
|
|
1827
|
+
const e = Ge(t, "m:dPr"), n = Ye(Ge(e, "m:begChr")) || "(", o = Ye(Ge(e, "m:endChr")) || ")";
|
|
1828
|
+
return `\\left${n}${Xe(Ge(t, "m:e"))}\\right${o}`;
|
|
1829
1829
|
}
|
|
1830
|
-
case "m:func": return `${Xe(
|
|
1830
|
+
case "m:func": return `${Xe(Ge(t, "m:fName"))}{${Xe(Ge(t, "m:e"))}}`;
|
|
1831
1831
|
case "m:oMath": return Xe(t);
|
|
1832
1832
|
default: return "";
|
|
1833
1833
|
}
|
|
@@ -2509,7 +2509,7 @@ var St = [
|
|
|
2509
2509
|
function Ht(e, t) {
|
|
2510
2510
|
return t?.displayUnits ? vt(e, t) : Pn(e);
|
|
2511
2511
|
}
|
|
2512
|
-
function
|
|
2512
|
+
function Kt(e, t, n) {
|
|
2513
2513
|
const o = [], r = [], a = e.logScale && e.logBase ? function(e) {
|
|
2514
2514
|
if (!e.logScale || !e.logBase) return [];
|
|
2515
2515
|
const t = e.logBase, n = Math.log(e.min) / Math.log(t), o = Math.log(e.max) / Math.log(t), r = [];
|
|
@@ -2558,7 +2558,7 @@ function Gt(e, t, n) {
|
|
|
2558
2558
|
axisLabels: r
|
|
2559
2559
|
};
|
|
2560
2560
|
}
|
|
2561
|
-
function
|
|
2561
|
+
function Gt(e, t, n, o, r, a, l) {
|
|
2562
2562
|
const i = [], s = [], c = e.series, u = e.colorPalette, d = e.style?.hasDataLabels;
|
|
2563
2563
|
if ("clustered" === l) {
|
|
2564
2564
|
const e = Math.max(c.length, 1), l = n.plotWidth / Math.max(t, 1), p = .7 * l / e, m = (l - p * e) / 2;
|
|
@@ -2990,7 +2990,7 @@ function rn(e, t, n, o) {
|
|
|
2990
2990
|
secondaryAxisLabels: void 0
|
|
2991
2991
|
};
|
|
2992
2992
|
}
|
|
2993
|
-
const { gridlines: l, axisLabels: i } =
|
|
2993
|
+
const { gridlines: l, axisLabels: i } = Kt(n, t, function(e) {
|
|
2994
2994
|
const t = e.axes;
|
|
2995
2995
|
if (t) return t.find((e) => "valAx" === e.axisType && "r" !== e.axPos) ?? t.find((e) => "valAx" === e.axisType);
|
|
2996
2996
|
}(e));
|
|
@@ -3111,7 +3111,7 @@ function ln(e, t, n, o) {
|
|
|
3111
3111
|
};
|
|
3112
3112
|
}(t.series, t.axes), d = new Set(u.map((e) => e.index)), p = !s && d.size > 0, m = p ? t.series.filter((e, t) => !d.has(t)) : t.series, f = p ? t.series.filter((e, t) => d.has(t)) : [], g = s ? an(t, i, c) : ft(m.length > 0 ? m : t.series, t.axes), h = p && f.length > 0 ? Fn(f) : void 0, x = rn(t, l, g, h), v = g.logScale ? void 0 : Rn(g, l), y = "line" === o || "area" === o || "scatter" === o || "bubble" === o ? "line" : "bar", b = Un(n, l, y), k = t.style?.legendPosition ?? "b", { legend: w, legendX: S, legendY: E, legendAnchor: C } = Wn(t.series, t.colorPalette, l.svgWidth, k, l.svgHeight, l.plotTop);
|
|
3113
3113
|
let B;
|
|
3114
|
-
B = "bar" === o ?
|
|
3114
|
+
B = "bar" === o ? Gt(t, i, l, g, h, d, s ? c ? "percentStacked" : "stacked" : "clustered") : "line" === o ? function(e, t, n, o, r, a) {
|
|
3115
3115
|
const l = [], i = [], s = e.style?.hasDataLabels;
|
|
3116
3116
|
for (let c = 0; c < e.series.length; c++) {
|
|
3117
3117
|
const u = e.series[c];
|
|
@@ -3187,7 +3187,7 @@ function ln(e, t, n, o) {
|
|
|
3187
3187
|
}(t, i, l, g) : "scatter" === o ? function(e, t, n) {
|
|
3188
3188
|
const o = [], r = [], a = e.style?.hasDataLabels, l = e.series.flatMap((e) => e.values.map((e, t) => t)), i = Math.max(1, ...l);
|
|
3189
3189
|
for (let l = 0; l < e.series.length; l++) {
|
|
3190
|
-
const s = e.series[l], c = Tn(s, l, e.colorPalette), u =
|
|
3190
|
+
const s = e.series[l], c = Tn(s, l, e.colorPalette), u = Gn(s.values, i, t, n);
|
|
3191
3191
|
for (const e of u) o.push({
|
|
3192
3192
|
kind: "circle",
|
|
3193
3193
|
cx: e.cx,
|
|
@@ -3216,7 +3216,7 @@ function ln(e, t, n, o) {
|
|
|
3216
3216
|
}(t, l, g) : function(e, t, n) {
|
|
3217
3217
|
const o = [], r = [], a = e.style?.hasDataLabels, l = e.series.flatMap((e) => e.values.map((e, t) => t)), i = Math.max(1, ...l), s = e.series.length >= 3 ? e.series[2] : void 0, c = s ? Math.max(1, ...s.values.map((e) => Math.abs(e))) : 1, u = .04 * Math.min(t.plotWidth, t.plotHeight), d = e.series.slice(0, 2);
|
|
3218
3218
|
for (let l = 0; l < d.length; l++) {
|
|
3219
|
-
const p = d[l], m = Tn(p, l, e.colorPalette), f =
|
|
3219
|
+
const p = d[l], m = Tn(p, l, e.colorPalette), f = Gn(p.values, i, t, n);
|
|
3220
3220
|
f.forEach((e, t) => {
|
|
3221
3221
|
const n = Yn(s?.values[t], c, u);
|
|
3222
3222
|
o.push({
|
|
@@ -4248,7 +4248,7 @@ function jn(e, t, n, o) {
|
|
|
4248
4248
|
function Hn(e) {
|
|
4249
4249
|
return e.map((e) => `${e.x.toFixed(2)},${e.y.toFixed(2)}`).join(" ");
|
|
4250
4250
|
}
|
|
4251
|
-
function
|
|
4251
|
+
function Kn(e, t, n, o, r) {
|
|
4252
4252
|
const a = e.reduce((e, t) => e + Math.abs(t), 0) || 1;
|
|
4253
4253
|
let l = -Math.PI / 2;
|
|
4254
4254
|
return e.map((e) => {
|
|
@@ -4270,7 +4270,7 @@ function Gn(e, t, n, o, r) {
|
|
|
4270
4270
|
}(t, n, o, r, s, l);
|
|
4271
4271
|
});
|
|
4272
4272
|
}
|
|
4273
|
-
function
|
|
4273
|
+
function Gn(e, t, n, o) {
|
|
4274
4274
|
return e.map((e, r) => ({
|
|
4275
4275
|
cx: n.plotLeft + (t > 0 ? r / t : 0) * n.plotWidth,
|
|
4276
4276
|
cy: $n(e, o, n.plotTop, n.plotBottom)
|
|
@@ -4338,7 +4338,7 @@ function Zn(e) {
|
|
|
4338
4338
|
innerR: o ? .55 * c : 0,
|
|
4339
4339
|
size: r
|
|
4340
4340
|
};
|
|
4341
|
-
}(e.width, e.height, t, o), c = Math.max(s, 100), u = Math.max(s, 60), d = t.series[0]?.values ?? [], p =
|
|
4341
|
+
}(e.width, e.height, t, o), c = Math.max(s, 100), u = Math.max(s, 60), d = t.series[0]?.values ?? [], p = Kn(d, r, a, l, i), m = p.map(({ d: e }, n) => ({
|
|
4342
4342
|
kind: "path",
|
|
4343
4343
|
d: e,
|
|
4344
4344
|
fill: t.series[0]?.color ?? Dn(n, t.colorPalette),
|
|
@@ -5897,7 +5897,7 @@ function Ho(e) {
|
|
|
5897
5897
|
const t = e.reduce((e, t) => e + t, 0);
|
|
5898
5898
|
return t > 0 ? e.map((e) => e / t) : e;
|
|
5899
5899
|
}
|
|
5900
|
-
function
|
|
5900
|
+
function Ko(e, t, n) {
|
|
5901
5901
|
const o = e.rows[t];
|
|
5902
5902
|
if (!o) return null;
|
|
5903
5903
|
const r = o.cells[n], a = Math.max(1, r?.gridSpan ?? 1), l = n + a, i = o.cells[l];
|
|
@@ -5919,7 +5919,7 @@ function Go(e, t, n) {
|
|
|
5919
5919
|
};
|
|
5920
5920
|
});
|
|
5921
5921
|
}
|
|
5922
|
-
function
|
|
5922
|
+
function Go(e, t, n) {
|
|
5923
5923
|
const o = e.rows[t];
|
|
5924
5924
|
if (!o) return null;
|
|
5925
5925
|
const r = o.cells[n];
|
|
@@ -6658,7 +6658,7 @@ function Hr(e, t) {
|
|
|
6658
6658
|
return !(!n || !t) && (Ir(o = n) ? "undefined" != typeof window && window.open(o, "_blank", "noopener,noreferrer") : "undefined" != typeof console && console.warn(`[pptx-viewer] Blocked attempt to open unsafe URL: ${o.slice(0, 100)}`), !0);
|
|
6659
6659
|
var o;
|
|
6660
6660
|
}
|
|
6661
|
-
var
|
|
6661
|
+
var Kr = {
|
|
6662
6662
|
datetime1: "M/d/yyyy",
|
|
6663
6663
|
datetime2: "EEEE, MMMM d, yyyy",
|
|
6664
6664
|
datetime3: "d MMMM yyyy",
|
|
@@ -6673,7 +6673,7 @@ var Gr = {
|
|
|
6673
6673
|
datetime12: "h:mm a",
|
|
6674
6674
|
datetime13: "h:mm:ss a"
|
|
6675
6675
|
};
|
|
6676
|
-
function
|
|
6676
|
+
function Gr(e, t) {
|
|
6677
6677
|
const n = [
|
|
6678
6678
|
"January",
|
|
6679
6679
|
"February",
|
|
@@ -6705,9 +6705,9 @@ function Yr(e, t, n) {
|
|
|
6705
6705
|
if ("slidenum" === o && void 0 !== n.slideNumber) return String(n.slideNumber);
|
|
6706
6706
|
if (o.startsWith("datetime")) return function(e, t) {
|
|
6707
6707
|
const n = /* @__PURE__ */ new Date();
|
|
6708
|
-
if (t) return
|
|
6709
|
-
const o =
|
|
6710
|
-
return o ?
|
|
6708
|
+
if (t) return Gr(n, t);
|
|
6709
|
+
const o = Kr[e.toLowerCase()];
|
|
6710
|
+
return o ? Gr(n, o) : n.toLocaleDateString();
|
|
6711
6711
|
}(o, n.dateFormat);
|
|
6712
6712
|
if ("footer" === o && void 0 !== n.footerText) return n.footerText;
|
|
6713
6713
|
if ("header" === o && void 0 !== n.headerText) return n.headerText;
|
|
@@ -7627,7 +7627,7 @@ var Ra = "pptx:slides", Ua = new Set([
|
|
|
7627
7627
|
"backgroundShowAnimation",
|
|
7628
7628
|
"showMasterShapes",
|
|
7629
7629
|
"isDirty"
|
|
7630
|
-
]),
|
|
7630
|
+
]), Ka = {
|
|
7631
7631
|
transition: "_tr",
|
|
7632
7632
|
animations: "_an",
|
|
7633
7633
|
nativeAnimations: "_na",
|
|
@@ -7640,7 +7640,7 @@ var Ra = "pptx:slides", Ua = new Set([
|
|
|
7640
7640
|
guides: "_gu",
|
|
7641
7641
|
customerData: "_cu",
|
|
7642
7642
|
activeXControls: "_ax"
|
|
7643
|
-
},
|
|
7643
|
+
}, Ga = Object.fromEntries(Object.entries(Ka).map(([e, t]) => [t, e]));
|
|
7644
7644
|
function Ya(e, t, n) {
|
|
7645
7645
|
const o = e;
|
|
7646
7646
|
for (const [e, r] of Object.entries(o)) if (void 0 !== r) if (Ua.has(e)) t.set(e, r);
|
|
@@ -7664,7 +7664,7 @@ function Xa(e) {
|
|
|
7664
7664
|
function qa(e, t, n) {
|
|
7665
7665
|
const o = e;
|
|
7666
7666
|
for (const e of Ha) void 0 !== o[e] && t.set(e, o[e]);
|
|
7667
|
-
for (const [e, n] of Object.entries(
|
|
7667
|
+
for (const [e, n] of Object.entries(Ka)) void 0 !== o[e] && t.set(n, JSON.stringify(o[e]));
|
|
7668
7668
|
const r = n.createArray();
|
|
7669
7669
|
for (const t of e.elements) {
|
|
7670
7670
|
const e = n.createMap();
|
|
@@ -7678,7 +7678,7 @@ function Za(e) {
|
|
|
7678
7678
|
const o = e.get(n);
|
|
7679
7679
|
void 0 !== o && (t[n] = o);
|
|
7680
7680
|
}
|
|
7681
|
-
for (const [n, o] of Object.entries(
|
|
7681
|
+
for (const [n, o] of Object.entries(Ga)) {
|
|
7682
7682
|
const r = e.get(n);
|
|
7683
7683
|
if (void 0 !== r) try {
|
|
7684
7684
|
t[o] = JSON.parse(r);
|
|
@@ -7824,7 +7824,7 @@ function il(e, t, n) {
|
|
|
7824
7824
|
}
|
|
7825
7825
|
function sl(e, t, n) {
|
|
7826
7826
|
const o = t;
|
|
7827
|
-
ol(e, o, Ha), rl(e, o,
|
|
7827
|
+
ol(e, o, Ha), rl(e, o, Ka);
|
|
7828
7828
|
let r = e.get("elements");
|
|
7829
7829
|
var a;
|
|
7830
7830
|
("object" != typeof (a = r) || null === a || "function" != typeof a.insert || "function" != typeof a.toArray) && (r = n.createArray(), e.set("elements", r)), il(r, t.elements, {
|
|
@@ -9005,7 +9005,7 @@ var Hl = {
|
|
|
9005
9005
|
bending: "Bending",
|
|
9006
9006
|
unknown: "Diagram"
|
|
9007
9007
|
};
|
|
9008
|
-
function
|
|
9008
|
+
function Kl(e) {
|
|
9009
9009
|
const t = [], n = (e) => {
|
|
9010
9010
|
t.push(e);
|
|
9011
9011
|
for (const t of e.children ?? []) n(t);
|
|
@@ -9013,10 +9013,10 @@ function Gl(e) {
|
|
|
9013
9013
|
for (const t of e) n(t);
|
|
9014
9014
|
return t;
|
|
9015
9015
|
}
|
|
9016
|
-
function
|
|
9016
|
+
function Gl(e) {
|
|
9017
9017
|
const t = (n = e.resolvedLayoutType, Hl[n ?? "unknown"] ?? Hl.unknown);
|
|
9018
9018
|
var n;
|
|
9019
|
-
const o =
|
|
9019
|
+
const o = Kl(e.nodes ?? []).map((e) => (e.text ?? "").trim()).filter((e) => e.length > 0);
|
|
9020
9020
|
const r = o.length, a = `${t} SmartArt diagram`;
|
|
9021
9021
|
if (0 === r) return `${a} with no nodes`;
|
|
9022
9022
|
const l = 1 === r ? "node" : "nodes", i = o.slice(0, 8), s = r - i.length;
|
|
@@ -10223,7 +10223,7 @@ var Hi = [
|
|
|
10223
10223
|
"grayscale(60%) contrast(120%)"
|
|
10224
10224
|
]
|
|
10225
10225
|
];
|
|
10226
|
-
var
|
|
10226
|
+
var Ki = [
|
|
10227
10227
|
{
|
|
10228
10228
|
name: "Blue Fill",
|
|
10229
10229
|
style: {
|
|
@@ -10406,7 +10406,7 @@ var Gi = [
|
|
|
10406
10406
|
}
|
|
10407
10407
|
}
|
|
10408
10408
|
];
|
|
10409
|
-
function
|
|
10409
|
+
function Gi(e, t) {
|
|
10410
10410
|
const n = URL.createObjectURL(e), o = document.createElement("a");
|
|
10411
10411
|
o.href = n, o.download = t, document.body.appendChild(o), o.click(), setTimeout(() => {
|
|
10412
10412
|
o.remove(), URL.revokeObjectURL(n);
|
|
@@ -10628,7 +10628,7 @@ if ("production" !== process.env.NODE_ENV) {
|
|
|
10628
10628
|
}
|
|
10629
10629
|
var ws = /\{([0-9a-zA-Z]+)\}/g;
|
|
10630
10630
|
function Ss(e, ...t) {
|
|
10631
|
-
return 1 === t.length &&
|
|
10631
|
+
return 1 === t.length && Ks(t[0]) && (t = t[0]), t && t.hasOwnProperty || (t = {}), e.replace(ws, (e, n) => t.hasOwnProperty(n) ? t[n] : "");
|
|
10632
10632
|
}
|
|
10633
10633
|
var Es, Cs = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), Bs = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), Ns = (e) => "number" == typeof e && isFinite(e), Vs = (e) => "[object Date]" === Ys(e), Ms = (e) => "[object RegExp]" === Ys(e), Ds = (e) => Xs(e) && 0 === Object.keys(e).length, Ts = Object.assign, Fs = Object.create, $s = (e = null) => Fs(e), Ps = () => Es || (Es = "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : "undefined" != typeof window ? window : "undefined" != typeof global ? global : $s());
|
|
10634
10634
|
function Is(e) {
|
|
@@ -10666,7 +10666,7 @@ var Os = Object.prototype.hasOwnProperty;
|
|
|
10666
10666
|
function Rs(e, t) {
|
|
10667
10667
|
return Os.call(e, t);
|
|
10668
10668
|
}
|
|
10669
|
-
var Us = Array.isArray, Ws = (e) => "function" == typeof e, js = (e) => "string" == typeof e, Hs = (e) => "boolean" == typeof e,
|
|
10669
|
+
var Us = Array.isArray, Ws = (e) => "function" == typeof e, js = (e) => "string" == typeof e, Hs = (e) => "boolean" == typeof e, Ks = (e) => null !== e && "object" == typeof e, Gs = Object.prototype.toString, Ys = (e) => Gs.call(e), Xs = (e) => "[object Object]" === Ys(e);
|
|
10670
10670
|
function qs(e, t = "") {
|
|
10671
10671
|
return e.reduce((e, n, o) => 0 === o ? e + n : e + t + n, "");
|
|
10672
10672
|
}
|
|
@@ -10687,7 +10687,7 @@ function Zs() {
|
|
|
10687
10687
|
}
|
|
10688
10688
|
};
|
|
10689
10689
|
}
|
|
10690
|
-
var Js = (e) => !
|
|
10690
|
+
var Js = (e) => !Ks(e) || Us(e);
|
|
10691
10691
|
function Qs(e, t) {
|
|
10692
10692
|
if (Js(e) || Js(t)) throw new Error("Invalid value");
|
|
10693
10693
|
const n = [{
|
|
@@ -10697,7 +10697,7 @@ function Qs(e, t) {
|
|
|
10697
10697
|
for (; n.length;) {
|
|
10698
10698
|
const { src: e, des: t } = n.pop();
|
|
10699
10699
|
Object.keys(e).forEach((o) => {
|
|
10700
|
-
"__proto__" !== o && (
|
|
10700
|
+
"__proto__" !== o && (Ks(e[o]) && !Ks(t[o]) && (t[o] = Array.isArray(e[o]) ? [] : $s()), Js(t[o]) || Js(e[o]) ? t[o] = e[o] : n.push({
|
|
10701
10701
|
src: e[o],
|
|
10702
10702
|
des: t[o]
|
|
10703
10703
|
}));
|
|
@@ -11421,15 +11421,15 @@ function Oc(e, t = {}) {
|
|
|
11421
11421
|
})(l, n));
|
|
11422
11422
|
}
|
|
11423
11423
|
function Rc(e) {
|
|
11424
|
-
return
|
|
11424
|
+
return Ks(e) && 0 === Gc(e) && (Rs(e, "b") || Rs(e, "body"));
|
|
11425
11425
|
}
|
|
11426
11426
|
var Uc = ["b", "body"];
|
|
11427
11427
|
var Wc = ["c", "cases"];
|
|
11428
11428
|
var jc = ["s", "static"];
|
|
11429
11429
|
var Hc = ["i", "items"];
|
|
11430
|
-
var
|
|
11431
|
-
function
|
|
11432
|
-
return Jc(e,
|
|
11430
|
+
var Kc = ["t", "type"];
|
|
11431
|
+
function Gc(e) {
|
|
11432
|
+
return Jc(e, Kc);
|
|
11433
11433
|
}
|
|
11434
11434
|
var Yc = ["v", "value"];
|
|
11435
11435
|
function Xc(e, t) {
|
|
@@ -11454,7 +11454,7 @@ var Qc = [
|
|
|
11454
11454
|
...Zc,
|
|
11455
11455
|
...qc,
|
|
11456
11456
|
...Yc,
|
|
11457
|
-
...
|
|
11457
|
+
...Kc
|
|
11458
11458
|
];
|
|
11459
11459
|
function eu(e) {
|
|
11460
11460
|
return /* @__PURE__ */ new Error(`unhandled node type: ${e}`);
|
|
@@ -11464,7 +11464,7 @@ function tu(e) {
|
|
|
11464
11464
|
const n = (o = t, Jc(o, Uc));
|
|
11465
11465
|
var o;
|
|
11466
11466
|
if (null == n) throw eu(0);
|
|
11467
|
-
if (1 ===
|
|
11467
|
+
if (1 === Gc(n)) {
|
|
11468
11468
|
const t = function(e) {
|
|
11469
11469
|
return Jc(e, Wc, []);
|
|
11470
11470
|
}(n);
|
|
@@ -11486,7 +11486,7 @@ function nu(e, t) {
|
|
|
11486
11486
|
}
|
|
11487
11487
|
}
|
|
11488
11488
|
function ou(e, t) {
|
|
11489
|
-
const n =
|
|
11489
|
+
const n = Gc(t);
|
|
11490
11490
|
switch (n) {
|
|
11491
11491
|
case 3:
|
|
11492
11492
|
case 9:
|
|
@@ -11548,7 +11548,7 @@ function ku(e) {
|
|
|
11548
11548
|
if (e.resolvedOnce && null != vu) return vu;
|
|
11549
11549
|
if ("Function" === e.constructor.name) {
|
|
11550
11550
|
const t = e();
|
|
11551
|
-
if (((e) =>
|
|
11551
|
+
if (((e) => Ks(e) && Ws(e.then) && Ws(e.catch))(t)) throw xu(fu);
|
|
11552
11552
|
return vu = t;
|
|
11553
11553
|
}
|
|
11554
11554
|
throw xu(gu);
|
|
@@ -11556,10 +11556,10 @@ function ku(e) {
|
|
|
11556
11556
|
throw xu(hu);
|
|
11557
11557
|
}
|
|
11558
11558
|
function wu(e, t, n) {
|
|
11559
|
-
return [...new Set([n, ...Us(t) ? t :
|
|
11559
|
+
return [...new Set([n, ...Us(t) ? t : Ks(t) ? Object.keys(t) : js(t) ? [t] : [n]])];
|
|
11560
11560
|
}
|
|
11561
11561
|
function Su(e, t, n) {
|
|
11562
|
-
const o = js(n) ? n :
|
|
11562
|
+
const o = js(n) ? n : Gu, r = e;
|
|
11563
11563
|
r.__localeChainCache || (r.__localeChainCache = /* @__PURE__ */ new Map());
|
|
11564
11564
|
let a = r.__localeChainCache.get(o);
|
|
11565
11565
|
if (!a) {
|
|
@@ -11666,7 +11666,7 @@ function Du(e) {
|
|
|
11666
11666
|
}
|
|
11667
11667
|
var Tu = /* @__PURE__ */ new Map();
|
|
11668
11668
|
function Fu(e, t) {
|
|
11669
|
-
return
|
|
11669
|
+
return Ks(e) ? e[t] : null;
|
|
11670
11670
|
}
|
|
11671
11671
|
var $u = 1, Pu = 2, Iu = 3, zu = 4, Au = 5, Lu = 6, _u = 7, Ou = 8, Ru = 9, Uu = {
|
|
11672
11672
|
[$u]: "Not found '{key}' key in '{locale}' locale messages.",
|
|
@@ -11682,20 +11682,20 @@ var $u = 1, Pu = 2, Iu = 3, zu = 4, Au = 5, Lu = 6, _u = 7, Ou = 8, Ru = 9, Uu =
|
|
|
11682
11682
|
function Wu(e, ...t) {
|
|
11683
11683
|
return Ss(Uu[e], ...t);
|
|
11684
11684
|
}
|
|
11685
|
-
var ju, Hu,
|
|
11685
|
+
var ju, Hu, Ku, Gu = "en-US", Yu = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
|
11686
11686
|
var Xu = null, qu = (e) => {
|
|
11687
11687
|
Xu = e;
|
|
11688
11688
|
}, Zu = null, Ju = (e) => {
|
|
11689
11689
|
Zu = e;
|
|
11690
11690
|
}, Qu = 0;
|
|
11691
11691
|
function ed(e = {}) {
|
|
11692
|
-
const t = Ws(e.onWarn) ? e.onWarn : hs, n = js(e.version) ? e.version : "11.4.6", o = js(e.locale) || Ws(e.locale) ? e.locale :
|
|
11693
|
-
upper: (e, t) => "text" === t && js(e) ? e.toUpperCase() : "vnode" === t &&
|
|
11694
|
-
lower: (e, t) => "text" === t && js(e) ? e.toLowerCase() : "vnode" === t &&
|
|
11695
|
-
capitalize: (e, t) => "text" === t && js(e) ? Yu(e) : "vnode" === t &&
|
|
11692
|
+
const t = Ws(e.onWarn) ? e.onWarn : hs, n = js(e.version) ? e.version : "11.4.6", o = js(e.locale) || Ws(e.locale) ? e.locale : Gu, r = Ws(o) ? Gu : o, a = Us(e.fallbackLocale) || Xs(e.fallbackLocale) || js(e.fallbackLocale) || !1 === e.fallbackLocale ? e.fallbackLocale : r, l = Xs(e.messages) ? e.messages : td(r), i = Xs(e.datetimeFormats) ? e.datetimeFormats : td(r), s = Xs(e.numberFormats) ? e.numberFormats : td(r), c = Ts($s(), e.modifiers, {
|
|
11693
|
+
upper: (e, t) => "text" === t && js(e) ? e.toUpperCase() : "vnode" === t && Ks(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
|
11694
|
+
lower: (e, t) => "text" === t && js(e) ? e.toLowerCase() : "vnode" === t && Ks(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
|
|
11695
|
+
capitalize: (e, t) => "text" === t && js(e) ? Yu(e) : "vnode" === t && Ks(e) && "__v_isVNode" in e ? Yu(e.children) : e
|
|
11696
11696
|
}), u = e.pluralRules || $s(), d = Ws(e.missing) ? e.missing : null, p = !Hs(e.missingWarn) && !Ms(e.missingWarn) || e.missingWarn, m = !Hs(e.fallbackWarn) && !Ms(e.fallbackWarn) || e.fallbackWarn, f = !!e.fallbackFormat, g = !!e.unresolving, h = Ws(e.postTranslation) ? e.postTranslation : null, x = Xs(e.processor) ? e.processor : null, v = !Hs(e.warnHtmlMessage) || e.warnHtmlMessage, y = !!e.escapeParameter, b = Ws(e.messageCompiler) ? e.messageCompiler : ju;
|
|
11697
11697
|
"production" !== process.env.NODE_ENV && Ws(e.messageCompiler) && vs(Wu(_u));
|
|
11698
|
-
const k = Ws(e.messageResolver) ? e.messageResolver : Hu || Fu, w = Ws(e.localeFallbacker) ? e.localeFallbacker :
|
|
11698
|
+
const k = Ws(e.messageResolver) ? e.messageResolver : Hu || Fu, w = Ws(e.localeFallbacker) ? e.localeFallbacker : Ku || wu, S = Ks(e.fallbackContext) ? e.fallbackContext : void 0, E = e, C = Ks(E.__datetimeFormatters) ? E.__datetimeFormatters : /* @__PURE__ */ new Map(), B = Ks(E.__numberFormatters) ? E.__numberFormatters : /* @__PURE__ */ new Map(), N = Ks(E.__meta) ? E.__meta : {}, V = {
|
|
11699
11699
|
version: n,
|
|
11700
11700
|
cid: ++Qu,
|
|
11701
11701
|
locale: o,
|
|
@@ -11937,7 +11937,7 @@ function vd(e, t, n) {
|
|
|
11937
11937
|
o.__numberFormatters.has(n) && o.__numberFormatters.delete(n);
|
|
11938
11938
|
}
|
|
11939
11939
|
}
|
|
11940
|
-
var yd = (e) => e, bd = (e) => "", kd = (e) => 0 === e.length ? "" : qs(e), wd = (e) => null == e ? "" : Us(e) || Xs(e) && e.toString ===
|
|
11940
|
+
var yd = (e) => e, bd = (e) => "", kd = (e) => 0 === e.length ? "" : qs(e), wd = (e) => null == e ? "" : Us(e) || Xs(e) && e.toString === Gs ? JSON.stringify(e, null, 2) : String(e);
|
|
11941
11941
|
function Sd(e, t) {
|
|
11942
11942
|
return e = Math.abs(e), 2 === t ? 1 === e ? 0 : 1 : Math.min(e, 2);
|
|
11943
11943
|
}
|
|
@@ -11948,7 +11948,7 @@ function Ed(e = {}) {
|
|
|
11948
11948
|
}(e), o = js(t) && Ws(e.pluralRules?.[t]) ? e.pluralRules[t] : Sd, r = o === Sd ? void 0 : Sd, a = e.list || [], l = e.named || $s();
|
|
11949
11949
|
Ns(e.pluralIndex) && (l.count ||= e.pluralIndex, l.n ||= e.pluralIndex);
|
|
11950
11950
|
function i(t, n) {
|
|
11951
|
-
return (Ws(e.messages) ? e.messages(t, !!n) : !!
|
|
11951
|
+
return (Ws(e.messages) ? e.messages(t, !!n) : !!Ks(e.messages) && e.messages[t]) || (e.parent ? e.parent.message(t) : bd);
|
|
11952
11952
|
}
|
|
11953
11953
|
const s = Ws(e.processor?.normalize) ? e.processor.normalize : kd, c = Ws(e.processor?.interpolate) ? e.processor.interpolate : wd, u = {
|
|
11954
11954
|
list: (e) => a[e],
|
|
@@ -11957,7 +11957,7 @@ function Ed(e = {}) {
|
|
|
11957
11957
|
linked: (t, ...n) => {
|
|
11958
11958
|
const [o, r] = n;
|
|
11959
11959
|
let a = "text", l = "";
|
|
11960
|
-
1 === n.length ?
|
|
11960
|
+
1 === n.length ? Ks(o) ? (l = o.modifier || l, a = o.type || a) : js(o) && (l = o || l) : 2 === n.length && (js(o) && (l = o || l), js(r) && (a = r || a));
|
|
11961
11961
|
const s = i(t, !0)(u), c = "" === s || void 0 === s ? t : s, d = "vnode" === a && Us(c) && l ? c[0] : c;
|
|
11962
11962
|
return l ? (p = l, e.modifiers ? e.modifiers[p] : yd)(d, a) : d;
|
|
11963
11963
|
var p;
|
|
@@ -11974,7 +11974,7 @@ var Cd = () => "", Bd = (e) => Ws(e);
|
|
|
11974
11974
|
function Nd(e, ...t) {
|
|
11975
11975
|
const { fallbackFormat: n, postTranslation: o, unresolving: r, messageCompiler: a, fallbackLocale: l, messages: i } = e, [s, c] = Dd(...t), u = Hs(c.missingWarn) ? c.missingWarn : e.missingWarn, d = Hs(c.fallbackWarn) ? c.fallbackWarn : e.fallbackWarn, p = Hs(c.escapeParameter) ? c.escapeParameter : e.escapeParameter, m = !!c.resolvedMessage, f = js(c.default) || Hs(c.default) ? Hs(c.default) ? a ? s : () => s : c.default : n ? a ? s : () => s : null, g = n || null != f && (js(f) || Ws(f)), h = bu(e, c);
|
|
11976
11976
|
p && function(e) {
|
|
11977
|
-
Us(e.list) ? e.list = e.list.map((e) => js(e) ? Is(e) : e) :
|
|
11977
|
+
Us(e.list) ? e.list = e.list.map((e) => js(e) ? Is(e) : e) : Ks(e.named) && Object.keys(e.named).forEach((t) => {
|
|
11978
11978
|
js(e.named[t]) && (e.named[t] = Is(e.named[t]));
|
|
11979
11979
|
});
|
|
11980
11980
|
}(c);
|
|
@@ -12191,7 +12191,7 @@ var Wd = {
|
|
|
12191
12191
|
[Ld]: "Need to install with `provide` function",
|
|
12192
12192
|
[Od]: "Not compatible legacy VueI18n.",
|
|
12193
12193
|
[Rd]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
|
|
12194
|
-
}, jd = Cs("__translateVNode"), Hd = Cs("__datetimeParts"),
|
|
12194
|
+
}, jd = Cs("__translateVNode"), Hd = Cs("__datetimeParts"), Kd = Cs("__numberParts"), Gd = Cs("__enableEmitter"), Yd = Cs("__disableEmitter"), Xd = Cs("__setPluralRules");
|
|
12195
12195
|
Cs("__intlifyMeta");
|
|
12196
12196
|
var qd = Cs("__injectWithOption"), Zd = Cs("__dispose"), Jd = 10, Qd = 11, ep = 12, tp = 13, np = 14, op = 15, rp = {
|
|
12197
12197
|
[Jd]: "Fall back to {type} '{key}' with root locale.",
|
|
@@ -12205,14 +12205,14 @@ function ap(e, ...t) {
|
|
|
12205
12205
|
return Ss(rp[e], ...t);
|
|
12206
12206
|
}
|
|
12207
12207
|
function lp(e) {
|
|
12208
|
-
if (!
|
|
12208
|
+
if (!Ks(e)) return e;
|
|
12209
12209
|
if (Rc(e)) return e;
|
|
12210
12210
|
for (const t in e) if (Rs(e, t)) if (t.includes(".")) {
|
|
12211
12211
|
const n = t.split("."), o = n.length - 1;
|
|
12212
12212
|
let r = e, a = !1;
|
|
12213
12213
|
for (let e = 0; e < o; e++) {
|
|
12214
12214
|
if ("__proto__" === n[e]) throw new Error(`unsafe key: ${n[e]}`);
|
|
12215
|
-
if (n[e] in r || (r[n[e]] = $s()), !
|
|
12215
|
+
if (n[e] in r || (r[n[e]] = $s()), !Ks(r[n[e]])) {
|
|
12216
12216
|
"production" !== process.env.NODE_ENV && hs(ap(ep, { key: n[e] })), a = !0;
|
|
12217
12217
|
break;
|
|
12218
12218
|
}
|
|
@@ -12220,9 +12220,9 @@ function lp(e) {
|
|
|
12220
12220
|
}
|
|
12221
12221
|
if (a || (Rc(r) ? Qc.includes(n[o]) || delete e[t] : (r[n[o]] = e[t], delete e[t])), !Rc(r)) {
|
|
12222
12222
|
const e = r[n[o]];
|
|
12223
|
-
|
|
12223
|
+
Ks(e) && lp(e);
|
|
12224
12224
|
}
|
|
12225
|
-
} else
|
|
12225
|
+
} else Ks(e[t]) && lp(e[t]);
|
|
12226
12226
|
return e;
|
|
12227
12227
|
}
|
|
12228
12228
|
function ip(e, t) {
|
|
@@ -12239,7 +12239,7 @@ function sp(e) {
|
|
|
12239
12239
|
return e.type;
|
|
12240
12240
|
}
|
|
12241
12241
|
function cp(e, t, n) {
|
|
12242
|
-
let o =
|
|
12242
|
+
let o = Ks(t.messages) ? t.messages : $s();
|
|
12243
12243
|
"__i18nGlobal" in n && (o = ip(e.locale.value, {
|
|
12244
12244
|
messages: o,
|
|
12245
12245
|
__i18n: n.__i18nGlobal
|
|
@@ -12247,13 +12247,13 @@ function cp(e, t, n) {
|
|
|
12247
12247
|
const r = Object.keys(o);
|
|
12248
12248
|
if (r.length && r.forEach((t) => {
|
|
12249
12249
|
e.mergeLocaleMessage(t, o[t]);
|
|
12250
|
-
}),
|
|
12250
|
+
}), Ks(t.datetimeFormats)) {
|
|
12251
12251
|
const n = Object.keys(t.datetimeFormats);
|
|
12252
12252
|
n.length && n.forEach((n) => {
|
|
12253
12253
|
e.mergeDateTimeFormat(n, t.datetimeFormats[n]);
|
|
12254
12254
|
});
|
|
12255
12255
|
}
|
|
12256
|
-
if (
|
|
12256
|
+
if (Ks(t.numberFormats)) {
|
|
12257
12257
|
const n = Object.keys(t.numberFormats);
|
|
12258
12258
|
n.length && n.forEach((n) => {
|
|
12259
12259
|
e.mergeNumberFormat(n, t.numberFormats[n]);
|
|
@@ -12274,7 +12274,7 @@ function hp(e) {
|
|
|
12274
12274
|
function xp(e = {}) {
|
|
12275
12275
|
const { __root: t, __injectWithOption: o } = e, r = void 0 === t, a = e.flatJson, l = ks ? n.ref : n.shallowRef;
|
|
12276
12276
|
let i = !Hs(e.inheritLocale) || e.inheritLocale;
|
|
12277
|
-
const s = l(t && i ? t.locale.value : js(e.locale) ? e.locale :
|
|
12277
|
+
const s = l(t && i ? t.locale.value : js(e.locale) ? e.locale : Gu), c = l(t && i ? t.fallbackLocale.value : js(e.fallbackLocale) || Us(e.fallbackLocale) || Xs(e.fallbackLocale) || !1 === e.fallbackLocale ? e.fallbackLocale : s.value), u = l(ip(s.value, e)), d = l(Xs(e.datetimeFormats) ? e.datetimeFormats : { [s.value]: {} }), p = l(Xs(e.numberFormats) ? e.numberFormats : { [s.value]: {} });
|
|
12278
12278
|
let m = t ? t.missingWarn : !Hs(e.missingWarn) && !Ms(e.missingWarn) || e.missingWarn, f = t ? t.fallbackWarn : !Hs(e.fallbackWarn) && !Ms(e.fallbackWarn) || e.fallbackWarn, g = t ? t.fallbackRoot : !Hs(e.fallbackRoot) || e.fallbackRoot, h = !!e.fallbackFormat, x = Ws(e.missing) ? e.missing : null, v = Ws(e.missing) ? hp(e.missing) : null, y = Ws(e.postTranslation) ? e.postTranslation : null, b = t ? t.warnHtmlMessage : !Hs(e.warnHtmlMessage) || e.warnHtmlMessage, k = !!e.escapeParameter;
|
|
12279
12279
|
const w = t ? t.modifiers : Xs(e.modifiers) ? e.modifiers : {};
|
|
12280
12280
|
let S, E = e.pluralRules || t && t.pluralRules;
|
|
@@ -12457,7 +12457,7 @@ function xp(e = {}) {
|
|
|
12457
12457
|
};
|
|
12458
12458
|
return P.datetimeFormats = V, P.numberFormats = M, P.rt = function(...e) {
|
|
12459
12459
|
const [t, n, o] = e;
|
|
12460
|
-
if (o && !
|
|
12460
|
+
if (o && !Ks(o)) throw Ud(Fd);
|
|
12461
12461
|
return T(t, n, Ts({ resolvedMessage: !0 }, o || {}));
|
|
12462
12462
|
}, P.te = function(e, t) {
|
|
12463
12463
|
return D(() => {
|
|
@@ -12513,9 +12513,9 @@ function xp(e = {}) {
|
|
|
12513
12513
|
}, () => Dd(...e), "translate", (t) => t[jd](...e), (e) => [up(e)], (e) => Us(e));
|
|
12514
12514
|
}, P[Hd] = function(...e) {
|
|
12515
12515
|
return D((t) => Reflect.apply(dd, null, [t, ...e]), () => md(...e), "datetime format", (t) => t[Hd](...e), mp, (e) => js(e) || Us(e));
|
|
12516
|
-
}, P[
|
|
12517
|
-
return D((t) => Reflect.apply(gd, null, [t, ...e]), () => xd(...e), "number format", (t) => t[
|
|
12518
|
-
}, "production" !== process.env.NODE_ENV && (P[
|
|
12516
|
+
}, P[Kd] = function(...e) {
|
|
12517
|
+
return D((t) => Reflect.apply(gd, null, [t, ...e]), () => xd(...e), "number format", (t) => t[Kd](...e), mp, (e) => js(e) || Us(e));
|
|
12518
|
+
}, "production" !== process.env.NODE_ENV && (P[Gd] = (e) => {
|
|
12519
12519
|
S.__v_emitter = e;
|
|
12520
12520
|
}, P[Yd] = () => {
|
|
12521
12521
|
S.__v_emitter = void 0;
|
|
@@ -12594,7 +12594,7 @@ function Ep(e = {}) {
|
|
|
12594
12594
|
if ("production" !== process.env.NODE_ENV) {
|
|
12595
12595
|
c = Zs();
|
|
12596
12596
|
const e = s;
|
|
12597
|
-
e[
|
|
12597
|
+
e[Gd] && e[Gd](c), c.on("*", yp);
|
|
12598
12598
|
}
|
|
12599
12599
|
return (0, n.getCurrentScope)() && (0, n.onScopeDispose)(() => {
|
|
12600
12600
|
if ("production" !== process.env.NODE_ENV) {
|
|
@@ -12616,7 +12616,7 @@ function Ep(e = {}) {
|
|
|
12616
12616
|
if ("production" !== process.env.NODE_ENV) {
|
|
12617
12617
|
t.__VUE_I18N__ = o, r = Zs();
|
|
12618
12618
|
const e = o;
|
|
12619
|
-
e[
|
|
12619
|
+
e[Gd] && e[Gd](r), r.on("*", yp);
|
|
12620
12620
|
}
|
|
12621
12621
|
}, t), (0, n.onUnmounted)(() => {
|
|
12622
12622
|
const n = o;
|
|
@@ -12685,7 +12685,7 @@ if ("boolean" != typeof __VUE_I18N_FULL_INSTALL__ && (Ps().__VUE_I18N_FULL_INSTA
|
|
|
12685
12685
|
return tu(e);
|
|
12686
12686
|
}
|
|
12687
12687
|
}, Bp = function(e, t) {
|
|
12688
|
-
if (!
|
|
12688
|
+
if (!Ks(e)) return null;
|
|
12689
12689
|
let n = Tu.get(t);
|
|
12690
12690
|
if (n || (n = function(e) {
|
|
12691
12691
|
const t = [];
|
|
@@ -12719,7 +12719,7 @@ if ("boolean" != typeof __VUE_I18N_FULL_INSTALL__ && (Ps().__VUE_I18N_FULL_INSTA
|
|
|
12719
12719
|
for (; a < o;) {
|
|
12720
12720
|
const e = n[a];
|
|
12721
12721
|
if (Qc.includes(e) && Rc(r)) return null;
|
|
12722
|
-
if (!
|
|
12722
|
+
if (!Ks(r)) return null;
|
|
12723
12723
|
if (!Rs(r, e)) return null;
|
|
12724
12724
|
const t = r[e];
|
|
12725
12725
|
if (void 0 === t) return null;
|
|
@@ -12727,7 +12727,7 @@ if ("boolean" != typeof __VUE_I18N_FULL_INSTALL__ && (Ps().__VUE_I18N_FULL_INSTA
|
|
|
12727
12727
|
r = t, a++;
|
|
12728
12728
|
}
|
|
12729
12729
|
return r;
|
|
12730
|
-
}, Hu = Bp,
|
|
12730
|
+
}, Hu = Bp, Ku = Su, "production" !== process.env.NODE_ENV || __INTLIFY_PROD_DEVTOOLS__) {
|
|
12731
12731
|
const e = Ps();
|
|
12732
12732
|
e.__INTLIFY__ = !0, Np = e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__, iu = Np;
|
|
12733
12733
|
}
|
|
@@ -12802,7 +12802,7 @@ var Vp = ["aria-label"], Mp = { class: "pptx-vue-a11y-panel__header flex items-c
|
|
|
12802
12802
|
}), 128))])], 8, zp))), 128))])) : ((0, n.openBlock)(), (0, n.createElementBlock)("div", Fp, [(0, n.createElementVNode)("p", $p, (0, n.toDisplayString)((0, n.unref)(a)("pptx.accessibility.noIssuesFound")), 1), (0, n.createElementVNode)("p", Pp, (0, n.toDisplayString)((0, n.unref)(a)("pptx.accessibility.noIssuesHint")), 1)]))], 8, Vp));
|
|
12803
12803
|
}
|
|
12804
12804
|
});
|
|
12805
|
-
function
|
|
12805
|
+
function Kp(e, t = 120) {
|
|
12806
12806
|
const o = (0, n.ref)(0), r = (0, n.ref)(!1);
|
|
12807
12807
|
let a = null;
|
|
12808
12808
|
return {
|
|
@@ -12821,7 +12821,7 @@ function Gp(e, t = 120) {
|
|
|
12821
12821
|
}
|
|
12822
12822
|
};
|
|
12823
12823
|
}
|
|
12824
|
-
var
|
|
12824
|
+
var Gp = ["aria-label"], Yp = {
|
|
12825
12825
|
key: 0,
|
|
12826
12826
|
class: "pptx-vue-modal-title text-sm font-semibold leading-snug"
|
|
12827
12827
|
}, Xp = { key: 1 }, qp = ["aria-label"], Zp = { class: "pptx-vue-modal-body overflow-y-auto p-4" }, Jp = {
|
|
@@ -12839,7 +12839,7 @@ var Kp = ["aria-label"], Yp = {
|
|
|
12839
12839
|
function l() {
|
|
12840
12840
|
r("close");
|
|
12841
12841
|
}
|
|
12842
|
-
const { dragY: i, dragging: s, onPointerDown: c, onPointerMove: u, onPointerUp: d } =
|
|
12842
|
+
const { dragY: i, dragging: s, onPointerDown: c, onPointerMove: u, onPointerUp: d } = Kp(l);
|
|
12843
12843
|
function p(e) {
|
|
12844
12844
|
"mouse" !== e.pointerType && (e.target.closest("button, a, input, select, textarea") || c(e));
|
|
12845
12845
|
}
|
|
@@ -12882,7 +12882,7 @@ var Kp = ["aria-label"], Yp = {
|
|
|
12882
12882
|
}, " × ", 8, qp)], 32),
|
|
12883
12883
|
(0, n.createElementVNode)("div", Zp, [(0, n.renderSlot)(t.$slots, "default")]),
|
|
12884
12884
|
t.$slots.footer ? ((0, n.openBlock)(), (0, n.createElementBlock)("footer", Jp, [(0, n.renderSlot)(t.$slots, "footer")])) : (0, n.createCommentVNode)("", !0)
|
|
12885
|
-
], 12,
|
|
12885
|
+
], 12, Gp)])) : (0, n.createCommentVNode)("", !0)]));
|
|
12886
12886
|
}
|
|
12887
12887
|
}), em = {
|
|
12888
12888
|
key: 0,
|
|
@@ -13212,10 +13212,10 @@ var Kp = ["aria-label"], Yp = {
|
|
|
13212
13212
|
}, Rm = { class: "pptx-comments-panel__text m-0 mb-2 whitespace-pre-wrap break-words text-[13px]" }, Um = {
|
|
13213
13213
|
key: 0,
|
|
13214
13214
|
class: "pptx-comments-panel__replies m-0 mb-2 list-none border-l-2 border-border pl-3"
|
|
13215
|
-
}, Wm = ["data-comment-id"], jm = { class: "mb-0.5 flex items-baseline justify-between gap-2" }, Hm = { class: "text-[12px] font-semibold" },
|
|
13215
|
+
}, Wm = ["data-comment-id"], jm = { class: "mb-0.5 flex items-baseline justify-between gap-2" }, Hm = { class: "text-[12px] font-semibold" }, Km = {
|
|
13216
13216
|
key: 0,
|
|
13217
13217
|
class: "text-[11px] text-muted-foreground"
|
|
13218
|
-
},
|
|
13218
|
+
}, Gm = { class: "m-0 whitespace-pre-wrap break-words text-[12px]" }, Ym = { class: "pptx-comments-panel__actions flex gap-2" }, Xm = [
|
|
13219
13219
|
"data-comment-id",
|
|
13220
13220
|
"aria-pressed",
|
|
13221
13221
|
"onClick"
|
|
@@ -13268,7 +13268,7 @@ var Kp = ["aria-label"], Yp = {
|
|
|
13268
13268
|
key: e.id,
|
|
13269
13269
|
class: "pptx-comments-panel__reply mb-1.5",
|
|
13270
13270
|
"data-comment-id": e.id
|
|
13271
|
-
}, [(0, n.createElementVNode)("div", jm, [(0, n.createElementVNode)("span", Hm, (0, n.toDisplayString)(e.author || (0, n.unref)(l)("pptx.comments.unknownAuthor")), 1), p(e.createdAt) ? ((0, n.openBlock)(), (0, n.createElementBlock)("time",
|
|
13271
|
+
}, [(0, n.createElementVNode)("div", jm, [(0, n.createElementVNode)("span", Hm, (0, n.toDisplayString)(e.author || (0, n.unref)(l)("pptx.comments.unknownAuthor")), 1), p(e.createdAt) ? ((0, n.openBlock)(), (0, n.createElementBlock)("time", Km, (0, n.toDisplayString)(p(e.createdAt)), 1)) : (0, n.createCommentVNode)("", !0)]), (0, n.createElementVNode)("p", Gm, (0, n.toDisplayString)(e.text), 1)], 8, Wm))), 128))])) : (0, n.createCommentVNode)("", !0),
|
|
13272
13272
|
(0, n.createElementVNode)("div", Ym, [
|
|
13273
13273
|
(0, n.createElementVNode)("button", {
|
|
13274
13274
|
type: "button",
|
|
@@ -13865,12 +13865,12 @@ var wf = ["viewBox", "preserveAspectRatio"], Sf = ["width", "height"], Ef = ["x"
|
|
|
13865
13865
|
"preserve-aspect-ratio": "none"
|
|
13866
13866
|
}, null, 8, ["element-id", "vm"]));
|
|
13867
13867
|
}
|
|
13868
|
-
}), jf = { class: "pptx-vue-chart-chrome" }, Hf = ["x"],
|
|
13868
|
+
}), jf = { class: "pptx-vue-chart-chrome" }, Hf = ["x"], Kf = [
|
|
13869
13869
|
"x1",
|
|
13870
13870
|
"y1",
|
|
13871
13871
|
"x2",
|
|
13872
13872
|
"y2"
|
|
13873
|
-
],
|
|
13873
|
+
], Gf = ["x", "y"], Yf = [
|
|
13874
13874
|
"x1",
|
|
13875
13875
|
"y1",
|
|
13876
13876
|
"x2",
|
|
@@ -13972,7 +13972,7 @@ var wf = ["viewBox", "preserveAspectRatio"], Sf = ["width", "height"], Ef = ["x"
|
|
|
13972
13972
|
stroke: "#cbd5e1",
|
|
13973
13973
|
"stroke-width": "0.7",
|
|
13974
13974
|
"stroke-dasharray": "4 3"
|
|
13975
|
-
}, null, 8,
|
|
13975
|
+
}, null, 8, Kf))), 128)),
|
|
13976
13976
|
((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(s.value, (t, o) => ((0, n.openBlock)(), (0, n.createElementBlock)("text", {
|
|
13977
13977
|
key: `vaxis-${o}`,
|
|
13978
13978
|
x: e.layout.plotLeft - 4,
|
|
@@ -13980,7 +13980,7 @@ var wf = ["viewBox", "preserveAspectRatio"], Sf = ["width", "height"], Ef = ["x"
|
|
|
13980
13980
|
"text-anchor": "end",
|
|
13981
13981
|
"font-size": "8",
|
|
13982
13982
|
fill: "#64748b"
|
|
13983
|
-
}, (0, n.toDisplayString)(t.text), 9,
|
|
13983
|
+
}, (0, n.toDisplayString)(t.text), 9, Gf))), 128)),
|
|
13984
13984
|
null !== c.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("line", {
|
|
13985
13985
|
key: 1,
|
|
13986
13986
|
x1: e.layout.plotLeft,
|
|
@@ -14678,7 +14678,7 @@ var wf = ["viewBox", "preserveAspectRatio"], Sf = ["width", "height"], Ef = ["x"
|
|
|
14678
14678
|
"x",
|
|
14679
14679
|
"y",
|
|
14680
14680
|
"font-size"
|
|
14681
|
-
],
|
|
14681
|
+
], Kg = (0, n.defineComponent)({
|
|
14682
14682
|
__name: "TreemapChart",
|
|
14683
14683
|
props: {
|
|
14684
14684
|
chartData: {},
|
|
@@ -14726,7 +14726,7 @@ var wf = ["viewBox", "preserveAspectRatio"], Sf = ["width", "height"], Ef = ["x"
|
|
|
14726
14726
|
"font-weight": "600"
|
|
14727
14727
|
}, (0, n.toDisplayString)(e.labelText), 9, Hg))), 128))]));
|
|
14728
14728
|
}
|
|
14729
|
-
}),
|
|
14729
|
+
}), Gg = { class: "pptx-vue-waterfall-chart" }, Yg = [
|
|
14730
14730
|
"x",
|
|
14731
14731
|
"y",
|
|
14732
14732
|
"width",
|
|
@@ -14771,7 +14771,7 @@ var wf = ["viewBox", "preserveAspectRatio"], Sf = ["width", "height"], Ef = ["x"
|
|
|
14771
14771
|
}
|
|
14772
14772
|
return c;
|
|
14773
14773
|
});
|
|
14774
|
-
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("g",
|
|
14774
|
+
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("g", Gg, [
|
|
14775
14775
|
((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(r.value, (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("rect", {
|
|
14776
14776
|
key: `wf-bar-${t}`,
|
|
14777
14777
|
x: e.x,
|
|
@@ -14868,7 +14868,7 @@ var wf = ["viewBox", "preserveAspectRatio"], Sf = ["width", "height"], Ef = ["x"
|
|
|
14868
14868
|
"font-weight": "600",
|
|
14869
14869
|
fill: "#1e293b"
|
|
14870
14870
|
}, (0, n.toDisplayString)(r.value?.title || "Chart"), 9, oh)) : (0, n.createCommentVNode)("", !0),
|
|
14871
|
-
r.value ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
14871
|
+
r.value ? ((0, n.openBlock)(), (0, n.createBlock)(Kg, {
|
|
14872
14872
|
key: 1,
|
|
14873
14873
|
"chart-data": r.value,
|
|
14874
14874
|
layout: m.value,
|
|
@@ -15431,7 +15431,7 @@ var Dh = ["data-element-id", "data-pptx-element"], Th = ["id", "innerHTML"], Fh
|
|
|
15431
15431
|
}, Uh = {
|
|
15432
15432
|
class: "pptx-vue-equation-number-spacer",
|
|
15433
15433
|
"aria-hidden": "true"
|
|
15434
|
-
}, Wh = ["innerHTML"], jh = { class: "pptx-vue-equation-number" }, Hh = ["innerHTML"],
|
|
15434
|
+
}, Wh = ["innerHTML"], jh = { class: "pptx-vue-equation-number" }, Hh = ["innerHTML"], Kh = Em((0, n.defineComponent)({
|
|
15435
15435
|
__name: "EquationRenderer",
|
|
15436
15436
|
props: {
|
|
15437
15437
|
element: {},
|
|
@@ -15470,7 +15470,7 @@ var Dh = ["data-element-id", "data-pptx-element"], Th = ["id", "innerHTML"], Fh
|
|
|
15470
15470
|
innerHTML: e.mathml
|
|
15471
15471
|
}, null, 8, Hh))], 64))), 128)) : (0, n.createCommentVNode)("", !0)], 12, Oh));
|
|
15472
15472
|
}
|
|
15473
|
-
}), [["__scopeId", "data-v-9ff795dc"]]),
|
|
15473
|
+
}), [["__scopeId", "data-v-9ff795dc"]]), Gh = (0, n.defineComponent)({
|
|
15474
15474
|
__name: "Extrusion3DOverlay",
|
|
15475
15475
|
props: { data: {} },
|
|
15476
15476
|
setup(e) {
|
|
@@ -15747,10 +15747,10 @@ var lx = ["data-element-id"], ix = ["src", "alt"], sx = {
|
|
|
15747
15747
|
}, Ux = ["stroke"], Wx = ["stroke"], jx = ["stroke"], Hx = {
|
|
15748
15748
|
key: 6,
|
|
15749
15749
|
class: "pptx-vue-ole-sublabel"
|
|
15750
|
-
},
|
|
15750
|
+
}, Kx = {
|
|
15751
15751
|
key: 0,
|
|
15752
15752
|
class: "pptx-vue-ole-meta"
|
|
15753
|
-
},
|
|
15753
|
+
}, Gx = [
|
|
15754
15754
|
"href",
|
|
15755
15755
|
"download",
|
|
15756
15756
|
"aria-label",
|
|
@@ -16048,14 +16048,14 @@ var lx = ["data-element-id"], ix = ["src", "alt"], sx = {
|
|
|
16048
16048
|
onMousedown: w,
|
|
16049
16049
|
onClick: w
|
|
16050
16050
|
}, [
|
|
16051
|
-
f.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("span",
|
|
16051
|
+
f.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("span", Kx, (0, n.toDisplayString)(f.value), 1)) : (0, n.createCommentVNode)("", !0),
|
|
16052
16052
|
(0, n.createElementVNode)("a", {
|
|
16053
16053
|
class: "pptx-vue-ole-action",
|
|
16054
16054
|
href: d.value,
|
|
16055
16055
|
download: p.value,
|
|
16056
16056
|
"aria-label": (0, n.unref)(o)("pptx.ole.downloadName", { name: p.value }),
|
|
16057
16057
|
title: (0, n.unref)(o)("pptx.ole.downloadName", { name: p.value })
|
|
16058
|
-
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.ole.download")), 9,
|
|
16058
|
+
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.ole.download")), 9, Gx),
|
|
16059
16059
|
h.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
16060
16060
|
key: 1,
|
|
16061
16061
|
type: "button",
|
|
@@ -16298,13 +16298,13 @@ var rv = ["aria-label", "onClick"], av = (0, n.defineComponent)({
|
|
|
16298
16298
|
}));
|
|
16299
16299
|
}
|
|
16300
16300
|
const s = (0, n.computed)(() => "smartArt" === o.element.type ? o.element.smartArtData : void 0), c = (0, n.computed)(() => s.value?.nodes ?? []), u = (0, n.computed)(() => s.value ? function(e) {
|
|
16301
|
-
const t =
|
|
16301
|
+
const t = Kl(e.nodes ?? []), n = t.length, o = t.map((e, t) => ({
|
|
16302
16302
|
id: e.id,
|
|
16303
16303
|
label: Yl(e.text, t, n)
|
|
16304
16304
|
}));
|
|
16305
16305
|
return {
|
|
16306
16306
|
role: "img",
|
|
16307
|
-
label:
|
|
16307
|
+
label: Gl(e),
|
|
16308
16308
|
nodes: o
|
|
16309
16309
|
};
|
|
16310
16310
|
}(s.value) : void 0), d = (0, n.computed)(() => {
|
|
@@ -16901,7 +16901,7 @@ var Uv = ["onPointerdown"], Wv = ["onPointerdown"], jv = (0, n.defineComponent)(
|
|
|
16901
16901
|
}(e, t)
|
|
16902
16902
|
}, [...r[1] || (r[1] = [(0, n.createElementVNode)("div", { class: "my-auto h-px w-full bg-transparent transition-colors group-hover:bg-blue-400/60" }, null, -1)])], 44, Wv))), 128))], 64)) : (0, n.createCommentVNode)("", !0)], 512));
|
|
16903
16903
|
}
|
|
16904
|
-
}), Hv = ["data-element-id"],
|
|
16904
|
+
}), Hv = ["data-element-id"], Kv = { class: "pptx-vue-table__grid" }, Gv = { key: 0 }, Yv = [
|
|
16905
16905
|
"colspan",
|
|
16906
16906
|
"rowspan",
|
|
16907
16907
|
"onClick",
|
|
@@ -17091,7 +17091,7 @@ var Uv = ["onPointerdown"], Wv = ["onPointerdown"], jv = (0, n.defineComponent)(
|
|
|
17091
17091
|
onResizeColumns: g,
|
|
17092
17092
|
onResizeRow: h
|
|
17093
17093
|
}, {
|
|
17094
|
-
default: (0, n.withCtx)(() => [(0, n.createElementVNode)("table",
|
|
17094
|
+
default: (0, n.withCtx)(() => [(0, n.createElementVNode)("table", Kv, [s.value.length > 0 ? ((0, n.openBlock)(), (0, n.createElementBlock)("colgroup", Gv, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(s.value, (t, o) => ((0, n.openBlock)(), (0, n.createElementBlock)("col", {
|
|
17095
17095
|
key: `${e.element.id}-col-${o}`,
|
|
17096
17096
|
style: (0, n.normalizeStyle)({ width: t })
|
|
17097
17097
|
}, null, 4))), 128))])) : (0, n.createCommentVNode)("", !0), (0, n.createElementVNode)("tbody", null, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(c.value, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("tr", {
|
|
@@ -17527,7 +17527,7 @@ var my = [
|
|
|
17527
17527
|
"element",
|
|
17528
17528
|
"media-data-urls",
|
|
17529
17529
|
"z-index"
|
|
17530
|
-
])) : f.value ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
17530
|
+
])) : f.value ? ((0, n.openBlock)(), (0, n.createBlock)(Kh, {
|
|
17531
17531
|
key: 12,
|
|
17532
17532
|
element: e.element,
|
|
17533
17533
|
"media-data-urls": e.mediaDataUrls,
|
|
@@ -17544,7 +17544,7 @@ var my = [
|
|
|
17544
17544
|
"data-pptx-element": e.interactive ? "true" : void 0
|
|
17545
17545
|
}, [
|
|
17546
17546
|
(0, n.createVNode)(Vh, { element: e.element }, null, 8, ["element"]),
|
|
17547
|
-
d.value.hasExtrusion ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
17547
|
+
d.value.hasExtrusion ? ((0, n.openBlock)(), (0, n.createBlock)(Gh, {
|
|
17548
17548
|
key: 0,
|
|
17549
17549
|
data: d.value
|
|
17550
17550
|
}, null, 8, ["data"])) : (0, n.createCommentVNode)("", !0),
|
|
@@ -17770,7 +17770,7 @@ var my = [
|
|
|
17770
17770
|
}, Ry = { class: "pptx-vue-compare-header flex items-start justify-between gap-3 border-b border-border px-4 py-3" }, Uy = { class: "pptx-vue-compare-title m-0 text-sm font-medium text-foreground" }, Wy = { class: "pptx-vue-compare-summary mt-0.5 text-[11px] text-muted-foreground" }, jy = ["aria-label"], Hy = {
|
|
17771
17771
|
key: 0,
|
|
17772
17772
|
class: "pptx-vue-compare-actions border-b border-border/60 px-4 py-2"
|
|
17773
|
-
},
|
|
17773
|
+
}, Ky = { class: "pptx-vue-compare-list flex flex-1 flex-col gap-2 overflow-y-auto p-3" }, Gy = {
|
|
17774
17774
|
key: 0,
|
|
17775
17775
|
class: "pptx-vue-compare-empty m-0 py-8 text-center text-xs text-muted-foreground"
|
|
17776
17776
|
}, Yy = (0, n.defineComponent)({
|
|
@@ -17828,7 +17828,7 @@ var my = [
|
|
|
17828
17828
|
class: "pptx-vue-compare-accept-all inline-flex cursor-pointer items-center gap-1.5 rounded bg-green-700/80 px-3 py-1.5 text-xs text-green-50 transition-colors hover:bg-green-600",
|
|
17829
17829
|
onClick: d
|
|
17830
17830
|
}, (0, n.toDisplayString)((0, n.unref)(a)("pptx.compare.acceptAll")), 1)])) : (0, n.createCommentVNode)("", !0),
|
|
17831
|
-
(0, n.createElementVNode)("div",
|
|
17831
|
+
(0, n.createElementVNode)("div", Ky, [0 === s.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("p", Gy, (0, n.toDisplayString)((0, n.unref)(a)("pptx.compare.noDifferences")), 1)) : ((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, { key: 1 }, (0, n.renderList)(e.compareResult.diffs, (t, o) => ((0, n.openBlock)(), (0, n.createBlock)(_y, {
|
|
17832
17832
|
key: `diff-${o}-${t.status}`,
|
|
17833
17833
|
diff: t,
|
|
17834
17834
|
"diff-index": o,
|
|
@@ -18263,7 +18263,7 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
18263
18263
|
"id",
|
|
18264
18264
|
"value",
|
|
18265
18265
|
"onInput"
|
|
18266
|
-
],
|
|
18266
|
+
], Kb = { class: "pptx-vue-docprops-field flex flex-col gap-1.5" }, Gb = {
|
|
18267
18267
|
for: "pptx-vue-docprops-manager",
|
|
18268
18268
|
class: "pptx-vue-docprops-label text-xs font-medium text-foreground"
|
|
18269
18269
|
}, Yb = ["value"], Xb = { class: "pptx-vue-docprops-field flex flex-col gap-1.5" }, qb = {
|
|
@@ -18344,7 +18344,7 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
18344
18344
|
value: i(e.key),
|
|
18345
18345
|
onInput: (t) => s(e.key, t)
|
|
18346
18346
|
}, null, 40, Hb))])), 64)),
|
|
18347
|
-
(0, n.createElementVNode)("div",
|
|
18347
|
+
(0, n.createElementVNode)("div", Kb, [(0, n.createElementVNode)("label", Gb, (0, n.toDisplayString)((0, n.unref)(a)("pptx.documentProperties.summary.manager")), 1), (0, n.createElementVNode)("input", {
|
|
18348
18348
|
id: "pptx-vue-docprops-manager",
|
|
18349
18349
|
type: "text",
|
|
18350
18350
|
class: "pptx-vue-docprops-input w-full rounded-md border border-border bg-muted px-3 py-1.5 text-[0.8125rem] text-foreground placeholder-muted-foreground outline-none focus:border-primary focus:ring-1 focus:ring-primary",
|
|
@@ -18849,7 +18849,7 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
18849
18849
|
"title",
|
|
18850
18850
|
"aria-label",
|
|
18851
18851
|
"disabled"
|
|
18852
|
-
],
|
|
18852
|
+
], Kk = ["title"], Gk = ["title", "aria-label"], Yk = { class: "pptx-vue-fr-row flex items-center gap-1.5" }, Xk = ["placeholder", "aria-label"], qk = ["disabled"], Zk = ["disabled"], Jk = "flex-1 min-w-32 rounded border border-border bg-muted px-2 py-1 text-foreground placeholder-muted-foreground focus:border-primary focus:outline-none", Qk = "inline-flex items-center justify-center min-w-7 h-7 rounded border border-border bg-muted px-2 leading-none text-foreground cursor-pointer hover:bg-accent disabled:opacity-45 disabled:cursor-not-allowed", ew = (0, n.defineComponent)({
|
|
18853
18853
|
__name: "FindReplaceBar",
|
|
18854
18854
|
props: (0, n.mergeModels)({
|
|
18855
18855
|
matchCount: {},
|
|
@@ -18910,14 +18910,14 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
18910
18910
|
}, [(0, n.withDirectives)((0, n.createElementVNode)("input", {
|
|
18911
18911
|
"onUpdate:modelValue": t[5] || (t[5] = (e) => i.value = e),
|
|
18912
18912
|
type: "checkbox"
|
|
18913
|
-
}, null, 512), [[n.vModelCheckbox, i.value]]), t[12] || (t[12] = (0, n.createElementVNode)("span", null, "Aa", -1))], 8,
|
|
18913
|
+
}, null, 512), [[n.vModelCheckbox, i.value]]), t[12] || (t[12] = (0, n.createElementVNode)("span", null, "Aa", -1))], 8, Kk),
|
|
18914
18914
|
(0, n.createElementVNode)("button", {
|
|
18915
18915
|
type: "button",
|
|
18916
18916
|
class: (0, n.normalizeClass)(["pptx-vue-fr-btn pptx-vue-fr-close text-[1.1rem]", Qk]),
|
|
18917
18917
|
title: (0, n.unref)(r)("pptx.findReplace.closeEscape"),
|
|
18918
18918
|
"aria-label": (0, n.unref)(r)("pptx.findReplace.closeAriaLabel"),
|
|
18919
18919
|
onClick: t[6] || (t[6] = (e) => s("close"))
|
|
18920
|
-
}, " × ", 8,
|
|
18920
|
+
}, " × ", 8, Gk)
|
|
18921
18921
|
]), (0, n.createElementVNode)("div", Yk, [
|
|
18922
18922
|
(0, n.withDirectives)((0, n.createElementVNode)("input", {
|
|
18923
18923
|
"onUpdate:modelValue": t[7] || (t[7] = (e) => l.value = e),
|
|
@@ -19116,7 +19116,7 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
19116
19116
|
}), $w = ["aria-label"], Pw = { class: "pptx-vue-header-footer-panel__header" }, Iw = { class: "pptx-vue-header-footer-panel__title" }, zw = ["aria-label"], Aw = { class: "pptx-vue-header-footer-panel__body" }, Lw = { class: "pptx-vue-header-footer-panel__row" }, _w = ["checked"], Ow = {
|
|
19117
19117
|
key: 0,
|
|
19118
19118
|
class: "pptx-vue-header-footer-panel__sub"
|
|
19119
|
-
}, Rw = { class: "pptx-vue-header-footer-panel__row" }, Uw = ["checked"], Ww = ["placeholder", "value"], jw = { class: "pptx-vue-header-footer-panel__row" }, Hw = ["checked"],
|
|
19119
|
+
}, Rw = { class: "pptx-vue-header-footer-panel__row" }, Uw = ["checked"], Ww = ["placeholder", "value"], jw = { class: "pptx-vue-header-footer-panel__row" }, Hw = ["checked"], Kw = { class: "pptx-vue-header-footer-panel__row" }, Gw = ["checked"], Yw = {
|
|
19120
19120
|
key: 1,
|
|
19121
19121
|
class: "pptx-vue-header-footer-panel__sub"
|
|
19122
19122
|
}, Xw = ["placeholder", "value"], qw = { class: "pptx-vue-header-footer-panel__row" }, Zw = ["checked"], Jw = {
|
|
@@ -19196,12 +19196,12 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
19196
19196
|
checked: c.value,
|
|
19197
19197
|
onChange: f
|
|
19198
19198
|
}, null, 40, Hw), (0, n.createElementVNode)("span", null, (0, n.toDisplayString)((0, n.unref)(r)("pptx.headerFooter.slideNumber")), 1)]),
|
|
19199
|
-
(0, n.createElementVNode)("label",
|
|
19199
|
+
(0, n.createElementVNode)("label", Kw, [(0, n.createElementVNode)("input", {
|
|
19200
19200
|
type: "checkbox",
|
|
19201
19201
|
"data-testid": "hf-header",
|
|
19202
19202
|
checked: u.value,
|
|
19203
19203
|
onChange: g
|
|
19204
|
-
}, null, 40,
|
|
19204
|
+
}, null, 40, Gw), (0, n.createElementVNode)("span", null, (0, n.toDisplayString)((0, n.unref)(r)("pptx.field.header")), 1)]),
|
|
19205
19205
|
u.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", Yw, [(0, n.createElementVNode)("input", {
|
|
19206
19206
|
type: "text",
|
|
19207
19207
|
class: "pptx-vue-header-footer-panel__input",
|
|
@@ -19692,7 +19692,7 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
19692
19692
|
], OS = { class: "pptx-vue-smartart-thumb flex h-12 w-16 items-center justify-center rounded bg-muted" }, RS = { class: "pptx-vue-smartart-tile-label text-center text-[10px] leading-tight text-foreground" }, US = {
|
|
19693
19693
|
key: 0,
|
|
19694
19694
|
class: "pptx-vue-smartart-nodes flex flex-shrink-0 flex-col gap-1"
|
|
19695
|
-
}, WS = { class: "pptx-vue-smartart-nodes-label text-xs font-medium text-muted-foreground" }, jS = ["placeholder"], HS = ["disabled"],
|
|
19695
|
+
}, WS = { class: "pptx-vue-smartart-nodes-label text-xs font-medium text-muted-foreground" }, jS = ["placeholder"], HS = ["disabled"], KS = (0, n.defineComponent)({
|
|
19696
19696
|
__name: "InsertSmartArtDialog",
|
|
19697
19697
|
props: { open: { type: Boolean } },
|
|
19698
19698
|
emits: ["insert", "close"],
|
|
@@ -19785,7 +19785,7 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
19785
19785
|
_: 1
|
|
19786
19786
|
}, 8, ["open", "title"]));
|
|
19787
19787
|
}
|
|
19788
|
-
}),
|
|
19788
|
+
}), GS = { class: "pptx-vue-anim-panel flex flex-col gap-2 rounded-md border border-border bg-card p-2 text-xs" }, YS = { class: "pptx-vue-anim-heading text-[11px] uppercase tracking-wide text-muted-foreground" }, XS = {
|
|
19789
19789
|
key: 0,
|
|
19790
19790
|
class: "pptx-vue-anim-list flex flex-col gap-1 m-0 p-0 list-none"
|
|
19791
19791
|
}, qS = { class: "pptx-vue-anim-name flex-1 font-medium overflow-hidden text-ellipsis whitespace-nowrap" }, ZS = { class: "pptx-vue-anim-trigger text-muted-foreground" }, JS = [
|
|
@@ -19881,7 +19881,7 @@ var Nb = { class: "pptx-vue-docprops-custom flex flex-col gap-3" }, Vb = { class
|
|
|
19881
19881
|
const e = v();
|
|
19882
19882
|
e && a("update", { animations: [...u.value, e] });
|
|
19883
19883
|
}
|
|
19884
|
-
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
19884
|
+
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", GS, [
|
|
19885
19885
|
(0, n.createElementVNode)("div", YS, (0, n.toDisplayString)((0, n.unref)(l)("pptx.animation.title")), 1),
|
|
19886
19886
|
u.value.length > 0 ? ((0, n.openBlock)(), (0, n.createElementBlock)("ul", XS, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(u.value, (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("li", {
|
|
19887
19887
|
key: t,
|
|
@@ -20046,7 +20046,7 @@ var UE = {
|
|
|
20046
20046
|
}, WE = { class: "pptx-vue-chart-heading text-[11px] uppercase tracking-wide text-muted-foreground" }, jE = { class: "text-[11px] font-medium" }, HE = {
|
|
20047
20047
|
key: 0,
|
|
20048
20048
|
class: "space-y-1.5 ml-2"
|
|
20049
|
-
},
|
|
20049
|
+
}, KE = { class: "w-16 text-muted-foreground shrink-0" }, GE = [
|
|
20050
20050
|
"value",
|
|
20051
20051
|
"placeholder",
|
|
20052
20052
|
"onInput"
|
|
@@ -20092,7 +20092,7 @@ var UE = {
|
|
|
20092
20092
|
e.hasScale ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", HE, [((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(s, (t) => (0, n.createElementVNode)("label", {
|
|
20093
20093
|
key: t.key,
|
|
20094
20094
|
class: "flex items-center gap-2 text-[11px]"
|
|
20095
|
-
}, [(0, n.createElementVNode)("span",
|
|
20095
|
+
}, [(0, n.createElementVNode)("span", KE, (0, n.toDisplayString)((0, n.unref)(a)(t.labelKey)), 1), (0, n.createElementVNode)("input", {
|
|
20096
20096
|
type: "number",
|
|
20097
20097
|
class: (0, n.normalizeClass)(gC),
|
|
20098
20098
|
"data-testid": "chart-axis-scale",
|
|
@@ -20104,7 +20104,7 @@ var UE = {
|
|
|
20104
20104
|
const a = Number.parseFloat(o);
|
|
20105
20105
|
Number.isFinite(a) && r("updateAxis", t, { [n]: a });
|
|
20106
20106
|
}(n, e.type, t.key)
|
|
20107
|
-
}, null, 40,
|
|
20107
|
+
}, null, 40, GE)])), 64)), (0, n.createElementVNode)("label", YE, [(0, n.createElementVNode)("span", XE, (0, n.toDisplayString)((0, n.unref)(a)("pptx.chart.displayUnits")), 1), (0, n.createElementVNode)("select", {
|
|
20108
20108
|
class: (0, n.normalizeClass)(gC),
|
|
20109
20109
|
"data-testid": "chart-axis-display-units",
|
|
20110
20110
|
value: e.axis.displayUnits ?? "",
|
|
@@ -20350,10 +20350,10 @@ var UE = {
|
|
|
20350
20350
|
])) : (0, n.createCommentVNode)("", !0)], 64))), 64))
|
|
20351
20351
|
])]))), 128))])) : (0, n.createCommentVNode)("", !0);
|
|
20352
20352
|
}
|
|
20353
|
-
}),
|
|
20353
|
+
}), KC = {
|
|
20354
20354
|
key: 0,
|
|
20355
20355
|
class: "pptx-vue-chart-card rounded border border-border bg-card p-2 space-y-2"
|
|
20356
|
-
},
|
|
20356
|
+
}, GC = { class: "pptx-vue-chart-heading text-[11px] uppercase tracking-wide text-muted-foreground" }, YC = { class: "space-y-1.5" }, XC = ["title"], qC = ["value", "onChange"], ZC = ["value"], QC = (0, n.defineComponent)({
|
|
20357
20357
|
__name: "ChartComboTypeOptions",
|
|
20358
20358
|
props: {
|
|
20359
20359
|
chartType: {},
|
|
@@ -20362,7 +20362,7 @@ var UE = {
|
|
|
20362
20362
|
emits: ["setSeriesType"],
|
|
20363
20363
|
setup(e, { emit: t }) {
|
|
20364
20364
|
const o = e, r = t, { t: a } = Ep(), l = (0, n.computed)(() => Ut.has(o.chartType) && o.series.length >= 2);
|
|
20365
|
-
return (e, t) => l.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
20365
|
+
return (e, t) => l.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", KC, [(0, n.createElementVNode)("div", GC, (0, n.toDisplayString)((0, n.unref)(a)("pptx.chart.comboTypes")), 1), (0, n.createElementVNode)("div", YC, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(o.series, (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
20366
20366
|
key: `${e.name}-${t}`,
|
|
20367
20367
|
class: "flex items-center gap-2 text-[11px]"
|
|
20368
20368
|
}, [(0, n.createElementVNode)("span", {
|
|
@@ -20513,12 +20513,12 @@ var UE = {
|
|
|
20513
20513
|
}, PB = { class: "w-12 text-muted-foreground shrink-0" }, IB = ["value"], zB = ["value"], AB = { class: "space-y-2" }, LB = { class: "flex items-center gap-2 text-[11px]" }, _B = ["title"], OB = { class: "flex items-center gap-1 shrink-0" }, RB = ["checked", "onChange"], UB = { class: "text-muted-foreground" }, WB = {
|
|
20514
20514
|
key: 0,
|
|
20515
20515
|
class: "flex items-center gap-2 ml-2 flex-wrap"
|
|
20516
|
-
}, jB = ["value", "onChange"], HB = ["value"],
|
|
20516
|
+
}, jB = ["value", "onChange"], HB = ["value"], KB = [
|
|
20517
20517
|
"value",
|
|
20518
20518
|
"placeholder",
|
|
20519
20519
|
"title",
|
|
20520
20520
|
"onInput"
|
|
20521
|
-
],
|
|
20521
|
+
], GB = [
|
|
20522
20522
|
"value",
|
|
20523
20523
|
"title",
|
|
20524
20524
|
"onInput"
|
|
@@ -20588,7 +20588,7 @@ var UE = {
|
|
|
20588
20588
|
const n = Number.parseInt(e.target.value, 10);
|
|
20589
20589
|
r("setPointMarker", c.value, t, { size: Number.isFinite(n) ? n : void 0 });
|
|
20590
20590
|
}(e, t)
|
|
20591
|
-
}, null, 40,
|
|
20591
|
+
}, null, 40, KB),
|
|
20592
20592
|
(0, n.createElementVNode)("input", {
|
|
20593
20593
|
type: "color",
|
|
20594
20594
|
"data-testid": "chart-point-marker-fill",
|
|
@@ -20598,7 +20598,7 @@ var UE = {
|
|
|
20598
20598
|
onInput: (e) => function(e, t) {
|
|
20599
20599
|
r("setPointMarker", c.value, t, { fillColor: e.target.value });
|
|
20600
20600
|
}(e, t)
|
|
20601
|
-
}, null, 40,
|
|
20601
|
+
}, null, 40, GB)
|
|
20602
20602
|
])) : (0, n.createCommentVNode)("", !0)]))), 128))])
|
|
20603
20603
|
])) : (0, n.createCommentVNode)("", !0);
|
|
20604
20604
|
}
|
|
@@ -20854,7 +20854,7 @@ var UE = {
|
|
|
20854
20854
|
}), ON = {
|
|
20855
20855
|
key: 0,
|
|
20856
20856
|
class: "pptx-vue-chart-card rounded border border-border bg-card p-2 space-y-2"
|
|
20857
|
-
}, RN = { class: "pptx-vue-chart-heading text-[11px] uppercase tracking-wide text-muted-foreground" }, UN = { class: "space-y-2" }, WN = { class: "flex items-center gap-2 text-[11px]" }, jN = ["title"], HN = ["value", "onChange"],
|
|
20857
|
+
}, RN = { class: "pptx-vue-chart-heading text-[11px] uppercase tracking-wide text-muted-foreground" }, UN = { class: "space-y-2" }, WN = { class: "flex items-center gap-2 text-[11px]" }, jN = ["title"], HN = ["value", "onChange"], KN = ["value"], GN = {
|
|
20858
20858
|
key: 0,
|
|
20859
20859
|
class: "flex items-center gap-3 ml-2"
|
|
20860
20860
|
}, YN = { class: "flex items-center gap-1 text-[11px]" }, XN = { class: "text-muted-foreground" }, qN = [
|
|
@@ -20887,7 +20887,7 @@ var UE = {
|
|
|
20887
20887
|
}, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)($t), (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("option", {
|
|
20888
20888
|
key: e.value,
|
|
20889
20889
|
value: e.value
|
|
20890
|
-
}, (0, n.toDisplayString)((0, n.unref)(a)(e.labelKey)), 9,
|
|
20890
|
+
}, (0, n.toDisplayString)((0, n.unref)(a)(e.labelKey)), 9, KN))), 128))], 40, HN)]), e.marker && "none" !== e.marker.symbol ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", GN, [(0, n.createElementVNode)("label", YN, [(0, n.createElementVNode)("span", XN, (0, n.toDisplayString)((0, n.unref)(a)("pptx.chart.markerSize")), 1), (0, n.createElementVNode)("input", {
|
|
20891
20891
|
type: "number",
|
|
20892
20892
|
min: "2",
|
|
20893
20893
|
max: "72",
|
|
@@ -21293,7 +21293,7 @@ var UE = {
|
|
|
21293
21293
|
function r(e) {
|
|
21294
21294
|
if (e.strokeColor) return `${e.strokeWidth ?? 1}px solid ${e.strokeColor}`;
|
|
21295
21295
|
}
|
|
21296
|
-
return (e, a) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", MV, [(0, n.createElementVNode)("span", DV, (0, n.toDisplayString)((0, n.unref)(t)("pptx.shape.quickStyles")), 1), (0, n.createElementVNode)("div", TV, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(
|
|
21296
|
+
return (e, a) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", MV, [(0, n.createElementVNode)("span", DV, (0, n.toDisplayString)((0, n.unref)(t)("pptx.shape.quickStyles")), 1), (0, n.createElementVNode)("div", TV, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(Ki), (t, a) => {
|
|
21297
21297
|
return (0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
21298
21298
|
key: a,
|
|
21299
21299
|
type: "button",
|
|
@@ -21312,7 +21312,7 @@ var UE = {
|
|
|
21312
21312
|
}), PV = { class: "pptx-vue-effects flex flex-col gap-3 text-xs" }, IV = { class: "pptx-vue-effects-field flex flex-col gap-1" }, zV = { class: "pptx-vue-effects-label text-muted-foreground" }, AV = ["value"], LV = { class: "pptx-vue-effects-section flex flex-col gap-2" }, _V = { class: "pptx-vue-effects-check inline-flex items-center gap-2 text-foreground" }, OV = ["checked"], RV = {
|
|
21313
21313
|
key: 0,
|
|
21314
21314
|
class: "pptx-vue-effects-grid grid grid-cols-2 gap-2"
|
|
21315
|
-
}, UV = { class: "pptx-vue-effects-field flex flex-col gap-1" }, WV = { class: "pptx-vue-effects-label text-muted-foreground" }, jV = ["value"], HV = { class: "pptx-vue-effects-field flex flex-col gap-1" },
|
|
21315
|
+
}, UV = { class: "pptx-vue-effects-field flex flex-col gap-1" }, WV = { class: "pptx-vue-effects-label text-muted-foreground" }, jV = ["value"], HV = { class: "pptx-vue-effects-field flex flex-col gap-1" }, KV = { class: "pptx-vue-effects-label text-muted-foreground" }, GV = ["value"], YV = { class: "pptx-vue-effects-field flex flex-col gap-1" }, XV = { class: "pptx-vue-effects-label text-muted-foreground" }, qV = ["value"], ZV = { class: "pptx-vue-effects-field flex flex-col gap-1" }, JV = { class: "pptx-vue-effects-label text-muted-foreground" }, QV = ["value"], eM = { class: "pptx-vue-effects-section flex flex-col gap-2" }, tM = { class: "pptx-vue-effects-check inline-flex items-center gap-2 text-foreground" }, nM = ["checked"], oM = {
|
|
21316
21316
|
key: 0,
|
|
21317
21317
|
class: "pptx-vue-effects-grid grid grid-cols-2 gap-2"
|
|
21318
21318
|
}, rM = { class: "pptx-vue-effects-field flex flex-col gap-1" }, aM = { class: "pptx-vue-effects-label text-muted-foreground" }, lM = ["value"], iM = { class: "pptx-vue-effects-field flex flex-col gap-1" }, sM = { class: "pptx-vue-effects-label text-muted-foreground" }, cM = ["value"], uM = {
|
|
@@ -21379,7 +21379,7 @@ var UE = {
|
|
|
21379
21379
|
d({ shadowColor: e.target.value });
|
|
21380
21380
|
})
|
|
21381
21381
|
}, null, 40, jV)]),
|
|
21382
|
-
(0, n.createElementVNode)("label", HV, [(0, n.createElementVNode)("span",
|
|
21382
|
+
(0, n.createElementVNode)("label", HV, [(0, n.createElementVNode)("span", KV, (0, n.toDisplayString)((0, n.unref)(l)("pptx.effects.blur")), 1), (0, n.createElementVNode)("input", {
|
|
21383
21383
|
type: "number",
|
|
21384
21384
|
class: "pptx-vue-effects-input bg-muted border border-border rounded px-2 py-1",
|
|
21385
21385
|
min: "0",
|
|
@@ -21389,7 +21389,7 @@ var UE = {
|
|
|
21389
21389
|
const t = u(e);
|
|
21390
21390
|
void 0 !== t && d({ shadowBlur: c(t, 0, 96) });
|
|
21391
21391
|
}(e.target.value))
|
|
21392
|
-
}, null, 40,
|
|
21392
|
+
}, null, 40, GV)]),
|
|
21393
21393
|
(0, n.createElementVNode)("label", YV, [(0, n.createElementVNode)("span", XV, (0, n.toDisplayString)((0, n.unref)(l)("pptx.effects.distance")), 1), (0, n.createElementVNode)("input", {
|
|
21394
21394
|
type: "number",
|
|
21395
21395
|
class: "pptx-vue-effects-input bg-muted border border-border rounded px-2 py-1",
|
|
@@ -21610,7 +21610,7 @@ var LM = { class: "pptx-vue-artistic flex flex-col gap-1 text-[11px]" }, _M = {
|
|
|
21610
21610
|
onInput: l
|
|
21611
21611
|
}, null, 40, jM));
|
|
21612
21612
|
}
|
|
21613
|
-
}),
|
|
21613
|
+
}), KM = { class: "pptx-vue-color-change flex flex-col gap-1 text-[11px]" }, GM = { class: "flex items-center justify-between gap-2" }, YM = { class: "font-semibold text-muted-foreground" }, XM = ["checked"], qM = {
|
|
21614
21614
|
key: 0,
|
|
21615
21615
|
class: "grid grid-cols-2 gap-1.5"
|
|
21616
21616
|
}, ZM = { class: "flex items-center gap-2" }, JM = { class: "text-muted-foreground" }, QM = { class: "flex items-center gap-2" }, eD = { class: "text-muted-foreground" }, tD = { class: "col-span-2 flex items-center justify-between gap-2" }, nD = { class: "text-muted-foreground" }, oD = ["checked"], rD = (0, n.defineComponent)({
|
|
@@ -21646,7 +21646,7 @@ var LM = { class: "pptx-vue-artistic flex flex-col gap-1 text-[11px]" }, _M = {
|
|
|
21646
21646
|
clrToTransparent: e.target.checked
|
|
21647
21647
|
} });
|
|
21648
21648
|
}
|
|
21649
|
-
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
21649
|
+
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", KM, [(0, n.createElementVNode)("label", GM, [(0, n.createElementVNode)("span", YM, (0, n.toDisplayString)((0, n.unref)(a)("pptx.image.colorChange")), 1), (0, n.createElementVNode)("input", {
|
|
21650
21650
|
type: "checkbox",
|
|
21651
21651
|
checked: Boolean(l.value),
|
|
21652
21652
|
onChange: d
|
|
@@ -21771,7 +21771,7 @@ var LM = { class: "pptx-vue-artistic flex flex-col gap-1 text-[11px]" }, _M = {
|
|
|
21771
21771
|
}, (0, n.toDisplayString)((0, n.unref)(a)("pptx.image.duotoneClear")), 1)) : (0, n.createCommentVNode)("", !0)
|
|
21772
21772
|
]));
|
|
21773
21773
|
}
|
|
21774
|
-
}), DD = { class: "pptx-vue-image-adjust flex flex-col gap-2 text-[11px]" }, TD = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, FD = { class: "text-muted-foreground" }, $D = ["value"], PD = { class: "text-right tabular-nums text-muted-foreground" }, ID = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, zD = { class: "text-muted-foreground" }, AD = ["value"], LD = { class: "text-right tabular-nums text-muted-foreground" }, _D = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, OD = { class: "text-muted-foreground" }, RD = ["value"], UD = { class: "text-right tabular-nums text-muted-foreground" }, WD = { class: "pptx-vue-image-adjust__head flex items-center justify-between pt-1" }, jD = { class: "font-semibold text-muted-foreground" }, HD = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" },
|
|
21774
|
+
}), DD = { class: "pptx-vue-image-adjust flex flex-col gap-2 text-[11px]" }, TD = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, FD = { class: "text-muted-foreground" }, $D = ["value"], PD = { class: "text-right tabular-nums text-muted-foreground" }, ID = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, zD = { class: "text-muted-foreground" }, AD = ["value"], LD = { class: "text-right tabular-nums text-muted-foreground" }, _D = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, OD = { class: "text-muted-foreground" }, RD = ["value"], UD = { class: "text-right tabular-nums text-muted-foreground" }, WD = { class: "pptx-vue-image-adjust__head flex items-center justify-between pt-1" }, jD = { class: "font-semibold text-muted-foreground" }, HD = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, KD = { class: "text-muted-foreground" }, GD = ["value"], YD = { class: "text-right tabular-nums text-muted-foreground" }, XD = { class: "pptx-vue-image-adjust__slider grid grid-cols-[72px_1fr_36px] items-center gap-2" }, qD = { class: "text-muted-foreground" }, ZD = ["value"], JD = { class: "text-right tabular-nums text-muted-foreground" }, QD = (0, n.defineComponent)({
|
|
21775
21775
|
__name: "ImageAdjustmentsPanel",
|
|
21776
21776
|
props: { fx: {} },
|
|
21777
21777
|
emits: ["update"],
|
|
@@ -21848,7 +21848,7 @@ var LM = { class: "pptx-vue-artistic flex flex-col gap-1 text-[11px]" }, _M = {
|
|
|
21848
21848
|
onClick: v
|
|
21849
21849
|
}, (0, n.toDisplayString)((0, n.unref)(a)("pptx.imageAdjustments.reset")), 1)) : (0, n.createCommentVNode)("", !0)]),
|
|
21850
21850
|
(0, n.createElementVNode)("label", HD, [
|
|
21851
|
-
(0, n.createElementVNode)("span",
|
|
21851
|
+
(0, n.createElementVNode)("span", KD, (0, n.toDisplayString)((0, n.unref)(a)("pptx.imageAdjustments.transparency")), 1),
|
|
21852
21852
|
(0, n.createElementVNode)("input", {
|
|
21853
21853
|
type: "range",
|
|
21854
21854
|
class: "w-full accent-primary",
|
|
@@ -21857,7 +21857,7 @@ var LM = { class: "pptx-vue-artistic flex flex-col gap-1 text-[11px]" }, _M = {
|
|
|
21857
21857
|
step: "1",
|
|
21858
21858
|
value: c.value,
|
|
21859
21859
|
onInput: h
|
|
21860
|
-
}, null, 40,
|
|
21860
|
+
}, null, 40, GD),
|
|
21861
21861
|
(0, n.createElementVNode)("span", YD, (0, n.toDisplayString)(c.value) + "%", 1)
|
|
21862
21862
|
]),
|
|
21863
21863
|
(0, n.createElementVNode)("label", XD, [
|
|
@@ -22124,7 +22124,7 @@ var bT = {
|
|
|
22124
22124
|
}, " + ", 8, BT)])) : (0, n.createCommentVNode)("", !0)
|
|
22125
22125
|
]));
|
|
22126
22126
|
}
|
|
22127
|
-
}), VT = { class: "flex items-center gap-1 flex-1 max-w-[140px]" }, MT = ["disabled", "value"], DT = { class: "text-[10px] text-muted-foreground w-7 text-right tabular-nums" }, TT = ["disabled", "value"], FT = ["value"], $T = { class: "grid grid-cols-2 gap-1.5" }, PT = { class: "flex flex-col gap-0.5" }, IT = ["disabled", "value"], zT = { class: "flex flex-col gap-0.5" }, AT = ["disabled", "value"], LT = ["disabled", "checked"], _T = ["disabled", "value"], OT = { value: "onClick" }, RT = { value: "auto" }, UT = ["disabled", "checked"], WT = ["disabled", "checked"], jT = ["disabled", "checked"], HT = "flex items-center justify-between gap-2",
|
|
22127
|
+
}), VT = { class: "flex items-center gap-1 flex-1 max-w-[140px]" }, MT = ["disabled", "value"], DT = { class: "text-[10px] text-muted-foreground w-7 text-right tabular-nums" }, TT = ["disabled", "value"], FT = ["value"], $T = { class: "grid grid-cols-2 gap-1.5" }, PT = { class: "flex flex-col gap-0.5" }, IT = ["disabled", "value"], zT = { class: "flex flex-col gap-0.5" }, AT = ["disabled", "value"], LT = ["disabled", "checked"], _T = ["disabled", "value"], OT = { value: "onClick" }, RT = { value: "auto" }, UT = ["disabled", "checked"], WT = ["disabled", "checked"], jT = ["disabled", "checked"], HT = "flex items-center justify-between gap-2", KT = "text-[11px] text-muted-foreground", GT = "flex-1 bg-muted border border-border rounded px-1.5 py-0.5 w-full text-[11px]", YT = (0, n.defineComponent)({
|
|
22128
22128
|
__name: "MediaPlaybackOptions",
|
|
22129
22129
|
props: {
|
|
22130
22130
|
element: {},
|
|
@@ -22179,7 +22179,7 @@ var bT = {
|
|
|
22179
22179
|
}
|
|
22180
22180
|
return (t, o) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", { class: (0, n.normalizeClass)("pptx-vue-media-card rounded border border-border bg-card p-2 space-y-2") }, [
|
|
22181
22181
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)("text-[11px] uppercase tracking-wide text-muted-foreground") }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.playback")), 1),
|
|
22182
|
-
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22182
|
+
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.volume")), 1), (0, n.createElementVNode)("div", VT, [(0, n.createElementVNode)("input", {
|
|
22183
22183
|
type: "range",
|
|
22184
22184
|
class: "flex-1 accent-primary",
|
|
22185
22185
|
min: "0",
|
|
@@ -22189,8 +22189,8 @@ var bT = {
|
|
|
22189
22189
|
value: i.value,
|
|
22190
22190
|
onInput: m
|
|
22191
22191
|
}, null, 40, MT), (0, n.createElementVNode)("span", DT, (0, n.toDisplayString)(i.value) + "% ", 1)])]),
|
|
22192
|
-
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22193
|
-
class: (0, n.normalizeClass)([
|
|
22192
|
+
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.speed")), 1), (0, n.createElementVNode)("select", {
|
|
22193
|
+
class: (0, n.normalizeClass)([GT, "max-w-[100px]"]),
|
|
22194
22194
|
disabled: !e.canEdit,
|
|
22195
22195
|
value: s.value,
|
|
22196
22196
|
onChange: f
|
|
@@ -22198,30 +22198,30 @@ var bT = {
|
|
|
22198
22198
|
key: e,
|
|
22199
22199
|
value: e
|
|
22200
22200
|
}, (0, n.toDisplayString)(e) + "x", 9, FT)), 64))], 42, TT)]),
|
|
22201
|
-
(0, n.createElementVNode)("div", $T, [(0, n.createElementVNode)("label", PT, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22201
|
+
(0, n.createElementVNode)("div", $T, [(0, n.createElementVNode)("label", PT, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.fadeIn")), 1), (0, n.createElementVNode)("input", {
|
|
22202
22202
|
type: "number",
|
|
22203
22203
|
min: "0",
|
|
22204
22204
|
step: "0.1",
|
|
22205
|
-
class: (0, n.normalizeClass)(
|
|
22205
|
+
class: (0, n.normalizeClass)(GT),
|
|
22206
22206
|
disabled: !e.canEdit,
|
|
22207
22207
|
value: c.value,
|
|
22208
22208
|
onInput: g
|
|
22209
|
-
}, null, 40, IT)]), (0, n.createElementVNode)("label", zT, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22209
|
+
}, null, 40, IT)]), (0, n.createElementVNode)("label", zT, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.fadeOut")), 1), (0, n.createElementVNode)("input", {
|
|
22210
22210
|
type: "number",
|
|
22211
22211
|
min: "0",
|
|
22212
22212
|
step: "0.1",
|
|
22213
|
-
class: (0, n.normalizeClass)(
|
|
22213
|
+
class: (0, n.normalizeClass)(GT),
|
|
22214
22214
|
disabled: !e.canEdit,
|
|
22215
22215
|
value: u.value,
|
|
22216
22216
|
onInput: h
|
|
22217
22217
|
}, null, 40, AT)])]),
|
|
22218
|
-
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22218
|
+
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.loop")), 1), (0, n.createElementVNode)("input", {
|
|
22219
22219
|
type: "checkbox",
|
|
22220
22220
|
disabled: !e.canEdit,
|
|
22221
22221
|
checked: Boolean(e.element.loop),
|
|
22222
22222
|
onChange: x
|
|
22223
22223
|
}, null, 40, LT)]),
|
|
22224
|
-
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22224
|
+
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.startTrigger")), 1), (0, n.createElementVNode)("select", {
|
|
22225
22225
|
class: "text-[11px] bg-transparent border border-border rounded px-1 py-0.5",
|
|
22226
22226
|
disabled: !e.canEdit,
|
|
22227
22227
|
value: e.element.autoPlay ? "auto" : "onClick",
|
|
@@ -22230,19 +22230,19 @@ var bT = {
|
|
|
22230
22230
|
d.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("label", {
|
|
22231
22231
|
key: 0,
|
|
22232
22232
|
class: (0, n.normalizeClass)(HT)
|
|
22233
|
-
}, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22233
|
+
}, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.playAcrossSlides")), 1), (0, n.createElementVNode)("input", {
|
|
22234
22234
|
type: "checkbox",
|
|
22235
22235
|
disabled: !e.canEdit,
|
|
22236
22236
|
checked: Boolean(e.element.playAcrossSlides),
|
|
22237
22237
|
onChange: y
|
|
22238
22238
|
}, null, 40, UT)])) : (0, n.createCommentVNode)("", !0),
|
|
22239
|
-
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22239
|
+
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.fullScreen")), 1), (0, n.createElementVNode)("input", {
|
|
22240
22240
|
type: "checkbox",
|
|
22241
22241
|
disabled: !e.canEdit,
|
|
22242
22242
|
checked: Boolean(e.element.fullScreen),
|
|
22243
22243
|
onChange: b
|
|
22244
22244
|
}, null, 40, WT)]),
|
|
22245
|
-
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(
|
|
22245
|
+
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(HT) }, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)(KT) }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.media.hideWhenNotPlaying")), 1), (0, n.createElementVNode)("input", {
|
|
22246
22246
|
type: "checkbox",
|
|
22247
22247
|
disabled: !e.canEdit,
|
|
22248
22248
|
checked: Boolean(e.element.hideWhenNotPlaying),
|
|
@@ -22785,7 +22785,7 @@ var MF = { class: "pptx-vue-smartart-layouts space-y-1.5" }, DF = { class: "text
|
|
|
22785
22785
|
"disabled",
|
|
22786
22786
|
"aria-label",
|
|
22787
22787
|
"value"
|
|
22788
|
-
],
|
|
22788
|
+
], KF = { class: "flex items-center gap-1 text-[9px] text-muted-foreground" }, GF = [
|
|
22789
22789
|
"disabled",
|
|
22790
22790
|
"aria-label",
|
|
22791
22791
|
"value"
|
|
@@ -22911,7 +22911,7 @@ var MF = { class: "pptx-vue-smartart-layouts space-y-1.5" }, DF = { class: "text
|
|
|
22911
22911
|
value: s.value,
|
|
22912
22912
|
onInput: m
|
|
22913
22913
|
}, null, 40, HF)]),
|
|
22914
|
-
(0, n.createElementVNode)("label",
|
|
22914
|
+
(0, n.createElementVNode)("label", KF, [(0, n.createTextVNode)((0, n.toDisplayString)((0, n.unref)(a)("pptx.smartArt.text")) + " ", 1), (0, n.createElementVNode)("input", {
|
|
22915
22915
|
type: "color",
|
|
22916
22916
|
disabled: !e.canEdit,
|
|
22917
22917
|
"data-testid": "smartart-node-font",
|
|
@@ -22919,7 +22919,7 @@ var MF = { class: "pptx-vue-smartart-layouts space-y-1.5" }, DF = { class: "text
|
|
|
22919
22919
|
class: "h-4 w-5 rounded border border-border bg-transparent p-0",
|
|
22920
22920
|
value: c.value,
|
|
22921
22921
|
onInput: f
|
|
22922
|
-
}, null, 40,
|
|
22922
|
+
}, null, 40, GF)]),
|
|
22923
22923
|
(0, n.createElementVNode)("button", {
|
|
22924
22924
|
type: "button",
|
|
22925
22925
|
disabled: !e.canEdit,
|
|
@@ -23422,7 +23422,7 @@ function I$(e, t) {
|
|
|
23422
23422
|
var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }, L$ = { class: "text-[11px] text-muted-foreground" }, _$ = ["disabled", "value"], O$ = ["value"], R$ = {
|
|
23423
23423
|
key: 0,
|
|
23424
23424
|
class: "flex flex-col gap-1.5"
|
|
23425
|
-
}, U$ = { class: "grid grid-cols-2 gap-1.5" }, W$ = { class: "flex flex-col gap-0.5" }, j$ = { class: "text-[11px] text-muted-foreground" }, H$ = ["disabled", "value"],
|
|
23425
|
+
}, U$ = { class: "grid grid-cols-2 gap-1.5" }, W$ = { class: "flex flex-col gap-0.5" }, j$ = { class: "text-[11px] text-muted-foreground" }, H$ = ["disabled", "value"], K$ = ["value"], G$ = {
|
|
23426
23426
|
key: 0,
|
|
23427
23427
|
class: "flex flex-col gap-0.5"
|
|
23428
23428
|
}, Y$ = { class: "text-[11px] text-muted-foreground" }, X$ = ["disabled", "value"], q$ = { class: "text-[11px] text-muted-foreground" }, Z$ = [
|
|
@@ -23505,7 +23505,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
23505
23505
|
}, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(Zo), (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("option", {
|
|
23506
23506
|
key: e.value,
|
|
23507
23507
|
value: e.value
|
|
23508
|
-
}, (0, n.toDisplayString)((0, n.unref)(a)(e.i18nKey)), 9,
|
|
23508
|
+
}, (0, n.toDisplayString)((0, n.unref)(a)(e.i18nKey)), 9, K$))), 128))], 40, H$)]), "linear" === s.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("label", G$, [(0, n.createElementVNode)("span", Y$, (0, n.toDisplayString)((0, n.unref)(a)("pptx.table.gradientAngle")), 1), (0, n.createElementVNode)("input", {
|
|
23509
23509
|
type: "number",
|
|
23510
23510
|
class: "w-full rounded border border-border bg-muted px-1.5 py-0.5 text-[11px]",
|
|
23511
23511
|
disabled: !e.canEdit,
|
|
@@ -23585,7 +23585,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
23585
23585
|
"disabled",
|
|
23586
23586
|
"value",
|
|
23587
23587
|
"onInput"
|
|
23588
|
-
], RP = { class: "grid grid-cols-3 gap-1" }, UP = ["disabled"], WP = ["disabled"], jP = ["disabled"],
|
|
23588
|
+
], RP = { class: "grid grid-cols-3 gap-1" }, UP = ["disabled"], WP = ["disabled"], jP = ["disabled"], KP = (0, n.defineComponent)({
|
|
23589
23589
|
__name: "TableCellFormattingPanel",
|
|
23590
23590
|
props: {
|
|
23591
23591
|
tableData: {},
|
|
@@ -23653,11 +23653,11 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
23653
23653
|
}) });
|
|
23654
23654
|
}
|
|
23655
23655
|
function g() {
|
|
23656
|
-
const e =
|
|
23656
|
+
const e = Ko(o.tableData, o.rowIndex, o.columnIndex);
|
|
23657
23657
|
e && r("update", { rows: e });
|
|
23658
23658
|
}
|
|
23659
23659
|
function h() {
|
|
23660
|
-
const e =
|
|
23660
|
+
const e = Go(o.tableData, o.rowIndex, o.columnIndex);
|
|
23661
23661
|
e && r("update", { rows: e });
|
|
23662
23662
|
}
|
|
23663
23663
|
function x() {
|
|
@@ -23767,7 +23767,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
23767
23767
|
])
|
|
23768
23768
|
])) : (0, n.createCommentVNode)("", !0);
|
|
23769
23769
|
}
|
|
23770
|
-
}),
|
|
23770
|
+
}), GP = { class: "flex flex-col gap-2" }, YP = { class: "flex flex-col gap-1" }, XP = { class: "flex items-center justify-between" }, qP = { class: "text-[11px] font-medium" }, ZP = ["disabled"], JP = { class: "w-6 shrink-0 text-muted-foreground" }, QP = [
|
|
23771
23771
|
"disabled",
|
|
23772
23772
|
"value",
|
|
23773
23773
|
"onInput"
|
|
@@ -23795,7 +23795,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
23795
23795
|
height: t
|
|
23796
23796
|
})) });
|
|
23797
23797
|
}
|
|
23798
|
-
return (t, s) => ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
23798
|
+
return (t, s) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", GP, [(0, n.createElementVNode)("div", YP, [(0, n.createElementVNode)("div", XP, [(0, n.createElementVNode)("span", qP, (0, n.toDisplayString)((0, n.unref)(a)("pptx.table.columnWidths")), 1), (0, n.createElementVNode)("button", {
|
|
23799
23799
|
type: "button",
|
|
23800
23800
|
class: "rounded border border-border bg-muted px-2 py-0.5 text-[11px] hover:bg-accent disabled:opacity-50",
|
|
23801
23801
|
disabled: !e.canEdit,
|
|
@@ -24054,7 +24054,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24054
24054
|
"can-edit": !0,
|
|
24055
24055
|
onUpdate: v
|
|
24056
24056
|
}, null, 8, ["table-data"]),
|
|
24057
|
-
m.value ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
24057
|
+
m.value ? ((0, n.openBlock)(), (0, n.createBlock)(KP, {
|
|
24058
24058
|
key: 1,
|
|
24059
24059
|
"table-data": i.value,
|
|
24060
24060
|
"row-index": f.value,
|
|
@@ -24079,7 +24079,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24079
24079
|
}, UI = {
|
|
24080
24080
|
key: 1,
|
|
24081
24081
|
class: "pptx-vue-text-fields flex flex-col gap-2"
|
|
24082
|
-
}, WI = { class: "pptx-vue-text-field flex flex-col gap-1" }, jI = { class: "pptx-vue-text-label text-muted-foreground" }, HI = ["value"],
|
|
24082
|
+
}, WI = { class: "pptx-vue-text-field flex flex-col gap-1" }, jI = { class: "pptx-vue-text-label text-muted-foreground" }, HI = ["value"], KI = { value: "" }, GI = ["value"], YI = ["value"], XI = { class: "pptx-vue-text-row grid grid-cols-2 gap-2" }, qI = { class: "pptx-vue-text-field flex flex-col gap-1" }, ZI = { class: "pptx-vue-text-label text-muted-foreground" }, JI = ["value"], QI = { class: "pptx-vue-text-field flex flex-col gap-1" }, ez = { class: "pptx-vue-text-label text-muted-foreground" }, tz = ["value"], nz = { class: "pptx-vue-text-field flex flex-col gap-1" }, oz = { class: "pptx-vue-text-label text-muted-foreground" }, rz = { class: "pptx-vue-text-toggles flex flex-wrap gap-1" }, az = [
|
|
24083
24083
|
"aria-pressed",
|
|
24084
24084
|
"title",
|
|
24085
24085
|
"onClick"
|
|
@@ -24182,11 +24182,11 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24182
24182
|
value: m.value,
|
|
24183
24183
|
onChange: y
|
|
24184
24184
|
}, [
|
|
24185
|
-
(0, n.createElementVNode)("option",
|
|
24185
|
+
(0, n.createElementVNode)("option", KI, (0, n.toDisplayString)((0, n.unref)(l)("pptx.textPanel.default")), 1),
|
|
24186
24186
|
((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(i, (e) => (0, n.createElementVNode)("option", {
|
|
24187
24187
|
key: e,
|
|
24188
24188
|
value: e
|
|
24189
|
-
}, (0, n.toDisplayString)(e), 9,
|
|
24189
|
+
}, (0, n.toDisplayString)(e), 9, GI)), 64)),
|
|
24190
24190
|
m.value && !i.includes(m.value) ? ((0, n.openBlock)(), (0, n.createElementBlock)("option", {
|
|
24191
24191
|
key: 0,
|
|
24192
24192
|
value: m.value
|
|
@@ -24331,7 +24331,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24331
24331
|
}, null, 8, ["element"])])) : (0, n.createCommentVNode)("", !0)
|
|
24332
24332
|
], 10, hz));
|
|
24333
24333
|
}
|
|
24334
|
-
}), Oz = { class: "pptx-vue-transition-panel flex flex-col gap-2.5 p-2.5 text-xs text-foreground" }, Rz = { class: "pptx-vue-transition-panel__field flex flex-col gap-1" }, Uz = { class: "pptx-vue-transition-panel__label font-medium text-muted-foreground" }, Wz = ["value"], jz = ["value"], Hz = { class: "pptx-vue-transition-panel__field flex flex-col gap-1" },
|
|
24334
|
+
}), Oz = { class: "pptx-vue-transition-panel flex flex-col gap-2.5 p-2.5 text-xs text-foreground" }, Rz = { class: "pptx-vue-transition-panel__field flex flex-col gap-1" }, Uz = { class: "pptx-vue-transition-panel__label font-medium text-muted-foreground" }, Wz = ["value"], jz = ["value"], Hz = { class: "pptx-vue-transition-panel__field flex flex-col gap-1" }, Kz = { class: "pptx-vue-transition-panel__label font-medium text-muted-foreground" }, Gz = ["value", "disabled"], Yz = "__none__", Xz = (0, n.defineComponent)({
|
|
24335
24335
|
__name: "SlideTransitionPanel",
|
|
24336
24336
|
props: { slide: {} },
|
|
24337
24337
|
emits: ["update"],
|
|
@@ -24411,7 +24411,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24411
24411
|
}, [(0, n.createElementVNode)("option", { value: Yz }, (0, n.toDisplayString)((0, n.unref)(a)("pptx.transition.none")), 1), ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(l, (e) => (0, n.createElementVNode)("option", {
|
|
24412
24412
|
key: e,
|
|
24413
24413
|
value: e
|
|
24414
|
-
}, (0, n.toDisplayString)(e), 9, jz)), 64))], 40, Wz)]), (0, n.createElementVNode)("label", Hz, [(0, n.createElementVNode)("span",
|
|
24414
|
+
}, (0, n.toDisplayString)(e), 9, jz)), 64))], 40, Wz)]), (0, n.createElementVNode)("label", Hz, [(0, n.createElementVNode)("span", Kz, (0, n.toDisplayString)((0, n.unref)(a)("pptx.transition.duration")), 1), (0, n.createElementVNode)("input", {
|
|
24415
24415
|
class: "pptx-vue-transition-panel__duration rounded border border-border bg-popover px-1.5 py-1 text-xs text-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
|
|
24416
24416
|
type: "number",
|
|
24417
24417
|
min: "0",
|
|
@@ -24420,7 +24420,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24420
24420
|
disabled: !u.value,
|
|
24421
24421
|
"data-testid": "transition-duration",
|
|
24422
24422
|
onChange: p
|
|
24423
|
-
}, null, 40,
|
|
24423
|
+
}, null, 40, Gz)])]));
|
|
24424
24424
|
}
|
|
24425
24425
|
}), qz = {
|
|
24426
24426
|
key: 0,
|
|
@@ -24660,7 +24660,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24660
24660
|
"value",
|
|
24661
24661
|
"aria-label",
|
|
24662
24662
|
"onChange"
|
|
24663
|
-
],
|
|
24663
|
+
], KA = ["value"], GA = (0, n.defineComponent)({
|
|
24664
24664
|
__name: "SlideThemeOverridePanel",
|
|
24665
24665
|
props: {
|
|
24666
24666
|
slide: {},
|
|
@@ -24733,7 +24733,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24733
24733
|
}, [((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(d, (e) => (0, n.createElementVNode)("option", {
|
|
24734
24734
|
key: e,
|
|
24735
24735
|
value: e
|
|
24736
|
-
}, (0, n.toDisplayString)(e), 9,
|
|
24736
|
+
}, (0, n.toDisplayString)(e), 9, KA)), 64))], 40, HA)
|
|
24737
24737
|
]))), 128))])) : (0, n.createCommentVNode)("", !0)]));
|
|
24738
24738
|
}
|
|
24739
24739
|
}), YA = ["aria-label"], XA = { class: "pptx-vue-inspector-section py-2 border-b border-border" }, qA = { class: "pptx-vue-inspector-title mb-2 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground" }, ZA = { class: "pptx-vue-inspector-section py-2 border-b border-border" }, JA = { class: "pptx-vue-inspector-title mb-2 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground" }, QA = { class: "pptx-vue-inspector-section py-2 border-b border-border" }, eL = { class: "pptx-vue-inspector-title mb-2 text-[11px] font-semibold uppercase tracking-wide text-muted-foreground" }, tL = {
|
|
@@ -24798,7 +24798,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
24798
24798
|
"can-edit": e.canEdit,
|
|
24799
24799
|
onUpdate: o[0] || (o[0] = (e) => l("slide-update", e))
|
|
24800
24800
|
}, null, 8, ["slide", "can-edit"])]),
|
|
24801
|
-
(0, n.createElementVNode)("div", ZA, [(0, n.createElementVNode)("h3", JA, (0, n.toDisplayString)((0, n.unref)(i)("pptx.slideInspector.themeColours")), 1), (0, n.createVNode)(
|
|
24801
|
+
(0, n.createElementVNode)("div", ZA, [(0, n.createElementVNode)("h3", JA, (0, n.toDisplayString)((0, n.unref)(i)("pptx.slideInspector.themeColours")), 1), (0, n.createVNode)(GA, {
|
|
24802
24802
|
slide: e.slide,
|
|
24803
24803
|
theme: e.theme,
|
|
24804
24804
|
"can-edit": e.canEdit,
|
|
@@ -25016,7 +25016,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
25016
25016
|
}, OL = {
|
|
25017
25017
|
key: 1,
|
|
25018
25018
|
class: "pptx-vue-handout-master-panel"
|
|
25019
|
-
}, RL = { class: "pptx-vue-handout-master-panel__card" }, UL = { class: "pptx-vue-handout-master-panel__heading" }, WL = { class: "pptx-vue-handout-master-panel__grid" }, jL = ["data-testid", "onClick"], HL = { class: "pptx-vue-handout-master-panel__card" },
|
|
25019
|
+
}, RL = { class: "pptx-vue-handout-master-panel__card" }, UL = { class: "pptx-vue-handout-master-panel__heading" }, WL = { class: "pptx-vue-handout-master-panel__grid" }, jL = ["data-testid", "onClick"], HL = { class: "pptx-vue-handout-master-panel__card" }, KL = { class: "pptx-vue-handout-master-panel__heading" }, GL = {
|
|
25020
25020
|
key: 0,
|
|
25021
25021
|
class: "pptx-vue-handout-master-panel__card"
|
|
25022
25022
|
}, YL = { class: "pptx-vue-handout-master-panel__heading" }, XL = { class: "pptx-vue-handout-master-panel__list" }, qL = Em((0, n.defineComponent)({
|
|
@@ -25043,12 +25043,12 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
25043
25043
|
"data-testid": `slides-per-page-${t}`,
|
|
25044
25044
|
onClick: (e) => o("slides-per-page-change", t)
|
|
25045
25045
|
}, (0, n.toDisplayString)(t), 11, jL)), 64))])]),
|
|
25046
|
-
(0, n.createElementVNode)("section", HL, [(0, n.createElementVNode)("div",
|
|
25046
|
+
(0, n.createElementVNode)("section", HL, [(0, n.createElementVNode)("div", KL, (0, n.toDisplayString)((0, n.unref)(r)("pptx.master.handoutBackground")), 1), (0, n.createElementVNode)("div", {
|
|
25047
25047
|
class: "pptx-vue-handout-master-panel__swatch",
|
|
25048
25048
|
"data-testid": "handout-master-bg-swatch",
|
|
25049
25049
|
style: (0, n.normalizeStyle)({ backgroundColor: e.handoutMaster.backgroundColor ?? "#ffffff" })
|
|
25050
25050
|
}, null, 4)]),
|
|
25051
|
-
e.handoutMaster.placeholders && e.handoutMaster.placeholders.length > 0 ? ((0, n.openBlock)(), (0, n.createElementBlock)("section",
|
|
25051
|
+
e.handoutMaster.placeholders && e.handoutMaster.placeholders.length > 0 ? ((0, n.openBlock)(), (0, n.createElementBlock)("section", GL, [(0, n.createElementVNode)("div", YL, (0, n.toDisplayString)((0, n.unref)(r)("pptx.master.handoutPlaceholders")), 1), (0, n.createElementVNode)("div", XL, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(e.handoutMaster.placeholders, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
25052
25052
|
key: `${e.type}-${e.idx ?? "default"}`,
|
|
25053
25053
|
class: "pptx-vue-handout-master-panel__row",
|
|
25054
25054
|
"data-testid": "handout-master-placeholder"
|
|
@@ -25452,7 +25452,7 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
25452
25452
|
},
|
|
25453
25453
|
emits: ["close"],
|
|
25454
25454
|
setup(e, { emit: t }) {
|
|
25455
|
-
const { t: o } = Ep(), r = e, a = t, { dragY: l, dragging: i, onPointerDown: s, onPointerMove: c, onPointerUp: u } =
|
|
25455
|
+
const { t: o } = Ep(), r = e, a = t, { dragY: l, dragging: i, onPointerDown: s, onPointerMove: c, onPointerUp: u } = Kp(() => a("close"));
|
|
25456
25456
|
function d(e) {
|
|
25457
25457
|
r.open && "Escape" === e.key && a("close");
|
|
25458
25458
|
}
|
|
@@ -25476,10 +25476,10 @@ var z$ = { class: "flex flex-col gap-2" }, A$ = { class: "flex flex-col gap-1" }
|
|
|
25476
25476
|
}, [r[5] || (r[5] = (0, n.createElementVNode)("div", { class: "flex items-center justify-center pt-2 pb-1" }, [(0, n.createElementVNode)("div", { class: "h-1 w-10 rounded-full bg-muted-foreground/40" })], -1)), e.title ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", U_, [(0, n.createElementVNode)("span", W_, (0, n.toDisplayString)(e.title), 1)])) : (0, n.createCommentVNode)("", !0)], 32), (0, n.createElementVNode)("div", j_, [(0, n.renderSlot)(t.$slots, "default")])], 4)])) : (0, n.createCommentVNode)("", !0);
|
|
25477
25477
|
}
|
|
25478
25478
|
});
|
|
25479
|
-
function
|
|
25479
|
+
function K_(...e) {
|
|
25480
25480
|
return (0, l.twMerge)((0, a.clsx)(e));
|
|
25481
25481
|
}
|
|
25482
|
-
var
|
|
25482
|
+
var G_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5 pb-2 pt-1.5" }, X_ = [
|
|
25483
25483
|
"draggable",
|
|
25484
25484
|
"aria-label",
|
|
25485
25485
|
"aria-current",
|
|
@@ -25553,7 +25553,7 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
25553
25553
|
}, [
|
|
25554
25554
|
(0, n.createElementVNode)("div", Y_, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(e.slides, (t, d) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
25555
25555
|
key: t.id ?? d,
|
|
25556
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
25556
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("group relative flex items-center gap-1 cursor-pointer py-0.5 px-1 transition-all", d === e.activeIndex && "bg-accent/40 before:absolute before:left-0 before:top-1 before:bottom-1 before:w-[3px] before:bg-primary before:rounded-r", t.hidden && "opacity-50")),
|
|
25557
25557
|
draggable: e.canEdit,
|
|
25558
25558
|
"aria-label": (0, n.unref)(l)("pptx.notes.slideN", { n: d + 1 }),
|
|
25559
25559
|
"aria-current": d === e.activeIndex ? "true" : void 0,
|
|
@@ -25576,8 +25576,8 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
25576
25576
|
to: e
|
|
25577
25577
|
}), c.value = null;
|
|
25578
25578
|
}(d)
|
|
25579
|
-
}, [(0, n.createElementVNode)("div", q_, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)((0, n.unref)(
|
|
25580
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
25579
|
+
}, [(0, n.createElementVNode)("div", q_, [(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)((0, n.unref)(K_)("text-[10px] tabular-nums text-right select-none w-full", d === e.activeIndex ? "text-primary font-medium" : "text-muted-foreground")) }, (0, n.toDisplayString)(d + 1), 3)]), (0, n.createElementVNode)("div", {
|
|
25580
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("relative flex-1 overflow-hidden border transition-colors bg-white", d === e.activeIndex ? "border-primary/60" : "border-transparent group-hover:border-border/40")),
|
|
25581
25581
|
style: (0, n.normalizeStyle)({ height: `${s.value}px` })
|
|
25582
25582
|
}, [
|
|
25583
25583
|
(0, n.createVNode)(By, {
|
|
@@ -25612,7 +25612,7 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
25612
25612
|
"y",
|
|
25613
25613
|
"items"
|
|
25614
25614
|
])
|
|
25615
|
-
], 12,
|
|
25615
|
+
], 12, G_));
|
|
25616
25616
|
}
|
|
25617
25617
|
}), tO = (0, n.defineComponent)({
|
|
25618
25618
|
__name: "MobileSlidesSheet",
|
|
@@ -25701,225 +25701,233 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
25701
25701
|
{
|
|
25702
25702
|
id: "select",
|
|
25703
25703
|
icon: r.MoveRight,
|
|
25704
|
-
|
|
25704
|
+
labelKey: "pptx.ribbon.tool.select",
|
|
25705
25705
|
ac: "bg-primary text-white"
|
|
25706
25706
|
},
|
|
25707
25707
|
{
|
|
25708
25708
|
id: "pen",
|
|
25709
25709
|
icon: r.Pencil,
|
|
25710
|
-
|
|
25710
|
+
labelKey: "pptx.ribbon.tool.pen",
|
|
25711
25711
|
ac: "bg-primary text-white"
|
|
25712
25712
|
},
|
|
25713
25713
|
{
|
|
25714
25714
|
id: "highlighter",
|
|
25715
25715
|
icon: r.Type,
|
|
25716
|
-
|
|
25716
|
+
labelKey: "pptx.ribbon.tool.highlighter",
|
|
25717
25717
|
ac: "bg-yellow-600 text-white"
|
|
25718
25718
|
},
|
|
25719
25719
|
{
|
|
25720
25720
|
id: "eraser",
|
|
25721
25721
|
icon: r.Minus,
|
|
25722
|
-
|
|
25722
|
+
labelKey: "pptx.ribbon.tool.eraser",
|
|
25723
25723
|
ac: "bg-red-600 text-white"
|
|
25724
25724
|
},
|
|
25725
25725
|
{
|
|
25726
25726
|
id: "freeform",
|
|
25727
25727
|
icon: r.Spline,
|
|
25728
|
-
|
|
25728
|
+
labelKey: "pptx.ribbon.tool.freeform",
|
|
25729
25729
|
ac: "bg-primary text-white"
|
|
25730
25730
|
}
|
|
25731
25731
|
], gO = [
|
|
25732
25732
|
{
|
|
25733
25733
|
k: "png",
|
|
25734
|
-
|
|
25734
|
+
labelKey: "pptx.ribbon.exportPng",
|
|
25735
25735
|
icon: r.Download
|
|
25736
25736
|
},
|
|
25737
25737
|
{
|
|
25738
25738
|
k: "pdf",
|
|
25739
|
-
|
|
25739
|
+
labelKey: "pptx.ribbon.exportPdf",
|
|
25740
25740
|
icon: r.FileText
|
|
25741
25741
|
},
|
|
25742
25742
|
{
|
|
25743
25743
|
k: "video",
|
|
25744
|
-
|
|
25744
|
+
labelKey: "pptx.ribbon.exportVideo",
|
|
25745
25745
|
icon: r.Video
|
|
25746
25746
|
},
|
|
25747
25747
|
{
|
|
25748
25748
|
k: "gif",
|
|
25749
|
-
|
|
25749
|
+
labelKey: "pptx.ribbon.exportGif",
|
|
25750
25750
|
icon: r.Image
|
|
25751
25751
|
},
|
|
25752
25752
|
{
|
|
25753
25753
|
k: "package",
|
|
25754
|
-
|
|
25754
|
+
labelKey: "pptx.file.packageTooltip",
|
|
25755
25755
|
icon: r.FolderOpen
|
|
25756
25756
|
},
|
|
25757
25757
|
{
|
|
25758
25758
|
k: "pptx",
|
|
25759
|
-
|
|
25759
|
+
labelKey: "pptx.file.saveAsPptxTooltip",
|
|
25760
25760
|
icon: r.Download
|
|
25761
25761
|
},
|
|
25762
25762
|
{
|
|
25763
25763
|
k: "ppsx",
|
|
25764
|
-
|
|
25764
|
+
labelKey: "pptx.file.saveAsPpsxTooltip",
|
|
25765
25765
|
icon: r.Play
|
|
25766
25766
|
},
|
|
25767
25767
|
{
|
|
25768
25768
|
k: "pptm",
|
|
25769
|
-
|
|
25769
|
+
labelKey: "pptx.file.saveAsPptmTooltip",
|
|
25770
25770
|
icon: r.Database
|
|
25771
25771
|
},
|
|
25772
25772
|
{
|
|
25773
25773
|
k: "---0",
|
|
25774
|
-
|
|
25774
|
+
labelKey: "",
|
|
25775
25775
|
icon: null
|
|
25776
25776
|
},
|
|
25777
25777
|
{
|
|
25778
25778
|
k: "print",
|
|
25779
|
-
|
|
25779
|
+
labelKey: "pptx.print.printButton",
|
|
25780
25780
|
icon: r.Printer
|
|
25781
25781
|
},
|
|
25782
25782
|
{
|
|
25783
25783
|
k: "copyImg",
|
|
25784
|
-
|
|
25784
|
+
labelKey: "pptx.file.copyImageTooltip",
|
|
25785
25785
|
icon: r.Copy
|
|
25786
25786
|
},
|
|
25787
25787
|
{
|
|
25788
25788
|
k: "---",
|
|
25789
|
-
|
|
25789
|
+
labelKey: "",
|
|
25790
25790
|
icon: null
|
|
25791
25791
|
},
|
|
25792
25792
|
{
|
|
25793
25793
|
k: "a11y",
|
|
25794
|
-
|
|
25794
|
+
labelKey: "pptx.ribbon.accessibilityCheck",
|
|
25795
25795
|
icon: r.Check
|
|
25796
25796
|
},
|
|
25797
25797
|
{
|
|
25798
25798
|
k: "shortcuts",
|
|
25799
|
-
|
|
25799
|
+
labelKey: "pptx.settings.keyboardShortcuts",
|
|
25800
25800
|
icon: r.Search
|
|
25801
25801
|
},
|
|
25802
25802
|
{
|
|
25803
25803
|
k: "---2",
|
|
25804
|
-
|
|
25804
|
+
labelKey: "",
|
|
25805
25805
|
icon: null
|
|
25806
25806
|
},
|
|
25807
25807
|
{
|
|
25808
25808
|
k: "versionHistory",
|
|
25809
|
-
|
|
25809
|
+
labelKey: "pptx.ribbon.versionHistory",
|
|
25810
25810
|
icon: r.Clock
|
|
25811
25811
|
},
|
|
25812
25812
|
{
|
|
25813
25813
|
k: "---3",
|
|
25814
|
-
|
|
25814
|
+
labelKey: "",
|
|
25815
25815
|
icon: null
|
|
25816
25816
|
},
|
|
25817
25817
|
{
|
|
25818
25818
|
k: "documentProperties",
|
|
25819
|
-
|
|
25819
|
+
labelKey: "pptx.ribbon.documentProperties",
|
|
25820
25820
|
icon: r.Info
|
|
25821
25821
|
},
|
|
25822
25822
|
{
|
|
25823
25823
|
k: "passwordProtection",
|
|
25824
|
-
|
|
25824
|
+
labelKey: "pptx.security.protectPresentation",
|
|
25825
25825
|
icon: r.Lock
|
|
25826
25826
|
},
|
|
25827
25827
|
{
|
|
25828
25828
|
k: "fontEmbedding",
|
|
25829
|
-
|
|
25829
|
+
labelKey: "pptx.ribbon.embedFonts",
|
|
25830
25830
|
icon: r.Type
|
|
25831
25831
|
},
|
|
25832
25832
|
{
|
|
25833
25833
|
k: "digitalSignatures",
|
|
25834
|
-
|
|
25834
|
+
labelKey: "pptx.viewer.digitalSignatures",
|
|
25835
25835
|
icon: r.ShieldAlert
|
|
25836
25836
|
}
|
|
25837
25837
|
], hO = [
|
|
25838
25838
|
{
|
|
25839
|
+
id: "bold",
|
|
25839
25840
|
icon: r.Bold,
|
|
25840
|
-
|
|
25841
|
+
labelKey: "pptx.textPanel.bold"
|
|
25841
25842
|
},
|
|
25842
25843
|
{
|
|
25844
|
+
id: "italic",
|
|
25843
25845
|
icon: r.Italic,
|
|
25844
|
-
|
|
25846
|
+
labelKey: "pptx.textPanel.italic"
|
|
25845
25847
|
},
|
|
25846
25848
|
{
|
|
25849
|
+
id: "underline",
|
|
25847
25850
|
icon: r.Underline,
|
|
25848
|
-
|
|
25851
|
+
labelKey: "pptx.textPanel.underline"
|
|
25849
25852
|
},
|
|
25850
25853
|
{
|
|
25854
|
+
id: "strikethrough",
|
|
25851
25855
|
icon: r.Strikethrough,
|
|
25852
|
-
|
|
25856
|
+
labelKey: "pptx.textPanel.strikethrough"
|
|
25853
25857
|
}
|
|
25854
25858
|
], xO = [
|
|
25855
25859
|
{
|
|
25860
|
+
id: "left",
|
|
25856
25861
|
icon: r.AlignLeft,
|
|
25857
|
-
|
|
25862
|
+
labelKey: "pptx.ribbon.alignLeft"
|
|
25858
25863
|
},
|
|
25859
25864
|
{
|
|
25865
|
+
id: "center",
|
|
25860
25866
|
icon: r.AlignCenter,
|
|
25861
|
-
|
|
25867
|
+
labelKey: "pptx.ribbon.alignCenter"
|
|
25862
25868
|
},
|
|
25863
25869
|
{
|
|
25870
|
+
id: "right",
|
|
25864
25871
|
icon: r.AlignRight,
|
|
25865
|
-
|
|
25872
|
+
labelKey: "pptx.ribbon.alignRight"
|
|
25866
25873
|
},
|
|
25867
25874
|
{
|
|
25875
|
+
id: "justify",
|
|
25868
25876
|
icon: r.AlignJustify,
|
|
25869
|
-
|
|
25877
|
+
labelKey: "pptx.ribbon.justify"
|
|
25870
25878
|
}
|
|
25871
25879
|
], vO = [
|
|
25872
25880
|
{
|
|
25873
25881
|
id: "file",
|
|
25874
|
-
|
|
25882
|
+
labelKey: "pptx.ribbon.tab.file"
|
|
25875
25883
|
},
|
|
25876
25884
|
{
|
|
25877
25885
|
id: "home",
|
|
25878
|
-
|
|
25886
|
+
labelKey: "pptx.ribbon.tab.home"
|
|
25879
25887
|
},
|
|
25880
25888
|
{
|
|
25881
25889
|
id: "insert",
|
|
25882
|
-
|
|
25890
|
+
labelKey: "pptx.ribbon.tab.insert"
|
|
25883
25891
|
},
|
|
25884
25892
|
{
|
|
25885
25893
|
id: "text",
|
|
25886
|
-
|
|
25894
|
+
labelKey: "pptx.ribbon.tab.text"
|
|
25887
25895
|
},
|
|
25888
25896
|
{
|
|
25889
25897
|
id: "draw",
|
|
25890
|
-
|
|
25898
|
+
labelKey: "pptx.ribbon.tab.draw"
|
|
25891
25899
|
},
|
|
25892
25900
|
{
|
|
25893
25901
|
id: "arrange",
|
|
25894
|
-
|
|
25902
|
+
labelKey: "pptx.ribbon.tab.arrange"
|
|
25895
25903
|
},
|
|
25896
25904
|
{
|
|
25897
25905
|
id: "design",
|
|
25898
|
-
|
|
25906
|
+
labelKey: "pptx.ribbon.tab.design"
|
|
25899
25907
|
},
|
|
25900
25908
|
{
|
|
25901
25909
|
id: "transitions",
|
|
25902
|
-
|
|
25910
|
+
labelKey: "pptx.ribbon.tab.transitions"
|
|
25903
25911
|
},
|
|
25904
25912
|
{
|
|
25905
25913
|
id: "animations",
|
|
25906
|
-
|
|
25914
|
+
labelKey: "pptx.ribbon.tab.animations"
|
|
25907
25915
|
},
|
|
25908
25916
|
{
|
|
25909
25917
|
id: "slideShow",
|
|
25910
|
-
|
|
25918
|
+
labelKey: "pptx.ribbon.tab.slideShow"
|
|
25911
25919
|
},
|
|
25912
25920
|
{
|
|
25913
25921
|
id: "review",
|
|
25914
|
-
|
|
25922
|
+
labelKey: "pptx.ribbon.tab.review"
|
|
25915
25923
|
},
|
|
25916
25924
|
{
|
|
25917
25925
|
id: "view",
|
|
25918
|
-
|
|
25926
|
+
labelKey: "pptx.ribbon.tab.view"
|
|
25919
25927
|
},
|
|
25920
25928
|
{
|
|
25921
25929
|
id: "help",
|
|
25922
|
-
|
|
25930
|
+
labelKey: "pptx.ribbon.tab.help"
|
|
25923
25931
|
}
|
|
25924
25932
|
], yO = [
|
|
25925
25933
|
"Arial",
|
|
@@ -26020,7 +26028,7 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
26020
26028
|
(0, n.createElementVNode)("button", {
|
|
26021
26029
|
type: "button",
|
|
26022
26030
|
disabled: s.value,
|
|
26023
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26031
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), l.value ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
26024
26032
|
title: (0, n.unref)(o)("pptx.animations.previewTooltip"),
|
|
26025
26033
|
onClick: c
|
|
26026
26034
|
}, [(0, n.createVNode)((0, n.unref)(r.Play), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.animations.preview")), 1)], 10, kO),
|
|
@@ -26053,7 +26061,7 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
26053
26061
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(iO)) }, null, 2),
|
|
26054
26062
|
(0, n.createElementVNode)("button", {
|
|
26055
26063
|
type: "button",
|
|
26056
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26064
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.isInspectorPaneOpen ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
26057
26065
|
title: (0, n.unref)(o)("pptx.animations.openPanelTooltip"),
|
|
26058
26066
|
onClick: i[1] || (i[1] = (e) => (t.onOpenAnimationPanel ?? t.onToggleInspector)())
|
|
26059
26067
|
}, [(0, n.createVNode)((0, n.unref)(r.PanelRight), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.animations.animationPanel")), 1)], 10, MO)
|
|
@@ -26137,7 +26145,7 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
26137
26145
|
disabled: !t.canEdit || !1 === t.canActivateFormatPainter && !t.formatPainterActive,
|
|
26138
26146
|
"data-testid": "format-painter-toggle",
|
|
26139
26147
|
"data-active": t.formatPainterActive ? "true" : "false",
|
|
26140
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26148
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.formatPainterActive ? "bg-amber-600 hover:bg-amber-500 text-amber-50" : "")),
|
|
26141
26149
|
title: (0, n.unref)(o)("pptx.arrange.formatPainter"),
|
|
26142
26150
|
onClick: i[3] || (i[3] = (...e) => t.onToggleFormatPainter && t.onToggleFormatPainter(...e))
|
|
26143
26151
|
}, [(0, n.createVNode)((0, n.unref)(r.Paintbrush), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.arrange.format")), 1)], 10, zO)) : (0, n.createCommentVNode)("", !0),
|
|
@@ -26194,7 +26202,7 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
26194
26202
|
}, [(0, n.createVNode)((0, n.unref)(r.Trash2), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.arrange.delete")), 1)], 8, jO)
|
|
26195
26203
|
], 64));
|
|
26196
26204
|
}
|
|
26197
|
-
}),
|
|
26205
|
+
}), KO = ["disabled", "title"], GO = ["disabled", "title"], YO = ["title"], XO = ["title"], qO = (0, n.defineComponent)({
|
|
26198
26206
|
__name: "DesignSection",
|
|
26199
26207
|
props: {
|
|
26200
26208
|
canEdit: { type: Boolean },
|
|
@@ -26211,16 +26219,16 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
26211
26219
|
return (e, a) => ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, [
|
|
26212
26220
|
(0, n.createElementVNode)("button", {
|
|
26213
26221
|
disabled: !t.canEdit,
|
|
26214
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26222
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.isThemeGalleryOpen ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
26215
26223
|
title: (0, n.unref)(o)("pptx.ribbon.browseThemesTitle"),
|
|
26216
26224
|
onClick: a[0] || (a[0] = (e) => t.onToggleThemeGallery())
|
|
26217
|
-
}, [(0, n.createVNode)((0, n.unref)(r.Palette), { class: (0, n.normalizeClass)((0, n.unref)(dO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.ribbon.browseThemes")), 1)], 10,
|
|
26225
|
+
}, [(0, n.createVNode)((0, n.unref)(r.Palette), { class: (0, n.normalizeClass)((0, n.unref)(dO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.ribbon.browseThemes")), 1)], 10, KO),
|
|
26218
26226
|
(0, n.createElementVNode)("button", {
|
|
26219
26227
|
disabled: !t.canEdit,
|
|
26220
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26228
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.isThemeEditorOpen ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
26221
26229
|
title: (0, n.unref)(o)("pptx.design.editThemeTooltip"),
|
|
26222
26230
|
onClick: a[1] || (a[1] = (e) => t.onToggleThemeEditor())
|
|
26223
|
-
}, [(0, n.createVNode)((0, n.unref)(r.Pencil), { class: (0, n.normalizeClass)((0, n.unref)(dO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.ribbon.editTheme")), 1)], 10,
|
|
26231
|
+
}, [(0, n.createVNode)((0, n.unref)(r.Pencil), { class: (0, n.normalizeClass)((0, n.unref)(dO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.ribbon.editTheme")), 1)], 10, GO),
|
|
26224
26232
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(iO)) }, null, 2),
|
|
26225
26233
|
t.onOpenDocumentProperties ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
26226
26234
|
key: 0,
|
|
@@ -26230,7 +26238,7 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
26230
26238
|
}, [(0, n.createVNode)((0, n.unref)(r.Monitor), { class: (0, n.normalizeClass)((0, n.unref)(dO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.ribbon.slideSize")), 1)], 10, YO)) : (0, n.createCommentVNode)("", !0),
|
|
26231
26239
|
t.onToggleInspector ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
26232
26240
|
key: 1,
|
|
26233
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26241
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.isInspectorPaneOpen ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
26234
26242
|
title: (0, n.unref)(o)("pptx.design.formatBackgroundTooltip"),
|
|
26235
26243
|
onClick: a[3] || (a[3] = (e) => t.onToggleInspector())
|
|
26236
26244
|
}, [(0, n.createVNode)((0, n.unref)(r.PaintBucket), { class: (0, n.normalizeClass)((0, n.unref)(dO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.ribbon.formatBackground")), 1)], 10, XO)) : (0, n.createCommentVNode)("", !0)
|
|
@@ -26248,11 +26256,11 @@ var K_ = ["aria-label"], Y_ = { class: "flex-1 space-y-1 overflow-y-auto px-1.5
|
|
|
26248
26256
|
},
|
|
26249
26257
|
setup(e) {
|
|
26250
26258
|
const t = e, { t: o } = Ep();
|
|
26251
|
-
return (e, r) => ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, [(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(aO)) }, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(fO), (e,
|
|
26259
|
+
return (e, r) => ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, [(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(aO)) }, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(fO), (e, r) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
26252
26260
|
key: e.id,
|
|
26253
26261
|
type: "button",
|
|
26254
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26255
|
-
title: e.
|
|
26262
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(r < (0, n.unref)(fO).length - 1 ? (0, n.unref)(oO) : (0, n.unref)(rO), t.activeTool === e.id ? e.ac ?? "bg-accent text-foreground" : "")),
|
|
26263
|
+
title: (0, n.unref)(o)(e.labelKey),
|
|
26256
26264
|
onClick: (n) => t.onSetActiveTool(e.id)
|
|
26257
26265
|
}, [((0, n.openBlock)(), (0, n.createBlock)((0, n.resolveDynamicComponent)(e.icon), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]))], 10, ZO))), 128))], 2), (0, n.createElementVNode)("div", JO, [(0, n.createElementVNode)("label", {
|
|
26258
26266
|
class: "inline-flex items-center gap-1 text-muted-foreground",
|
|
@@ -26461,7 +26469,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
26461
26469
|
(0, n.createElementVNode)("button", {
|
|
26462
26470
|
type: "button",
|
|
26463
26471
|
disabled: !o.canEdit,
|
|
26464
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26472
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(oO), m.value && "bg-green-600/20 text-green-400")),
|
|
26465
26473
|
title: (0, n.unref)(a)("pptx.arrange.cut"),
|
|
26466
26474
|
onClick: t[1] || (t[1] = (e) => (o.onCut(), m.value = !0, void setTimeout(() => {
|
|
26467
26475
|
m.value = !1;
|
|
@@ -26469,7 +26477,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
26469
26477
|
}, [(0, n.createVNode)((0, n.unref)(r.Scissors), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 10, ER),
|
|
26470
26478
|
(0, n.createElementVNode)("button", {
|
|
26471
26479
|
type: "button",
|
|
26472
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26480
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(oO), p.value && "bg-green-600/20 text-green-400")),
|
|
26473
26481
|
title: (0, n.unref)(a)("pptx.arrange.copy"),
|
|
26474
26482
|
onClick: t[2] || (t[2] = (e) => (o.onCopy(), p.value = !0, void setTimeout(() => {
|
|
26475
26483
|
p.value = !1;
|
|
@@ -26481,7 +26489,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
26481
26489
|
disabled: !o.canEdit || !1 === o.canActivateFormatPainter && !o.formatPainterActive,
|
|
26482
26490
|
"data-testid": "format-painter-toggle",
|
|
26483
26491
|
"data-active": o.formatPainterActive ? "true" : "false",
|
|
26484
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26492
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(rO), o.formatPainterActive ? "bg-amber-600 hover:bg-amber-500 text-amber-50" : "")),
|
|
26485
26493
|
title: (0, n.unref)(a)("pptx.arrange.formatPainter"),
|
|
26486
26494
|
onClick: t[3] || (t[3] = (e) => o.onToggleFormatPainter())
|
|
26487
26495
|
}, [(0, n.createVNode)((0, n.unref)(r.Paintbrush), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 10, BR)) : (0, n.createCommentVNode)("", !0)
|
|
@@ -26494,7 +26502,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
26494
26502
|
(0, n.createElementVNode)("button", {
|
|
26495
26503
|
type: "button",
|
|
26496
26504
|
disabled: !o.canEdit || 0 === o.layoutOptions.length,
|
|
26497
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
26505
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), "whitespace-nowrap", o.layoutOptions.length > 0 ? "rounded-r-none" : "")),
|
|
26498
26506
|
title: (0, n.unref)(a)("pptx.home.newSlide"),
|
|
26499
26507
|
onClick: t[4] || (t[4] = (e) => function() {
|
|
26500
26508
|
if (o.layoutOptions.length > 0) {
|
|
@@ -26554,7 +26562,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
26554
26562
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(iO)) }, null, 2)
|
|
26555
26563
|
], 64));
|
|
26556
26564
|
}
|
|
26557
|
-
}), jR = ["disabled", "title"], HR = ["value", "title"],
|
|
26565
|
+
}), jR = ["disabled", "title"], HR = ["value", "title"], KR = ["value"], GR = ["disabled", "title"], YR = ["disabled", "title"], XR = ["disabled", "title"], qR = ["disabled", "title"], ZR = ["value", "title"], JR = ["value"], QR = ["disabled", "title"], eU = ["disabled", "title"], tU = ["disabled", "title"], nU = { class: "relative group" }, oU = ["disabled", "title"], rU = { class: "absolute left-0 top-full z-50 hidden group-hover:flex flex-col w-40 pt-1" }, aU = { class: "rounded-lg border border-border bg-popover backdrop-blur-lg shadow-2xl py-1" }, lU = ["disabled", "onClick"], iU = {
|
|
26558
26566
|
class: "w-4 h-4 flex-shrink-0",
|
|
26559
26567
|
viewBox: "0 0 24 24",
|
|
26560
26568
|
fill: "none",
|
|
@@ -26819,7 +26827,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
26819
26827
|
key: e.type,
|
|
26820
26828
|
value: e.type,
|
|
26821
26829
|
class: "bg-background"
|
|
26822
|
-
}, (0, n.toDisplayString)(e.label), 9,
|
|
26830
|
+
}, (0, n.toDisplayString)(e.label), 9, KR)), 64))], 40, HR), (0, n.createElementVNode)("button", {
|
|
26823
26831
|
disabled: !a.value,
|
|
26824
26832
|
class: "inline-flex items-center gap-1.5 px-2.5 py-1.5 border-l border-border hover:bg-accent transition-colors text-xs",
|
|
26825
26833
|
title: (0, n.unref)(o)("pptx.insert.addShape"),
|
|
@@ -26830,7 +26838,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
26830
26838
|
}, null, 8, ["class"])) : ((0, n.openBlock)(), (0, n.createBlock)((0, n.unref)(r.Square), {
|
|
26831
26839
|
key: 1,
|
|
26832
26840
|
class: (0, n.normalizeClass)((0, n.unref)(uO))
|
|
26833
|
-
}, null, 8, ["class"])), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.insert.shape")), 1)], 8,
|
|
26841
|
+
}, null, 8, ["class"])), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.insert.shape")), 1)], 8, GR)], 2),
|
|
26834
26842
|
(0, n.createElementVNode)("button", {
|
|
26835
26843
|
disabled: !a.value,
|
|
26836
26844
|
class: (0, n.normalizeClass)((0, n.unref)(lO)),
|
|
@@ -27057,7 +27065,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27057
27065
|
return (e, a) => ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, [
|
|
27058
27066
|
t.onToggleComments ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
27059
27067
|
key: 0,
|
|
27060
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27068
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.isCommentsPanelOpen ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
27061
27069
|
title: (0, n.unref)(o)("pptx.review.toggleComments"),
|
|
27062
27070
|
onClick: a[0] || (a[0] = (e) => t.onToggleComments())
|
|
27063
27071
|
}, [
|
|
@@ -27066,7 +27074,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27066
27074
|
(t.slideCommentCount ?? 0) > 0 ? ((0, n.openBlock)(), (0, n.createElementBlock)("span", TU, (0, n.toDisplayString)(t.slideCommentCount), 1)) : (0, n.createCommentVNode)("", !0)
|
|
27067
27075
|
], 10, DU)) : (0, n.createCommentVNode)("", !0),
|
|
27068
27076
|
(0, n.createElementVNode)("button", {
|
|
27069
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27077
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.spellCheckEnabled ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
27070
27078
|
title: (0, n.unref)(o)("pptx.review.toggleSpellCheck"),
|
|
27071
27079
|
onClick: a[1] || (a[1] = (e) => t.onSetSpellCheckEnabled(!t.spellCheckEnabled))
|
|
27072
27080
|
}, [(0, n.createVNode)((0, n.unref)(r.SpellCheck), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.review.spelling")), 1)], 10, FU),
|
|
@@ -27128,7 +27136,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27128
27136
|
}, [(0, n.createVNode)((0, n.unref)(r.Cast), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.slideShow.broadcast")), 1)], 10, OU),
|
|
27129
27137
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(iO)) }, null, 2),
|
|
27130
27138
|
(0, n.createElementVNode)("button", {
|
|
27131
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27139
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.showSubtitles ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
27132
27140
|
title: (0, n.unref)(o)("pptx.slideShow.subtitlesTooltip"),
|
|
27133
27141
|
onClick: a[6] || (a[6] = (e) => t.onToggleSubtitles())
|
|
27134
27142
|
}, [(0, n.createVNode)((0, n.unref)(r.Captions), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.slideShow.subtitles")), 1)], 10, RU)
|
|
@@ -27138,7 +27146,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27138
27146
|
"disabled",
|
|
27139
27147
|
"title",
|
|
27140
27148
|
"onClick"
|
|
27141
|
-
],
|
|
27149
|
+
], KU = ["disabled", "title"], GU = ["disabled", "title"], YU = ["disabled", "title"], XU = { class: "relative group" }, qU = ["disabled", "title"], ZU = { class: "absolute left-0 top-full z-50 hidden group-hover:block pt-1" }, JU = { class: "rounded-lg border border-border bg-popover backdrop-blur-lg shadow-2xl p-2 w-36" }, QU = { class: "grid grid-cols-5 gap-1.5 mb-2" }, eW = ["onClick"], tW = ["value"], nW = { class: "relative group" }, oW = ["disabled", "title"], rW = { class: "absolute left-0 top-full z-50 hidden group-hover:block pt-1" }, aW = { class: "rounded-lg border border-border bg-popover backdrop-blur-lg shadow-2xl p-2 w-36" }, lW = { class: "grid grid-cols-5 gap-1.5 mb-2" }, iW = ["onClick"], sW = ["value"], cW = { class: "text-[9px] text-muted-foreground leading-none" }, uW = { class: "flex flex-col items-center gap-0.5" }, dW = { class: "flex items-center gap-1" }, pW = ["disabled", "title"], mW = ["disabled", "title"], fW = ["disabled", "title"], gW = ["disabled", "title"], hW = [
|
|
27142
27150
|
"disabled",
|
|
27143
27151
|
"title",
|
|
27144
27152
|
"onClick"
|
|
@@ -27224,28 +27232,28 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27224
27232
|
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, [
|
|
27225
27233
|
(0, n.createElementVNode)("div", WU, [(0, n.createElementVNode)("div", jU, [
|
|
27226
27234
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(aO)) }, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(hO), (e, r) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
27227
|
-
key: e.
|
|
27235
|
+
key: e.id,
|
|
27228
27236
|
type: "button",
|
|
27229
27237
|
disabled: !c.value,
|
|
27230
27238
|
class: (0, n.normalizeClass)(r < (0, n.unref)(hO).length - 1 ? (0, n.unref)(oO) : (0, n.unref)(rO)),
|
|
27231
|
-
title: e.
|
|
27239
|
+
title: (0, n.unref)(a)(e.labelKey),
|
|
27232
27240
|
onMousedown: t[0] || (t[0] = (0, n.withModifiers)(() => {}, ["prevent"])),
|
|
27233
27241
|
onClick: (t) => function(e) {
|
|
27234
27242
|
if (!p.value || !o.selectedElement) return;
|
|
27235
27243
|
const t = m.value;
|
|
27236
27244
|
switch (e) {
|
|
27237
|
-
case "
|
|
27245
|
+
case "bold":
|
|
27238
27246
|
o.onUpdateTextStyle({ bold: !t?.bold });
|
|
27239
27247
|
break;
|
|
27240
|
-
case "
|
|
27248
|
+
case "italic":
|
|
27241
27249
|
o.onUpdateTextStyle({ italic: !t?.italic });
|
|
27242
27250
|
break;
|
|
27243
|
-
case "
|
|
27251
|
+
case "underline":
|
|
27244
27252
|
o.onUpdateTextStyle({ underline: !t?.underline });
|
|
27245
27253
|
break;
|
|
27246
|
-
case "
|
|
27254
|
+
case "strikethrough": o.onUpdateTextStyle({ strikethrough: !t?.strikethrough });
|
|
27247
27255
|
}
|
|
27248
|
-
}(e.
|
|
27256
|
+
}(e.id)
|
|
27249
27257
|
}, [((0, n.openBlock)(), (0, n.createBlock)((0, n.resolveDynamicComponent)(e.icon), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]))], 42, HU))), 128))], 2),
|
|
27250
27258
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(aO)) }, [
|
|
27251
27259
|
(0, n.createElementVNode)("button", {
|
|
@@ -27255,7 +27263,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27255
27263
|
title: (0, n.unref)(a)("pptx.text.increaseFontSize"),
|
|
27256
27264
|
onMousedown: t[1] || (t[1] = (0, n.withModifiers)(() => {}, ["prevent"])),
|
|
27257
27265
|
onClick: b
|
|
27258
|
-
}, [(0, n.createVNode)((0, n.unref)(r.AArrowUp), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 42,
|
|
27266
|
+
}, [(0, n.createVNode)((0, n.unref)(r.AArrowUp), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 42, KU),
|
|
27259
27267
|
(0, n.createElementVNode)("button", {
|
|
27260
27268
|
type: "button",
|
|
27261
27269
|
disabled: !c.value,
|
|
@@ -27263,7 +27271,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27263
27271
|
title: (0, n.unref)(a)("pptx.text.decreaseFontSize"),
|
|
27264
27272
|
onMousedown: t[2] || (t[2] = (0, n.withModifiers)(() => {}, ["prevent"])),
|
|
27265
27273
|
onClick: k
|
|
27266
|
-
}, [(0, n.createVNode)((0, n.unref)(r.AArrowDown), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 42,
|
|
27274
|
+
}, [(0, n.createVNode)((0, n.unref)(r.AArrowDown), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 42, GU),
|
|
27267
27275
|
(0, n.createElementVNode)("button", {
|
|
27268
27276
|
type: "button",
|
|
27269
27277
|
disabled: !c.value,
|
|
@@ -27381,22 +27389,17 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27381
27389
|
onClick: B
|
|
27382
27390
|
}, [(0, n.createVNode)((0, n.unref)(r.IndentIncrease), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 42, gW)], 2),
|
|
27383
27391
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(aO)) }, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(xO), (e, r) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
27384
|
-
key: e.
|
|
27392
|
+
key: e.id,
|
|
27385
27393
|
type: "button",
|
|
27386
27394
|
disabled: !c.value,
|
|
27387
27395
|
class: (0, n.normalizeClass)(r < (0, n.unref)(xO).length - 1 ? (0, n.unref)(oO) : (0, n.unref)(rO)),
|
|
27388
|
-
title: e.
|
|
27396
|
+
title: (0, n.unref)(a)(e.labelKey),
|
|
27389
27397
|
onMousedown: t[18] || (t[18] = (0, n.withModifiers)(() => {}, ["prevent"])),
|
|
27390
|
-
onClick: (t) =>
|
|
27391
|
-
|
|
27392
|
-
|
|
27393
|
-
|
|
27394
|
-
|
|
27395
|
-
"Align right": "right",
|
|
27396
|
-
Justify: "justify"
|
|
27397
|
-
}[e];
|
|
27398
|
-
t && o.onUpdateTextStyle({ align: t });
|
|
27399
|
-
}(e.t)
|
|
27398
|
+
onClick: (t) => {
|
|
27399
|
+
n = e.id, p.value && ("left" !== n && "center" !== n && "right" !== n && "justify" !== n || o.onUpdateTextStyle({ align: n }));
|
|
27400
|
+
return;
|
|
27401
|
+
var n;
|
|
27402
|
+
}
|
|
27400
27403
|
}, [((0, n.openBlock)(), (0, n.createBlock)((0, n.resolveDynamicComponent)(e.icon), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]))], 42, hW))), 128))], 2)
|
|
27401
27404
|
]), (0, n.createElementVNode)("span", xW, (0, n.toDisplayString)((0, n.unref)(a)("pptx.ribbon.paragraph")), 1)])
|
|
27402
27405
|
], 64));
|
|
@@ -27456,7 +27459,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27456
27459
|
(0, n.createElementVNode)("div", bW, [((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(t, (e) => (0, n.createElementVNode)("button", {
|
|
27457
27460
|
key: e.value,
|
|
27458
27461
|
type: "button",
|
|
27459
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27462
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("flex-shrink-0 px-2 py-1 max-md:min-h-[44px] rounded border text-[11px] leading-tight transition-colors", l.value === e.value ? "border-primary bg-primary/10 text-primary font-medium" : "border-border bg-muted hover:bg-accent text-foreground")),
|
|
27460
27463
|
title: `${e.label} transition`,
|
|
27461
27464
|
onClick: (t) => l.value = e.value
|
|
27462
27465
|
}, (0, n.toDisplayString)(e.label), 11, kW)), 64))]),
|
|
@@ -27476,13 +27479,13 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27476
27479
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(iO)) }, null, 2),
|
|
27477
27480
|
(0, n.createElementVNode)("button", {
|
|
27478
27481
|
type: "button",
|
|
27479
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27482
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), o.isInspectorPaneOpen ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
27480
27483
|
title: (0, n.unref)(a)("pptx.ribbon.openInspectorTransitions"),
|
|
27481
27484
|
onClick: s[1] || (s[1] = (e) => o.onToggleInspector())
|
|
27482
27485
|
}, [(0, n.createVNode)((0, n.unref)(r.PanelRight), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(a)("pptx.ribbon.inspector")), 1)], 10, BW)
|
|
27483
27486
|
], 64));
|
|
27484
27487
|
}
|
|
27485
|
-
}), VW = { class: "flex flex-col items-center gap-0.5" }, MW = { class: "flex items-center gap-0.5" }, DW = ["title"], TW = ["title"], FW = ["title"], $W = ["title"], PW = { class: "text-[9px] text-muted-foreground leading-none" }, IW = { class: "flex flex-col items-center gap-0.5" }, zW = { class: "flex items-center gap-0.5" }, AW = ["disabled", "title"], LW = { class: "text-[9px] text-muted-foreground leading-none" }, _W = { class: "flex flex-col items-center gap-0.5" }, OW = { class: "flex items-center gap-0.5" }, RW = ["title"], UW = { class: "text-[9px] text-muted-foreground leading-none" }, WW = ["disabled", "title"], jW = ["title"], HW = ["disabled", "title"],
|
|
27488
|
+
}), VW = { class: "flex flex-col items-center gap-0.5" }, MW = { class: "flex items-center gap-0.5" }, DW = ["title"], TW = ["title"], FW = ["title"], $W = ["title"], PW = { class: "text-[9px] text-muted-foreground leading-none" }, IW = { class: "flex flex-col items-center gap-0.5" }, zW = { class: "flex items-center gap-0.5" }, AW = ["disabled", "title"], LW = { class: "text-[9px] text-muted-foreground leading-none" }, _W = { class: "flex flex-col items-center gap-0.5" }, OW = { class: "flex items-center gap-0.5" }, RW = ["title"], UW = { class: "text-[9px] text-muted-foreground leading-none" }, WW = ["disabled", "title"], jW = ["title"], HW = ["disabled", "title"], KW = ["title"], GW = ["title"], YW = ["title"], XW = ["title"], qW = ["title"], ZW = ["title"], JW = ["title"], QW = (0, n.defineComponent)({
|
|
27486
27489
|
__name: "ViewSection",
|
|
27487
27490
|
props: {
|
|
27488
27491
|
canEdit: { type: Boolean },
|
|
@@ -27547,14 +27550,14 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27547
27550
|
(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)((0, n.unref)(iO)) }, null, 2),
|
|
27548
27551
|
(0, n.createElementVNode)("button", {
|
|
27549
27552
|
disabled: !t.canEdit,
|
|
27550
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27553
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.editTemplateMode ? "bg-amber-600 hover:bg-amber-500 text-amber-50" : "")),
|
|
27551
27554
|
title: (0, n.unref)(o)("pptx.view.templateEditingTooltip"),
|
|
27552
27555
|
onClick: a[3] || (a[3] = (e) => t.onSetEditTemplateMode(!t.editTemplateMode))
|
|
27553
27556
|
}, (0, n.toDisplayString)(t.editTemplateMode ? (0, n.unref)(o)("pptx.ribbon.templatesOn") : (0, n.unref)(o)("pptx.ribbon.templatesOff")), 11, WW),
|
|
27554
27557
|
t.onToggleSelectionPane ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
27555
27558
|
key: 0,
|
|
27556
27559
|
type: "button",
|
|
27557
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27560
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.isSelectionPaneOpen ? "bg-primary hover:bg-primary/80 text-white" : "")),
|
|
27558
27561
|
title: (0, n.unref)(o)("pptx.selectionPane.title"),
|
|
27559
27562
|
onClick: a[4] || (a[4] = (e) => t.onToggleSelectionPane())
|
|
27560
27563
|
}, [(0, n.createVNode)((0, n.unref)(r.List), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.view.selection")), 1)], 10, jW)) : (0, n.createCommentVNode)("", !0),
|
|
@@ -27562,27 +27565,27 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27562
27565
|
key: 1,
|
|
27563
27566
|
type: "button",
|
|
27564
27567
|
disabled: !t.canEdit,
|
|
27565
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27568
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.eyedropperActive ? "bg-purple-600 hover:bg-purple-500 text-purple-50" : "")),
|
|
27566
27569
|
title: (0, n.unref)(o)("pptx.view.eyedropperTooltip"),
|
|
27567
27570
|
onClick: a[5] || (a[5] = (e) => t.onToggleEyedropper())
|
|
27568
27571
|
}, [(0, n.createVNode)((0, n.unref)(r.Pipette), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"]), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.ribbon.eyedropper")), 1)], 10, HW)) : (0, n.createCommentVNode)("", !0),
|
|
27569
27572
|
(0, n.createElementVNode)("button", {
|
|
27570
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27573
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.showGrid ? "bg-primary text-white" : "")),
|
|
27571
27574
|
title: (0, n.unref)(o)("pptx.grid.toggleGrid"),
|
|
27572
27575
|
onClick: a[6] || (a[6] = (e) => t.onSetShowGrid(!t.showGrid))
|
|
27573
|
-
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.grid.grid")), 11,
|
|
27576
|
+
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.grid.grid")), 11, KW),
|
|
27574
27577
|
(0, n.createElementVNode)("button", {
|
|
27575
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27578
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.showRulers ? "bg-primary text-white" : "")),
|
|
27576
27579
|
title: (0, n.unref)(o)("pptx.ruler.toggleRulers"),
|
|
27577
27580
|
onClick: a[7] || (a[7] = (e) => t.onSetShowRulers(!t.showRulers))
|
|
27578
|
-
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.ruler.rulers")), 11,
|
|
27581
|
+
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.ruler.rulers")), 11, GW),
|
|
27579
27582
|
(0, n.createElementVNode)("button", {
|
|
27580
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27583
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.snapToGrid ? "bg-primary text-white" : "")),
|
|
27581
27584
|
title: (0, n.unref)(o)("pptx.grid.snapToGrid"),
|
|
27582
27585
|
onClick: a[8] || (a[8] = (e) => t.onSetSnapToGrid(!t.snapToGrid))
|
|
27583
27586
|
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.grid.snapToGrid")), 11, YW),
|
|
27584
27587
|
(0, n.createElementVNode)("button", {
|
|
27585
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27588
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.snapToShape ? "bg-primary text-white" : "")),
|
|
27586
27589
|
title: (0, n.unref)(o)("pptx.grid.snapToShape"),
|
|
27587
27590
|
onClick: a[9] || (a[9] = (e) => t.onSetSnapToShape(!t.snapToShape))
|
|
27588
27591
|
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.grid.snapToShape")), 11, XW),
|
|
@@ -27597,7 +27600,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27597
27600
|
onClick: a[11] || (a[11] = (e) => t.onAddGuide("v"))
|
|
27598
27601
|
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.view.vGuide")), 11, ZW),
|
|
27599
27602
|
(0, n.createElementVNode)("button", {
|
|
27600
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27603
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)((0, n.unref)(lO), t.spellCheckEnabled ? "bg-primary text-white" : "")),
|
|
27601
27604
|
title: (0, n.unref)(o)("pptx.view.toggleSpellCheck"),
|
|
27602
27605
|
onClick: a[12] || (a[12] = (e) => t.onSetSpellCheckEnabled(!t.spellCheckEnabled))
|
|
27603
27606
|
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.view.spell")), 11, JW)
|
|
@@ -27816,7 +27819,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
27816
27819
|
default: (0, n.withCtx)(() => [(0, n.createElementVNode)("div", ej, [(0, n.createElementVNode)("div", tj, [(0, n.createElementVNode)("div", nj, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(i.value, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
27817
27820
|
key: e.key,
|
|
27818
27821
|
type: "button",
|
|
27819
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
27822
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("inline-flex shrink-0 items-center gap-1.5 rounded-full border px-3 py-2 text-[12px] font-medium transition-colors min-h-[36px]", s.value === e.key ? "border-primary bg-primary text-white" : "border-border text-muted-foreground hover:bg-accent/40 hover:text-foreground")),
|
|
27820
27823
|
onClick: (t) => {
|
|
27821
27824
|
n = e.key, s.value = s.value === n ? null : n;
|
|
27822
27825
|
return;
|
|
@@ -28306,7 +28309,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
28306
28309
|
}, [(0, n.createVNode)((0, n.unref)(r.Download), { class: "h-5 w-5" })], 8, pj),
|
|
28307
28310
|
(0, n.createElementVNode)("button", {
|
|
28308
28311
|
type: "button",
|
|
28309
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
28312
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(gj, "text-primary")),
|
|
28310
28313
|
title: (0, n.unref)(o)("pptx.mobileBar.present"),
|
|
28311
28314
|
"aria-label": (0, n.unref)(o)("pptx.mobileBar.present"),
|
|
28312
28315
|
onClick: i[4] || (i[4] = (e) => t.onSetMode("present"))
|
|
@@ -28314,7 +28317,7 @@ var wR = { class: "flex flex-col items-center gap-0.5" }, SR = ["disabled", "tit
|
|
|
28314
28317
|
l() ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
28315
28318
|
key: 2,
|
|
28316
28319
|
type: "button",
|
|
28317
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
28320
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(gj, "bg-primary px-3 text-white hover:bg-primary/90")),
|
|
28318
28321
|
title: (0, n.unref)(o)("pptx.toolbar.share"),
|
|
28319
28322
|
"aria-label": (0, n.unref)(o)("pptx.toolbar.share"),
|
|
28320
28323
|
onClick: i[5] || (i[5] = (e) => (t.onOpenShareDialog ?? t.onPackageForSharing)())
|
|
@@ -28589,7 +28592,7 @@ var _j = ["data-collapsed"], Oj = ["aria-expanded"], Rj = { class: "pptx-vue-not
|
|
|
28589
28592
|
"disabled",
|
|
28590
28593
|
"placeholder",
|
|
28591
28594
|
"aria-label"
|
|
28592
|
-
],
|
|
28595
|
+
], Kj = (0, n.defineComponent)({
|
|
28593
28596
|
__name: "NotesPanel",
|
|
28594
28597
|
props: { slide: {} },
|
|
28595
28598
|
emits: ["update"],
|
|
@@ -28660,7 +28663,7 @@ var _j = ["data-collapsed"], Oj = ["aria-expanded"], Rj = { class: "pptx-vue-not
|
|
|
28660
28663
|
}, null, 40, Hj), [[n.vShow, !E.value]])
|
|
28661
28664
|
], 512), [[n.vShow, !l.value]])], 8, _j));
|
|
28662
28665
|
}
|
|
28663
|
-
}),
|
|
28666
|
+
}), Gj = { class: "space-y-4" }, Yj = {
|
|
28664
28667
|
key: 0,
|
|
28665
28668
|
class: "flex items-center gap-2 rounded-lg border border-green-700/40 bg-green-900/30 px-3 py-2"
|
|
28666
28669
|
}, Xj = { class: "text-xs text-green-300" }, qj = { class: "text-xs text-muted-foreground" }, Zj = { class: "mb-1 block text-xs text-foreground" }, Jj = { class: "relative" }, Qj = ["type", "placeholder"], eH = {
|
|
@@ -28732,7 +28735,7 @@ var _j = ["data-collapsed"], Oj = ["aria-expanded"], Rj = { class: "pptx-vue-not
|
|
|
28732
28735
|
onClick: f
|
|
28733
28736
|
}, (0, n.toDisplayString)(o.isCurrentlyProtected ? (0, n.unref)(a)("pptx.password.updatePassword") : (0, n.unref)(a)("pptx.password.setPassword")), 1)
|
|
28734
28737
|
]),
|
|
28735
|
-
default: (0, n.withCtx)(() => [(0, n.createElementVNode)("div",
|
|
28738
|
+
default: (0, n.withCtx)(() => [(0, n.createElementVNode)("div", Gj, [
|
|
28736
28739
|
o.isCurrentlyProtected ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", Yj, [(0, n.createElementVNode)("span", Xj, (0, n.toDisplayString)((0, n.unref)(a)("pptx.password.protectedNotice")), 1)])) : (0, n.createCommentVNode)("", !0),
|
|
28737
28740
|
(0, n.createElementVNode)("p", qj, (0, n.toDisplayString)((0, n.unref)(a)("pptx.password.description")), 1),
|
|
28738
28741
|
(0, n.createElementVNode)("div", null, [(0, n.createElementVNode)("label", Zj, (0, n.toDisplayString)((0, n.unref)(a)("pptx.password.password")), 1), (0, n.createElementVNode)("div", Jj, [(0, n.withDirectives)((0, n.createElementVNode)("input", {
|
|
@@ -29293,7 +29296,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29293
29296
|
}), [["__scopeId", "data-v-9e57f025"]]), jH = {
|
|
29294
29297
|
key: 0,
|
|
29295
29298
|
class: "pptx-vue-subtitle-bar absolute bottom-14 left-1/2 z-[70] max-w-[80%] min-w-[300px] -translate-x-1/2"
|
|
29296
|
-
}, HH = { class: "pptx-vue-subtitle-inner rounded-lg border border-white/10 bg-black/75 px-6 py-3 backdrop-blur-sm" },
|
|
29299
|
+
}, HH = { class: "pptx-vue-subtitle-inner rounded-lg border border-white/10 bg-black/75 px-6 py-3 backdrop-blur-sm" }, KH = { class: "pptx-vue-subtitle-text m-0 text-center text-[15px] italic text-white/70" }, YH = (0, n.defineComponent)({
|
|
29297
29300
|
__name: "PresentationSubtitleBar",
|
|
29298
29301
|
props: { visible: { type: Boolean } },
|
|
29299
29302
|
setup(e) {
|
|
@@ -29332,7 +29335,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29332
29335
|
})();
|
|
29333
29336
|
}, { immediate: !0 }), (0, n.onBeforeUnmount)(s);
|
|
29334
29337
|
const c = (0, n.computed)(() => "unsupported" === a.value ? o("pptx.subtitles.notSupported") : r.value.length > 0 ? r.value : o("pptx.subtitles.listening"));
|
|
29335
|
-
return (t, o) => e.visible ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", jH, [(0, n.createElementVNode)("div", HH, [(0, n.createElementVNode)("p",
|
|
29338
|
+
return (t, o) => e.visible ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", jH, [(0, n.createElementVNode)("div", HH, [(0, n.createElementVNode)("p", KH, (0, n.toDisplayString)(c.value), 1)])])) : (0, n.createCommentVNode)("", !0);
|
|
29336
29339
|
}
|
|
29337
29340
|
}), XH = [
|
|
29338
29341
|
"disabled",
|
|
@@ -29342,17 +29345,17 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29342
29345
|
"disabled",
|
|
29343
29346
|
"title",
|
|
29344
29347
|
"aria-label"
|
|
29345
|
-
], JH = ["title"], QH = ["title", "aria-label"],
|
|
29348
|
+
], JH = ["title"], QH = ["title", "aria-label"], eK = { class: "pptx-vue-ptb-group relative flex items-center" }, tK = ["title", "aria-label"], nK = ["title", "aria-label"], oK = {
|
|
29346
29349
|
key: 0,
|
|
29347
29350
|
class: "pptx-vue-ptb-palette absolute bottom-full left-1/2 mb-2 grid -translate-x-1/2 grid-cols-4 gap-2 rounded-lg border border-white/20 bg-neutral-800 p-3 shadow-xl"
|
|
29348
|
-
},
|
|
29351
|
+
}, rK = ["aria-label", "onClick"], aK = { class: "pptx-vue-ptb-group relative flex items-center" }, lK = ["title", "aria-label"], iK = ["title", "aria-label"], sK = {
|
|
29349
29352
|
key: 0,
|
|
29350
29353
|
class: "pptx-vue-ptb-palette absolute bottom-full left-1/2 mb-2 grid -translate-x-1/2 grid-cols-4 gap-2 rounded-lg border border-white/20 bg-neutral-800 p-3 shadow-xl"
|
|
29351
|
-
},
|
|
29354
|
+
}, cK = ["aria-label", "onClick"], uK = ["title", "aria-label"], dK = [
|
|
29352
29355
|
"disabled",
|
|
29353
29356
|
"title",
|
|
29354
29357
|
"aria-label"
|
|
29355
|
-
],
|
|
29358
|
+
], pK = ["title", "aria-label"], mK = ["title", "aria-label"], fK = "flex items-center justify-center w-9 h-9 rounded-md transition-colors text-white/70 hover:text-white hover:bg-white/10 disabled:text-white/20 disabled:cursor-not-allowed", hK = (0, n.defineComponent)({
|
|
29356
29359
|
__name: "PresentationToolbar",
|
|
29357
29360
|
props: {
|
|
29358
29361
|
presentationTool: {},
|
|
@@ -29429,7 +29432,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29429
29432
|
}, [
|
|
29430
29433
|
(0, n.createElementVNode)("button", {
|
|
29431
29434
|
type: "button",
|
|
29432
|
-
class: (0, n.normalizeClass)(["pptx-vue-ptb-btn",
|
|
29435
|
+
class: (0, n.normalizeClass)(["pptx-vue-ptb-btn", fK]),
|
|
29433
29436
|
disabled: g.value,
|
|
29434
29437
|
title: (0, n.unref)(a)("pptx.mobileBar.previousSlide"),
|
|
29435
29438
|
"aria-label": (0, n.unref)(a)("pptx.mobileBar.previousSlide"),
|
|
@@ -29438,7 +29441,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29438
29441
|
(0, n.createElementVNode)("span", qH, (0, n.toDisplayString)(f.value), 1),
|
|
29439
29442
|
(0, n.createElementVNode)("button", {
|
|
29440
29443
|
type: "button",
|
|
29441
|
-
class: (0, n.normalizeClass)(["pptx-vue-ptb-btn",
|
|
29444
|
+
class: (0, n.normalizeClass)(["pptx-vue-ptb-btn", fK]),
|
|
29442
29445
|
disabled: h.value,
|
|
29443
29446
|
title: (0, n.unref)(a)("pptx.mobileBar.nextSlide"),
|
|
29444
29447
|
"aria-label": (0, n.unref)(a)("pptx.mobileBar.nextSlide"),
|
|
@@ -29457,7 +29460,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29457
29460
|
"aria-label": (0, n.unref)(a)("pptx.presentation.laserPointer"),
|
|
29458
29461
|
onClick: c[2] || (c[2] = (e) => x("laser"))
|
|
29459
29462
|
}, " ◉ ", 10, QH),
|
|
29460
|
-
(0, n.createElementVNode)("div",
|
|
29463
|
+
(0, n.createElementVNode)("div", eK, [
|
|
29461
29464
|
(0, n.createElementVNode)("button", {
|
|
29462
29465
|
type: "button",
|
|
29463
29466
|
class: (0, n.normalizeClass)(w("pen")),
|
|
@@ -29468,15 +29471,15 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29468
29471
|
}, [c[11] || (c[11] = (0, n.createTextVNode)(" ✎ ", -1)), (0, n.createElementVNode)("span", {
|
|
29469
29472
|
class: "pptx-vue-ptb-swatch absolute bottom-0.5 left-1/2 h-0.5 w-3 -translate-x-1/2 rounded-full",
|
|
29470
29473
|
style: (0, n.normalizeStyle)({ backgroundColor: e.penColor })
|
|
29471
|
-
}, null, 4)], 42,
|
|
29474
|
+
}, null, 4)], 42, tK),
|
|
29472
29475
|
(0, n.createElementVNode)("button", {
|
|
29473
29476
|
type: "button",
|
|
29474
29477
|
class: "pptx-vue-ptb-caret -ml-1 flex h-9 w-[18px] items-center justify-center rounded-r-md text-white/50 transition-colors hover:bg-white/10 hover:text-white",
|
|
29475
29478
|
title: (0, n.unref)(a)("pptx.presentationToolbar.penColor"),
|
|
29476
29479
|
"aria-label": (0, n.unref)(a)("pptx.presentationToolbar.penColor"),
|
|
29477
29480
|
onClick: b
|
|
29478
|
-
}, " ▾ ", 8,
|
|
29479
|
-
l.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
29481
|
+
}, " ▾ ", 8, nK),
|
|
29482
|
+
l.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", oK, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(hi), (t) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
29480
29483
|
key: t,
|
|
29481
29484
|
type: "button",
|
|
29482
29485
|
class: (0, n.normalizeClass)(["pptx-vue-ptb-color h-8 w-8 rounded-full border-2 transition-transform hover:scale-110", e.penColor === t ? "pptx-vue-ptb-color--active border-white" : "border-white/20"]),
|
|
@@ -29485,9 +29488,9 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29485
29488
|
onClick: (e) => function(e) {
|
|
29486
29489
|
r("set-pen-color", e), l.value = !1, "pen" !== o.presentationTool && r("set-tool", "pen");
|
|
29487
29490
|
}(t)
|
|
29488
|
-
}, null, 14,
|
|
29491
|
+
}, null, 14, rK))), 128))])) : (0, n.createCommentVNode)("", !0)
|
|
29489
29492
|
]),
|
|
29490
|
-
(0, n.createElementVNode)("div",
|
|
29493
|
+
(0, n.createElementVNode)("div", aK, [
|
|
29491
29494
|
(0, n.createElementVNode)("button", {
|
|
29492
29495
|
type: "button",
|
|
29493
29496
|
class: (0, n.normalizeClass)(w("highlighter")),
|
|
@@ -29498,15 +29501,15 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29498
29501
|
}, [c[12] || (c[12] = (0, n.createTextVNode)(" ▤ ", -1)), (0, n.createElementVNode)("span", {
|
|
29499
29502
|
class: "pptx-vue-ptb-swatch absolute bottom-0.5 left-1/2 h-0.5 w-3 -translate-x-1/2 rounded-full",
|
|
29500
29503
|
style: (0, n.normalizeStyle)({ backgroundColor: e.highlighterColor })
|
|
29501
|
-
}, null, 4)], 42,
|
|
29504
|
+
}, null, 4)], 42, lK),
|
|
29502
29505
|
(0, n.createElementVNode)("button", {
|
|
29503
29506
|
type: "button",
|
|
29504
29507
|
class: "pptx-vue-ptb-caret -ml-1 flex h-9 w-[18px] items-center justify-center rounded-r-md text-white/50 transition-colors hover:bg-white/10 hover:text-white",
|
|
29505
29508
|
title: (0, n.unref)(a)("pptx.presentationToolbar.highlighterColor"),
|
|
29506
29509
|
"aria-label": (0, n.unref)(a)("pptx.presentationToolbar.highlighterColor"),
|
|
29507
29510
|
onClick: k
|
|
29508
|
-
}, " ▾ ", 8,
|
|
29509
|
-
i.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
29511
|
+
}, " ▾ ", 8, iK),
|
|
29512
|
+
i.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", sK, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(xi), (t) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
29510
29513
|
key: t,
|
|
29511
29514
|
type: "button",
|
|
29512
29515
|
class: (0, n.normalizeClass)(["pptx-vue-ptb-color h-8 w-8 rounded-full border-2 transition-transform hover:scale-110", e.highlighterColor === t ? "pptx-vue-ptb-color--active border-white" : "border-white/20"]),
|
|
@@ -29515,7 +29518,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29515
29518
|
onClick: (e) => function(e) {
|
|
29516
29519
|
r("set-highlighter-color", e), i.value = !1, "highlighter" !== o.presentationTool && r("set-tool", "highlighter");
|
|
29517
29520
|
}(t)
|
|
29518
|
-
}, null, 14,
|
|
29521
|
+
}, null, 14, cK))), 128))])) : (0, n.createCommentVNode)("", !0)
|
|
29519
29522
|
]),
|
|
29520
29523
|
(0, n.createElementVNode)("button", {
|
|
29521
29524
|
type: "button",
|
|
@@ -29523,7 +29526,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29523
29526
|
title: (0, n.unref)(a)("pptx.presentation.eraser"),
|
|
29524
29527
|
"aria-label": (0, n.unref)(a)("pptx.presentation.eraser"),
|
|
29525
29528
|
onClick: c[5] || (c[5] = (e) => x("eraser"))
|
|
29526
|
-
}, " ⌫ ", 10,
|
|
29529
|
+
}, " ⌫ ", 10, uK),
|
|
29527
29530
|
(0, n.createElementVNode)("button", {
|
|
29528
29531
|
type: "button",
|
|
29529
29532
|
class: (0, n.normalizeClass)(["pptx-vue-ptb-btn flex h-9 w-9 items-center justify-center rounded-md transition-colors", e.hasAnnotations ? "pptx-vue-ptb-btn--danger text-white/70 hover:bg-white/10 hover:text-red-400" : "cursor-not-allowed text-white/30"]),
|
|
@@ -29531,7 +29534,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29531
29534
|
title: (0, n.unref)(a)("pptx.presentationToolbar.clearAnnotations"),
|
|
29532
29535
|
"aria-label": (0, n.unref)(a)("pptx.presentationToolbar.clearAnnotations"),
|
|
29533
29536
|
onClick: c[6] || (c[6] = (t) => e.hasAnnotations && r("clear-annotations"))
|
|
29534
|
-
}, " 🗑 ", 10,
|
|
29537
|
+
}, " 🗑 ", 10, dK),
|
|
29535
29538
|
c[15] || (c[15] = (0, n.createElementVNode)("div", { class: "pptx-vue-ptb-divider mx-1 h-6 w-px bg-white/20" }, null, -1)),
|
|
29536
29539
|
e.showPresenterToggle ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
29537
29540
|
key: 0,
|
|
@@ -29540,17 +29543,17 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29540
29543
|
title: (0, n.unref)(a)("pptx.presentationToolbar.presenterView"),
|
|
29541
29544
|
"aria-label": (0, n.unref)(a)("pptx.presentationToolbar.presenterView"),
|
|
29542
29545
|
onClick: c[7] || (c[7] = (e) => r("toggle-presenter-view"))
|
|
29543
|
-
}, " ▥ ", 10,
|
|
29546
|
+
}, " ▥ ", 10, pK)) : (0, n.createCommentVNode)("", !0),
|
|
29544
29547
|
(0, n.createElementVNode)("button", {
|
|
29545
29548
|
type: "button",
|
|
29546
29549
|
class: "pptx-vue-ptb-btn pptx-vue-ptb-btn--end flex h-9 w-9 items-center justify-center rounded-md text-white/70 transition-colors hover:bg-white/10 hover:text-red-400",
|
|
29547
29550
|
title: (0, n.unref)(a)("pptx.presenter.endPresentation"),
|
|
29548
29551
|
"aria-label": (0, n.unref)(a)("pptx.presenter.endPresentation"),
|
|
29549
29552
|
onClick: c[8] || (c[8] = (e) => r("end-presentation"))
|
|
29550
|
-
}, " ✕ ", 8,
|
|
29553
|
+
}, " ✕ ", 8, mK)
|
|
29551
29554
|
], 512));
|
|
29552
29555
|
}
|
|
29553
|
-
}),
|
|
29556
|
+
}), xK = ["aria-label"], vK = ["aria-label", "disabled"], yK = ["aria-label", "disabled"], bK = { class: "pptx-vue-pt-counter" }, wK = Em((0, n.defineComponent)({
|
|
29554
29557
|
__name: "PresentationTouchControls",
|
|
29555
29558
|
props: {
|
|
29556
29559
|
currentSlideIndex: {},
|
|
@@ -29566,7 +29569,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29566
29569
|
"aria-label": (0, n.unref)(o)("pptx.presenter.endPresentation"),
|
|
29567
29570
|
onClick: t[0] || (t[0] = (0, n.withModifiers)((e) => a("end"), ["stop"])),
|
|
29568
29571
|
onTouchend: t[1] || (t[1] = (0, n.withModifiers)((e) => a("end"), ["stop", "prevent"]))
|
|
29569
|
-
}, [...t[6] || (t[6] = [(0, n.createElementVNode)("span", { "aria-hidden": "true" }, "×", -1)])], 40,
|
|
29572
|
+
}, [...t[6] || (t[6] = [(0, n.createElementVNode)("span", { "aria-hidden": "true" }, "×", -1)])], 40, xK),
|
|
29570
29573
|
(0, n.createElementVNode)("button", {
|
|
29571
29574
|
type: "button",
|
|
29572
29575
|
class: "pptx-vue-pt-btn pptx-vue-pt-prev",
|
|
@@ -29574,7 +29577,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29574
29577
|
disabled: i.value,
|
|
29575
29578
|
onClick: t[2] || (t[2] = (0, n.withModifiers)((e) => a("move", -1), ["stop"])),
|
|
29576
29579
|
onTouchend: t[3] || (t[3] = (0, n.withModifiers)((e) => a("move", -1), ["stop", "prevent"]))
|
|
29577
|
-
}, [...t[7] || (t[7] = [(0, n.createElementVNode)("span", { "aria-hidden": "true" }, "‹", -1)])], 40,
|
|
29580
|
+
}, [...t[7] || (t[7] = [(0, n.createElementVNode)("span", { "aria-hidden": "true" }, "‹", -1)])], 40, vK),
|
|
29578
29581
|
(0, n.createElementVNode)("button", {
|
|
29579
29582
|
type: "button",
|
|
29580
29583
|
class: "pptx-vue-pt-btn pptx-vue-pt-next",
|
|
@@ -29582,11 +29585,11 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29582
29585
|
disabled: s.value,
|
|
29583
29586
|
onClick: t[4] || (t[4] = (0, n.withModifiers)((e) => a("move", 1), ["stop"])),
|
|
29584
29587
|
onTouchend: t[5] || (t[5] = (0, n.withModifiers)((e) => a("move", 1), ["stop", "prevent"]))
|
|
29585
|
-
}, [...t[8] || (t[8] = [(0, n.createElementVNode)("span", { "aria-hidden": "true" }, "›", -1)])], 40,
|
|
29586
|
-
(0, n.createElementVNode)("span",
|
|
29588
|
+
}, [...t[8] || (t[8] = [(0, n.createElementVNode)("span", { "aria-hidden": "true" }, "›", -1)])], 40, yK),
|
|
29589
|
+
(0, n.createElementVNode)("span", bK, (0, n.toDisplayString)(c.value), 1)
|
|
29587
29590
|
], 64)) : (0, n.createCommentVNode)("", !0);
|
|
29588
29591
|
}
|
|
29589
|
-
}), [["__scopeId", "data-v-6c467873"]]),
|
|
29592
|
+
}), [["__scopeId", "data-v-6c467873"]]), SK = { class: "pptx-vue-transition-overlay" }, CK = Em((0, n.defineComponent)({
|
|
29590
29593
|
__name: "PresentationTransitionOverlay",
|
|
29591
29594
|
props: {
|
|
29592
29595
|
outgoingSlide: {},
|
|
@@ -29616,7 +29619,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29616
29619
|
}, e);
|
|
29617
29620
|
}), (0, n.onBeforeUnmount)(function() {
|
|
29618
29621
|
null !== d && (clearTimeout(d), d = null);
|
|
29619
|
-
}), (t, o) => ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
29622
|
+
}), (t, o) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", SK, [
|
|
29620
29623
|
((0, n.openBlock)(), (0, n.createBlock)((0, n.resolveDynamicComponent)("style"), null, {
|
|
29621
29624
|
default: (0, n.withCtx)(() => [(0, n.createTextVNode)((0, n.toDisplayString)((0, n.unref)("\n/* ── Fade ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-fade-in {\n from { opacity: 0; }\n to { opacity: 1; }\n}\n@keyframes pptx-tr-fade-out {\n from { opacity: 1; }\n to { opacity: 0; }\n}\n\n/* ── Push ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-push-in-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-push-in-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-push-out-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-push-in-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-push-in-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-push-out-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n\n/* ── Cover (incoming slides over stationary outgoing) ───────────────── */\n@keyframes pptx-tr-cover-from-right {\n from { transform: translateX(100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-left {\n from { transform: translateX(-100%); }\n to { transform: translateX(0); }\n}\n@keyframes pptx-tr-cover-from-bottom {\n from { transform: translateY(100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-top {\n from { transform: translateY(-100%); }\n to { transform: translateY(0); }\n}\n@keyframes pptx-tr-cover-from-lu {\n from { transform: translate(-100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ld {\n from { transform: translate(-100%, 100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-ru {\n from { transform: translate(100%, -100%); }\n to { transform: translate(0, 0); }\n}\n@keyframes pptx-tr-cover-from-rd {\n from { transform: translate(100%, 100%); }\n to { transform: translate(0, 0); }\n}\n\n/* ── Uncover (outgoing slides away revealing stationary incoming) ──── */\n@keyframes pptx-tr-uncover-to-left {\n from { transform: translateX(0); }\n to { transform: translateX(-100%); }\n}\n@keyframes pptx-tr-uncover-to-right {\n from { transform: translateX(0); }\n to { transform: translateX(100%); }\n}\n@keyframes pptx-tr-uncover-to-top {\n from { transform: translateY(0); }\n to { transform: translateY(-100%); }\n}\n@keyframes pptx-tr-uncover-to-bottom {\n from { transform: translateY(0); }\n to { transform: translateY(100%); }\n}\n@keyframes pptx-tr-uncover-to-lu {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-ld {\n from { transform: translate(0, 0); }\n to { transform: translate(-100%, 100%); }\n}\n@keyframes pptx-tr-uncover-to-ru {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, -100%); }\n}\n@keyframes pptx-tr-uncover-to-rd {\n from { transform: translate(0, 0); }\n to { transform: translate(100%, 100%); }\n}\n\n/* ── Wipe (clip-path reveal) ────────────────────────────────────────── */\n@keyframes pptx-tr-wipe-from-left {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-right {\n from { clip-path: inset(0 0 0 100%); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-top {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n@keyframes pptx-tr-wipe-from-bottom {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0 0 0 0); }\n}\n\n/* ── Split ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-split-h-out {\n from { clip-path: inset(0 50%); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-v-out {\n from { clip-path: inset(50% 0); }\n to { clip-path: inset(0 0); }\n}\n@keyframes pptx-tr-split-h-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(0 50%); }\n}\n@keyframes pptx-tr-split-v-in {\n from { clip-path: inset(0 0); }\n to { clip-path: inset(50% 0); }\n}\n\n/* ── Dissolve ───────────────────────────────────────────────────────── */\n@keyframes pptx-tr-dissolve-in {\n from { opacity: 0; filter: blur(4px); }\n to { opacity: 1; filter: blur(0px); }\n}\n\n/* ── Circle / Diamond / Plus (clip-path shapes) ─────────────────────── */\n@keyframes pptx-tr-circle-in {\n from { clip-path: circle(0% at 50% 50%); }\n to { clip-path: circle(75% at 50% 50%); }\n}\n@keyframes pptx-tr-diamond-in {\n from { clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }\n to { clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }\n}\n@keyframes pptx-tr-plus-in {\n from {\n clip-path: polygon(\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%,\n 50% 50%, 50% 50%, 50% 50%, 50% 50%\n );\n }\n to {\n clip-path: polygon(\n 33% 0%, 66% 0%, 66% 33%, 100% 33%,\n 100% 66%, 66% 66%, 66% 100%, 33% 100%,\n 33% 66%, 0% 66%, 0% 33%, 33% 33%\n );\n }\n}\n\n/* ── Wedge ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wedge-in {\n from { clip-path: polygon(50% 0%, 50% 0%, 50% 0%); }\n to { clip-path: polygon(50% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── Zoom ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-zoom-in {\n from { transform: scale(0); opacity: 0; }\n to { transform: scale(1); opacity: 1; }\n}\n@keyframes pptx-tr-zoom-out {\n from { transform: scale(1); opacity: 1; }\n to { transform: scale(2); opacity: 0; }\n}\n\n/* ── Blinds ─────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-blinds-h {\n from { clip-path: inset(0 0 100% 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-blinds-v {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Checker (approximate with dissolve + contrast) ─────────────────── */\n@keyframes pptx-tr-checker-in {\n from { opacity: 0; filter: contrast(2) blur(2px); }\n to { opacity: 1; filter: contrast(1) blur(0); }\n}\n\n/* ── Comb ───────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-comb-h {\n from { clip-path: inset(0 100% 0 0); }\n to { clip-path: inset(0); }\n}\n@keyframes pptx-tr-comb-v {\n from { clip-path: inset(100% 0 0 0); }\n to { clip-path: inset(0); }\n}\n\n/* ── Strips (diagonal) ──────────────────────────────────────────────── */\n@keyframes pptx-tr-strips-lu {\n from { clip-path: polygon(0% 0%, 0% 0%, 0% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ld {\n from { clip-path: polygon(0% 100%, 0% 100%, 0% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-ru {\n from { clip-path: polygon(100% 0%, 100% 0%, 100% 0%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n@keyframes pptx-tr-strips-rd {\n from { clip-path: polygon(100% 100%, 100% 100%, 100% 100%); }\n to { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }\n}\n\n/* ── RandomBar ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-randombar-h {\n from { opacity: 0; clip-path: inset(0 0 100% 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n@keyframes pptx-tr-randombar-v {\n from { opacity: 0; clip-path: inset(0 100% 0 0); }\n to { opacity: 1; clip-path: inset(0); }\n}\n\n/* ── Newsflash ──────────────────────────────────────────────────────── */\n@keyframes pptx-tr-newsflash-in {\n from { transform: rotate(720deg) scale(0); opacity: 0; }\n to { transform: rotate(0deg) scale(1); opacity: 1; }\n}\n\n/* ── Wheel ──────────────────────────────────────────────────────────── */\n@keyframes pptx-tr-wheel-in {\n from { clip-path: circle(0% at 50% 50%); transform: rotate(-180deg); }\n to { clip-path: circle(75% at 50% 50%); transform: rotate(0deg); }\n}\n")), 1)]),
|
|
29622
29625
|
_: 1
|
|
@@ -29651,31 +29654,31 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29651
29654
|
])], 4)
|
|
29652
29655
|
]));
|
|
29653
29656
|
}
|
|
29654
|
-
}), [["__scopeId", "data-v-968d1ae6"]]),
|
|
29657
|
+
}), [["__scopeId", "data-v-968d1ae6"]]), BK = {
|
|
29655
29658
|
key: 0,
|
|
29656
29659
|
class: "pptx-vue-presenter pptx-vue-presenter--empty absolute inset-0 z-50 flex items-center justify-center bg-card text-muted-foreground"
|
|
29657
|
-
},
|
|
29660
|
+
}, NK = {
|
|
29658
29661
|
key: 1,
|
|
29659
29662
|
class: "pptx-vue-presenter absolute inset-0 z-50 flex flex-col bg-card text-foreground"
|
|
29660
|
-
},
|
|
29663
|
+
}, VK = { class: "pptx-vue-presenter-body flex flex-1 min-h-0" }, MK = { class: "pptx-vue-presenter-main flex flex-[7] min-w-0 flex-col items-center justify-center overflow-hidden bg-black p-6" }, DK = { class: "pptx-vue-presenter-slide-label mt-3 select-none font-mono text-xs tabular-nums text-white/50" }, TK = { class: "pptx-vue-presenter-rail flex flex-[3] min-w-[260px] max-w-[440px] flex-col border-l border-border bg-background" }, FK = { class: "pptx-vue-presenter-header flex items-center justify-between gap-2 border-b border-border/60 px-4 py-3" }, $K = { class: "pptx-vue-presenter-time flex flex-col" }, PK = { class: "pptx-vue-presenter-label text-[10px] uppercase tracking-wider text-muted-foreground" }, IK = { class: "pptx-vue-presenter-clock font-mono text-lg tabular-nums text-foreground" }, zK = { class: "pptx-vue-presenter-time pptx-vue-presenter-time--right flex flex-col items-end" }, AK = { class: "pptx-vue-presenter-label text-[10px] uppercase tracking-wider text-muted-foreground" }, LK = { class: "pptx-vue-presenter-elapsed font-mono text-lg tabular-nums text-primary" }, _K = ["title", "aria-label"], OK = { class: "pptx-vue-presenter-nav flex items-center justify-between border-b border-border/60 px-4 py-2" }, RK = ["disabled", "title"], UK = { class: "pptx-vue-presenter-counter font-mono text-sm tabular-nums text-foreground" }, WK = ["disabled", "title"], jK = { class: "pptx-vue-presenter-section border-b border-border/60 px-4 py-3" }, HK = { class: "pptx-vue-presenter-label mb-2 text-[10px] uppercase tracking-wider text-muted-foreground" }, KK = {
|
|
29661
29664
|
key: 1,
|
|
29662
29665
|
class: "pptx-vue-presenter-preview-empty mt-2 flex h-16 items-center justify-center rounded border border-border/30 bg-muted/40 text-xs italic text-muted-foreground"
|
|
29663
|
-
},
|
|
29666
|
+
}, GK = { class: "pptx-vue-presenter-notes-section flex flex-1 min-h-0 flex-col px-4 py-3" }, YK = { class: "pptx-vue-presenter-notes-head mb-2 flex items-center justify-between" }, XK = { class: "pptx-vue-presenter-label text-[10px] uppercase tracking-wider text-muted-foreground" }, qK = { class: "pptx-vue-presenter-font-ctl flex items-center gap-1" }, ZK = [
|
|
29664
29667
|
"disabled",
|
|
29665
29668
|
"title",
|
|
29666
29669
|
"aria-label"
|
|
29667
|
-
],
|
|
29670
|
+
], JK = { class: "pptx-vue-presenter-font-val min-w-[28px] select-none text-center font-mono text-[10px] tabular-nums text-muted-foreground" }, QK = [
|
|
29668
29671
|
"disabled",
|
|
29669
29672
|
"title",
|
|
29670
29673
|
"aria-label"
|
|
29671
|
-
],
|
|
29674
|
+
], eG = { key: 0 }, tG = {
|
|
29672
29675
|
key: 2,
|
|
29673
29676
|
class: "pptx-vue-presenter-notes-empty italic text-muted-foreground"
|
|
29674
|
-
},
|
|
29677
|
+
}, nG = [
|
|
29675
29678
|
"aria-valuenow",
|
|
29676
29679
|
"aria-label",
|
|
29677
29680
|
"title"
|
|
29678
|
-
],
|
|
29681
|
+
], oG = 3e5, aG = (0, n.defineComponent)({
|
|
29679
29682
|
__name: "PresenterView",
|
|
29680
29683
|
props: {
|
|
29681
29684
|
slides: {},
|
|
@@ -29699,7 +29702,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29699
29702
|
hour: "2-digit",
|
|
29700
29703
|
minute: "2-digit",
|
|
29701
29704
|
second: "2-digit"
|
|
29702
|
-
})), u = (0, n.computed)(() => fi(s.value)), d = (0, n.computed)(() => Math.min(100, s.value %
|
|
29705
|
+
})), u = (0, n.computed)(() => fi(s.value)), d = (0, n.computed)(() => Math.min(100, s.value % oG / oG * 100)), p = (0, n.computed)(() => Math.floor(s.value / oG)), m = (0, n.ref)(14);
|
|
29703
29706
|
function f() {
|
|
29704
29707
|
m.value = mi(m.value + 2);
|
|
29705
29708
|
}
|
|
@@ -29719,7 +29722,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29719
29722
|
width: o.canvasSize.width * C.value + "px",
|
|
29720
29723
|
height: o.canvasSize.height * C.value + "px"
|
|
29721
29724
|
}));
|
|
29722
|
-
return (t, o) => h.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
29725
|
+
return (t, o) => h.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", NK, [(0, n.createElementVNode)("div", VK, [(0, n.createElementVNode)("div", MK, [(0, n.createElementVNode)("div", {
|
|
29723
29726
|
class: "pptx-vue-presenter-stage relative overflow-hidden",
|
|
29724
29727
|
style: (0, n.normalizeStyle)(B.value)
|
|
29725
29728
|
}, [(0, n.createVNode)(By, {
|
|
@@ -29732,39 +29735,39 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29732
29735
|
"canvas-size",
|
|
29733
29736
|
"media-data-urls",
|
|
29734
29737
|
"scale"
|
|
29735
|
-
])], 4), (0, n.createElementVNode)("div",
|
|
29738
|
+
])], 4), (0, n.createElementVNode)("div", DK, (0, n.toDisplayString)((0, n.unref)(a)("pptx.statusBar.slideOf", {
|
|
29736
29739
|
current: e.currentSlideIndex + 1,
|
|
29737
29740
|
total: e.slides.length
|
|
29738
|
-
})), 1)]), (0, n.createElementVNode)("div",
|
|
29739
|
-
(0, n.createElementVNode)("div",
|
|
29740
|
-
(0, n.createElementVNode)("div", $
|
|
29741
|
-
(0, n.createElementVNode)("div",
|
|
29741
|
+
})), 1)]), (0, n.createElementVNode)("div", TK, [
|
|
29742
|
+
(0, n.createElementVNode)("div", FK, [
|
|
29743
|
+
(0, n.createElementVNode)("div", $K, [(0, n.createElementVNode)("span", PK, (0, n.toDisplayString)((0, n.unref)(a)("pptx.presenterView.currentTime")), 1), (0, n.createElementVNode)("span", IK, (0, n.toDisplayString)(c.value), 1)]),
|
|
29744
|
+
(0, n.createElementVNode)("div", zK, [(0, n.createElementVNode)("span", AK, (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.elapsed")), 1), (0, n.createElementVNode)("span", LK, (0, n.toDisplayString)(u.value), 1)]),
|
|
29742
29745
|
(0, n.createElementVNode)("button", {
|
|
29743
29746
|
type: "button",
|
|
29744
29747
|
class: "pptx-vue-presenter-icon-btn flex h-7 w-7 items-center justify-center rounded text-muted-foreground transition-colors hover:bg-accent hover:text-foreground",
|
|
29745
29748
|
title: (0, n.unref)(a)("pptx.presenter.endPresentation"),
|
|
29746
29749
|
"aria-label": (0, n.unref)(a)("pptx.presenter.endPresentation"),
|
|
29747
29750
|
onClick: o[0] || (o[0] = (e) => r("exit"))
|
|
29748
|
-
}, " × ", 8,
|
|
29751
|
+
}, " × ", 8, _K)
|
|
29749
29752
|
]),
|
|
29750
|
-
(0, n.createElementVNode)("div",
|
|
29753
|
+
(0, n.createElementVNode)("div", OK, [
|
|
29751
29754
|
(0, n.createElementVNode)("button", {
|
|
29752
29755
|
type: "button",
|
|
29753
29756
|
class: "pptx-vue-presenter-nav-btn inline-flex items-center gap-1.5 rounded bg-muted px-3 py-1.5 text-xs transition-colors hover:bg-accent disabled:cursor-not-allowed disabled:opacity-40",
|
|
29754
29757
|
disabled: k.value,
|
|
29755
29758
|
title: (0, n.unref)(a)("pptx.mobileBar.previousSlide"),
|
|
29756
29759
|
onClick: o[1] || (o[1] = (e) => r("move", -1))
|
|
29757
|
-
}, " ‹ " + (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.prev")), 9,
|
|
29758
|
-
(0, n.createElementVNode)("span",
|
|
29760
|
+
}, " ‹ " + (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.prev")), 9, RK),
|
|
29761
|
+
(0, n.createElementVNode)("span", UK, (0, n.toDisplayString)(e.currentSlideIndex + 1) + " / " + (0, n.toDisplayString)(e.slides.length), 1),
|
|
29759
29762
|
(0, n.createElementVNode)("button", {
|
|
29760
29763
|
type: "button",
|
|
29761
29764
|
class: "pptx-vue-presenter-nav-btn inline-flex items-center gap-1.5 rounded bg-muted px-3 py-1.5 text-xs transition-colors hover:bg-accent disabled:cursor-not-allowed disabled:opacity-40",
|
|
29762
29765
|
disabled: w.value,
|
|
29763
29766
|
title: (0, n.unref)(a)("pptx.mobileBar.nextSlide"),
|
|
29764
29767
|
onClick: o[2] || (o[2] = (e) => r("move", 1))
|
|
29765
|
-
}, (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.next")) + " › ", 9,
|
|
29768
|
+
}, (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.next")) + " › ", 9, WK)
|
|
29766
29769
|
]),
|
|
29767
|
-
(0, n.createElementVNode)("div",
|
|
29770
|
+
(0, n.createElementVNode)("div", jK, [(0, n.createElementVNode)("div", HK, (0, n.toDisplayString)((0, n.unref)(a)("pptx.mobileBar.nextSlide")), 1), x.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
29768
29771
|
key: 0,
|
|
29769
29772
|
class: "pptx-vue-presenter-preview-frame relative mt-2 overflow-hidden rounded border border-border/30",
|
|
29770
29773
|
style: (0, n.normalizeStyle)(E.value)
|
|
@@ -29778,8 +29781,8 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29778
29781
|
"canvas-size",
|
|
29779
29782
|
"media-data-urls",
|
|
29780
29783
|
"scale"
|
|
29781
|
-
])], 4)) : ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
29782
|
-
(0, n.createElementVNode)("div",
|
|
29784
|
+
])], 4)) : ((0, n.openBlock)(), (0, n.createElementBlock)("div", KK, (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.endOfPresentation")), 1))]),
|
|
29785
|
+
(0, n.createElementVNode)("div", GK, [(0, n.createElementVNode)("div", YK, [(0, n.createElementVNode)("div", XK, (0, n.toDisplayString)((0, n.unref)(a)("pptx.presenter.speakerNotes")), 1), (0, n.createElementVNode)("div", qK, [
|
|
29783
29786
|
(0, n.createElementVNode)("button", {
|
|
29784
29787
|
type: "button",
|
|
29785
29788
|
class: "pptx-vue-presenter-font-btn rounded p-0.5 text-muted-foreground transition-colors hover:bg-accent hover:text-foreground disabled:cursor-not-allowed disabled:opacity-30",
|
|
@@ -29787,8 +29790,8 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29787
29790
|
title: (0, n.unref)(a)("pptx.presenterView.decreaseFontSize"),
|
|
29788
29791
|
"aria-label": (0, n.unref)(a)("pptx.presenterView.decreaseFontSize"),
|
|
29789
29792
|
onClick: g
|
|
29790
|
-
}, " − ", 8,
|
|
29791
|
-
(0, n.createElementVNode)("span",
|
|
29793
|
+
}, " − ", 8, ZK),
|
|
29794
|
+
(0, n.createElementVNode)("span", JK, (0, n.toDisplayString)(m.value) + "px", 1),
|
|
29792
29795
|
(0, n.createElementVNode)("button", {
|
|
29793
29796
|
type: "button",
|
|
29794
29797
|
class: "pptx-vue-presenter-font-btn rounded p-0.5 text-muted-foreground transition-colors hover:bg-accent hover:text-foreground disabled:cursor-not-allowed disabled:opacity-30",
|
|
@@ -29796,14 +29799,14 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29796
29799
|
title: (0, n.unref)(a)("pptx.presenterView.increaseFontSize"),
|
|
29797
29800
|
"aria-label": (0, n.unref)(a)("pptx.presenterView.increaseFontSize"),
|
|
29798
29801
|
onClick: f
|
|
29799
|
-
}, " + ", 8,
|
|
29802
|
+
}, " + ", 8, QK)
|
|
29800
29803
|
])]), (0, n.createElementVNode)("div", {
|
|
29801
29804
|
class: "pptx-vue-presenter-notes flex-1 overflow-y-auto whitespace-pre-wrap rounded border border-border/30 bg-muted/40 px-3 py-2 leading-relaxed text-foreground",
|
|
29802
29805
|
style: (0, n.normalizeStyle)({ fontSize: `${m.value}px` })
|
|
29803
|
-
}, [y.value ? ((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, { key: 0 }, (0, n.renderList)(y.value, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: e.key }, ["break" === e.kind ? ((0, n.openBlock)(), (0, n.createElementBlock)("br",
|
|
29806
|
+
}, [y.value ? ((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, { key: 0 }, (0, n.renderList)(y.value, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: e.key }, ["break" === e.kind ? ((0, n.openBlock)(), (0, n.createElementBlock)("br", eG)) : ((0, n.openBlock)(), (0, n.createElementBlock)("span", {
|
|
29804
29807
|
key: 1,
|
|
29805
29808
|
style: (0, n.normalizeStyle)(e.style)
|
|
29806
|
-
}, (0, n.toDisplayString)(e.text), 5))], 64))), 128)) : b.value ? ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 1 }, [(0, n.createTextVNode)((0, n.toDisplayString)(v.value), 1)], 64)) : ((0, n.openBlock)(), (0, n.createElementBlock)("span",
|
|
29809
|
+
}, (0, n.toDisplayString)(e.text), 5))], 64))), 128)) : b.value ? ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 1 }, [(0, n.createTextVNode)((0, n.toDisplayString)(v.value), 1)], 64)) : ((0, n.openBlock)(), (0, n.createElementBlock)("span", tG, (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.noNotes")), 1))], 4)])
|
|
29807
29810
|
])]), (0, n.createElementVNode)("div", {
|
|
29808
29811
|
class: "pptx-vue-presenter-progress h-1.5 w-full flex-shrink-0 bg-muted/60",
|
|
29809
29812
|
role: "progressbar",
|
|
@@ -29818,9 +29821,9 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
29818
29821
|
}, [(0, n.createElementVNode)("div", {
|
|
29819
29822
|
class: "pptx-vue-presenter-progress-fill h-full bg-primary transition-[width] duration-1000 ease-linear",
|
|
29820
29823
|
style: (0, n.normalizeStyle)({ width: `${d.value}%` })
|
|
29821
|
-
}, null, 4)], 8,
|
|
29824
|
+
}, null, 4)], 8, nG)])) : ((0, n.openBlock)(), (0, n.createElementBlock)("div", BK, (0, n.toDisplayString)((0, n.unref)(a)("pptx.mpresenter.noSlides")), 1));
|
|
29822
29825
|
}
|
|
29823
|
-
}),
|
|
29826
|
+
}), iG = Em((0, n.defineComponent)({
|
|
29824
29827
|
__name: "PresentationMode",
|
|
29825
29828
|
props: {
|
|
29826
29829
|
slides: {},
|
|
@@ -30029,7 +30032,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30029
30032
|
"onLaserLeave",
|
|
30030
30033
|
"onErase"
|
|
30031
30034
|
]),
|
|
30032
|
-
P.value ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
30035
|
+
P.value ? ((0, n.openBlock)(), (0, n.createBlock)(CK, {
|
|
30033
30036
|
key: 0,
|
|
30034
30037
|
"outgoing-slide": P.value.outgoing,
|
|
30035
30038
|
"incoming-slide": P.value.incoming,
|
|
@@ -30063,7 +30066,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30063
30066
|
"canvas-size",
|
|
30064
30067
|
"media-data-urls",
|
|
30065
30068
|
"presentation-start-time"
|
|
30066
|
-
])) : S.value ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
30069
|
+
])) : S.value ? ((0, n.openBlock)(), (0, n.createBlock)(aG, {
|
|
30067
30070
|
key: 1,
|
|
30068
30071
|
slides: e.slides,
|
|
30069
30072
|
"current-slide-index": l.value,
|
|
@@ -30089,7 +30092,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30089
30092
|
class: "pptx-vue-presentation-counter",
|
|
30090
30093
|
onClick: o[5] || (o[5] = (0, n.withModifiers)(() => {}, ["stop"]))
|
|
30091
30094
|
}, (0, n.toDisplayString)(l.value + 1) + " / " + (0, n.toDisplayString)(e.slides.length), 1)),
|
|
30092
|
-
(0, n.createVNode)(
|
|
30095
|
+
(0, n.createVNode)(wK, {
|
|
30093
30096
|
"current-slide-index": l.value,
|
|
30094
30097
|
"total-slides": e.slides.length,
|
|
30095
30098
|
onMove: $,
|
|
@@ -30098,7 +30101,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30098
30101
|
(0, n.createElementVNode)("div", {
|
|
30099
30102
|
class: (0, n.normalizeClass)(["pptx-vue-presentation-toolbar-slot", { "is-visible": (0, n.unref)(N) }]),
|
|
30100
30103
|
onClick: o[7] || (o[7] = (0, n.withModifiers)(() => {}, ["stop"]))
|
|
30101
|
-
}, [(0, n.createVNode)(
|
|
30104
|
+
}, [(0, n.createVNode)(hK, {
|
|
30102
30105
|
"presentation-tool": (0, n.unref)(V).presentationTool.value,
|
|
30103
30106
|
"pen-color": (0, n.unref)(V).penColor.value,
|
|
30104
30107
|
"highlighter-color": (0, n.unref)(V).highlighterColor.value,
|
|
@@ -30142,16 +30145,16 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30142
30145
|
])
|
|
30143
30146
|
], 512)]));
|
|
30144
30147
|
}
|
|
30145
|
-
}), [["__scopeId", "data-v-5d7e101e"]]),
|
|
30148
|
+
}), [["__scopeId", "data-v-5d7e101e"]]), sG = { class: "pptx-vue-print-settings flex min-w-0 flex-1 flex-col gap-5" }, cG = { class: "pptx-vue-print-fieldset m-0 border-none p-0" }, uG = { class: "pptx-vue-print-legend mb-2 p-0 text-xs font-medium uppercase tracking-wide text-muted-foreground" }, dG = { class: "pptx-vue-print-grid grid grid-cols-2 gap-2" }, pG = ["checked", "onChange"], mG = {
|
|
30146
30149
|
key: 0,
|
|
30147
30150
|
class: "pptx-vue-print-fieldset m-0 border-none p-0"
|
|
30148
|
-
},
|
|
30151
|
+
}, fG = { class: "pptx-vue-print-legend mb-2 p-0 text-xs font-medium uppercase tracking-wide text-muted-foreground" }, gG = { class: "pptx-vue-print-chips flex flex-wrap gap-1.5" }, hG = ["onClick"], xG = { class: "pptx-vue-print-fieldset m-0 border-none p-0" }, vG = { class: "pptx-vue-print-legend mb-2 p-0 text-xs font-medium uppercase tracking-wide text-muted-foreground" }, yG = { class: "pptx-vue-print-stack flex flex-col gap-2" }, bG = ["checked"], kG = ["checked"], wG = ["checked"], SG = {
|
|
30149
30152
|
key: 0,
|
|
30150
30153
|
class: "pptx-vue-print-range flex items-center gap-2 pl-6"
|
|
30151
|
-
},
|
|
30154
|
+
}, EG = { class: "pptx-vue-print-range-label text-xs text-muted-foreground" }, CG = ["max", "value"], BG = { class: "pptx-vue-print-range-label text-xs text-muted-foreground" }, NG = ["max", "value"], VG = {
|
|
30152
30155
|
key: 1,
|
|
30153
30156
|
class: "pptx-vue-print-fieldset m-0 border-none p-0"
|
|
30154
|
-
},
|
|
30157
|
+
}, MG = { class: "pptx-vue-print-legend mb-2 p-0 text-xs font-medium uppercase tracking-wide text-muted-foreground" }, DG = { class: "pptx-vue-print-row flex flex-wrap gap-2" }, TG = ["checked"], FG = ["checked"], $G = { class: "pptx-vue-print-fieldset m-0 border-none p-0" }, PG = { class: "pptx-vue-print-legend mb-2 p-0 text-xs font-medium uppercase tracking-wide text-muted-foreground" }, IG = { class: "pptx-vue-print-row flex flex-wrap gap-2" }, zG = ["checked", "onChange"], AG = { class: "pptx-vue-print-checkbox flex cursor-pointer items-center gap-2 text-sm text-foreground" }, LG = ["checked"], _G = (0, n.defineComponent)({
|
|
30155
30158
|
__name: "PrintSettingsPanel",
|
|
30156
30159
|
props: {
|
|
30157
30160
|
printWhat: {},
|
|
@@ -30216,8 +30219,8 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30216
30219
|
function u(e) {
|
|
30217
30220
|
a("update:customTo", s(e.target.value));
|
|
30218
30221
|
}
|
|
30219
|
-
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
30220
|
-
(0, n.createElementVNode)("fieldset",
|
|
30222
|
+
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", sG, [
|
|
30223
|
+
(0, n.createElementVNode)("fieldset", cG, [(0, n.createElementVNode)("legend", uG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.legendPrintWhat")), 1), (0, n.createElementVNode)("div", dG, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(l.value, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("label", {
|
|
30221
30224
|
key: e.value,
|
|
30222
30225
|
class: (0, n.normalizeClass)(["pptx-vue-print-card flex cursor-pointer items-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors", r.printWhat === e.value ? "pptx-vue-print-card--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"])
|
|
30223
30226
|
}, [(0, n.createElementVNode)("input", {
|
|
@@ -30226,37 +30229,37 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30226
30229
|
class: "pptx-vue-print-sr-only sr-only",
|
|
30227
30230
|
checked: r.printWhat === e.value,
|
|
30228
30231
|
onChange: (t) => a("update:printWhat", e.value)
|
|
30229
|
-
}, null, 40,
|
|
30230
|
-
"handouts" === r.printWhat ? ((0, n.openBlock)(), (0, n.createElementBlock)("fieldset",
|
|
30232
|
+
}, null, 40, pG), (0, n.createTextVNode)(" " + (0, n.toDisplayString)(e.label), 1)], 2))), 128))])]),
|
|
30233
|
+
"handouts" === r.printWhat ? ((0, n.openBlock)(), (0, n.createElementBlock)("fieldset", mG, [(0, n.createElementVNode)("legend", fG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.legendSlidesPerPage")), 1), (0, n.createElementVNode)("div", gG, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(ts), (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
30231
30234
|
key: e,
|
|
30232
30235
|
type: "button",
|
|
30233
30236
|
class: (0, n.normalizeClass)(["pptx-vue-print-chip rounded-md border px-3 py-1.5 text-sm font-medium transition-colors", r.slidesPerPage === e ? "pptx-vue-print-chip--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"]),
|
|
30234
30237
|
onClick: (t) => a("update:slidesPerPage", e)
|
|
30235
|
-
}, (0, n.toDisplayString)(e), 11,
|
|
30236
|
-
(0, n.createElementVNode)("fieldset",
|
|
30238
|
+
}, (0, n.toDisplayString)(e), 11, hG))), 128))])])) : (0, n.createCommentVNode)("", !0),
|
|
30239
|
+
(0, n.createElementVNode)("fieldset", xG, [(0, n.createElementVNode)("legend", vG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.legendSlideRange")), 1), (0, n.createElementVNode)("div", yG, [
|
|
30237
30240
|
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(["pptx-vue-print-card flex cursor-pointer items-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors", "all" === r.slideRange ? "pptx-vue-print-card--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"]) }, [(0, n.createElementVNode)("input", {
|
|
30238
30241
|
type: "radio",
|
|
30239
30242
|
name: "slideRange",
|
|
30240
30243
|
class: "pptx-vue-print-sr-only sr-only",
|
|
30241
30244
|
checked: "all" === r.slideRange,
|
|
30242
30245
|
onChange: t[0] || (t[0] = (e) => a("update:slideRange", "all"))
|
|
30243
|
-
}, null, 40,
|
|
30246
|
+
}, null, 40, bG), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.rangeAll", { count: r.totalSlides })), 1)], 2),
|
|
30244
30247
|
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(["pptx-vue-print-card flex cursor-pointer items-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors", "current" === r.slideRange ? "pptx-vue-print-card--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"]) }, [(0, n.createElementVNode)("input", {
|
|
30245
30248
|
type: "radio",
|
|
30246
30249
|
name: "slideRange",
|
|
30247
30250
|
class: "pptx-vue-print-sr-only sr-only",
|
|
30248
30251
|
checked: "current" === r.slideRange,
|
|
30249
30252
|
onChange: t[1] || (t[1] = (e) => a("update:slideRange", "current"))
|
|
30250
|
-
}, null, 40,
|
|
30253
|
+
}, null, 40, kG), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.rangeCurrent", { count: r.activeSlideIndex + 1 })), 1)], 2),
|
|
30251
30254
|
(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(["pptx-vue-print-card flex cursor-pointer items-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors", "custom" === r.slideRange ? "pptx-vue-print-card--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"]) }, [(0, n.createElementVNode)("input", {
|
|
30252
30255
|
type: "radio",
|
|
30253
30256
|
name: "slideRange",
|
|
30254
30257
|
class: "pptx-vue-print-sr-only sr-only",
|
|
30255
30258
|
checked: "custom" === r.slideRange,
|
|
30256
30259
|
onChange: t[2] || (t[2] = (e) => a("update:slideRange", "custom"))
|
|
30257
|
-
}, null, 40,
|
|
30258
|
-
"custom" === r.slideRange ? ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
30259
|
-
(0, n.createElementVNode)("span",
|
|
30260
|
+
}, null, 40, wG), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.rangeCustom")), 1)], 2),
|
|
30261
|
+
"custom" === r.slideRange ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", SG, [
|
|
30262
|
+
(0, n.createElementVNode)("span", EG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.from")), 1),
|
|
30260
30263
|
(0, n.createElementVNode)("input", {
|
|
30261
30264
|
type: "number",
|
|
30262
30265
|
min: 1,
|
|
@@ -30264,8 +30267,8 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30264
30267
|
value: r.customFrom,
|
|
30265
30268
|
class: "pptx-vue-print-number w-16 rounded border border-border bg-background px-2 py-1 text-sm text-foreground",
|
|
30266
30269
|
onInput: c
|
|
30267
|
-
}, null, 40,
|
|
30268
|
-
(0, n.createElementVNode)("span",
|
|
30270
|
+
}, null, 40, CG),
|
|
30271
|
+
(0, n.createElementVNode)("span", BG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.to")), 1),
|
|
30269
30272
|
(0, n.createElementVNode)("input", {
|
|
30270
30273
|
type: "number",
|
|
30271
30274
|
min: 1,
|
|
@@ -30273,23 +30276,23 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30273
30276
|
value: r.customTo,
|
|
30274
30277
|
class: "pptx-vue-print-number w-16 rounded border border-border bg-background px-2 py-1 text-sm text-foreground",
|
|
30275
30278
|
onInput: u
|
|
30276
|
-
}, null, 40,
|
|
30279
|
+
}, null, 40, NG)
|
|
30277
30280
|
])) : (0, n.createCommentVNode)("", !0)
|
|
30278
30281
|
])]),
|
|
30279
|
-
"slides" === r.printWhat ? ((0, n.openBlock)(), (0, n.createElementBlock)("fieldset",
|
|
30282
|
+
"slides" === r.printWhat ? ((0, n.openBlock)(), (0, n.createElementBlock)("fieldset", VG, [(0, n.createElementVNode)("legend", MG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.legendOrientation")), 1), (0, n.createElementVNode)("div", DG, [(0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(["pptx-vue-print-card flex cursor-pointer items-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors", "landscape" === r.orientation ? "pptx-vue-print-card--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"]) }, [(0, n.createElementVNode)("input", {
|
|
30280
30283
|
type: "radio",
|
|
30281
30284
|
name: "orientation",
|
|
30282
30285
|
class: "pptx-vue-print-sr-only sr-only",
|
|
30283
30286
|
checked: "landscape" === r.orientation,
|
|
30284
30287
|
onChange: t[3] || (t[3] = (e) => a("update:orientation", "landscape"))
|
|
30285
|
-
}, null, 40,
|
|
30288
|
+
}, null, 40, TG), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.landscape")), 1)], 2), (0, n.createElementVNode)("label", { class: (0, n.normalizeClass)(["pptx-vue-print-card flex cursor-pointer items-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors", "portrait" === r.orientation ? "pptx-vue-print-card--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"]) }, [(0, n.createElementVNode)("input", {
|
|
30286
30289
|
type: "radio",
|
|
30287
30290
|
name: "orientation",
|
|
30288
30291
|
class: "pptx-vue-print-sr-only sr-only",
|
|
30289
30292
|
checked: "portrait" === r.orientation,
|
|
30290
30293
|
onChange: t[4] || (t[4] = (e) => a("update:orientation", "portrait"))
|
|
30291
|
-
}, null, 40,
|
|
30292
|
-
(0, n.createElementVNode)("fieldset", $
|
|
30294
|
+
}, null, 40, FG), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.portrait")), 1)], 2)])])) : (0, n.createCommentVNode)("", !0),
|
|
30295
|
+
(0, n.createElementVNode)("fieldset", $G, [(0, n.createElementVNode)("legend", PG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.legendColorMode")), 1), (0, n.createElementVNode)("div", IG, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(i.value, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("label", {
|
|
30293
30296
|
key: e.value,
|
|
30294
30297
|
class: (0, n.normalizeClass)(["pptx-vue-print-card flex cursor-pointer items-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors", r.colorMode === e.value ? "pptx-vue-print-card--active border-primary bg-primary/10 text-foreground" : "border-border bg-background text-muted-foreground hover:border-primary/40"])
|
|
30295
30298
|
}, [(0, n.createElementVNode)("input", {
|
|
@@ -30298,25 +30301,25 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30298
30301
|
class: "pptx-vue-print-sr-only sr-only",
|
|
30299
30302
|
checked: r.colorMode === e.value,
|
|
30300
30303
|
onChange: (t) => a("update:colorMode", e.value)
|
|
30301
|
-
}, null, 40,
|
|
30302
|
-
(0, n.createElementVNode)("label",
|
|
30304
|
+
}, null, 40, zG), (0, n.createTextVNode)(" " + (0, n.toDisplayString)(e.label), 1)], 2))), 128))])]),
|
|
30305
|
+
(0, n.createElementVNode)("label", AG, [(0, n.createElementVNode)("input", {
|
|
30303
30306
|
type: "checkbox",
|
|
30304
30307
|
class: "rounded border-border",
|
|
30305
30308
|
checked: r.frameSlides,
|
|
30306
30309
|
onChange: t[5] || (t[5] = (e) => a("update:frameSlides", e.target.checked))
|
|
30307
|
-
}, null, 40,
|
|
30310
|
+
}, null, 40, LG), (0, n.createElementVNode)("span", null, (0, n.toDisplayString)((0, n.unref)(o)("pptx.print.frameSlides")), 1)])
|
|
30308
30311
|
]));
|
|
30309
30312
|
}
|
|
30310
|
-
}),
|
|
30313
|
+
}), OG = { class: "pptx-vue-print-body flex min-w-[480px] gap-5 max-md:min-w-0 max-md:flex-col" }, RG = {
|
|
30311
30314
|
key: 0,
|
|
30312
30315
|
class: "pptx-vue-print-preview flex w-[180px] shrink-0 flex-col items-center gap-2.5 border-l border-border pl-4 max-md:w-full max-md:border-l-0 max-md:border-t max-md:pl-0 max-md:pt-4"
|
|
30313
|
-
},
|
|
30316
|
+
}, UG = { class: "pptx-vue-print-preview-title text-[10px] uppercase tracking-wide text-muted-foreground" }, WG = {
|
|
30314
30317
|
key: 0,
|
|
30315
30318
|
class: "pptx-vue-print-preview-empty flex h-full items-center justify-center text-xs text-muted-foreground"
|
|
30316
|
-
},
|
|
30319
|
+
}, jG = { key: 0 }, HG = {
|
|
30317
30320
|
key: 2,
|
|
30318
30321
|
class: "pptx-vue-print-preview-notes-page"
|
|
30319
|
-
},
|
|
30322
|
+
}, KG = { class: "pptx-vue-print-preview-lines" }, GG = { class: "pptx-vue-print-estimate mr-auto text-xs text-muted-foreground" }, YG = Em((0, n.defineComponent)({
|
|
30320
30323
|
__name: "PrintDialog",
|
|
30321
30324
|
props: {
|
|
30322
30325
|
open: { type: Boolean },
|
|
@@ -30358,7 +30361,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30358
30361
|
onClose: w
|
|
30359
30362
|
}, {
|
|
30360
30363
|
footer: (0, n.withCtx)(() => [
|
|
30361
|
-
(0, n.createElementVNode)("span",
|
|
30364
|
+
(0, n.createElementVNode)("span", GG, (0, n.toDisplayString)(1 === x.value ? (0, n.unref)(a)("pptx.print.page", { count: x.value }) : (0, n.unref)(a)("pptx.print.pages", { count: x.value })) + " · " + (0, n.toDisplayString)(1 === h.value ? (0, n.unref)(a)("pptx.print.slide", { count: h.value }) : (0, n.unref)(a)("pptx.print.slides", { count: h.value })), 1),
|
|
30362
30365
|
(0, n.createElementVNode)("button", {
|
|
30363
30366
|
type: "button",
|
|
30364
30367
|
class: "pptx-vue-print-btn pptx-vue-print-btn--secondary rounded-lg border border-border px-4 py-2 text-sm text-muted-foreground transition-colors hover:bg-accent hover:text-foreground",
|
|
@@ -30370,7 +30373,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30370
30373
|
onClick: S
|
|
30371
30374
|
}, (0, n.toDisplayString)((0, n.unref)(a)("pptx.print.printButton")), 1)
|
|
30372
30375
|
]),
|
|
30373
|
-
default: (0, n.withCtx)(() => [(0, n.createElementVNode)("div",
|
|
30376
|
+
default: (0, n.withCtx)(() => [(0, n.createElementVNode)("div", OG, [(0, n.createVNode)(_G, {
|
|
30374
30377
|
"print-what": l.value,
|
|
30375
30378
|
orientation: i.value,
|
|
30376
30379
|
"color-mode": s.value,
|
|
@@ -30400,7 +30403,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30400
30403
|
"custom-to",
|
|
30401
30404
|
"total-slides",
|
|
30402
30405
|
"active-slide-index"
|
|
30403
|
-
]), b.value || k.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
30406
|
+
]), b.value || k.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", RG, [(0, n.createElementVNode)("span", UG, (0, n.toDisplayString)((0, n.unref)(a)("pptx.animations.preview")), 1), 0 === v.value.length ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", WG, (0, n.toDisplayString)((0, n.unref)(a)("pptx.statusBar.noSlides")), 1)) : b.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
30404
30407
|
key: 1,
|
|
30405
30408
|
class: "pptx-vue-print-preview-page",
|
|
30406
30409
|
style: (0, n.normalizeStyle)({
|
|
@@ -30411,18 +30414,18 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30411
30414
|
}, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(y.value.rows * y.value.columns, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
30412
30415
|
key: e,
|
|
30413
30416
|
class: (0, n.normalizeClass)(["pptx-vue-print-preview-cell", { "pptx-vue-print-preview-cell--framed": c.value }])
|
|
30414
|
-
}, [void 0 !== v.value[e - 1] ? ((0, n.openBlock)(), (0, n.createElementBlock)("span",
|
|
30417
|
+
}, [void 0 !== v.value[e - 1] ? ((0, n.openBlock)(), (0, n.createElementBlock)("span", jG, (0, n.toDisplayString)(v.value[e - 1] + 1), 1)) : (0, n.createCommentVNode)("", !0)], 2))), 128))], 4)) : ((0, n.openBlock)(), (0, n.createElementBlock)("div", HG, [(0, n.createElementVNode)("div", { class: (0, n.normalizeClass)(["pptx-vue-print-preview-cell", { "pptx-vue-print-preview-cell--framed": c.value }]) }, [(0, n.createElementVNode)("span", null, (0, n.toDisplayString)((v.value[0] ?? 0) + 1), 1)], 2), (0, n.createElementVNode)("div", KG, [((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(5, (e) => (0, n.createElementVNode)("div", {
|
|
30415
30418
|
key: e,
|
|
30416
30419
|
class: "pptx-vue-print-preview-line"
|
|
30417
30420
|
})), 64))])]))])) : (0, n.createCommentVNode)("", !0)])]),
|
|
30418
30421
|
_: 1
|
|
30419
30422
|
}, 8, ["open", "title"]));
|
|
30420
30423
|
}
|
|
30421
|
-
}), [["__scopeId", "data-v-53017764"]]),
|
|
30424
|
+
}), [["__scopeId", "data-v-53017764"]]), XG = {
|
|
30422
30425
|
class: "pptx-vue-remote-selections",
|
|
30423
30426
|
"aria-hidden": "true",
|
|
30424
30427
|
"data-export-ignore": "true"
|
|
30425
|
-
},
|
|
30428
|
+
}, qG = ["data-element-id"], ZG = Em((0, n.defineComponent)({
|
|
30426
30429
|
__name: "RemoteSelectionOverlay",
|
|
30427
30430
|
props: {
|
|
30428
30431
|
presences: {},
|
|
@@ -30459,7 +30462,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30459
30462
|
borderColor: e.color
|
|
30460
30463
|
};
|
|
30461
30464
|
}
|
|
30462
|
-
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
30465
|
+
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", XG, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(r.value, (e) => {
|
|
30463
30466
|
return (0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
30464
30467
|
key: e.key,
|
|
30465
30468
|
class: "pptx-vue-remote-selection",
|
|
@@ -30468,15 +30471,15 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30468
30471
|
}, [(0, n.createElementVNode)("span", {
|
|
30469
30472
|
class: "pptx-vue-remote-selection-label",
|
|
30470
30473
|
style: (0, n.normalizeStyle)({ backgroundColor: e.color })
|
|
30471
|
-
}, (0, n.toDisplayString)((t = e.userName, t.length > 20 ? `${t.slice(0, 19)}…` : t)), 5)], 12,
|
|
30474
|
+
}, (0, n.toDisplayString)((t = e.userName, t.length > 20 ? `${t.slice(0, 19)}…` : t)), 5)], 12, qG);
|
|
30472
30475
|
var t;
|
|
30473
30476
|
}), 128))]));
|
|
30474
30477
|
}
|
|
30475
|
-
}), [["__scopeId", "data-v-22839407"]]),
|
|
30478
|
+
}), [["__scopeId", "data-v-22839407"]]), JG = [
|
|
30476
30479
|
"value",
|
|
30477
30480
|
"title",
|
|
30478
30481
|
"aria-label"
|
|
30479
|
-
],
|
|
30482
|
+
], QG = { value: "" }, eY = ["value"], tY = ["title"], nY = ["title"], oY = ["title"], rY = ["title"], aY = ["title"], lY = (0, n.defineComponent)({
|
|
30480
30483
|
__name: "CustomShowsControls",
|
|
30481
30484
|
props: {
|
|
30482
30485
|
customShows: {},
|
|
@@ -30503,10 +30506,10 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30503
30506
|
title: (0, n.unref)(o)("pptx.customShows.customShowTooltip"),
|
|
30504
30507
|
"aria-label": (0, n.unref)(o)("pptx.customShows.selectCustomShow"),
|
|
30505
30508
|
onChange: r
|
|
30506
|
-
}, [(0, n.createElementVNode)("option",
|
|
30509
|
+
}, [(0, n.createElementVNode)("option", QG, (0, n.toDisplayString)((0, n.unref)(o)("pptx.customShows.allSlides")), 1), ((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(t.customShows, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("option", {
|
|
30507
30510
|
key: e.id,
|
|
30508
30511
|
value: e.id
|
|
30509
|
-
}, (0, n.toDisplayString)(e.name), 9, eY))), 128))], 40,
|
|
30512
|
+
}, (0, n.toDisplayString)(e.name), 9, eY))), 128))], 40, JG),
|
|
30510
30513
|
t.canEdit ? ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 0 }, [(0, n.createElementVNode)("button", {
|
|
30511
30514
|
type: "button",
|
|
30512
30515
|
class: "px-2 py-1 rounded bg-muted hover:bg-accent text-[11px] transition-colors",
|
|
@@ -30527,7 +30530,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30527
30530
|
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.sections.delete")), 9, oY),
|
|
30528
30531
|
(0, n.createElementVNode)("button", {
|
|
30529
30532
|
type: "button",
|
|
30530
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
30533
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("px-2 py-1 rounded text-[11px] transition-colors", t.isCurrentSlideInActiveShow ? "bg-primary text-white" : "bg-muted hover:bg-accent")),
|
|
30531
30534
|
title: (0, n.unref)(o)("pptx.customShows.toggleSlideTooltip"),
|
|
30532
30535
|
onClick: a[3] || (a[3] = (e) => t.onToggleCurrentSlideInActiveShow())
|
|
30533
30536
|
}, (0, n.toDisplayString)(t.isCurrentSlideInActiveShow ? (0, n.unref)(o)("pptx.customShows.inShow") : (0, n.unref)(o)("pptx.customShows.addSlide")), 11, rY)
|
|
@@ -30558,12 +30561,12 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30558
30561
|
class: "relative"
|
|
30559
30562
|
}, [(0, n.createElementVNode)("div", iY, [(0, n.createElementVNode)("button", {
|
|
30560
30563
|
type: "button",
|
|
30561
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
30564
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("px-2 py-1 transition-colors", t.isActive ? "bg-primary text-white" : "hover:bg-accent text-foreground")),
|
|
30562
30565
|
title: (0, n.unref)(o)("pptx.present.presentTooltip"),
|
|
30563
30566
|
onClick: l[0] || (l[0] = (e) => t.onPresent())
|
|
30564
30567
|
}, (0, n.toDisplayString)((0, n.unref)(o)("pptx.toolbar.present")), 11, sY), (0, n.createElementVNode)("button", {
|
|
30565
30568
|
type: "button",
|
|
30566
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
30569
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("px-1 py-1 transition-colors border-l border-border", (0, n.unref)(a).open.value ? "bg-primary text-white" : "hover:bg-accent text-foreground")),
|
|
30567
30570
|
title: (0, n.unref)(o)("pptx.present.optionsTooltip"),
|
|
30568
30571
|
"aria-label": (0, n.unref)(o)("pptx.present.optionsTooltip"),
|
|
30569
30572
|
onClick: l[1] || (l[1] = (e) => (0, n.unref)(a).toggle())
|
|
@@ -30818,7 +30821,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30818
30821
|
const t = e, { t: o } = Ep();
|
|
30819
30822
|
return (e, a) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", vY, [(0, n.createElementVNode)("button", {
|
|
30820
30823
|
type: "button",
|
|
30821
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
30824
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("p-1.5 rounded transition-colors", t.isOverflowMenuOpen ? "bg-primary/80 text-white" : "bg-muted hover:bg-accent")),
|
|
30822
30825
|
title: (0, n.unref)(o)("pptx.ribbon.moreActions"),
|
|
30823
30826
|
"aria-label": (0, n.unref)(o)("pptx.ribbon.moreActions"),
|
|
30824
30827
|
onClick: a[0] || (a[0] = (e) => t.onSetOverflowMenuOpen(!t.isOverflowMenuOpen))
|
|
@@ -30856,7 +30859,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
30856
30859
|
}, [e.icon ? ((0, n.openBlock)(), (0, n.createBlock)((0, n.resolveDynamicComponent)(e.icon), {
|
|
30857
30860
|
key: 0,
|
|
30858
30861
|
class: (0, n.normalizeClass)((0, n.unref)(dO) + " text-muted-foreground")
|
|
30859
|
-
}, null, 8, ["class"])) : (0, n.createCommentVNode)("", !0), (0, n.createTextVNode)(" " + (0, n.toDisplayString)(e.
|
|
30862
|
+
}, null, 8, ["class"])) : (0, n.createCommentVNode)("", !0), (0, n.createTextVNode)(" " + (0, n.toDisplayString)((0, n.unref)(o)(e.labelKey)), 1)], 8, SY))], 64))), 128))])], 64)) : (0, n.createCommentVNode)("", !0)]));
|
|
30860
30863
|
}
|
|
30861
30864
|
}), CY = { class: "flex items-center gap-0.5 max-md:gap-0 px-1.5 py-0.5 max-md:px-1" }, BY = ["title", "aria-label"], NY = [
|
|
30862
30865
|
"disabled",
|
|
@@ -31015,7 +31018,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31015
31018
|
"present" !== t.mode ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
31016
31019
|
key: 0,
|
|
31017
31020
|
type: "button",
|
|
31018
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31021
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AY, t.isSidebarCollapsed ? "text-muted-foreground" : "text-foreground")),
|
|
31019
31022
|
title: (0, n.unref)(o)("pptx.toolbar.toggleSlidesPanel"),
|
|
31020
31023
|
"aria-label": (0, n.unref)(o)("pptx.toolbar.toggleSlidesPanel"),
|
|
31021
31024
|
onClick: a[0] || (a[0] = (e) => t.onToggleSidebar())
|
|
@@ -31024,7 +31027,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31024
31027
|
(0, n.createElementVNode)("button", {
|
|
31025
31028
|
type: "button",
|
|
31026
31029
|
disabled: !t.canEdit || !t.canUndo,
|
|
31027
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31030
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AY, "text-muted-foreground")),
|
|
31028
31031
|
title: t.undoLabel ? (0, n.unref)(o)("pptx.toolbar.undoAction", { action: t.undoLabel }) : (0, n.unref)(o)("pptx.toolbar.undo"),
|
|
31029
31032
|
"aria-label": (0, n.unref)(o)("pptx.toolbar.undo"),
|
|
31030
31033
|
onClick: a[1] || (a[1] = (e) => t.onUndo())
|
|
@@ -31032,7 +31035,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31032
31035
|
(0, n.createElementVNode)("button", {
|
|
31033
31036
|
type: "button",
|
|
31034
31037
|
disabled: !t.canEdit || !t.canRedo,
|
|
31035
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31038
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AY, "text-muted-foreground")),
|
|
31036
31039
|
title: t.redoLabel ? (0, n.unref)(o)("pptx.toolbar.redoAction", { action: t.redoLabel }) : (0, n.unref)(o)("pptx.toolbar.redo"),
|
|
31037
31040
|
"aria-label": (0, n.unref)(o)("pptx.toolbar.redo"),
|
|
31038
31041
|
onClick: a[2] || (a[2] = (e) => t.onRedo())
|
|
@@ -31040,7 +31043,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31040
31043
|
"edit" === t.mode || "master" === t.mode ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
31041
31044
|
key: 1,
|
|
31042
31045
|
type: "button",
|
|
31043
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31046
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AY, "max-md:hidden", t.findReplaceOpen ? "text-foreground" : "text-muted-foreground")),
|
|
31044
31047
|
title: (0, n.unref)(o)("pptx.findReplace.title"),
|
|
31045
31048
|
"aria-label": (0, n.unref)(o)("pptx.findReplace.title"),
|
|
31046
31049
|
onClick: a[3] || (a[3] = (e) => t.onToggleFindReplace())
|
|
@@ -31049,7 +31052,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31049
31052
|
"edit" === t.mode || "master" === t.mode ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
31050
31053
|
key: 2,
|
|
31051
31054
|
type: "button",
|
|
31052
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31055
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AY, "relative max-md:hidden", t.isCommentsPanelOpen ? "text-foreground" : "text-muted-foreground")),
|
|
31053
31056
|
title: (0, n.unref)(o)("pptx.toolbar.comments"),
|
|
31054
31057
|
"aria-label": (0, n.unref)(o)("pptx.toolbar.comments"),
|
|
31055
31058
|
onClick: a[4] || (a[4] = (e) => t.onToggleComments?.())
|
|
@@ -31108,14 +31111,14 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31108
31111
|
"edit" === t.mode || "master" === t.mode ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
31109
31112
|
key: 4,
|
|
31110
31113
|
type: "button",
|
|
31111
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31114
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AY, t.isInspectorPaneOpen ? "text-foreground" : "text-muted-foreground")),
|
|
31112
31115
|
title: (0, n.unref)(o)("pptx.toolbar.toggleInspector"),
|
|
31113
31116
|
"aria-label": (0, n.unref)(o)("pptx.toolbar.toggleInspector"),
|
|
31114
31117
|
onClick: a[6] || (a[6] = (e) => t.onToggleInspector())
|
|
31115
31118
|
}, [(0, n.createVNode)((0, n.unref)(r.PanelRight), { class: (0, n.normalizeClass)((0, n.unref)(uO)) }, null, 8, ["class"])], 10, PY)) : (0, n.createCommentVNode)("", !0),
|
|
31116
31119
|
(0, n.createElementVNode)("button", {
|
|
31117
31120
|
type: "button",
|
|
31118
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31121
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AY, "text-muted-foreground")),
|
|
31119
31122
|
title: (0, n.unref)(o)("pptx.toolbar.settingsShortcuts"),
|
|
31120
31123
|
"aria-label": (0, n.unref)(o)("pptx.toolbar.settings"),
|
|
31121
31124
|
onClick: a[7] || (a[7] = (e) => (t.onOpenSettings ?? t.onToggleShortcuts)())
|
|
@@ -31134,7 +31137,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31134
31137
|
}, RY = ["onClick"], UY = ["aria-pressed", "title"], WY = {
|
|
31135
31138
|
key: 1,
|
|
31136
31139
|
class: "flex items-center gap-1.5 px-2 py-1 max-md:px-1 max-md:py-0.5 overflow-visible flex-nowrap"
|
|
31137
|
-
}, jY = ["title"], HY = ["title"],
|
|
31140
|
+
}, jY = ["title"], HY = ["title"], KY = (0, n.defineComponent)({
|
|
31138
31141
|
__name: "RibbonToolbar",
|
|
31139
31142
|
props: {
|
|
31140
31143
|
mode: {},
|
|
@@ -31279,9 +31282,9 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31279
31282
|
((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)((0, n.unref)(vO), (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
31280
31283
|
key: e.id,
|
|
31281
31284
|
type: "button",
|
|
31282
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
31285
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("relative px-3.5 py-2 text-[12px] font-medium whitespace-nowrap transition-colors max-md:min-h-[36px] max-md:px-3", t.toolbarSection === e.id ? "file" === e.id ? "text-white bg-primary/80 rounded-sm" : "text-foreground after:absolute after:-bottom-px after:left-0 after:right-0 after:h-[2.5px] after:bg-primary" : "file" === e.id ? "text-primary hover:bg-primary/15 rounded-sm" : "text-muted-foreground hover:text-foreground hover:bg-accent/30")),
|
|
31283
31286
|
onClick: (n) => t.onSetToolbarSection(e.id)
|
|
31284
|
-
}, (0, n.toDisplayString)(e.
|
|
31287
|
+
}, (0, n.toDisplayString)((0, n.unref)(o)(e.labelKey)), 11, RY))), 128)),
|
|
31285
31288
|
i[3] || (i[3] = (0, n.createElementVNode)("div", { class: "flex-1" }, null, -1)),
|
|
31286
31289
|
(0, n.createElementVNode)("button", {
|
|
31287
31290
|
type: "button",
|
|
@@ -31589,7 +31592,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31589
31592
|
], 512)), [[n.vShow, t.isCompactToolbarOpen]]) : (0, n.createCommentVNode)("", !0)
|
|
31590
31593
|
]));
|
|
31591
31594
|
}
|
|
31592
|
-
}),
|
|
31595
|
+
}), GY = { class: "pptx-vue-section-list flex flex-col gap-0.5 p-1" }, YY = {
|
|
31593
31596
|
key: 0,
|
|
31594
31597
|
class: "pptx-vue-section-header group flex items-center gap-1 px-1 py-0.5"
|
|
31595
31598
|
}, XY = [
|
|
@@ -31660,7 +31663,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
31660
31663
|
function v(e, t) {
|
|
31661
31664
|
return a("pptx.notes.slideN", { n: e.slideNumber || t + 1 });
|
|
31662
31665
|
}
|
|
31663
|
-
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
31666
|
+
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", GY, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(o.groups, (e, i) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
31664
31667
|
key: e.section?.id ?? `__nosection-${i}`,
|
|
31665
31668
|
class: "pptx-vue-section-group flex flex-col"
|
|
31666
31669
|
}, [
|
|
@@ -32193,7 +32196,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
32193
32196
|
}), AX = { class: "space-y-1.5" }, LX = { class: "mb-1 text-[11px] font-medium uppercase tracking-wide text-muted-foreground" }, _X = { class: "flex cursor-pointer items-center gap-2" }, OX = ["checked"], RX = { class: "flex cursor-pointer items-center gap-2" }, UX = ["checked"], WX = {
|
|
32194
32197
|
key: 0,
|
|
32195
32198
|
class: "ml-6 flex items-center gap-2"
|
|
32196
|
-
}, jX = { class: "flex items-center gap-1" }, HX = { class: "text-muted-foreground" },
|
|
32199
|
+
}, jX = { class: "flex items-center gap-1" }, HX = { class: "text-muted-foreground" }, KX = ["max", "value"], GX = { class: "flex items-center gap-1" }, YX = { class: "text-muted-foreground" }, XX = ["max", "value"], qX = { class: "flex cursor-pointer items-center gap-2" }, ZX = ["checked"], JX = {
|
|
32197
32200
|
key: 0,
|
|
32198
32201
|
class: "ml-6"
|
|
32199
32202
|
}, QX = ["value"], eq = ["value"], tq = (0, n.defineComponent)({
|
|
@@ -32240,7 +32243,7 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
32240
32243
|
return;
|
|
32241
32244
|
var t;
|
|
32242
32245
|
})
|
|
32243
|
-
}, null, 40,
|
|
32246
|
+
}, null, 40, KX)]), (0, n.createElementVNode)("label", GX, [(0, n.createElementVNode)("span", YX, (0, n.toDisplayString)((0, n.unref)(a)("pptx.slideShow.to")), 1), (0, n.createElementVNode)("input", {
|
|
32244
32247
|
type: "number",
|
|
32245
32248
|
min: 1,
|
|
32246
32249
|
max: e.slideCount,
|
|
@@ -32487,92 +32490,92 @@ var mH = { class: "flex items-start gap-3" }, fH = { class: "flex h-10 w-10 item
|
|
|
32487
32490
|
id: "undo",
|
|
32488
32491
|
combo: "Mod+Z",
|
|
32489
32492
|
group: "history",
|
|
32490
|
-
|
|
32493
|
+
descriptionKey: "pptx.toolbar.undo"
|
|
32491
32494
|
},
|
|
32492
32495
|
{
|
|
32493
32496
|
id: "redo",
|
|
32494
32497
|
combo: "Mod+Shift+Z",
|
|
32495
32498
|
group: "history",
|
|
32496
|
-
|
|
32499
|
+
descriptionKey: "pptx.toolbar.redo"
|
|
32497
32500
|
},
|
|
32498
32501
|
{
|
|
32499
32502
|
id: "redo-y",
|
|
32500
32503
|
combo: "Mod+Y",
|
|
32501
32504
|
group: "history",
|
|
32502
|
-
|
|
32505
|
+
descriptionKey: "pptx.shortcuts.action.redoAlternate"
|
|
32503
32506
|
},
|
|
32504
32507
|
{
|
|
32505
32508
|
id: "copy",
|
|
32506
32509
|
combo: "Mod+C",
|
|
32507
32510
|
group: "clipboard",
|
|
32508
|
-
|
|
32511
|
+
descriptionKey: "pptx.shortcuts.action.copyElement"
|
|
32509
32512
|
},
|
|
32510
32513
|
{
|
|
32511
32514
|
id: "cut",
|
|
32512
32515
|
combo: "Mod+X",
|
|
32513
32516
|
group: "clipboard",
|
|
32514
|
-
|
|
32517
|
+
descriptionKey: "pptx.shortcuts.action.cutElement"
|
|
32515
32518
|
},
|
|
32516
32519
|
{
|
|
32517
32520
|
id: "paste",
|
|
32518
32521
|
combo: "Mod+V",
|
|
32519
32522
|
group: "clipboard",
|
|
32520
|
-
|
|
32523
|
+
descriptionKey: "pptx.shortcuts.action.pasteElement"
|
|
32521
32524
|
},
|
|
32522
32525
|
{
|
|
32523
32526
|
id: "duplicate",
|
|
32524
32527
|
combo: "Mod+D",
|
|
32525
32528
|
group: "editing",
|
|
32526
|
-
|
|
32529
|
+
descriptionKey: "pptx.shortcuts.action.duplicateElement"
|
|
32527
32530
|
},
|
|
32528
32531
|
{
|
|
32529
32532
|
id: "delete",
|
|
32530
32533
|
combo: "Delete",
|
|
32531
32534
|
group: "editing",
|
|
32532
|
-
|
|
32535
|
+
descriptionKey: "pptx.shortcuts.action.deleteElement"
|
|
32533
32536
|
},
|
|
32534
32537
|
{
|
|
32535
32538
|
id: "select-all",
|
|
32536
32539
|
combo: "Mod+A",
|
|
32537
32540
|
group: "editing",
|
|
32538
|
-
|
|
32541
|
+
descriptionKey: "pptx.shortcuts.action.selectAll"
|
|
32539
32542
|
},
|
|
32540
32543
|
{
|
|
32541
32544
|
id: "nudge",
|
|
32542
32545
|
combo: "ArrowKeys",
|
|
32543
32546
|
group: "editing",
|
|
32544
|
-
|
|
32547
|
+
descriptionKey: "pptx.shortcuts.action.nudgeElement"
|
|
32545
32548
|
},
|
|
32546
32549
|
{
|
|
32547
32550
|
id: "nudge-large",
|
|
32548
32551
|
combo: "Shift+ArrowKeys",
|
|
32549
32552
|
group: "editing",
|
|
32550
|
-
|
|
32553
|
+
descriptionKey: "pptx.shortcuts.action.nudgeElementLarge"
|
|
32551
32554
|
},
|
|
32552
32555
|
{
|
|
32553
32556
|
id: "prev-slide",
|
|
32554
32557
|
combo: "ArrowLeft",
|
|
32555
32558
|
group: "navigation",
|
|
32556
|
-
|
|
32559
|
+
descriptionKey: "pptx.shortcuts.action.prevSlide"
|
|
32557
32560
|
},
|
|
32558
32561
|
{
|
|
32559
32562
|
id: "next-slide",
|
|
32560
32563
|
combo: "ArrowRight",
|
|
32561
32564
|
group: "navigation",
|
|
32562
|
-
|
|
32565
|
+
descriptionKey: "pptx.shortcuts.action.nextSlide"
|
|
32563
32566
|
},
|
|
32564
32567
|
{
|
|
32565
32568
|
id: "escape",
|
|
32566
32569
|
combo: "Escape",
|
|
32567
32570
|
group: "general",
|
|
32568
|
-
|
|
32571
|
+
descriptionKey: "pptx.shortcuts.action.clearSelection"
|
|
32569
32572
|
}
|
|
32570
32573
|
], Mq = {
|
|
32571
|
-
history: "
|
|
32572
|
-
clipboard: "
|
|
32573
|
-
editing: "
|
|
32574
|
-
navigation: "
|
|
32575
|
-
general: "
|
|
32574
|
+
history: "pptx.editorToolbar.history",
|
|
32575
|
+
clipboard: "pptx.ribbon.clipboard",
|
|
32576
|
+
editing: "pptx.shortcuts.group.editing",
|
|
32577
|
+
navigation: "pptx.shortcuts.group.navigation",
|
|
32578
|
+
general: "pptx.settings.general"
|
|
32576
32579
|
};
|
|
32577
32580
|
function Dq(e) {
|
|
32578
32581
|
const t = e.target;
|
|
@@ -32736,10 +32739,10 @@ var $q = {
|
|
|
32736
32739
|
return function(e = Vq) {
|
|
32737
32740
|
return Object.keys(Mq).map((t) => ({
|
|
32738
32741
|
group: t,
|
|
32739
|
-
|
|
32742
|
+
labelKey: Mq[t],
|
|
32740
32743
|
shortcuts: e.filter((e) => e.group === t)
|
|
32741
32744
|
})).filter((e) => e.shortcuts.length > 0);
|
|
32742
|
-
}(0 === e.length ? [...Vq] : Vq.filter((t) => t.
|
|
32745
|
+
}(0 === e.length ? [...Vq] : Vq.filter((t) => a(t.descriptionKey).toLowerCase().includes(e) || c(t.combo).toLowerCase().includes(e) || t.combo.toLowerCase().includes(e)));
|
|
32743
32746
|
}), d = (0, n.computed)(() => u.value.length > 0);
|
|
32744
32747
|
function p() {
|
|
32745
32748
|
r("close");
|
|
@@ -32758,10 +32761,10 @@ var $q = {
|
|
|
32758
32761
|
}, null, 8, Pq), [[n.vModelText, l.value]]), d.value ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", Iq, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(u.value, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("section", {
|
|
32759
32762
|
key: e.group,
|
|
32760
32763
|
class: "pptx-vue-shortcuts-group flex flex-col gap-1"
|
|
32761
|
-
}, [(0, n.createElementVNode)("h3", zq, (0, n.toDisplayString)(e.
|
|
32764
|
+
}, [(0, n.createElementVNode)("h3", zq, (0, n.toDisplayString)((0, n.unref)(a)(e.labelKey)), 1), ((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(e.shortcuts, (e) => ((0, n.openBlock)(), (0, n.createElementBlock)("div", {
|
|
32762
32765
|
key: e.id,
|
|
32763
32766
|
class: "pptx-vue-shortcuts-row flex items-center justify-between gap-3 rounded bg-muted px-2 py-1.5"
|
|
32764
|
-
}, [(0, n.createElementVNode)("span", Aq, (0, n.toDisplayString)(e.
|
|
32767
|
+
}, [(0, n.createElementVNode)("span", Aq, (0, n.toDisplayString)((0, n.unref)(a)(e.descriptionKey)), 1), (0, n.createElementVNode)("kbd", Lq, (0, n.toDisplayString)(c(e.combo)), 1)]))), 128))]))), 128))])) : ((0, n.openBlock)(), (0, n.createElementBlock)("p", _q, (0, n.toDisplayString)((0, n.unref)(a)("pptx.shortcuts.noResults", { query: l.value })), 1))])]),
|
|
32765
32768
|
_: 1
|
|
32766
32769
|
}, 8, ["open", "title"]));
|
|
32767
32770
|
}
|
|
@@ -32789,10 +32792,10 @@ function Uq(e) {
|
|
|
32789
32792
|
var Wq = ["aria-label"], jq = { class: "pptx-vue-signatures__title flex-1" }, Hq = {
|
|
32790
32793
|
key: 0,
|
|
32791
32794
|
class: "pptx-vue-signatures__count text-xs font-normal opacity-80"
|
|
32792
|
-
},
|
|
32795
|
+
}, Kq = {
|
|
32793
32796
|
key: 0,
|
|
32794
32797
|
class: "pptx-vue-signatures__empty m-0 px-3 py-3.5 text-muted-foreground"
|
|
32795
|
-
},
|
|
32798
|
+
}, Gq = {
|
|
32796
32799
|
key: 1,
|
|
32797
32800
|
class: "pptx-vue-signatures__list m-0 list-none p-0"
|
|
32798
32801
|
}, Yq = { class: "pptx-vue-signatures__item-main flex items-center justify-between gap-2" }, Xq = { class: "pptx-vue-signatures__signer font-semibold break-words" }, qq = { class: "pptx-vue-signatures__meta m-0 mt-1.5 grid grid-cols-[auto_1fr] gap-x-2.5 gap-y-0.5 text-xs text-muted-foreground [&_dd]:m-0 [&_dd]:break-words [&_dt]:font-medium [&_dt]:text-muted-foreground" }, Zq = (0, n.defineComponent)({
|
|
@@ -32844,7 +32847,7 @@ var Wq = ["aria-label"], jq = { class: "pptx-vue-signatures__title flex-1" }, Hq
|
|
|
32844
32847
|
}, null, -1)),
|
|
32845
32848
|
(0, n.createElementVNode)("span", jq, (0, n.toDisplayString)(i.value), 1),
|
|
32846
32849
|
(0, n.unref)(r) ? ((0, n.openBlock)(), (0, n.createElementBlock)("span", Hq, (0, n.toDisplayString)((0, n.unref)(t)("pptx.digitalSignatures.signatureCount", { count: o.signatures.length })), 1)) : (0, n.createCommentVNode)("", !0)
|
|
32847
|
-
], 2), (0, n.unref)(r) ? ((0, n.openBlock)(), (0, n.createElementBlock)("ul",
|
|
32850
|
+
], 2), (0, n.unref)(r) ? ((0, n.openBlock)(), (0, n.createElementBlock)("ul", Gq, [((0, n.openBlock)(!0), (0, n.createElementBlock)(n.Fragment, null, (0, n.renderList)(o.signatures, (e, o) => ((0, n.openBlock)(), (0, n.createElementBlock)("li", {
|
|
32848
32851
|
key: p(e, o),
|
|
32849
32852
|
class: (0, n.normalizeClass)(["pptx-vue-signatures__item border-b border-l-[3px] border-b-border/60 border-l-transparent px-3 py-2.5 last:border-b-0", [`pptx-vue-signatures__item--${c(e.status)}`, {
|
|
32850
32853
|
"border-l-green-500": "valid" === c(e.status),
|
|
@@ -32860,7 +32863,7 @@ var Wq = ["aria-label"], jq = { class: "pptx-vue-signatures__title flex-1" }, Hq
|
|
|
32860
32863
|
e.certificate?.serialNumber ? ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 1 }, [(0, n.createElementVNode)("dt", null, (0, n.toDisplayString)((0, n.unref)(t)("pptx.digitalSignatures.serial")), 1), (0, n.createElementVNode)("dd", null, (0, n.toDisplayString)(e.certificate.serialNumber), 1)], 64)) : (0, n.createCommentVNode)("", !0),
|
|
32861
32864
|
d(e) ? ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 2 }, [(0, n.createElementVNode)("dt", null, (0, n.toDisplayString)((0, n.unref)(t)("pptx.digitalSignatures.headerSigned")), 1), (0, n.createElementVNode)("dd", null, (0, n.toDisplayString)(d(e)), 1)], 64)) : (0, n.createCommentVNode)("", !0),
|
|
32862
32865
|
e.certificate ? (0, n.createCommentVNode)("", !0) : ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 3 }, [(0, n.createElementVNode)("dt", null, (0, n.toDisplayString)((0, n.unref)(t)("pptx.digitalSignatures.certificate")), 1), (0, n.createElementVNode)("dd", null, (0, n.toDisplayString)((0, n.unref)(t)("pptx.digitalSignatures.notAvailable")), 1)], 64))
|
|
32863
|
-
])], 2))), 128))])) : ((0, n.openBlock)(), (0, n.createElementBlock)("p",
|
|
32866
|
+
])], 2))), 128))])) : ((0, n.openBlock)(), (0, n.createElementBlock)("p", Kq, (0, n.toDisplayString)((0, n.unref)(t)("pptx.digitalSignatures.noSignatures")), 1))], 8, Wq));
|
|
32864
32867
|
}
|
|
32865
32868
|
}), Jq = ["title"], Qq = (0, n.defineComponent)({
|
|
32866
32869
|
__name: "SignatureStatusBadge",
|
|
@@ -33270,12 +33273,12 @@ var Wq = ["aria-label"], jq = { class: "pptx-vue-signatures__title flex-1" }, Hq
|
|
|
33270
33273
|
t[8] || (t[8] = (0, n.createElementVNode)("div", { class: "w-px h-3 bg-border/40 mx-1 max-md:hidden" }, null, -1)),
|
|
33271
33274
|
(0, n.createElementVNode)("span", BZ, (0, n.toDisplayString)((0, n.unref)(o)("pptx.statusBar.language")), 1),
|
|
33272
33275
|
t[9] || (t[9] = (0, n.createElementVNode)("div", { class: "w-px h-3 bg-border/60 mx-1 max-md:hidden" }, null, -1)),
|
|
33273
|
-
(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)((0, n.unref)(
|
|
33276
|
+
(0, n.createElementVNode)("span", { class: (0, n.normalizeClass)((0, n.unref)(K_)("shrink-0 max-md:hidden", "error" === a.autosaveStatus ? "text-red-400" : "saving" === a.autosaveStatus ? "text-yellow-400" : "")) }, (0, n.toDisplayString)(i.value), 3),
|
|
33274
33277
|
t[10] || (t[10] = (0, n.createElementVNode)("div", { class: "flex-1" }, null, -1)),
|
|
33275
33278
|
a.showNotes ? ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
33276
33279
|
key: 0,
|
|
33277
33280
|
type: "button",
|
|
33278
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
33281
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AZ, "flex items-center gap-1 text-[10px]", a.isNotesExpanded && "text-primary")),
|
|
33279
33282
|
title: (0, n.unref)(o)("pptx.statusBar.toggleNotes"),
|
|
33280
33283
|
"aria-label": (0, n.unref)(o)("pptx.statusBar.toggleNotes"),
|
|
33281
33284
|
onClick: t[0] || (t[0] = (e) => l("toggle-notes"))
|
|
@@ -33284,7 +33287,7 @@ var Wq = ["aria-label"], jq = { class: "pptx-vue-signatures__title flex-1" }, Hq
|
|
|
33284
33287
|
(0, n.createElementVNode)("div", MZ, [
|
|
33285
33288
|
(0, n.createElementVNode)("button", {
|
|
33286
33289
|
type: "button",
|
|
33287
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
33290
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AZ, "edit" === a.mode && "text-primary")),
|
|
33288
33291
|
title: (0, n.unref)(o)("pptx.statusBar.normalView"),
|
|
33289
33292
|
"aria-label": (0, n.unref)(o)("pptx.statusBar.normalView"),
|
|
33290
33293
|
onClick: t[1] || (t[1] = (e) => l("set-mode", "edit"))
|
|
@@ -33298,7 +33301,7 @@ var Wq = ["aria-label"], jq = { class: "pptx-vue-signatures__title flex-1" }, Hq
|
|
|
33298
33301
|
}, [(0, n.createVNode)((0, n.unref)(r.Columns2), { class: "w-3.5 h-3.5" })], 8, TZ),
|
|
33299
33302
|
(0, n.createElementVNode)("button", {
|
|
33300
33303
|
type: "button",
|
|
33301
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
33304
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)(AZ, "present" === a.mode && "text-primary")),
|
|
33302
33305
|
title: (0, n.unref)(o)("pptx.statusBar.slideShow"),
|
|
33303
33306
|
"aria-label": (0, n.unref)(o)("pptx.statusBar.slideShow"),
|
|
33304
33307
|
onClick: t[3] || (t[3] = (e) => l("set-mode", "present"))
|
|
@@ -33429,7 +33432,7 @@ var OZ = [
|
|
|
33429
33432
|
minorFont: { latin: "Gill Sans MT" }
|
|
33430
33433
|
}
|
|
33431
33434
|
}
|
|
33432
|
-
], RZ = ["title"], UZ = { class: "h-24 flex flex-col" }, WZ = { class: "h-10 flex" }, jZ = { class: "flex-1 flex" }, HZ = { class: "bg-background border-t border-border px-2 py-1.5" },
|
|
33435
|
+
], RZ = ["title"], UZ = { class: "h-24 flex flex-col" }, WZ = { class: "h-10 flex" }, jZ = { class: "flex-1 flex" }, HZ = { class: "bg-background border-t border-border px-2 py-1.5" }, KZ = { class: "text-xs font-medium text-foreground text-center" }, GZ = {
|
|
33433
33436
|
key: 0,
|
|
33434
33437
|
class: "absolute top-1 right-1 bg-primary text-white rounded-full p-1"
|
|
33435
33438
|
}, YZ = (0, n.defineComponent)({
|
|
@@ -33443,7 +33446,7 @@ var OZ = [
|
|
|
33443
33446
|
const o = e, a = t;
|
|
33444
33447
|
return (e, t) => ((0, n.openBlock)(), (0, n.createElementBlock)("button", {
|
|
33445
33448
|
type: "button",
|
|
33446
|
-
class: (0, n.normalizeClass)((0, n.unref)(
|
|
33449
|
+
class: (0, n.normalizeClass)((0, n.unref)(K_)("group relative flex flex-col rounded-lg border-2 transition-all overflow-hidden", o.selected ? "border-primary shadow-lg scale-[1.02]" : "border-border hover:border-primary/50 hover:shadow-md")),
|
|
33447
33450
|
title: o.theme.name,
|
|
33448
33451
|
onClick: t[0] || (t[0] = (e) => a("select"))
|
|
33449
33452
|
}, [
|
|
@@ -33467,8 +33470,8 @@ var OZ = [
|
|
|
33467
33470
|
class: "flex-1",
|
|
33468
33471
|
style: (0, n.normalizeStyle)({ backgroundColor: o.theme.colorScheme.lt2 })
|
|
33469
33472
|
}, null, 4)])]),
|
|
33470
|
-
(0, n.createElementVNode)("div", HZ, [(0, n.createElementVNode)("p",
|
|
33471
|
-
o.selected ? ((0, n.openBlock)(), (0, n.createElementBlock)("div",
|
|
33473
|
+
(0, n.createElementVNode)("div", HZ, [(0, n.createElementVNode)("p", KZ, (0, n.toDisplayString)(o.theme.name), 1)]),
|
|
33474
|
+
o.selected ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", GZ, [(0, n.createVNode)((0, n.unref)(r.Check), { class: "w-3 h-3" })])) : (0, n.createCommentVNode)("", !0)
|
|
33472
33475
|
], 10, RZ));
|
|
33473
33476
|
}
|
|
33474
33477
|
}), XZ = ["aria-label"], qZ = { class: "fixed inset-0 z-[101] flex items-center justify-center p-4" }, ZZ = ["aria-label"], JZ = { class: "flex items-center justify-between px-6 py-4 border-b border-border" }, QZ = { class: "text-lg font-semibold text-foreground" }, eJ = { class: "text-xs text-muted-foreground mt-0.5" }, tJ = ["aria-label"], nJ = { class: "flex-1 overflow-auto p-6" }, oJ = { class: "grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-4" }, rJ = { class: "flex items-center justify-end px-6 py-4 border-t border-border gap-2" }, aJ = ["disabled"], lJ = (0, n.defineComponent)({
|
|
@@ -34451,7 +34454,7 @@ function LJ(e) {
|
|
|
34451
34454
|
break;
|
|
34452
34455
|
case "table-merge-right":
|
|
34453
34456
|
b(function(e, t, n) {
|
|
34454
|
-
const o =
|
|
34457
|
+
const o = Ko(e, t, n);
|
|
34455
34458
|
return o ? {
|
|
34456
34459
|
...e,
|
|
34457
34460
|
rows: o
|
|
@@ -34460,7 +34463,7 @@ function LJ(e) {
|
|
|
34460
34463
|
break;
|
|
34461
34464
|
case "table-merge-down":
|
|
34462
34465
|
b(function(e, t, n) {
|
|
34463
|
-
const o =
|
|
34466
|
+
const o = Go(e, t, n);
|
|
34464
34467
|
return o ? {
|
|
34465
34468
|
...e,
|
|
34466
34469
|
rows: o
|
|
@@ -35072,8 +35075,8 @@ var jJ = /["\\\n\r;}<>]/u, HJ = new Set([
|
|
|
35072
35075
|
"opentype",
|
|
35073
35076
|
"woff",
|
|
35074
35077
|
"woff2"
|
|
35075
|
-
]),
|
|
35076
|
-
function
|
|
35078
|
+
]), KJ = /^data:font\/[a-z0-9+.-]+(?:;charset=[a-z0-9-]+)?;base64,[a-z0-9+/=]+$/iu;
|
|
35079
|
+
function GJ() {
|
|
35077
35080
|
return "undefined" != typeof URL && "function" == typeof URL.createObjectURL && "function" == typeof URL.revokeObjectURL && "undefined" != typeof Blob;
|
|
35078
35081
|
}
|
|
35079
35082
|
var YJ = {
|
|
@@ -35086,7 +35089,7 @@ function XJ(e) {
|
|
|
35086
35089
|
const n = "string" == typeof e.name ? e.name.trim() : "";
|
|
35087
35090
|
if (0 === n.length || jJ.test(n)) return null;
|
|
35088
35091
|
const o = e.bold ? "700" : "400", r = e.italic ? "italic" : "normal";
|
|
35089
|
-
if ("string" == typeof (a = e.dataUrl) && 0 !== a.length && (a.startsWith("blob:") ||
|
|
35092
|
+
if ("string" == typeof (a = e.dataUrl) && 0 !== a.length && (a.startsWith("blob:") || KJ.test(a))) {
|
|
35090
35093
|
const t = e.format && HJ.has(e.format) ? e.format : "truetype";
|
|
35091
35094
|
return {
|
|
35092
35095
|
name: n,
|
|
@@ -35097,7 +35100,7 @@ function XJ(e) {
|
|
|
35097
35100
|
};
|
|
35098
35101
|
}
|
|
35099
35102
|
var a;
|
|
35100
|
-
if (!
|
|
35103
|
+
if (!GJ()) return null;
|
|
35101
35104
|
let l;
|
|
35102
35105
|
if (e.rawFontData && e.rawFontData.length > 0 ? l = e.rawFontData : e.originalPartBytes && e.originalPartBytes.length > 0 && e.fontGuid && (l = t.deobfuscateFont(e.originalPartBytes, e.fontGuid)), !l || l.length < 4) return null;
|
|
35103
35106
|
const i = t.detectFontFormat(l), s = HJ.has(i) ? i : "truetype", c = YJ[s] ?? "font/ttf", u = new Uint8Array(l.length);
|
|
@@ -35126,7 +35129,7 @@ function qJ(e) {
|
|
|
35126
35129
|
function ZJ(e) {
|
|
35127
35130
|
let o = [], r = null;
|
|
35128
35131
|
const a = (e) => {
|
|
35129
|
-
if (
|
|
35132
|
+
if (GJ()) for (const t of e) URL.revokeObjectURL(t);
|
|
35130
35133
|
}, l = (0, n.computed)(() => {
|
|
35131
35134
|
const t = (0, n.toValue)(e) ?? [], r = o, l = [], i = [];
|
|
35132
35135
|
for (const e of t) {
|
|
@@ -35304,7 +35307,7 @@ function sQ(e) {
|
|
|
35304
35307
|
canvasSize: a,
|
|
35305
35308
|
rasterizeSlide: d
|
|
35306
35309
|
}), m = function(e) {
|
|
35307
|
-
const { slideCount: t, rasterizeSlide: o } = e, r = e.loadGifEncoder ?? (async () => (await Promise.resolve().then(() => require("./gif-encoder-
|
|
35310
|
+
const { slideCount: t, rasterizeSlide: o } = e, r = e.loadGifEncoder ?? (async () => (await Promise.resolve().then(() => require("./gif-encoder-DaSYplHV.cjs"))).encodeGif), a = e.createRecorder ?? lQ, l = e.createCanvas ?? (() => document.createElement("canvas")), i = e.downloadBlob ?? Gi, s = (0, n.ref)(!1), c = (0, n.ref)(0);
|
|
35308
35311
|
return {
|
|
35309
35312
|
exporting: s,
|
|
35310
35313
|
progress: c,
|
|
@@ -35415,7 +35418,7 @@ function sQ(e) {
|
|
|
35415
35418
|
downloadAs: async function(e) {
|
|
35416
35419
|
try {
|
|
35417
35420
|
const t = await i(e);
|
|
35418
|
-
|
|
35421
|
+
Gi(new Blob([t], { type: "application/vnd.openxmlformats-officedocument.presentationml.presentation" }), `presentation.${e}`);
|
|
35419
35422
|
} catch (t) {
|
|
35420
35423
|
console.error(`[PowerPointViewer] Save as .${e} failed:`, t);
|
|
35421
35424
|
}
|
|
@@ -36743,7 +36746,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
36743
36746
|
l("active-slide-change", e), te.value = [];
|
|
36744
36747
|
});
|
|
36745
36748
|
const W = () => U(_.value - 1), j = () => U(_.value + 1), H = (0, n.ref)(null);
|
|
36746
|
-
function
|
|
36749
|
+
function K(e) {
|
|
36747
36750
|
if (a.canEdit) return void (H.value = null);
|
|
36748
36751
|
const t = e.changedTouches[0];
|
|
36749
36752
|
H.value = t ? {
|
|
@@ -36751,7 +36754,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
36751
36754
|
y: t.clientY
|
|
36752
36755
|
} : null;
|
|
36753
36756
|
}
|
|
36754
|
-
function
|
|
36757
|
+
function G(e) {
|
|
36755
36758
|
const t = H.value;
|
|
36756
36759
|
if (H.value = null, !t) return;
|
|
36757
36760
|
const n = e.changedTouches[0];
|
|
@@ -36942,7 +36945,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
36942
36945
|
templateElementsBySlideId: p,
|
|
36943
36946
|
canvasSize: m,
|
|
36944
36947
|
enterInlineEdit: be
|
|
36945
|
-
}), { imageInputRef: _e, mediaInputRef: Oe, addText: Re, addShape: Ue, addTable: We, addChart: je, openImagePicker: He, onImageFileSelected:
|
|
36948
|
+
}), { imageInputRef: _e, mediaInputRef: Oe, addText: Re, addShape: Ue, addTable: We, addChart: je, openImagePicker: He, onImageFileSelected: Ke, openMediaPicker: Ge, onMediaFileSelected: Ye, addActionButton: Xe, insertSlideFromLayout: qe } = WJ({
|
|
36946
36949
|
canvasSize: m,
|
|
36947
36950
|
ops: re,
|
|
36948
36951
|
selectedElementIds: te,
|
|
@@ -37071,7 +37074,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37071
37074
|
activeSlide: R,
|
|
37072
37075
|
pushHistory: oe.pushHistory,
|
|
37073
37076
|
selectedElements: se
|
|
37074
|
-
}), { canGroup:
|
|
37077
|
+
}), { canGroup: Kt, canUngroup: Gt, canDistribute: Yt, onAlign: Xt, onDistribute: qt, onGroup: Zt, onUngroup: Jt } = VJ({
|
|
37075
37078
|
selectedElements: se,
|
|
37076
37079
|
selectedElementIds: te,
|
|
37077
37080
|
activeSlideIndex: _,
|
|
@@ -37082,8 +37085,8 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37082
37085
|
findActiveElement: ie,
|
|
37083
37086
|
tableSelection: L,
|
|
37084
37087
|
hasClipboard: lt,
|
|
37085
|
-
canGroup:
|
|
37086
|
-
canUngroup:
|
|
37088
|
+
canGroup: Kt,
|
|
37089
|
+
canUngroup: Gt,
|
|
37087
37090
|
editTemplateMode: ne,
|
|
37088
37091
|
selectedElementIds: te,
|
|
37089
37092
|
ops: re,
|
|
@@ -37221,7 +37224,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37221
37224
|
activeSlide: R,
|
|
37222
37225
|
selectedElementIds: te,
|
|
37223
37226
|
ops: re
|
|
37224
|
-
}), Hn = (0, n.ref)(null), { isMobile:
|
|
37227
|
+
}), Hn = (0, n.ref)(null), { isMobile: Kn, isTouchDevice: Gn } = sH(768, Hn), { keyboardInset: Yn } = function() {
|
|
37225
37228
|
const e = (0, n.ref)(0), t = (0, n.ref)(!1);
|
|
37226
37229
|
return (0, n.onMounted)(() => {
|
|
37227
37230
|
if ("undefined" == typeof window) return;
|
|
@@ -37251,7 +37254,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37251
37254
|
currentScale: Y,
|
|
37252
37255
|
minScale: .2,
|
|
37253
37256
|
maxScale: 3,
|
|
37254
|
-
enabled:
|
|
37257
|
+
enabled: Gn,
|
|
37255
37258
|
callbacks: {
|
|
37256
37259
|
onPinchZoom: (e) => {
|
|
37257
37260
|
Y.value = Number(e.toFixed(2));
|
|
@@ -37407,7 +37410,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37407
37410
|
t.value = e;
|
|
37408
37411
|
}
|
|
37409
37412
|
};
|
|
37410
|
-
}(), { showShortcuts: Wo, shortcuts: jo, onEditorKeydown: Ho, copySelected:
|
|
37413
|
+
}(), { showShortcuts: Wo, shortcuts: jo, onEditorKeydown: Ho, copySelected: Ko, cutSelected: Go } = function(e) {
|
|
37411
37414
|
const { canEdit: t, hasSelection: o, presenting: r, findOpen: a, selectedElementIds: l, activeSlide: i, activeSlideIndex: s, slides: c, templateElementsBySlideId: u, pushHistory: d, undo: p, redo: m, copyElement: f, cutElement: g, pasteElement: h, duplicateSelected: x, deleteSelected: v, goPrev: y, goNext: b, onEscape: k } = e, w = (0, n.ref)(!1);
|
|
37412
37415
|
function S() {
|
|
37413
37416
|
const e = l.value[0];
|
|
@@ -37590,7 +37593,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37590
37593
|
}), kr = (wr = {
|
|
37591
37594
|
ribbonMode: hr,
|
|
37592
37595
|
canEdit: () => a.canEdit,
|
|
37593
|
-
isMobile:
|
|
37596
|
+
isMobile: Kn,
|
|
37594
37597
|
sidebarCollapsed: er,
|
|
37595
37598
|
inspectorOpen: Qo,
|
|
37596
37599
|
ribbonExpanded: tr,
|
|
@@ -37658,12 +37661,12 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37658
37661
|
addChart: je,
|
|
37659
37662
|
addActionButton: Xe,
|
|
37660
37663
|
openImagePicker: He,
|
|
37661
|
-
openMediaPicker:
|
|
37664
|
+
openMediaPicker: Ge,
|
|
37662
37665
|
addGuide: Me,
|
|
37663
37666
|
onAlign: Xt,
|
|
37664
37667
|
onDistribute: qt,
|
|
37665
|
-
copySelected:
|
|
37666
|
-
cutSelected:
|
|
37668
|
+
copySelected: Ko,
|
|
37669
|
+
cutSelected: Go,
|
|
37667
37670
|
pasteElement: ct,
|
|
37668
37671
|
ribbonFlip: yr,
|
|
37669
37672
|
bringForward: Qe,
|
|
@@ -37710,7 +37713,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37710
37713
|
class: "pptx-vue-spinner",
|
|
37711
37714
|
"aria-hidden": "true"
|
|
37712
37715
|
}, null, -1), (0, n.createElementVNode)("p", null, "Loading presentation…", -1)])])) : (0, n.unref)(x) ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", PQ, [...t[70] || (t[70] = [(0, n.createElementVNode)("p", null, "This presentation is password-protected and cannot be opened.", -1)])])) : (0, n.unref)(h) ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", IQ, [t[71] || (t[71] = (0, n.createElementVNode)("p", null, "Failed to load presentation.", -1)), (0, n.createElementVNode)("pre", zQ, (0, n.toDisplayString)((0, n.unref)(h)), 1)])) : ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 3 }, [
|
|
37713
|
-
(0, n.unref)(ut) ? (0, n.createCommentVNode)("", !0) : ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 0 }, [(0, n.unref)(
|
|
37716
|
+
(0, n.unref)(ut) ? (0, n.createCommentVNode)("", !0) : ((0, n.openBlock)(), (0, n.createElementBlock)(n.Fragment, { key: 0 }, [(0, n.unref)(Kn) ? ((0, n.openBlock)(), (0, n.createBlock)(hj, (0, n.normalizeProps)((0, n.mergeProps)({ key: 1 }, (0, n.unref)(kr))), null, 16)) : ((0, n.openBlock)(), (0, n.createBlock)(KY, (0, n.normalizeProps)((0, n.mergeProps)({ key: 0 }, (0, n.unref)(kr))), null, 16))], 64)),
|
|
37714
37717
|
(0, n.createElementVNode)("input", {
|
|
37715
37718
|
ref_key: "imageInputRef",
|
|
37716
37719
|
ref: _e,
|
|
@@ -37718,7 +37721,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37718
37721
|
accept: "image/*",
|
|
37719
37722
|
"aria-hidden": "true",
|
|
37720
37723
|
style: { display: "none" },
|
|
37721
|
-
onChange: t[0] || (t[0] = (...e) => (0, n.unref)(
|
|
37724
|
+
onChange: t[0] || (t[0] = (...e) => (0, n.unref)(Ke) && (0, n.unref)(Ke)(...e))
|
|
37722
37725
|
}, null, 544),
|
|
37723
37726
|
(0, n.createElementVNode)("input", {
|
|
37724
37727
|
ref_key: "mediaInputRef",
|
|
@@ -37756,7 +37759,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37756
37759
|
"onReplaceAll"
|
|
37757
37760
|
])) : (0, n.createCommentVNode)("", !0),
|
|
37758
37761
|
(0, n.createElementVNode)("div", AQ, [
|
|
37759
|
-
(0, n.unref)(
|
|
37762
|
+
(0, n.unref)(Kn) || ho.value || (0, n.unref)(er) ? (0, n.unref)(Kn) || (0, n.unref)(er) ? (0, n.createCommentVNode)("", !0) : ((0, n.openBlock)(), (0, n.createElementBlock)("nav", LQ, [(0, n.createVNode)(lX, {
|
|
37760
37763
|
groups: xo.value,
|
|
37761
37764
|
"canvas-size": (0, n.unref)(m),
|
|
37762
37765
|
"media-data-urls": (0, n.unref)(f),
|
|
@@ -37809,8 +37812,8 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37809
37812
|
onPointerdown: Ee,
|
|
37810
37813
|
onContextmenu: t[14] || (t[14] = (...e) => (0, n.unref)(tn) && (0, n.unref)(tn)(...e)),
|
|
37811
37814
|
onPointermove: t[15] || (t[15] = (...e) => (0, n.unref)(xn) && (0, n.unref)(xn)(...e)),
|
|
37812
|
-
onTouchstart:
|
|
37813
|
-
onTouchend:
|
|
37815
|
+
onTouchstart: K,
|
|
37816
|
+
onTouchend: G
|
|
37814
37817
|
}, [(0, n.createVNode)(mZ, {
|
|
37815
37818
|
slide: R.value,
|
|
37816
37819
|
"canvas-size": (0, n.unref)(m),
|
|
@@ -37915,7 +37918,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37915
37918
|
cursors: (0, n.unref)(pn).cursors.value,
|
|
37916
37919
|
zoom: ee.value
|
|
37917
37920
|
}, null, 8, ["cursors", "zoom"])) : (0, n.createCommentVNode)("", !0),
|
|
37918
|
-
(0, n.unref)(mn) ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
37921
|
+
(0, n.unref)(mn) ? ((0, n.openBlock)(), (0, n.createBlock)(ZG, {
|
|
37919
37922
|
key: 7,
|
|
37920
37923
|
presences: (0, n.unref)(pn).remotePresences.value,
|
|
37921
37924
|
elements: R.value?.elements ?? [],
|
|
@@ -37937,17 +37940,17 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37937
37940
|
"show-rulers",
|
|
37938
37941
|
"template-elements",
|
|
37939
37942
|
"edit-template-mode"
|
|
37940
|
-
]), a.canEdit && !(0, n.unref)(
|
|
37943
|
+
]), a.canEdit && !(0, n.unref)(Kn) && (0, n.unref)(rr) ? ((0, n.openBlock)(), (0, n.createBlock)(Kj, {
|
|
37941
37944
|
key: 0,
|
|
37942
37945
|
slide: R.value,
|
|
37943
37946
|
onUpdate: (0, n.unref)(Lt)
|
|
37944
37947
|
}, null, 8, ["slide", "onUpdate"])) : (0, n.createCommentVNode)("", !0)], 34),
|
|
37945
|
-
a.canEdit && !(0, n.unref)(
|
|
37948
|
+
a.canEdit && !(0, n.unref)(Kn) && nt.value && (0, n.unref)(Qo) ? ((0, n.openBlock)(), (0, n.createBlock)(_z, {
|
|
37946
37949
|
key: 2,
|
|
37947
37950
|
element: nt.value,
|
|
37948
37951
|
"can-edit": a.canEdit,
|
|
37949
37952
|
onUpdate: ot
|
|
37950
|
-
}, null, 8, ["element", "can-edit"])) : a.canEdit && !(0, n.unref)(
|
|
37953
|
+
}, null, 8, ["element", "can-edit"])) : a.canEdit && !(0, n.unref)(Kn) && (0, n.unref)(Qo) && O.value > 0 ? ((0, n.openBlock)(), (0, n.createBlock)(fL, {
|
|
37951
37954
|
key: 3,
|
|
37952
37955
|
slide: R.value,
|
|
37953
37956
|
theme: (0, n.unref)(F),
|
|
@@ -37970,7 +37973,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37970
37973
|
issues: (0, n.unref)(At).issues.value,
|
|
37971
37974
|
onSelectSlide: U
|
|
37972
37975
|
}, null, 8, ["issues"])) : (0, n.createCommentVNode)("", !0),
|
|
37973
|
-
a.canEdit && !(0, n.unref)(
|
|
37976
|
+
a.canEdit && !(0, n.unref)(Kn) && (0, n.unref)(ln) ? ((0, n.openBlock)(), (0, n.createBlock)(lf, {
|
|
37974
37977
|
key: 5,
|
|
37975
37978
|
comments: (0, n.unref)(cn).slideComments.value,
|
|
37976
37979
|
"author-name": an.value,
|
|
@@ -37979,7 +37982,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37979
37982
|
onResolve: t[18] || (t[18] = (e) => (0, n.unref)(dn)((0, n.unref)(cn).resolveComment(e))),
|
|
37980
37983
|
onReply: t[19] || (t[19] = (e) => (0, n.unref)(dn)((0, n.unref)(cn).replyToComment(e.parentId, e.text)))
|
|
37981
37984
|
}, null, 8, ["comments", "author-name"])) : (0, n.createCommentVNode)("", !0),
|
|
37982
|
-
(0, n.unref)(En) && !(0, n.unref)(
|
|
37985
|
+
(0, n.unref)(En) && !(0, n.unref)(Kn) ? ((0, n.openBlock)(), (0, n.createElementBlock)("div", _Q, [(0, n.createVNode)(Qq, {
|
|
37983
37986
|
"has-signatures": (0, n.unref)(En),
|
|
37984
37987
|
"signature-count": (0, n.unref)(w).length,
|
|
37985
37988
|
onClick: t[20] || (t[20] = (e) => wn.value = !0)
|
|
@@ -37988,7 +37991,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
37988
37991
|
key: 7,
|
|
37989
37992
|
signatures: (0, n.unref)(w)
|
|
37990
37993
|
}, null, 8, ["signatures"])) : (0, n.createCommentVNode)("", !0),
|
|
37991
|
-
a.canEdit && !(0, n.unref)(
|
|
37994
|
+
a.canEdit && !(0, n.unref)(Kn) && (0, n.unref)(Rn) ? ((0, n.openBlock)(), (0, n.createBlock)(wX, {
|
|
37992
37995
|
key: 8,
|
|
37993
37996
|
elements: R.value?.elements ?? [],
|
|
37994
37997
|
"selected-ids": te.value,
|
|
@@ -38046,7 +38049,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38046
38049
|
"onMoveSlide"
|
|
38047
38050
|
])) : (0, n.createCommentVNode)("", !0)
|
|
38048
38051
|
]),
|
|
38049
|
-
!(0, n.unref)(
|
|
38052
|
+
!(0, n.unref)(Kn) && O.value > 0 ? ((0, n.openBlock)(), (0, n.createBlock)(LZ, {
|
|
38050
38053
|
key: 2,
|
|
38051
38054
|
"slide-count": O.value,
|
|
38052
38055
|
"active-slide-index": _.value,
|
|
@@ -38183,7 +38186,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38183
38186
|
"onClose",
|
|
38184
38187
|
"onAcceptAll"
|
|
38185
38188
|
]),
|
|
38186
|
-
(0, n.createVNode)(
|
|
38189
|
+
(0, n.createVNode)(YG, {
|
|
38187
38190
|
open: (0, n.unref)(Ft).isPrintDialogOpen.value,
|
|
38188
38191
|
slides: (0, n.unref)(d),
|
|
38189
38192
|
"active-slide-index": _.value,
|
|
@@ -38309,7 +38312,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38309
38312
|
"used-font-families",
|
|
38310
38313
|
"embedded-fonts"
|
|
38311
38314
|
]),
|
|
38312
|
-
(0, n.createVNode)(
|
|
38315
|
+
(0, n.createVNode)(KS, {
|
|
38313
38316
|
open: (0, n.unref)(Ao),
|
|
38314
38317
|
onInsert: (0, n.unref)(_o),
|
|
38315
38318
|
onClose: t[45] || (t[45] = (e) => Ao.value = !1)
|
|
@@ -38330,7 +38333,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38330
38333
|
"onConfirm",
|
|
38331
38334
|
"onCancel"
|
|
38332
38335
|
]),
|
|
38333
|
-
(0, n.unref)(
|
|
38336
|
+
(0, n.unref)(Kn) && !(0, n.unref)(ut) ? ((0, n.openBlock)(), (0, n.createBlock)(__, {
|
|
38334
38337
|
key: 5,
|
|
38335
38338
|
"slide-index": _.value,
|
|
38336
38339
|
"slide-count": O.value,
|
|
@@ -38360,7 +38363,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38360
38363
|
"onPresent",
|
|
38361
38364
|
"onInsert"
|
|
38362
38365
|
])) : (0, n.createCommentVNode)("", !0),
|
|
38363
|
-
(0, n.unref)(
|
|
38366
|
+
(0, n.unref)(Kn) && !(0, n.unref)(ut) ? ((0, n.openBlock)(), (0, n.createBlock)(tO, {
|
|
38364
38367
|
key: 6,
|
|
38365
38368
|
open: (0, n.unref)(qn),
|
|
38366
38369
|
slides: ce.value,
|
|
@@ -38384,19 +38387,19 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38384
38387
|
"can-edit",
|
|
38385
38388
|
"onToggleHidden"
|
|
38386
38389
|
])) : (0, n.createCommentVNode)("", !0),
|
|
38387
|
-
(0, n.unref)(
|
|
38390
|
+
(0, n.unref)(Kn) && !(0, n.unref)(ut) ? ((0, n.openBlock)(), (0, n.createBlock)(H_, {
|
|
38388
38391
|
key: 7,
|
|
38389
38392
|
open: (0, n.unref)(Qn),
|
|
38390
38393
|
title: "Notes",
|
|
38391
38394
|
onClose: t[58] || (t[58] = (e) => Qn.value = !1)
|
|
38392
38395
|
}, {
|
|
38393
|
-
default: (0, n.withCtx)(() => [(0, n.createVNode)(
|
|
38396
|
+
default: (0, n.withCtx)(() => [(0, n.createVNode)(Kj, {
|
|
38394
38397
|
slide: R.value,
|
|
38395
38398
|
onUpdate: (0, n.unref)(Lt)
|
|
38396
38399
|
}, null, 8, ["slide", "onUpdate"])]),
|
|
38397
38400
|
_: 1
|
|
38398
38401
|
}, 8, ["open"])) : (0, n.createCommentVNode)("", !0),
|
|
38399
|
-
(0, n.unref)(
|
|
38402
|
+
(0, n.unref)(Kn) && a.canEdit && !(0, n.unref)(ut) ? ((0, n.openBlock)(), (0, n.createBlock)(H_, {
|
|
38400
38403
|
key: 8,
|
|
38401
38404
|
open: (0, n.unref)(Zn),
|
|
38402
38405
|
title: "Format",
|
|
@@ -38429,7 +38432,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38429
38432
|
])) : ((0, n.openBlock)(), (0, n.createElementBlock)("p", RQ, "No slide selected."))]),
|
|
38430
38433
|
_: 1
|
|
38431
38434
|
}, 8, ["open"])) : (0, n.createCommentVNode)("", !0),
|
|
38432
|
-
(0, n.unref)(
|
|
38435
|
+
(0, n.unref)(Kn) && a.canEdit && !(0, n.unref)(ut) ? ((0, n.openBlock)(), (0, n.createBlock)(H_, {
|
|
38433
38436
|
key: 9,
|
|
38434
38437
|
open: (0, n.unref)(Jn),
|
|
38435
38438
|
title: "Comments",
|
|
@@ -38503,7 +38506,7 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38503
38506
|
"can-edit",
|
|
38504
38507
|
"onToggleHidden"
|
|
38505
38508
|
])) : (0, n.createCommentVNode)("", !0),
|
|
38506
|
-
(0, n.unref)(ut) ? ((0, n.openBlock)(), (0, n.createBlock)(
|
|
38509
|
+
(0, n.unref)(ut) ? ((0, n.openBlock)(), (0, n.createBlock)(iG, {
|
|
38507
38510
|
key: 5,
|
|
38508
38511
|
slides: ce.value,
|
|
38509
38512
|
"canvas-size": (0, n.unref)(m),
|
|
@@ -38521,8 +38524,8 @@ var FQ = ["tabindex"], $Q = {
|
|
|
38521
38524
|
])) : (0, n.createCommentVNode)("", !0)
|
|
38522
38525
|
], 46, FQ));
|
|
38523
38526
|
}
|
|
38524
|
-
}), jQ = "content", HQ = "pptx-bytes",
|
|
38525
|
-
function
|
|
38527
|
+
}), jQ = "content", HQ = "pptx-bytes", KQ = "#pptx-audience";
|
|
38528
|
+
function GQ() {
|
|
38526
38529
|
return new Promise((e, t) => {
|
|
38527
38530
|
const n = indexedDB.open("pptx-viewer-audience", 1);
|
|
38528
38531
|
n.onupgradeneeded = () => {
|
|
@@ -38532,10 +38535,10 @@ function KQ() {
|
|
|
38532
38535
|
});
|
|
38533
38536
|
}
|
|
38534
38537
|
function YQ() {
|
|
38535
|
-
return window.location.hash.startsWith(
|
|
38538
|
+
return window.location.hash.startsWith(KQ);
|
|
38536
38539
|
}
|
|
38537
38540
|
async function XQ(e) {
|
|
38538
|
-
const t = await
|
|
38541
|
+
const t = await GQ();
|
|
38539
38542
|
return new Promise((n, o) => {
|
|
38540
38543
|
const r = t.transaction(jQ, "readwrite"), a = r.objectStore(jQ), l = {
|
|
38541
38544
|
bytes: e instanceof Uint8Array ? e : new Uint8Array(e),
|
|
@@ -38550,7 +38553,7 @@ async function XQ(e) {
|
|
|
38550
38553
|
}
|
|
38551
38554
|
async function qQ() {
|
|
38552
38555
|
try {
|
|
38553
|
-
const e = await
|
|
38556
|
+
const e = await GQ();
|
|
38554
38557
|
return new Promise((t, n) => {
|
|
38555
38558
|
const o = e.transaction(jQ, "readonly").objectStore(jQ).get(HQ);
|
|
38556
38559
|
o.onsuccess = () => {
|
|
@@ -38574,7 +38577,7 @@ async function qQ() {
|
|
|
38574
38577
|
}
|
|
38575
38578
|
async function ZQ() {
|
|
38576
38579
|
try {
|
|
38577
|
-
const e = await
|
|
38580
|
+
const e = await GQ();
|
|
38578
38581
|
return new Promise((t) => {
|
|
38579
38582
|
const n = e.transaction(jQ, "readwrite");
|
|
38580
38583
|
n.objectStore(jQ).delete(HQ), n.oncomplete = () => {
|
|
@@ -38588,7 +38591,7 @@ async function ZQ() {
|
|
|
38588
38591
|
Object.defineProperty(exports, "AUDIENCE_HASH", {
|
|
38589
38592
|
enumerable: !0,
|
|
38590
38593
|
get: function() {
|
|
38591
|
-
return
|
|
38594
|
+
return KQ;
|
|
38592
38595
|
}
|
|
38593
38596
|
}), Object.defineProperty(exports, "ChartRenderer_default", {
|
|
38594
38597
|
enumerable: !0,
|
|
@@ -38633,7 +38636,7 @@ Object.defineProperty(exports, "AUDIENCE_HASH", {
|
|
|
38633
38636
|
}), Object.defineProperty(exports, "EquationRenderer_default", {
|
|
38634
38637
|
enumerable: !0,
|
|
38635
38638
|
get: function() {
|
|
38636
|
-
return
|
|
38639
|
+
return Kh;
|
|
38637
38640
|
}
|
|
38638
38641
|
}), Object.defineProperty(exports, "InkRenderer_default", {
|
|
38639
38642
|
enumerable: !0,
|
|
@@ -38698,7 +38701,7 @@ Object.defineProperty(exports, "AUDIENCE_HASH", {
|
|
|
38698
38701
|
}), Object.defineProperty(exports, "cn", {
|
|
38699
38702
|
enumerable: !0,
|
|
38700
38703
|
get: function() {
|
|
38701
|
-
return
|
|
38704
|
+
return K_;
|
|
38702
38705
|
}
|
|
38703
38706
|
}), Object.defineProperty(exports, "collectImagePaths", {
|
|
38704
38707
|
enumerable: !0,
|