lt-ppt 1.0.30 → 1.0.31
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-DTdTRK-f.js → InnerApp-CKqWtAgg.js} +57681 -57211
- package/dist/{index-jHhH4l0I.js → index-DXz_4ImI.js} +1 -1
- package/dist/{index-CwjKu8Yc.js → index-uxTzsGcL.js} +1 -1
- package/dist/{lib-Dg5Oz41t.js → lib-BKX8gHfd.js} +3 -3
- package/dist/lt-ppt.css +1 -1
- package/dist/lt-ppt.es.js +1 -1
- package/dist/lt-ppt.umd.js +154 -154
- package/dist/{screen-Du33f7h9.js → screen-BkWg_x8E.js} +3 -3
- package/dist/types/src/store/main.d.ts +28 -0
- package/dist/types/src/store/slides.d.ts +56 -0
- package/dist/types/src/types/slides.d.ts +18 -0
- package/dist/types/src/utils/pptxGradient.d.ts +13 -0
- package/dist/types/src/utils/prosemirror/schema/index.d.ts +1 -0
- package/dist/types/src/utils/prosemirror/schema/marks.d.ts +1 -0
- package/dist/types/src/utils/textStyle.d.ts +3 -0
- package/dist/types/src/views/Editor/EditorHeader/index.vue.d.ts +1 -0
- package/package.json +2 -1
|
@@ -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-BKX8gHfd.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,
|
|
@@ -2548,9 +2548,9 @@ const V = 4096 * 4096, Pe = 8e3, we = /* @__PURE__ */ ge({
|
|
|
2548
2548
|
] = await Promise.all([
|
|
2549
2549
|
import("vue"),
|
|
2550
2550
|
import("./pinia-CVat9nJz.js"),
|
|
2551
|
-
import("./InnerApp-
|
|
2552
|
-
import("./index-
|
|
2553
|
-
import("./index-
|
|
2551
|
+
import("./InnerApp-CKqWtAgg.js"),
|
|
2552
|
+
import("./index-uxTzsGcL.js"),
|
|
2553
|
+
import("./index-DXz_4ImI.js")
|
|
2554
2554
|
]);
|
|
2555
2555
|
if (!L.value) return;
|
|
2556
2556
|
A = s.useSlidesStore, R = s.useScreenStore, F = s.useMainStore, O = s.useSnapshotStore;
|