pptx-vue-viewer 3.0.0 → 3.0.2
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 +50 -0
- package/dist/{AiChatPanel-XtXsEQXt.js → AiChatPanel-CFKJeY-S.js} +2 -2
- package/dist/AiChatPanel-CFKJeY-S.js.br +0 -0
- package/dist/AiChatPanel-CFKJeY-S.js.gz +0 -0
- package/dist/{AiChatPanel-B_k4VW3m.cjs → AiChatPanel-U41tqJtC.cjs} +1 -1
- package/dist/AiChatPanel-U41tqJtC.cjs.br +0 -0
- package/dist/AiChatPanel-U41tqJtC.cjs.gz +0 -0
- package/dist/gif-encoder-BTGLAe_J.cjs +2 -0
- package/dist/gif-encoder-BTGLAe_J.cjs.br +0 -0
- package/dist/gif-encoder-BTGLAe_J.cjs.gz +0 -0
- package/dist/gif-encoder-hppHqnVV.js +2 -0
- package/dist/gif-encoder-hppHqnVV.js.br +0 -0
- package/dist/gif-encoder-hppHqnVV.js.gz +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.br +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.js +2 -2
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/internals.cjs +1 -1
- package/dist/internals.cjs.br +0 -0
- package/dist/internals.cjs.gz +0 -0
- package/dist/internals.js +1 -1
- package/dist/internals.js.br +0 -0
- package/dist/internals.js.gz +0 -0
- package/dist/{useViewerSettingsDialog-DkAowleE.cjs → useViewerSettingsDialog-BwPALPfo.cjs} +115 -115
- package/dist/useViewerSettingsDialog-BwPALPfo.cjs.br +0 -0
- package/dist/useViewerSettingsDialog-BwPALPfo.cjs.gz +0 -0
- package/dist/{useViewerSettingsDialog-CTJei8_y.js → useViewerSettingsDialog-DDQvhhvK.js} +104 -104
- package/dist/useViewerSettingsDialog-DDQvhhvK.js.br +0 -0
- package/dist/useViewerSettingsDialog-DDQvhhvK.js.gz +0 -0
- package/dist/viewer/index.cjs +1 -1
- package/dist/viewer/index.cjs.br +0 -0
- package/dist/viewer/index.cjs.gz +0 -0
- package/dist/viewer/index.js +2 -2
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/{viewer-D_yzwMHV.cjs → viewer-CnLyS1fM.cjs} +3 -3
- package/dist/viewer-CnLyS1fM.cjs.br +0 -0
- package/dist/viewer-CnLyS1fM.cjs.gz +0 -0
- package/dist/{viewer-1haXfh1i.js → viewer-DiY5zqg0.js} +3 -3
- package/dist/viewer-DiY5zqg0.js.br +0 -0
- package/dist/viewer-DiY5zqg0.js.gz +0 -0
- package/package.json +2 -2
- package/dist/AiChatPanel-B_k4VW3m.cjs.br +0 -0
- package/dist/AiChatPanel-B_k4VW3m.cjs.gz +0 -0
- package/dist/AiChatPanel-XtXsEQXt.js.br +0 -0
- package/dist/AiChatPanel-XtXsEQXt.js.gz +0 -0
- package/dist/gif-encoder-C2GVj-WW.cjs +0 -2
- package/dist/gif-encoder-C2GVj-WW.cjs.br +0 -0
- package/dist/gif-encoder-C2GVj-WW.cjs.gz +0 -0
- package/dist/gif-encoder-CdlYViX9.js +0 -2
- package/dist/gif-encoder-CdlYViX9.js.br +0 -0
- package/dist/gif-encoder-CdlYViX9.js.gz +0 -0
- package/dist/useViewerSettingsDialog-CTJei8_y.js.br +0 -0
- package/dist/useViewerSettingsDialog-CTJei8_y.js.gz +0 -0
- package/dist/useViewerSettingsDialog-DkAowleE.cjs.br +0 -0
- package/dist/useViewerSettingsDialog-DkAowleE.cjs.gz +0 -0
- package/dist/viewer-1haXfh1i.js.br +0 -0
- package/dist/viewer-1haXfh1i.js.gz +0 -0
- package/dist/viewer-D_yzwMHV.cjs.br +0 -0
- package/dist/viewer-D_yzwMHV.cjs.gz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,56 @@ 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.0.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@3.0.1) - 2026-08-22
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **core:** Spell the SmartArt role sentinel as a unicode escape (by @ChristopherVR) ([a2d4993](https://github.com/ChristopherVR/pptx-viewer/commit/a2d4993390bcdc28a3b24c1bf501c64f638f68d9))
|
|
15
|
+
|
|
16
|
+
## [3.0.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@3.0.0) - 2026-08-22
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- **core:** Unify SmartArt layout onto one DiagramML interpreter (by @ChristopherVR) ([89116b1](https://github.com/ChristopherVR/pptx-viewer/commit/89116b131a3f13fb6b65789c46d3f9a7814d04db))
|
|
21
|
+
- **core:** Write chart edits back to the embedded workbook (by @ChristopherVR) ([dee19fc](https://github.com/ChristopherVR/pptx-viewer/commit/dee19fc69b02ad36eadd39f48e589de9e76689fa))
|
|
22
|
+
- **core:** Solve relative SmartArt constraints and apply org-chart hints (by @ChristopherVR) ([65eee20](https://github.com/ChristopherVR/pptx-viewer/commit/65eee20e9e772ab40317df0ba1acf0c26a412973))
|
|
23
|
+
- **shared:** Print notes pages in every binding, and honour notesStyle in the master preview (by @ChristopherVR) ([6f2f54d](https://github.com/ChristopherVR/pptx-viewer/commit/6f2f54d503806054ae48bfc8f0d0c0ee565977ce))
|
|
24
|
+
- **core:** Author tag elements, model embedTrueTypeFonts, and add a text-style edit path (by @ChristopherVR) ([0048d16](https://github.com/ChristopherVR/pptx-viewer/commit/0048d163c6dd87d7a0bdc3207cbcbd4db39f8d0e))
|
|
25
|
+
- **core,shared:** Serialize data-table styling, and paint 3D chart surfaces (by @ChristopherVR) ([bd9595a](https://github.com/ChristopherVR/pptx-viewer/commit/bd9595a7bae6c545a649ff8e1929b27a638fcb5b))
|
|
26
|
+
- **core:** Honour per-node shapes, style roles and connector text in SmartArt (by @ChristopherVR) ([c823fca](https://github.com/ChristopherVR/pptx-viewer/commit/c823fca506f99e3c4f42ec11513e56cdb30f9a68))
|
|
27
|
+
- **core,shared:** Model timing templates and play animEffect filters (by @ChristopherVR) ([8bf91f2](https://github.com/ChristopherVR/pptx-viewer/commit/8bf91f20c907f9d92abbcd5a59fb424ddfabdbd8))
|
|
28
|
+
- **core,shared:** Cross-browser reflections, overlay fills, and remaining text gaps (by @ChristopherVR) ([c0b0d6d](https://github.com/ChristopherVR/pptx-viewer/commit/c0b0d6d6805c6383ba2a01da3c8a22792eb22cdb))
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- **core:** Close five OpenXML parse and serialize fidelity gaps (by @ChristopherVR) ([641b0b2](https://github.com/ChristopherVR/pptx-viewer/commit/641b0b21d82442262f3f2d0e4ed2894cd71c07e9))
|
|
33
|
+
- **core,shared:** Correct animation preset IDs against PowerPoint COM ground truth (by @ChristopherVR) ([61b0014](https://github.com/ChristopherVR/pptx-viewer/commit/61b001440de0bf73bfcd6efd21c8df21bd47e5c8))
|
|
34
|
+
- **shared:** Honour a:ln/@algn and per-subpath fill modes (by @ChristopherVR) ([d049a8f](https://github.com/ChristopherVR/pptx-viewer/commit/d049a8f7806b7efb85e643e12643393372ccf603))
|
|
35
|
+
- **shared:** Correct autofit and paragraph-spacing semantics (by @ChristopherVR) ([86f61e9](https://github.com/ChristopherVR/pptx-viewer/commit/86f61e9b6e2cb0fe34f2e958273f35702f58fc6a))
|
|
36
|
+
- **shared:** Move per-script fonts and measured tab layout out of React (by @ChristopherVR) ([dbd3442](https://github.com/ChristopherVR/pptx-viewer/commit/dbd3442e2173a8b8b397af592f01e39daad95ff8))
|
|
37
|
+
- **shared:** Render table cell image fill, zero margins and authored grid spacing (by @ChristopherVR) ([d4079d2](https://github.com/ChristopherVR/pptx-viewer/commit/d4079d20b6517a0aac4655882e27228abc06ae09))
|
|
38
|
+
- **vue:** Consume the shared render decisions for the OpenXML fidelity fixes (by @ChristopherVR) ([f0085f4](https://github.com/ChristopherVR/pptx-viewer/commit/f0085f4535b2a4bd4497c539b5659be346a16bd6))
|
|
39
|
+
- **core,shared:** Honour cTn timing attributes, after-animation and effect sound (by @ChristopherVR) ([07ee51f](https://github.com/ChristopherVR/pptx-viewer/commit/07ee51f8b11431153e9ce2553c4c11a51e15316e))
|
|
40
|
+
- **core:** Close slide-structure, notes-style and DrawingML parse gaps (by @ChristopherVR) ([ee1dbcd](https://github.com/ChristopherVR/pptx-viewer/commit/ee1dbcd3278e2bde7b066c4085a82f56cc818f6a))
|
|
41
|
+
- **shared:** Render data tables, legend entries, image overlays and 3D text (by @ChristopherVR) ([ecec502](https://github.com/ChristopherVR/pptx-viewer/commit/ecec502e205f06c1bb7dec042f7693ac4fd8a74e))
|
|
42
|
+
- **vue:** Consume the shared decisions for the second parity wave (by @ChristopherVR) ([983bbaa](https://github.com/ChristopherVR/pptx-viewer/commit/983bbaa19c68600c83bddcfdc5aabd264ab21908))
|
|
43
|
+
|
|
44
|
+
### Refactor
|
|
45
|
+
|
|
46
|
+
- **shared:** Split oversized text modules and add the circle-in keyframe (by @ChristopherVR) ([1c0797f](https://github.com/ChristopherVR/pptx-viewer/commit/1c0797f7d5468dca16f6cb53c1ad413db4fc29e0))
|
|
47
|
+
|
|
48
|
+
### Documentation
|
|
49
|
+
|
|
50
|
+
- **core:** Record audited OpenXML construct coverage in the manifest (by @ChristopherVR) ([812fe61](https://github.com/ChristopherVR/pptx-viewer/commit/812fe61e66687a48c2cd19eeb0c502767c25e3c1))
|
|
51
|
+
|
|
52
|
+
### Testing
|
|
53
|
+
|
|
54
|
+
- **core:** Evidence previously unverified OpenXML constructs, and record what is not implemented (by @ChristopherVR) ([4dc6028](https://github.com/ChristopherVR/pptx-viewer/commit/4dc602876bd49cdb03b084f9f4fa2268aa01f22f))
|
|
55
|
+
|
|
56
|
+
### Chores
|
|
57
|
+
|
|
58
|
+
- **core:** Complete barrel and runtime wiring for the preceding two changes (by @ChristopherVR) ([115379e](https://github.com/ChristopherVR/pptx-viewer/commit/115379e9a757b029fbc0cbb74ae51628f7fb3e27))
|
|
59
|
+
|
|
10
60
|
## [2.23.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@2.23.0) - 2026-08-21
|
|
11
61
|
|
|
12
62
|
### Features
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { pn as e } from "./useViewerSettingsDialog-
|
|
2
|
-
import { _ as t, b as a, c as s, f as r, g as l, h as o, m as n, o as i, p, s as d, v as c, w as u, x as m, y as x } from "./viewer-
|
|
1
|
+
import { pn as e } from "./useViewerSettingsDialog-DDQvhhvK.js";
|
|
2
|
+
import { _ as t, b as a, c as s, f as r, g as l, h as o, m as n, o as i, p, s as d, v as c, w as u, x as m, y as x } from "./viewer-DiY5zqg0.js";
|
|
3
3
|
import { Fragment as g, Suspense as f, computed as b, createBlock as v, createCommentVNode as h, createElementBlock as y, createElementVNode as k, createTextVNode as w, createVNode as C, defineComponent as P, nextTick as S, normalizeClass as T, normalizeStyle as I, onBeforeUnmount as _, onMounted as A, openBlock as E, ref as j, renderList as M, resolveDynamicComponent as F, shallowRef as B, toDisplayString as D, unref as N, vModelText as L, watch as R, withAsyncContext as H, withCtx as W, withDirectives as $ } from "vue";
|
|
4
4
|
import { Bot as z, ChartColumn as V, Check as K, Crosshair as O, Eye as U, Film as q, GitMerge as G, History as J, LayoutTemplate as Q, LoaderCircle as X, MessageSquare as Y, MessageSquarePlus as Z, Move as ee, Navigation as te, Palette as ae, Pin as se, PinOff as re, Plus as le, Search as oe, Send as ne, Shapes as ie, Sparkles as pe, Square as de, StickyNote as ce, Table as ue, Trash2 as me, TriangleAlert as xe, Type as ge, User as fe, Wrench as be, X as ve } from "lucide-vue-next";
|
|
5
5
|
import { getToolOrDynamicToolName as he, isDynamicToolUIPart as ye, isToolUIPart as ke } from "ai";
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = require("./useViewerSettingsDialog-
|
|
1
|
+
const e = require("./useViewerSettingsDialog-BwPALPfo.cjs"), t = require("./viewer-CnLyS1fM.cjs");
|
|
2
2
|
let r = require("vue"), a = require("lucide-vue-next"), o = require("ai");
|
|
3
3
|
var n = /* @__PURE__ */ new Set([
|
|
4
4
|
"input-available",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("./useViewerSettingsDialog-
|
|
2
|
+
const e = require("./useViewerSettingsDialog-BwPALPfo.cjs"), o = require("./viewer-CnLyS1fM.cjs");
|
|
3
3
|
exports.AUDIENCE_HASH = e.AUDIENCE_HASH, exports.CollaborationCursors = o.CollaborationCursors_default, exports.CollaborationStatusIndicator = o.CollaborationStatusIndicator_default, exports.ElementRenderer = o.ElementRenderer_default, exports.FollowModeBar = o.FollowModeBar_default, exports.PPTX_OPEN_ACCEPT = e.PPTX_OPEN_ACCEPT, exports.PRESENTATION_OPEN_EXTENSIONS = e.PRESENTATION_OPEN_EXTENSIONS, exports.PowerPointViewer = o.PowerPointViewer_default, exports.RemoteSelectionOverlay = o.RemoteSelectionOverlay_default, exports.RibbonToolbar = o.RibbonToolbar_default, exports.SlideCanvas = o.SlideCanvas_default, exports.SlideStage = o.SlideStage_default, exports.clearAudienceContent = e.clearAudienceContent, exports.cn = o.cn, exports.defaultCssVars = e.defaultCssVars, exports.defaultRadius = e.defaultRadius, exports.defaultThemeColors = e.defaultThemeColors, exports.exportAllSlidesToSvg = e.exportAllSlidesToSvg, exports.exportAllSlidesToSvgBlobs = e.exportAllSlidesToSvgBlobs, exports.exportSlideToSvg = e.exportSlideToSvg, exports.exportSlideToSvgBlob = e.exportSlideToSvgBlob, exports.forgetSessionDeck = e.forgetSessionDeck, exports.getSessionTabId = e.getSessionTabId, exports.isAudienceTab = e.isAudienceTab, exports.isLegacyBinaryPresentation = e.isLegacyBinaryPresentation, exports.isSupportedPresentationFile = e.isSupportedPresentationFile, exports.loadAudienceContent = e.loadAudienceContent, exports.loadSessionDeck = e.loadSessionDeck, exports.parseAudienceNonce = e.parseAudienceNonce, exports.parsePresentationSessionId = e.parsePresentationSessionId, exports.presentationBaseName = e.presentationBaseName, exports.provideViewerTheme = o.provideViewerTheme, exports.rememberSessionDeck = e.rememberSessionDeck, exports.renderToCanvas = e.renderToCanvas, exports.restoreSessionDeck = e.restoreSessionDeck, exports.savedPresentationFileName = e.savedPresentationFileName, exports.storeAudienceContent = e.storeAudienceContent, exports.themeToCssVars = e.themeToCssVars, exports.useCollaboration = e.useCollaboration, exports.useCollaborativeHistory = o.useCollaborativeHistory, exports.useCollaborativeState = o.useCollaborativeState, exports.usePresenceTracking = o.usePresenceTracking, exports.useThemeStyle = o.useThemeStyle, exports.useViewerTheme = o.useViewerTheme, exports.useYjsProvider = o.useYjsProvider, exports.vermilionDarkColors = e.vermilionDarkColors, exports.vermilionDarkTheme = e.vermilionDarkTheme, exports.vermilionLightColors = e.vermilionLightColors, exports.vermilionLightTheme = e.vermilionLightTheme, exports.vermilionRadius = e.vermilionRadius;
|
package/dist/index.cjs.br
CHANGED
|
Binary file
|
package/dist/index.cjs.gz
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Bd as a, C as s, Cd as o, Gc as e, Hu as r, Id as i, Lc as l, Ld as t, Md as d, Mr as n, Nl as c, Or as S, Pc as u, Pl as w, Rd as C, Ro as m, S as b, Vo as R, W as P, Wc as V, Xa as g, Xu as p, _n as v, ec as z, it as M, ss as W, su as f, w as j, x, yc as y, zd as B, zl as E, zo as H } from "./useViewerSettingsDialog-
|
|
2
|
-
import { C as I, E as L, H as O, S as T, T as X, U as D, V as F, W as G, a as N, d as U, i as _, l as h, n as k, r as q, t as A, u as J, w as K } from "./viewer-
|
|
1
|
+
import { Bd as a, C as s, Cd as o, Gc as e, Hu as r, Id as i, Lc as l, Ld as t, Md as d, Mr as n, Nl as c, Or as S, Pc as u, Pl as w, Rd as C, Ro as m, S as b, Vo as R, W as P, Wc as V, Xa as g, Xu as p, _n as v, ec as z, it as M, ss as W, su as f, w as j, x, yc as y, zd as B, zl as E, zo as H } from "./useViewerSettingsDialog-DDQvhhvK.js";
|
|
2
|
+
import { C as I, E as L, H as O, S as T, T as X, U as D, V as F, W as G, a as N, d as U, i as _, l as h, n as k, r as q, t as A, u as J, w as K } from "./viewer-DiY5zqg0.js";
|
|
3
3
|
export { v as AUDIENCE_HASH, U as CollaborationCursors, F as CollaborationStatusIndicator, L as ElementRenderer, h as FollowModeBar, S as PPTX_OPEN_ACCEPT, n as PRESENTATION_OPEN_EXTENSIONS, N as PowerPointViewer, J as RemoteSelectionOverlay, I as RibbonToolbar, T as SlideCanvas, X as SlideStage, g as clearAudienceContent, K as cn, m as defaultCssVars, H as defaultRadius, R as defaultThemeColors, x as exportAllSlidesToSvg, b as exportAllSlidesToSvgBlobs, s as exportSlideToSvg, j as exportSlideToSvgBlob, W as forgetSessionDeck, z as getSessionTabId, y as isAudienceTab, u as isLegacyBinaryPresentation, l as isSupportedPresentationFile, V as loadAudienceContent, e as loadSessionDeck, c as parseAudienceNonce, w as parsePresentationSessionId, E as presentationBaseName, O as provideViewerTheme, f as rememberSessionDeck, P as renderToCanvas, r as restoreSessionDeck, p as savedPresentationFileName, o as storeAudienceContent, d as themeToCssVars, M as useCollaboration, A as useCollaborativeHistory, k as useCollaborativeState, q as usePresenceTracking, D as useThemeStyle, G as useViewerTheme, _ as useYjsProvider, i as vermilionDarkColors, t as vermilionDarkTheme, C as vermilionLightColors, B as vermilionLightTheme, a as vermilionRadius };
|
package/dist/index.js.br
CHANGED
|
Binary file
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
package/dist/internals.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("./useViewerSettingsDialog-
|
|
2
|
+
const e = require("./useViewerSettingsDialog-BwPALPfo.cjs");
|
|
3
3
|
exports.DEFAULT_MAX_VERSIONS = e.DEFAULT_MAX_VERSIONS, exports.ERASER_RADIUS = e.ERASER_RADIUS, exports.HIGHLIGHTER_OPACITY = e.HIGHLIGHTER_OPACITY, exports.HIGHLIGHTER_WIDTH = e.HIGHLIGHTER_WIDTH, exports.MOBILE_BREAKPOINT = e.MOBILE_BREAKPOINT, exports.MOBILE_LANDSCAPE_MAX_HEIGHT = e.MOBILE_LANDSCAPE_MAX_HEIGHT, exports.NUDGE_LARGE = e.NUDGE_LARGE, exports.NUDGE_SMALL = e.NUDGE_SMALL, exports.PEN_WIDTH = e.PEN_WIDTH, exports.RIBBON_ALIGN = e.RIBBON_ALIGN, exports.SHORTCUT_CATALOG = e.SHORTCUT_CATALOG, exports.SHORTCUT_GROUP_LABEL_KEYS = e.SHORTCUT_GROUP_LABEL_KEYS, exports.SMARTART_COLOR_SCHEMES = e.SMARTART_COLOR_SCHEMES, exports.SMARTART_STYLE_OPTIONS = e.SMARTART_STYLE_OPTIONS, exports.SmartArt3DKey = e.SmartArt3DKey, exports.TABLET_BREAKPOINT = e.TABLET_BREAKPOINT, exports.TableSelectionKey = e.TableSelectionKey, exports.buildClickGroups = e.buildClickGroups, exports.buildStrokePathD = e.buildStrokePathD, exports.computeCellSelection = e.computeCellSelection, exports.computeDocumentStatistics = e.computeDocumentStatistics, exports.computeElapsed = e.computeElapsed, exports.countWords = e.countWords, exports.createStroke = e.createStroke, exports.eraseStrokesAtPoint = e.eraseStrokesAtPoint, exports.formatRehearseMs = e.formatRehearseMs, exports.generateCommentId = e.generateCommentId, exports.groupShortcutCatalog = e.groupShortcutCatalog, exports.injectTableSelection = e.injectTableSelection, exports.inlineEditorRect = e.inlineEditorRect, exports.isMobileViewport = e.isMobileViewport, exports.nodeIdsInRenderOrder = e.nodeIdsInRenderOrder, exports.parseSignaturesFromBuffer = e.parseSignaturesFromBuffer, exports.provideTableSelection = e.provideTableSelection, exports.resolveShortcutAction = e.resolveShortcutAction, exports.smartArtLayoutLabel = e.smartArtLayoutLabel, exports.textNodeIdsInRenderOrder = e.textNodeIdsInRenderOrder, exports.toShapePreset = e.toShapePreset, exports.useAccessibility = e.useAccessibility, exports.useAlignGroup = e.useAlignGroup, exports.useAnimationPlayback = e.useAnimationPlayback, exports.useAutosave = e.useAutosave, exports.useChartEditing = e.useChartEditing, exports.useCollaboration = e.useCollaboration, exports.useCollaborationWiring = e.useCollaborationWiring, exports.useColorChangeImage = e.useColorChangeImage, exports.useComments = e.useComments, exports.useCommentsWiring = e.useCommentsWiring, exports.useContextMenu = e.useContextMenu, exports.useCustomShows = e.useCustomShows, exports.useCustomShowsWiring = e.useCustomShowsWiring, exports.useDebouncedCallback = e.useDebouncedCallback, exports.useDocumentPropertiesDialog = e.useDocumentPropertiesDialog, exports.useDocumentStatistics = e.useDocumentStatistics, exports.useEditorHistory = e.useEditorHistory, exports.useEditorKeyboard = e.useEditorKeyboard, exports.useEditorOperations = e.useEditorOperations, exports.useElementDrag = e.useElementDrag, exports.useElementInsertion = e.useElementInsertion, exports.useEmbeddedFonts = e.useEmbeddedFonts, exports.useExport = e.useExport, exports.useExportProgress = e.useExportProgress, exports.useExportWiring = e.useExportWiring, exports.useFindReplace = e.useFindReplace, exports.useFontEmbedding = e.useFontEmbedding, exports.useFormatPainter = e.useFormatPainter, exports.useHeaderFooterDialog = e.useHeaderFooterDialog, exports.useInkDrawing = e.useInkDrawing, exports.useInlineEditing = e.useInlineEditing, exports.useInsertElementDialogs = e.useInsertElementDialogs, exports.useIsMobile = e.useIsMobile, exports.useKeyboardInsets = e.useKeyboardInsets, exports.useKeyboardShortcuts = e.useKeyboardShortcuts, exports.useLoadContent = e.useLoadContent, exports.useMasterViewState = e.useMasterViewState, exports.useMediaExport = e.useMediaExport, exports.useMobileChrome = e.useMobileChrome, exports.useModel3dScene = e.useModel3dScene, exports.useMultiSelectOps = e.useMultiSelectOps, exports.usePasswordProtection = e.usePasswordProtection, exports.usePresentationAnnotations = e.usePresentationAnnotations, exports.usePresentationModeWiring = e.usePresentationModeWiring, exports.usePrint = e.usePrint, exports.useRehearseTimings = e.useRehearseTimings, exports.useRibbonActions = e.useRibbonActions, exports.useRibbonProps = e.useRibbonProps, exports.useRibbonUiState = e.useRibbonUiState, exports.useSectionOperations = e.useSectionOperations, exports.useSelectionPaneWiring = e.useSelectionPaneWiring, exports.useSheetDismissDrag = e.useSheetDismissDrag, exports.useSignatureWorkflow = e.useSignatureWorkflow, exports.useSignatures = e.useSignatures, exports.useSlideMutations = e.useSlideMutations, exports.useSlideOperations = e.useSlideOperations, exports.useSlideShowSettings = e.useSlideShowSettings, exports.useSlideTemplateInsertion = e.useSlideTemplateInsertion, exports.useSmartArt3D = e.useSmartArt3D, exports.useSmartArtEditing = e.useSmartArtEditing, exports.useSmartArtFocus = e.useSmartArtFocus, exports.useSmartArtHoverRect = e.useSmartArtHoverRect, exports.useSmartArtInlineEditState = e.useSmartArtInlineEditState, exports.useSmartArtNodeEditContext = e.useSmartArtNodeEditContext, exports.useTableCellEditingContext = e.useTableCellEditingContext, exports.useTableCellSelection = e.useTableCellSelection, exports.useThemeEditing = e.useThemeEditing, exports.useToolbarAutoHide = e.useToolbarAutoHide, exports.useToolbarVisibility = e.useToolbarVisibility, exports.useTouchGestures = e.useTouchGestures, exports.useVersionHistory = e.useVersionHistory, exports.useVersionHistoryWiring = e.useVersionHistoryWiring, exports.useViewerSettingsDialog = e.useViewerSettingsDialog;
|
package/dist/internals.cjs.br
CHANGED
|
Binary file
|
package/dist/internals.cjs.gz
CHANGED
|
Binary file
|
package/dist/internals.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as s, $t as a, A as t, At as n, B as r, Bt as o, Ct as e, D as i, E as g, F as c, Fc as f, Ft as m, G as p, Gt as b, H as h, Ht as j, I as k, It as l, J as u, Jt as x, K as y, Kt as F, L as V, Lt as d, M as q, Mt as v, N as z, Nt as A, O as B, P as D, Pt as G, Q as H, R as I, Rt as J, St as K, T as L, U as M, V as N, Vt as P, Wt as R, X as S, Xt as X, Y as $, Z as _, _ as w, _t as C, a as E, an as O, at as Q, b as T, br as U, bt as W, c as Y, co as Z, ct as ss, d as as, dt as ts, ea as ns, en as rs, et as os, f as es, fn as is, ft as gs, g as cs, gr as fs, gt as ms, h as ps, hr as bs, ht as hs, i as js, in as ks, it as ls, j as us, jt as xs, k as ys, ko as Fs, kt as Vs, l as ds, lt as qs, m as vs, mt as zs, n as As, nn as Bs, nt as Ds, o as Gs, oi as Hs, on as Is, ot as Js, p as Ks, pt as Ls, q as Ms, qt as Ns, r as Ps, rn as Rs, rt as Ss, s as Xs, st as $s, t as _s, tn as ws, tt as Cs, u as Es, ut as Os, v as Qs, vt as Ts, xr as Us, xt as Ws, y as Ys, ys as Zs, yt as sa, z as aa, zt as ta } from "./useViewerSettingsDialog-
|
|
1
|
+
import { $ as s, $t as a, A as t, At as n, B as r, Bt as o, Ct as e, D as i, E as g, F as c, Fc as f, Ft as m, G as p, Gt as b, H as h, Ht as j, I as k, It as l, J as u, Jt as x, K as y, Kt as F, L as V, Lt as d, M as q, Mt as v, N as z, Nt as A, O as B, P as D, Pt as G, Q as H, R as I, Rt as J, St as K, T as L, U as M, V as N, Vt as P, Wt as R, X as S, Xt as X, Y as $, Z as _, _ as w, _t as C, a as E, an as O, at as Q, b as T, br as U, bt as W, c as Y, co as Z, ct as ss, d as as, dt as ts, ea as ns, en as rs, et as os, f as es, fn as is, ft as gs, g as cs, gr as fs, gt as ms, h as ps, hr as bs, ht as hs, i as js, in as ks, it as ls, j as us, jt as xs, k as ys, ko as Fs, kt as Vs, l as ds, lt as qs, m as vs, mt as zs, n as As, nn as Bs, nt as Ds, o as Gs, oi as Hs, on as Is, ot as Js, p as Ks, pt as Ls, q as Ms, qt as Ns, r as Ps, rn as Rs, rt as Ss, s as Xs, st as $s, t as _s, tn as ws, tt as Cs, u as Es, ut as Os, v as Qs, vt as Ts, xr as Us, xt as Ws, y as Ys, ys as Zs, yt as sa, z as aa, zt as ta } from "./useViewerSettingsDialog-DDQvhhvK.js";
|
|
2
2
|
export { js as DEFAULT_MAX_VERSIONS, zs as ERASER_RADIUS, hs as HIGHLIGHTER_OPACITY, ms as HIGHLIGHTER_WIDTH, bs as MOBILE_BREAKPOINT, fs as MOBILE_LANDSCAPE_MAX_HEIGHT, U as NUDGE_LARGE, Us as NUDGE_SMALL, C as PEN_WIDTH, w as RIBBON_ALIGN, l as SHORTCUT_CATALOG, d as SHORTCUT_GROUP_LABEL_KEYS, n as SMARTART_COLOR_SCHEMES, xs as SMARTART_STYLE_OPTIONS, O as SmartArt3DKey, Hs as TABLET_BREAKPOINT, R as TableSelectionKey, ns as buildClickGroups, Ts as buildStrokePathD, b as computeCellSelection, Z as computeDocumentStatistics, qs as computeElapsed, Fs as countWords, sa as createStroke, W as eraseStrokesAtPoint, Os as formatRehearseMs, Zs as generateCommentId, J as groupShortcutCatalog, F as injectTableSelection, a as inlineEditorRect, f as isMobileViewport, rs as nodeIdsInRenderOrder, t as parseSignaturesFromBuffer, Ns as provideTableSelection, ta as resolveShortcutAction, v as smartArtLayoutLabel, ws as textNodeIdsInRenderOrder, Qs as toShapePreset, $s as useAccessibility, Js as useAlignGroup, e as useAnimationPlayback, Q as useAutosave, m as useChartEditing, ls as useCollaboration, Ss as useCollaborationWiring, ks as useColorChangeImage, Ds as useComments, Cs as useCommentsWiring, os as useContextMenu, s as useCustomShows, H as useCustomShowsWiring, G as useDebouncedCallback, _ as useDocumentPropertiesDialog, P as useDocumentStatistics, S as useEditorHistory, $ as useEditorKeyboard, u as useEditorOperations, Ms as useElementDrag, y as useElementInsertion, p as useEmbeddedFonts, M as useExport, h as useExportProgress, r as useExportWiring, aa as useFindReplace, I as useFontEmbedding, V as useFormatPainter, k as useHeaderFooterDialog, c as useInkDrawing, D as useInlineEditing, z as useInsertElementDialogs, K as useIsMobile, q as useKeyboardInsets, o as useKeyboardShortcuts, us as useLoadContent, ys as useMasterViewState, N as useMediaExport, B as useMobileChrome, Rs as useModel3dScene, i as useMultiSelectOps, g as usePasswordProtection, Ws as usePresentationAnnotations, L as usePresentationModeWiring, T as usePrint, ts as useRehearseTimings, Ys as useRibbonActions, As as useRibbonProps, cs as useRibbonUiState, ps as useSectionOperations, vs as useSelectionPaneWiring, is as useSheetDismissDrag, Ks as useSignatureWorkflow, ss as useSignatures, es as useSlideMutations, as as useSlideOperations, Es as useSlideShowSettings, ds as useSlideTemplateInsertion, Is as useSmartArt3D, Vs as useSmartArtEditing, A as useSmartArtFocus, X as useSmartArtHoverRect, Bs as useSmartArtInlineEditState, Y as useSmartArtNodeEditContext, Xs as useTableCellEditingContext, x as useTableCellSelection, Gs as useThemeEditing, Ls as useToolbarAutoHide, j as useToolbarVisibility, gs as useTouchGestures, E as useVersionHistory, Ps as useVersionHistoryWiring, _s as useViewerSettingsDialog };
|
package/dist/internals.js.br
CHANGED
|
Binary file
|
package/dist/internals.js.gz
CHANGED
|
Binary file
|