lt-ppt 1.0.4 → 1.0.6
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-BDwrecOy.js → InnerApp-7mJ5GOzX.js} +66967 -66974
- package/dist/{index-vnMg2ypW.js → index-CdTB8nwc.js} +1 -1
- package/dist/{index-0oZkW7pd.js → index-DFY_BHH_.js} +1 -1
- package/dist/{lib-dWAlX6ww.js → lib-5ZJTu6rs.js} +10 -8
- package/dist/lt-ppt.css +1 -1
- package/dist/lt-ppt.es.js +1 -1
- package/dist/lt-ppt.umd.js +136 -136
- package/dist/{screen-DP0Jdn29.js → screen-rVhuJ_U7.js} +3 -3
- package/dist/types/src/InnerApp.vue.d.ts +5 -4
- package/dist/types/src/LtPPT.vue.d.ts +3 -3
- package/dist/types/src/lib.d.ts +1 -1
- package/dist/types/src/locales/en.d.ts +1 -0
- package/dist/types/src/locales/index.d.ts +2 -0
- package/dist/types/src/locales/zh-CN.d.ts +1 -0
- package/dist/types/src/types/lt-ppt.d.ts +26 -6
- package/package.json +2 -2
|
@@ -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-5ZJTu6rs.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,
|
|
@@ -15,6 +15,7 @@ const E = {
|
|
|
15
15
|
loading: "加载中...",
|
|
16
16
|
exporting: "正在导出...",
|
|
17
17
|
importing: "正在导入...",
|
|
18
|
+
saving: "正在保存...",
|
|
18
19
|
success: "成功",
|
|
19
20
|
error: "错误",
|
|
20
21
|
warning: "警告",
|
|
@@ -915,6 +916,7 @@ const E = {
|
|
|
915
916
|
loading: "Loading...",
|
|
916
917
|
exporting: "Exporting...",
|
|
917
918
|
importing: "Importing...",
|
|
919
|
+
saving: "Saving...",
|
|
918
920
|
success: "Success",
|
|
919
921
|
error: "Error",
|
|
920
922
|
warning: "Warning",
|
|
@@ -1774,8 +1776,8 @@ const E = {
|
|
|
1774
1776
|
}, O = /* @__PURE__ */ A({
|
|
1775
1777
|
__name: "LtPPT",
|
|
1776
1778
|
props: {
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
+
initData: {},
|
|
1780
|
+
onUploadFile: {},
|
|
1779
1781
|
locale: { default: "zh-CN" },
|
|
1780
1782
|
width: { default: "100%" },
|
|
1781
1783
|
height: { default: "100%" },
|
|
@@ -1801,15 +1803,15 @@ const E = {
|
|
|
1801
1803
|
import("vue"),
|
|
1802
1804
|
import("./pinia-CVat9nJz.js"),
|
|
1803
1805
|
import("./vue-i18n-R6dI71u7.js"),
|
|
1804
|
-
import("./InnerApp-
|
|
1805
|
-
import("./index-
|
|
1806
|
-
import("./index-
|
|
1806
|
+
import("./InnerApp-7mJ5GOzX.js"),
|
|
1807
|
+
import("./index-CdTB8nwc.js"),
|
|
1808
|
+
import("./index-DFY_BHH_.js")
|
|
1807
1809
|
]);
|
|
1808
1810
|
p = S.useSlidesStore, u = S.useScreenStore;
|
|
1809
1811
|
const c = document.createElement("div");
|
|
1810
1812
|
c.style.width = "100%", c.style.height = "100%", n.value.appendChild(c), o = s(P, {
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
+
initData: t.initData,
|
|
1814
|
+
onUploadFile: t.onUploadFile,
|
|
1813
1815
|
readonly: t.readonly,
|
|
1814
1816
|
onChange: (g) => d("change", g),
|
|
1815
1817
|
onSave: (g) => d("save", g)
|
|
@@ -1861,7 +1863,7 @@ const E = {
|
|
|
1861
1863
|
for (const [t, d] of r)
|
|
1862
1864
|
i[t] = d;
|
|
1863
1865
|
return i;
|
|
1864
|
-
}, U = /* @__PURE__ */ z(O, [["__scopeId", "data-v-
|
|
1866
|
+
}, U = /* @__PURE__ */ z(O, [["__scopeId", "data-v-2ec056e7"]]), M = [
|
|
1865
1867
|
"SourceHanSans",
|
|
1866
1868
|
"SourceHanSerif",
|
|
1867
1869
|
"WenDingPLSongTi",
|