pptx-svelte-viewer 3.4.0 → 3.5.1

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/{AiChatPanel-DjHkDmi9.js → AiChatPanel-DnrMMtf7.js} +1 -1
  3. package/dist/{export-Bb3HzTLw.js → export-Bk-Ju0nY.js} +32090 -29408
  4. package/dist/i18n.js +1 -1
  5. package/dist/index.js +2 -2
  6. package/dist/pptx-svelte-viewer.css +1 -1
  7. package/dist/{translator-vErJ1kUG.js → translator-YCJ___7k.js} +41 -1
  8. package/dist/viewer/components/props-elements.d.ts +19 -0
  9. package/dist/viewer/components/props-elements.d.ts.map +1 -1
  10. package/dist/viewer/components/props-stage.d.ts +4 -0
  11. package/dist/viewer/components/props-stage.d.ts.map +1 -1
  12. package/dist/viewer/components/ribbon/review/comment-compose.svelte.d.ts +40 -0
  13. package/dist/viewer/components/ribbon/review/comment-compose.svelte.d.ts.map +1 -0
  14. package/dist/viewer/components/viewer-body-props.d.ts +14 -9
  15. package/dist/viewer/components/viewer-body-props.d.ts.map +1 -1
  16. package/dist/viewer/editor/editor-document-lifecycle.d.ts.map +1 -1
  17. package/dist/viewer/editor/editor-document-state.d.ts +6 -2
  18. package/dist/viewer/editor/editor-document-state.d.ts.map +1 -1
  19. package/dist/viewer/editor/editor-master-crud.d.ts +24 -0
  20. package/dist/viewer/editor/editor-master-crud.d.ts.map +1 -0
  21. package/dist/viewer/editor/editor-presentation-metadata.svelte.d.ts +7 -0
  22. package/dist/viewer/editor/editor-presentation-metadata.svelte.d.ts.map +1 -1
  23. package/dist/viewer/editor/editor-state.svelte.d.ts +43 -1
  24. package/dist/viewer/editor/editor-state.svelte.d.ts.map +1 -1
  25. package/dist/viewer/export/export-controller.svelte.d.ts.map +1 -1
  26. package/dist/viewer/export/export-print.d.ts +7 -1
  27. package/dist/viewer/export/export-print.d.ts.map +1 -1
  28. package/dist/viewer/index.d.ts +264 -6
  29. package/dist/viewer/index.js +1 -1
  30. package/dist/viewer/presentation/action-runner-callbacks.d.ts +18 -0
  31. package/dist/viewer/presentation/action-runner-callbacks.d.ts.map +1 -0
  32. package/dist/viewer/presentation/presentation-controller.svelte.d.ts +31 -2
  33. package/dist/viewer/presentation/presentation-controller.svelte.d.ts.map +1 -1
  34. package/dist/viewer/state/compat-toasts.svelte.d.ts +28 -0
  35. package/dist/viewer/state/compat-toasts.svelte.d.ts.map +1 -0
  36. package/dist/viewer/state/create-viewer-state-editor-ui.svelte.d.ts +4 -0
  37. package/dist/viewer/state/create-viewer-state-editor-ui.svelte.d.ts.map +1 -1
  38. package/dist/viewer/state/create-viewer-state-presentation.svelte.d.ts.map +1 -1
  39. package/dist/viewer/state/create-viewer-state-types.d.ts +10 -0
  40. package/dist/viewer/state/create-viewer-state-types.d.ts.map +1 -1
  41. package/dist/viewer/state/create-viewer-state.svelte.d.ts.map +1 -1
  42. package/dist/viewer/state/guide-id.d.ts +9 -0
  43. package/dist/viewer/state/guide-id.d.ts.map +1 -0
  44. package/dist/viewer/state/inspector-deck.d.ts +9 -2
  45. package/dist/viewer/state/inspector-deck.d.ts.map +1 -1
  46. package/dist/viewer/state/presentation-loader.svelte.d.ts +20 -1
  47. package/dist/viewer/state/presentation-loader.svelte.d.ts.map +1 -1
  48. package/dist/viewer/state/read-only-recommendation.svelte.d.ts +34 -0
  49. package/dist/viewer/state/read-only-recommendation.svelte.d.ts.map +1 -0
  50. package/dist/viewer/state/viewer-effects.svelte.d.ts.map +1 -1
  51. package/dist/viewer/state/viewer-parity-ui.svelte.d.ts +19 -7
  52. package/dist/viewer/state/viewer-parity-ui.svelte.d.ts.map +1 -1
  53. package/dist/viewer/state/viewport-handlers.d.ts +4 -0
  54. package/dist/viewer/state/viewport-handlers.d.ts.map +1 -1
  55. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,61 @@ 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.5.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.5.0) - 2026-09-02
