lt-ppt 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{InnerApp-DbPCwQzx.js → InnerApp-BDwrecOy.js} +14 -13
- package/dist/{index-BZ3UeEcQ.js → index-0oZkW7pd.js} +1 -1
- package/dist/{index-DmpvbCem.js → index-vnMg2ypW.js} +1 -1
- package/dist/{lib-Vnh6z6GM.js → lib-dWAlX6ww.js} +3 -3
- package/dist/lt-ppt.es.js +1 -1
- package/dist/lt-ppt.umd.js +119 -119
- package/dist/{screen-BATOwNnX.js → screen-DP0Jdn29.js} +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
var F7e = Object.defineProperty;
|
|
2
2
|
var k7e = (e, t, n) => t in e ? F7e(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var Zn = (e, t, n) => k7e(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import
|
|
4
|
+
import * as E7e from "vue";
|
|
5
|
+
import { markRaw as We, openBlock as k, createElementBlock as Z, createElementVNode as F, defineComponent as Le, ref as le, onBeforeMount as D7e, onMounted as Vt, createBlock as xe, Transition as KT, withCtx as ae, createCommentVNode as Pe, toDisplayString as ie, createVNode as D, render as _g, computed as ge, onUnmounted as Un, Fragment as Fe, renderList as Ye, unref as G, useTemplateRef as gt, renderSlot as rr, withModifiers as xt, normalizeClass as Be, Teleport as tye, withDirectives as et, normalizeStyle as me, vShow as Kp, watch as ht, toRef as LO, resolveDynamicComponent as ef, provide as ix, resolveDirective as Wn, createTextVNode as Ie, nextTick as Zr, onBeforeUnmount as QU, watchEffect as sx, withKeys as Vc, vModelText as X7e, inject as xb, createStaticVNode as V7e, isRef as bue, mergeProps as U7e } from "vue";
|
|
5
6
|
import { storeToRefs as Me } from "./pinia-CVat9nJz.js";
|
|
6
|
-
import { l as pr, g as M0, e as Lt, f as nye, n as Ct, d as TO, a as tt, c as ze, u as Gi, b as rye, N as Lr, S as Uc, T as Da, h as di, D as PO, F as lr, i as KU, M as W7e, j as aye, A as oye, P as lx, k as iye, m as B7e, R as OO, o as PD, p as Y7e, q as sye, r as lye, s as cye, t as yo, v as Z7e, w as Q7e, x as K7e, y as H7e, z as G7e, B as z7e, C as J7e, E as j7e, G as $7e, H as uye, I as q7e, J as HT, K as eNe, L as tNe, O as is, Q as qf, U as xue, V as nNe, W as rNe, X as aNe, Y as oNe, Z as iNe, _ as xi, $ as v6 } from "./screen-
|
|
7
|
-
import { _ as _e } from "./lib-
|
|
7
|
+
import { l as pr, g as M0, e as Lt, f as nye, n as Ct, d as TO, a as tt, c as ze, u as Gi, b as rye, N as Lr, S as Uc, T as Da, h as di, D as PO, F as lr, i as KU, M as W7e, j as aye, A as oye, P as lx, k as iye, m as B7e, R as OO, o as PD, p as Y7e, q as sye, r as lye, s as cye, t as yo, v as Z7e, w as Q7e, x as K7e, y as H7e, z as G7e, B as z7e, C as J7e, E as j7e, G as $7e, H as uye, I as q7e, J as HT, K as eNe, L as tNe, O as is, Q as qf, U as xue, V as nNe, W as rNe, X as aNe, Y as oNe, Z as iNe, _ as xi, $ as v6 } from "./screen-DP0Jdn29.js";
|
|
8
|
+
import { _ as _e } from "./lib-dWAlX6ww.js";
|
|
8
9
|
import { t as sNe } from "./tippy.esm-Dos-q4Dz.js";
|
|
9
10
|
import { useI18n as yn } from "./vue-i18n-R6dI71u7.js";
|
|
10
11
|
const qA = (e, t) => pr.padStart("" + e, t, "0"), lNe = () => !navigator.userAgent.match(/(iPhone|iPod|iPad|Android|Mobile|BlackBerry|Symbian|Windows Phone)/i), cNe = (e) => /^(https?:\/\/)([\w-]+\.)+[\w-]{2,}(\/[\w-./?%&=]*)?$/i.test(e);
|
|
@@ -96918,17 +96919,17 @@ const TNt = We({ name: "icon-park-outline-full-screen-play", render: LNt }), PNt
|
|
|
96918
96919
|
},
|
|
96919
96920
|
setup(e) {
|
|
96920
96921
|
const t = e, n = lNe(), r = ze(), a = TO(), { screening: o } = Me(rye()), { slides: i } = Me(r);
|
|
96922
|
+
if (t.initialData && t.initialData.length)
|
|
96923
|
+
r.setSlides(t.initialData, t.initialTheme);
|
|
96924
|
+
else {
|
|
96925
|
+
const s = {
|
|
96926
|
+
id: Ct(10),
|
|
96927
|
+
elements: [],
|
|
96928
|
+
background: { type: "solid", color: "#fff" }
|
|
96929
|
+
};
|
|
96930
|
+
r.setSlides([s]);
|
|
96931
|
+
}
|
|
96921
96932
|
return Vt(() => {
|
|
96922
|
-
if (t.initialData && t.initialData.length)
|
|
96923
|
-
r.setSlides(t.initialData, t.initialTheme);
|
|
96924
|
-
else {
|
|
96925
|
-
const s = {
|
|
96926
|
-
id: Ct(10),
|
|
96927
|
-
elements: [],
|
|
96928
|
-
background: { type: "solid", color: "#fff" }
|
|
96929
|
-
};
|
|
96930
|
-
r.setSlides([s]);
|
|
96931
|
-
}
|
|
96932
96933
|
a.initSnapshotDatabase();
|
|
96933
96934
|
}), ht(i, (s) => {
|
|
96934
96935
|
t.onChange && t.onChange(JSON.parse(JSON.stringify(s)));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as k, resolveComponent as P, openBlock as d, createElementBlock as c, Fragment as x, renderList as A, withModifiers as p, normalizeClass as L, createElementVNode as C, toDisplayString as I, createCommentVNode as v, createBlock as O, computed as S, normalizeStyle as U, createVNode as D, render as w } from "vue";
|
|
2
|
-
import { _ as b } from "./lib-
|
|
2
|
+
import { _ as b } from "./lib-dWAlX6ww.js";
|
|
3
3
|
import { t as G } from "./tippy.esm-Dos-q4Dz.js";
|
|
4
4
|
const R = { class: "menu-content" }, X = ["onClick"], V = { class: "text" }, W = {
|
|
5
5
|
key: 0,
|
|
@@ -1801,9 +1801,9 @@ const E = {
|
|
|
1801
1801
|
import("vue"),
|
|
1802
1802
|
import("./pinia-CVat9nJz.js"),
|
|
1803
1803
|
import("./vue-i18n-R6dI71u7.js"),
|
|
1804
|
-
import("./InnerApp-
|
|
1805
|
-
import("./index-
|
|
1806
|
-
import("./index-
|
|
1804
|
+
import("./InnerApp-BDwrecOy.js"),
|
|
1805
|
+
import("./index-vnMg2ypW.js"),
|
|
1806
|
+
import("./index-0oZkW7pd.js")
|
|
1807
1807
|
]);
|
|
1808
1808
|
p = S.useSlidesStore, u = S.useScreenStore;
|
|
1809
1809
|
const c = document.createElement("div");
|
package/dist/lt-ppt.es.js
CHANGED