pptx-svelte-viewer 3.8.0 → 3.9.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 +13 -0
- package/dist/{AiChatPanel-ByiDm0_K.js → AiChatPanel-yqg_BJme.js} +1 -1
- package/dist/{export-yk0mo1AN.js → export-zAcr-4rr.js} +31869 -29511
- package/dist/i18n.js +1 -1
- package/dist/index.d.ts +150 -23
- package/dist/index.js +2 -2
- package/dist/pptx-svelte-viewer.css +1 -1
- package/dist/{translator-Bb6pIYyq.js → translator-Cxn32Y3A.js} +52 -4
- package/dist/viewer/ai/ai-bridge.d.ts +25 -1
- package/dist/viewer/ai/ai-bridge.d.ts.map +1 -1
- package/dist/viewer/collab/collaboration-deps.d.ts +8 -1
- package/dist/viewer/collab/collaboration-deps.d.ts.map +1 -1
- package/dist/viewer/collab/collaboration.svelte.d.ts.map +1 -1
- package/dist/viewer/components/chart-drag.svelte.d.ts.map +1 -1
- package/dist/viewer/editor/editor-document-lifecycle.d.ts.map +1 -1
- package/dist/viewer/editor/editor-document-state.d.ts +7 -2
- package/dist/viewer/editor/editor-document-state.d.ts.map +1 -1
- package/dist/viewer/editor/editor-state.svelte.d.ts +14 -1
- package/dist/viewer/editor/editor-state.svelte.d.ts.map +1 -1
- package/dist/viewer/index.d.ts +234 -23
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/state/create-viewer-state-ai.svelte.d.ts.map +1 -1
- package/dist/viewer/state/create-viewer-state-collab.svelte.d.ts.map +1 -1
- package/dist/viewer/state/create-viewer-state.svelte.d.ts.map +1 -1
- package/dist/viewer/state/inspector-deck.d.ts +12 -1
- package/dist/viewer/state/inspector-deck.d.ts.map +1 -1
- package/dist/viewer/state/presentation-loader.svelte.d.ts +8 -0
- package/dist/viewer/state/presentation-loader.svelte.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ A release listed with no entries carried no Conventional Commit in this package'
|
|
|
7
7
|
scope: scripts/release-plan.mjs re-releases a package whenever any of its files
|
|
8
8
|
change, not only on conventional ones.
|
|
9
9
|
|
|
10
|
+
## [3.8.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.8.0) - 2026-09-05
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **core:** Wave-3 OpenXML parity (chart formatting, table styles, theme refs) (by @ChristopherVR) ([1da1637](https://github.com/ChristopherVR/pptx-viewer/commit/1da163776cf7694488a24f9074ed6bc5180c0d77))
|
|
15
|
+
- **shared:** Wave-3 playback, reveal, chart render and theme swatch logic (by @ChristopherVR) ([52e2a16](https://github.com/ChristopherVR/pptx-viewer/commit/52e2a16b3fb5efb6ebbb946e214ed45b899f4519))
|
|
16
|
+
- **svelte:** Wave-3 parity (staged SmartArt reveal, theme swatches, u=words) (by @ChristopherVR) ([e3fe780](https://github.com/ChristopherVR/pptx-viewer/commit/e3fe780709eb7345f8f0bca98555681dde133a59))
|
|
17
|
+
- **shared:** Extract p:seq nextAc="seek" click handling (by @ChristopherVR) ([66e293b](https://github.com/ChristopherVR/pptx-viewer/commit/66e293bad91b1a2055df31cafae785fe958b87ea))
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **svelte:** Honour p:seq nextAc="seek" on a mid-flight click (by @ChristopherVR) ([cc46e3f](https://github.com/ChristopherVR/pptx-viewer/commit/cc46e3f12871ee035e0cab4be72e78f2a9eff533))
|
|
22
|
+
|
|
10
23
|
## [3.7.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.7.0) - 2026-09-05
|
|
11
24
|
|
|
12
25
|
### Features
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as O, N as $, O as ge, P as ee, R as W, S as _e, T as xe, U as V, V as fe, _ as me, b as be, g as ye, h as ke, k as we, v as Ce, w as Me, x as Se, y as Pe, z as Ne } from "./export-
|
|
1
|
+
import { B as ce, C as pe, D as de, E as ve, F as ue, H as A, I as he, L as O, N as $, O as ge, P as ee, R as W, S as _e, T as xe, U as V, V as fe, _ as me, b as be, g as ye, h as ke, k as we, v as Ce, w as Me, x as Se, y as Pe, z as Ne } from "./export-zAcr-4rr.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as e from "svelte/internal/client";
|
|
4
4
|
import { onMount as qe, untrack as R } from "svelte";
|