pptx-svelte-viewer 2.0.0 → 2.2.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 +32 -0
- package/dist/{AiChatPanel-CssmoLYL.js → AiChatPanel-X0ANm8gM.js} +360 -388
- package/dist/{export-DplwT6FC.js → export-BCYxT6cD.js} +18648 -17336
- package/dist/i18n.js +1 -1
- package/dist/index.js +20 -20
- package/dist/pptx-svelte-viewer.css +1 -1
- package/dist/{translator-Ddi-liGk.js → translator-D2iZRR15.js} +10 -1
- package/dist/viewer/collab/collaboration-effects.svelte.d.ts +17 -0
- package/dist/viewer/collab/collaboration-effects.svelte.d.ts.map +1 -0
- package/dist/viewer/collab/collaboration-provider.d.ts.map +1 -1
- package/dist/viewer/collab/collaboration-remote-sync.d.ts +19 -1
- package/dist/viewer/collab/collaboration-remote-sync.d.ts.map +1 -1
- package/dist/viewer/collab/collaboration.svelte.d.ts +3 -1
- package/dist/viewer/collab/collaboration.svelte.d.ts.map +1 -1
- package/dist/viewer/components/props.d.ts +2 -0
- package/dist/viewer/components/props.d.ts.map +1 -1
- package/dist/viewer/editor/editor-controller-deps.d.ts +10 -0
- package/dist/viewer/editor/editor-controller-deps.d.ts.map +1 -1
- package/dist/viewer/editor/editor-controller.svelte.d.ts +5 -0
- package/dist/viewer/editor/editor-controller.svelte.d.ts.map +1 -1
- package/dist/viewer/index.d.ts +50 -0
- package/dist/viewer/index.js +21 -17
- package/dist/viewer/state/create-viewer-state-presentation.svelte.d.ts.map +1 -1
- package/dist/viewer/state/viewport-handlers.d.ts +11 -6
- package/dist/viewer/state/viewport-handlers.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/i18n.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { C as e, S as t,
|
|
2
|
-
import { i as b } from "./translator-
|
|
1
|
+
import { C as e, S as t, St as a, _t as o, b as i, bt as r, dt as l, ft as n, gt as S, ht as m, lt as d, mt as p, pt as v, t as g, ut as h, vt as u, w as T, x, xt as f, yt as A } from "./export-BCYxT6cD.js";
|
|
2
|
+
import { i as b } from "./translator-D2iZRR15.js";
|
|
3
3
|
import "./i18n.js";
|
|
4
4
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
g as PowerPointViewer,
|
|
6
|
+
d as defaultCssVars,
|
|
7
|
+
h as defaultRadius,
|
|
8
|
+
l as defaultThemeColors,
|
|
9
|
+
n as deleteAutosaveSnapshot,
|
|
10
|
+
i as exportAllSlidesToSvg,
|
|
11
|
+
x as exportAllSlidesToSvgBlobs,
|
|
12
12
|
t as exportSlideAsSvg,
|
|
13
13
|
e as exportSlideToSvg,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
T as exportSlideToSvgBlob,
|
|
15
|
+
v as getAutosaveSnapshot,
|
|
16
|
+
p as listAutosaveSnapshots,
|
|
17
|
+
m as loadPresentationDeck,
|
|
18
|
+
S as parsePresentationSessionId,
|
|
19
19
|
b as registerTranslations,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
o as themeToCssVars,
|
|
21
|
+
u as vermilionDarkColors,
|
|
22
|
+
A as vermilionDarkTheme,
|
|
23
|
+
r as vermilionLightColors,
|
|
24
|
+
f as vermilionLightTheme,
|
|
25
|
+
a as vermilionRadius
|
|
26
26
|
};
|