11
+
12
+ ### Features
13
+
14
+ - **shared:** Animate morph stacking, flips, and crop reveal like PowerPoint (by @nikko82) ([a9bba84](https://github.com/ChristopherVR/pptx-viewer/commit/a9bba842827274a9dc7cdb0b8934fe7509b560e6))
15
+ - **shared:** Minimum-cost media pairing and named text twins for morphs (by @nikko82) ([3abda95](https://github.com/ChristopherVR/pptx-viewer/commit/3abda95e72133e1fe886f2bc98d76a5c23a645c6))
16
+ - **shared:** Step an inert stacking-swap counterpart together with the mover (by @nikko82) ([e4f9438](https://github.com/ChristopherVR/pptx-viewer/commit/e4f9438771bcec15c78ebba5eb3b4e2c173152e0))
17
+ - **react,vue,angular,svelte,vanilla:** Replay the leaving slide's transition on backward steps (by @nikko82) ([e23838e](https://github.com/ChristopherVR/pptx-viewer/commit/e23838ebc6253c413fe87cd75e96244311349214))
18
+ - **shared:** I18n keys for the wave-4 parity UI (by @ChristopherVR) ([6cc9a86](https://github.com/ChristopherVR/pptx-viewer/commit/6cc9a8646c3f6174ec70928e00137412fea1778a))
19
+ - **core:** Master/layout CRUD, legacy comment threading, extended ppaction verbs (by @ChristopherVR) ([033b024](https://github.com/ChristopherVR/pptx-viewer/commit/033b024a70d041cf884aafb47dbc35e9d2ed10f6))
20
+ - **shared:** Master-view CRUD, recent colours, action options, handout-master print chrome (by @ChristopherVR) ([3cc928f](https://github.com/ChristopherVR/pptx-viewer/commit/3cc928fea1e07293ca24faabcf6058b0c43713b2))
21
+ - **svelte:** Wave-4 parity UI (chart subtypes, read-only banner, compat toasts, rescale, sldRg, guides) (by @ChristopherVR) ([90bc190](https://github.com/ChristopherVR/pptx-viewer/commit/90bc190e9100cd0725c9c8ecd38d1de006271bf8))
22
+ - **shared:** Show entry slide, compat toast placement, master-view failure copy (by @ChristopherVR) ([79a42ba](https://github.com/ChristopherVR/pptx-viewer/commit/79a42ba93d0fd76d4fb509710c14eae22609c5de))
23
+ - **svelte:** Wave-4 show entry, custom-show actions, master CRUD, mentions (by @ChristopherVR) ([00c6546](https://github.com/ChristopherVR/pptx-viewer/commit/00c6546272c998e8dba336d9e058d2104eb3ace0))
24
+ - **svelte:** Slide master view insert/duplicate/delete/rename commands (by @ChristopherVR) ([5980f71](https://github.com/ChristopherVR/pptx-viewer/commit/5980f718fe4d54f9c878b8a15c303bd5af9603cf))
25
+ - **shared:** Resolve OLE action verbs against the clicked element (by @ChristopherVR) ([680c70c](https://github.com/ChristopherVR/pptx-viewer/commit/680c70c7d4cbb1f37d0c132b99544309e3563629))
26
+ - **svelte:** Recent-colours row under every picker and OLE verb actions (by @ChristopherVR) ([87a93b8](https://github.com/ChristopherVR/pptx-viewer/commit/87a93b8d5edc39c58d43afc86e12dd0481e49bcd))
27
+ - **shared:** Map F5 and Shift+F5 to the start-show actions (by @ChristopherVR) ([94852ed](https://github.com/ChristopherVR/pptx-viewer/commit/94852edbe44a6fb712e15dd8892ff4dcd1e9e7b0))
28
+ - **svelte:** Start the slide show on F5 and Shift+F5 (by @ChristopherVR) ([8040342](https://github.com/ChristopherVR/pptx-viewer/commit/80403429e3a1edc18916d382d4e3d35d44ba9646))
29
+
30
+ ### Bug Fixes
31
+
32
+ - **shared:** Play an un-authored morph at PowerPoint's 0.5s fallback (by @nikko82) ([0a70ef2](https://github.com/ChristopherVR/pptx-viewer/commit/0a70ef2db656e830ad429e9fd0a6efeb43ff7bde))
33
+ - **shared:** Close the open code-scanning findings at their root (by @ChristopherVR) ([455f853](https://github.com/ChristopherVR/pptx-viewer/commit/455f853f028ba1cb4142285558bbeef715d130d7))
34
+ - **shared:** Write morph stacking-order journeys in the stage's z space (by @ChristopherVR) ([867b05b](https://github.com/ChristopherVR/pptx-viewer/commit/867b05b4e9bfea62361e7d1361ae4cb84787c191))
35
+ - **shared:** Take the nearest named text twin and drop its dead name veto (by @ChristopherVR) ([c6e8062](https://github.com/ChristopherVR/pptx-viewer/commit/c6e8062919e9b9ccc1d1b18c4504270fd8138f51))
36
+ - **shared:** Sample the morph crop track from the one easing definition (by @ChristopherVR) ([349e8bd](https://github.com/ChristopherVR/pptx-viewer/commit/349e8bd5eb1908077f3693e6ee4573cf88ad253c))
37
+
38
+ ### Testing
39
+
40
+ - **shared:** Cover the morph media assignment solver (by @ChristopherVR) ([cbf671f](https://github.com/ChristopherVR/pptx-viewer/commit/cbf671f7a7a2037006f19ddaabc502211069ded5))
41
+
42
+ ## [3.4.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.4.0) - 2026-09-02
43
+
44
+ ### Features
45
+
46
+ - **svelte:** Effects panel, pattern fills, placeholder prompts, layout scoping and loop-continuously (by @ChristopherVR) ([329357a](https://github.com/ChristopherVR/pptx-viewer/commit/329357a047430720781274ab44d7704db60b83d3))
47
+ - **shared:** Add the pptx.effects.rotateWithShape key and export DEFAULT_FONT_SIZE (by @ChristopherVR) ([2021a28](https://github.com/ChristopherVR/pptx-viewer/commit/2021a28c4442b5769f3faaed1cb7abc27b7316a3))
48
+
49
+ ### Bug Fixes
50
+
51
+ - **svelte:** Paint open arrowheads as strokes and set the annotation cursor per tool (by @ChristopherVR) ([0b9dcb1](https://github.com/ChristopherVR/pptx-viewer/commit/0b9dcb1b916e9b0e7591656e23d93296f739e39a))
52
+ - **svelte:** Localise the outer-shadow "Rotate with Shape" label (by @ChristopherVR) ([dd4f329](https://github.com/ChristopherVR/pptx-viewer/commit/dd4f32996d3b28cb269bafa200b69d8554147a93))
53
+ - **shared:** Stop eaLnBrk splitting Latin words mid-word (by @ChristopherVR) ([c3eedb9](https://github.com/ChristopherVR/pptx-viewer/commit/c3eedb9e7adaccfcd5fc954518d554218f1050e2))
54
+ - **shared:** Resolve Google webfonts from a bundled catalogue instead of probing the API (by @ChristopherVR) ([43bda70](https://github.com/ChristopherVR/pptx-viewer/commit/43bda70309f0e9b2cd80dc3ae2ec5cdecda41548))
55
+
56
+ ### Refactor
57
+
58
+ - **svelte:** Repoint onto the wave-2 shared modules (by @ChristopherVR) ([6e1b4ee](https://github.com/ChristopherVR/pptx-viewer/commit/6e1b4eef9d7560d7b7d6f86a183f6a8f84b7b76c))
59
+ - **shared:** Make editor-geometry nudge helpers alias editor-keymap (by @ChristopherVR) ([87cf256](https://github.com/ChristopherVR/pptx-viewer/commit/87cf256d9bf0565dd6b70e264c6a558416d31ef5))
60
+
61
+ ### Testing
62
+
63
+ - **svelte:** Stub the network in the webfont tests, not probe responses (by @ChristopherVR) ([95a2b29](https://github.com/ChristopherVR/pptx-viewer/commit/95a2b29ea65e68ae0a21335dc98f1792410254e6))
64
+
10
65
  ## [3.3.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-svelte-viewer@3.3.0) - 2026-09-02
11
66
 
12
67
  ### 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-Bb3HzTLw.js";
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-Bk-Ju0nY.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";