pptx-vue-viewer 1.23.2 → 1.24.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.
Files changed (96) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/composables-unstable.cjs +1 -1
  3. package/dist/composables-unstable.cjs.br +0 -0
  4. package/dist/composables-unstable.cjs.gz +0 -0
  5. package/dist/composables-unstable.js +2 -2
  6. package/dist/composables-unstable.js.br +0 -0
  7. package/dist/composables-unstable.js.gz +0 -0
  8. package/dist/gif-encoder-DiGOohDE.cjs +2 -0
  9. package/dist/gif-encoder-DiGOohDE.cjs.br +0 -0
  10. package/dist/gif-encoder-DiGOohDE.cjs.gz +0 -0
  11. package/dist/gif-encoder-DlNt9zQb.js +2 -0
  12. package/dist/gif-encoder-DlNt9zQb.js.br +0 -0
  13. package/dist/gif-encoder-DlNt9zQb.js.gz +0 -0
  14. package/dist/{i18n-CnaYA09j.js → i18n-DFum-9KW.js} +187 -1
  15. package/dist/i18n-DFum-9KW.js.br +0 -0
  16. package/dist/i18n-DFum-9KW.js.gz +0 -0
  17. package/dist/{i18n-F0JF8XNP.cjs → i18n-YM1M3RlR.cjs} +187 -1
  18. package/dist/i18n-YM1M3RlR.cjs.br +0 -0
  19. package/dist/i18n-YM1M3RlR.cjs.gz +0 -0
  20. package/dist/i18n.cjs +1 -1
  21. package/dist/i18n.cjs.br +0 -0
  22. package/dist/i18n.cjs.gz +0 -0
  23. package/dist/i18n.js +1 -1
  24. package/dist/i18n.js.br +0 -0
  25. package/dist/i18n.js.gz +0 -0
  26. package/dist/index.cjs +1 -1
  27. package/dist/index.cjs.br +0 -0
  28. package/dist/index.cjs.gz +0 -0
  29. package/dist/index.js +3 -3
  30. package/dist/index.js.br +0 -0
  31. package/dist/index.js.gz +0 -0
  32. package/dist/pptx-vue-viewer.css +1 -1
  33. package/dist/pptx-vue-viewer.css.br +0 -0
  34. package/dist/pptx-vue-viewer.css.gz +0 -0
  35. package/dist/{useViewerSettingsDialog-DipQyqZR.cjs → useViewerSettingsDialog-Cg6Q_fz7.cjs} +3024 -2234
  36. package/dist/useViewerSettingsDialog-Cg6Q_fz7.cjs.br +0 -0
  37. package/dist/useViewerSettingsDialog-Cg6Q_fz7.cjs.gz +0 -0
  38. package/dist/{useViewerSettingsDialog-pIBrqIvC.js → useViewerSettingsDialog-DafO1Swj.js} +2946 -2211
  39. package/dist/useViewerSettingsDialog-DafO1Swj.js.br +0 -0
  40. package/dist/useViewerSettingsDialog-DafO1Swj.js.gz +0 -0
  41. package/dist/viewer/PowerPointViewer.vue.d.ts.map +1 -1
  42. package/dist/viewer/components/PresentationMode.vue.d.ts +5 -0
  43. package/dist/viewer/components/PresentationMode.vue.d.ts.map +1 -1
  44. package/dist/viewer/components/SettingsDialog.vue.d.ts +15 -30
  45. package/dist/viewer/components/SettingsDialog.vue.d.ts.map +1 -1
  46. package/dist/viewer/components/settings/OptionsAddInsPane.vue.d.ts +9 -0
  47. package/dist/viewer/components/settings/OptionsAddInsPane.vue.d.ts.map +1 -0
  48. package/dist/viewer/components/settings/OptionsControlRow.vue.d.ts +10 -0
  49. package/dist/viewer/components/settings/OptionsControlRow.vue.d.ts.map +1 -0
  50. package/dist/viewer/components/settings/OptionsPane.vue.d.ts +24 -0
  51. package/dist/viewer/components/settings/OptionsPane.vue.d.ts.map +1 -0
  52. package/dist/viewer/components/settings/OptionsQuickAccessPane.vue.d.ts +10 -0
  53. package/dist/viewer/components/settings/OptionsQuickAccessPane.vue.d.ts.map +1 -0
  54. package/dist/viewer/components/settings/OptionsRibbonPane.vue.d.ts +10 -0
  55. package/dist/viewer/components/settings/OptionsRibbonPane.vue.d.ts.map +1 -0
  56. package/dist/viewer/composables/useAutosave.d.ts +6 -2
  57. package/dist/viewer/composables/useAutosave.d.ts.map +1 -1
  58. package/dist/viewer/composables/useEditorHistory.d.ts +10 -1
  59. package/dist/viewer/composables/useEditorHistory.d.ts.map +1 -1
  60. package/dist/viewer/composables/useInlineEditing.d.ts +7 -0
  61. package/dist/viewer/composables/useInlineEditing.d.ts.map +1 -1
  62. package/dist/viewer/composables/useViewerOptionsStore.d.ts +27 -0
  63. package/dist/viewer/composables/useViewerOptionsStore.d.ts.map +1 -0
  64. package/dist/viewer/composables/useViewerSettingsDialog.d.ts +13 -2
  65. package/dist/viewer/composables/useViewerSettingsDialog.d.ts.map +1 -1
  66. package/dist/viewer/index.cjs +1 -1
  67. package/dist/viewer/index.cjs.br +0 -0
  68. package/dist/viewer/index.cjs.gz +0 -0
  69. package/dist/viewer/index.js +3 -3
  70. package/dist/viewer/index.js.br +0 -0
  71. package/dist/viewer/index.js.gz +0 -0
  72. package/dist/{viewer-8CW4gBeB.cjs → viewer-B6XUNShD.cjs} +2972 -2616
  73. package/dist/viewer-B6XUNShD.cjs.br +0 -0
  74. package/dist/viewer-B6XUNShD.cjs.gz +0 -0
  75. package/dist/{viewer-DV3MjTSD.js → viewer-Dea4NyhT.js} +8385 -8029
  76. package/dist/viewer-Dea4NyhT.js.br +0 -0
  77. package/dist/viewer-Dea4NyhT.js.gz +0 -0
  78. package/package.json +1 -1
  79. package/dist/gif-encoder-L4uIIOmL.cjs +0 -2
  80. package/dist/gif-encoder-L4uIIOmL.cjs.br +0 -0
  81. package/dist/gif-encoder-L4uIIOmL.cjs.gz +0 -0
  82. package/dist/gif-encoder-xdcrgUzu.js +0 -2
  83. package/dist/gif-encoder-xdcrgUzu.js.br +0 -0
  84. package/dist/gif-encoder-xdcrgUzu.js.gz +0 -0
  85. package/dist/i18n-CnaYA09j.js.br +0 -0
  86. package/dist/i18n-CnaYA09j.js.gz +0 -0
  87. package/dist/i18n-F0JF8XNP.cjs.br +0 -0
  88. package/dist/i18n-F0JF8XNP.cjs.gz +0 -0
  89. package/dist/useViewerSettingsDialog-DipQyqZR.cjs.br +0 -0
  90. package/dist/useViewerSettingsDialog-DipQyqZR.cjs.gz +0 -0
  91. package/dist/useViewerSettingsDialog-pIBrqIvC.js.br +0 -0
  92. package/dist/useViewerSettingsDialog-pIBrqIvC.js.gz +0 -0
  93. package/dist/viewer-8CW4gBeB.cjs.br +0 -0
  94. package/dist/viewer-8CW4gBeB.cjs.gz +0 -0
  95. package/dist/viewer-DV3MjTSD.js.br +0 -0
  96. package/dist/viewer-DV3MjTSD.js.gz +0 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project are documented here.
4
4
  This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
5
5
  by [git-cliff](https://git-cliff.org); do not edit it by hand.
6
6
 
7
+ ## [1.23.2](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.23.2) - 2026-07-18
8
+
9
+ ### Documentation
10
+
11
+ - Correct and expand the per-package npm readmes (by @ChristopherVR) ([46f7c57](https://github.com/ChristopherVR/pptx-viewer/commit/46f7c573701a19e91c507d41ebdc956c64699c38))
12
+
7
13
  ## [1.23.1](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.23.1) - 2026-07-18
8
14
 
9
15
  ## [1.23.0](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.23.0) - 2026-07-18
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const e = require("./useViewerSettingsDialog-DipQyqZR.cjs");
2
+ const e = require("./useViewerSettingsDialog-Cg6Q_fz7.cjs");
3
3
  let t = require("vue");
4
4
  function s(e) {
5
5
  const t = /* @__PURE__ */ new Set(), s = [];
Binary file
Binary file
@@ -1,4 +1,4 @@
1
- import { $ as a, $n as s, $t as t, A as e, Ar as n, At as u, B as l, Bt as i, Ct as o, D as c, Dt as r, E as v, Et as f, F as d, G as g, Gt as h, H as m, Ht as p, I as S, J as w, Jt as y, K as j, Kt as A, L as D, M as E, Mt as M, N as V, Nt as $, O as k, Ot as q, P as x, Q as z, R as B, Ra as G, Si as H, St as I, T as J, Tt as K, U as N, Ut as O, V as R, Vt as T, W as U, Wt as W, X, Xt as Y, Y as Z, Yt as _, Z as b, Zt as C, _ as F, _t as L, a as P, an as Q, at as aa, bt as sa, c as ta, cn as ea, ct as na, d as ua, dr as la, dt as ia, er as oa, et as ca, f as ra, ft as va, g as fa, gt as da, h as ga, hn as ha, ht as ma, i as pa, ii as Sa, in as wa, it as ya, j as ja, jt as Aa, k as Da, kt as Ea, l as Ma, ln as Va, m as $a, mt as ka, n as qa, nn as xa, nt as za, o as Ba, on as Ga, ot as Ha, p as Ia, pt as Ja, q as Ka, qt as Na, r as Oa, rn as Ra, rt as Ta, s as Ua, sn as Wa, st as Xa, t as Ya, tt as Za, u as _a, v as ba, vt as Ca, w as Fa, wt as La, xt as Pa, y as Qa, yt as as, z as ss, zt as ts } from "./useViewerSettingsDialog-pIBrqIvC.js";
1
+ import { $ as a, $t as s, A as t, At as e, B as n, Bt as u, Ct as l, D as i, Dt as c, E as o, Ei as r, Et as v, F as f, G as d, Gt as g, H as h, Ht as m, I as p, J as w, Jt as y, K as E, Kt as S, L as j, M as D, Mt as M, N as V, Nt as W, O as k, Ot as q, P as x, Pr as z, Q as A, R as B, St as G, T as H, Tt as I, U as J, Ut as K, V as N, Vt as O, W as P, Wa as T, Wt as U, X, Xt as Y, Y as Z, Yt as $, Z as _, Zt as b, _ as C, _t as F, a as L, an as Q, at as R, bt as aa, c as sa, ci as ta, cn as ea, ct as na, d as ua, dt as la, er as ia, et as ca, f as oa, fr as ra, ft as va, g as fa, gt as da, h as ga, hn as ha, ht as ma, i as pa, in as wa, it as ya, j as Ea, jt as Sa, k as ja, kt as Da, l as Ma, ln as Va, m as Wa, mt as ka, n as qa, nn as xa, nt as za, o as Aa, on as Ba, ot as Ga, p as Ha, pt as Ia, q as Ja, qt as Ka, r as Na, rn as Oa, rt as Pa, s as Ta, sn as Ua, st as Xa, t as Ya, tr as Za, tt as $a, u as _a, v as ba, vt as Ca, w as Fa, wt as La, xt as Qa, y as Ra, yt as as, z as ss, zt as ts } from "./useViewerSettingsDialog-DafO1Swj.js";
2
2
  import { computed as es, readonly as ns, ref as us } from "vue";
3
3
  function ls(a = []) {
4
4
  const s = us(is(a)), t = es(() => 0 === s.value.length);
@@ -27,4 +27,4 @@ function is(a) {
27
27
  for (const e of a) s.has(e) || (s.add(e), t.push(e));
28
28
  return t;
29
29
  }
30
- export { Oa as DEFAULT_MAX_VERSIONS, La as ERASER_RADIUS, K as HIGHLIGHTER_OPACITY, f as HIGHLIGHTER_WIDTH, s as MOBILE_BREAKPOINT, oa as MOBILE_LANDSCAPE_MAX_HEIGHT, va as NUDGE_LARGE, Ja as NUDGE_SMALL, r as PEN_WIDTH, fa as RIBBON_ALIGN, ka as SHORTCUT_CATALOG, ma as SHORTCUT_GROUP_LABEL_KEYS, i as SMARTART_COLOR_SCHEMES, T as SMARTART_STYLE_OPTIONS, ea as SmartArt3DKey, la as TABLET_BREAKPOINT, Na as TableSelectionKey, n as buildClickGroups, D as buildSearchRegex, q as buildStrokePathD, y as computeCellSelection, Sa as computeDocumentStatistics, as as computeElapsed, H as countWords, Ea as createStroke, u as eraseStrokesAtPoint, B as findMatches, sa as formatRehearseMs, za as generateCommentId, da as groupShortcutCatalog, _ as injectTableSelection, xa as inlineEditorRect, G as isMobileViewport, Ra as nodeIdsInRenderOrder, Y as provideTableSelection, ss as replaceInElement, L as resolveShortcutAction, p as smartArtLayoutLabel, wa as textNodeIdsInRenderOrder, F as toShapePreset, na as useAccessibility, Xa as useAlignGroup, $ as useAnimationPlayback, Ha as useAutosave, h as useChartEditing, aa as useCollaboration, ya as useCollaborationWiring, Wa as useColorChangeImage, Ta as useComments, Za as useCommentsWiring, ca as useContextMenu, a as useCustomShows, z as useCustomShowsWiring, W as useDebouncedCallback, b as useDocumentPropertiesDialog, A as useDocumentStatistics, X as useEditorHistory, Z as useEditorKeyboard, w as useEditorOperations, Ka as useElementDrag, j as useElementInsertion, g as useEmbeddedFonts, U as useExport, N as useExportProgress, R as useExportWiring, l as useFindReplace, S as useFontEmbedding, d as useFormatPainter, x as useHeaderFooterDialog, V as useInkDrawing, E as useInlineEditing, ja as useInsertElementDialogs, M as useIsMobile, e as useKeyboardInsets, Ca as useKeyboardShortcuts, Da as useLoadContent, k as useMasterViewState, m as useMediaExport, c as useMobileChrome, Ga as useModel3dScene, v as useMultiSelectOps, J as usePasswordProtection, Aa as usePresentationAnnotations, Fa as usePresentationModeWiring, Qa as usePrint, Pa as useRehearseTimings, ba as useRibbonActions, ga as useRibbonProps, $a as useRibbonUiState, Ia as useSectionOperations, ls as useSelection, ra as useSelectionPaneWiring, ha as useSheetDismissDrag, ua as useSignatureWorkflow, ia as useSignatures, _a as useSlideMutations, Ma as useSlideOperations, ta as useSlideShowSettings, Va as useSmartArt3D, ts as useSmartArtEditing, O as useSmartArtFocus, t as useSmartArtHoverRect, Q as useSmartArtInlineEditState, Ua as useSmartArtNodeEditContext, Ba as useTableCellEditingContext, C as useTableCellSelection, P as useThemeEditing, o as useToolbarAutoHide, I as useTouchGestures, pa as useVersionHistory, qa as useVersionHistoryWiring, Ya as useViewerSettingsDialog };
30
+ export { Na as DEFAULT_MAX_VERSIONS, La as ERASER_RADIUS, I as HIGHLIGHTER_OPACITY, v as HIGHLIGHTER_WIDTH, ia as MOBILE_BREAKPOINT, Za as MOBILE_LANDSCAPE_MAX_HEIGHT, va as NUDGE_LARGE, Ia as NUDGE_SMALL, c as PEN_WIDTH, fa as RIBBON_ALIGN, ka as SHORTCUT_CATALOG, ma as SHORTCUT_GROUP_LABEL_KEYS, u as SMARTART_COLOR_SCHEMES, O as SMARTART_STYLE_OPTIONS, ea as SmartArt3DKey, ra as TABLET_BREAKPOINT, Ka as TableSelectionKey, z as buildClickGroups, j as buildSearchRegex, q as buildStrokePathD, y as computeCellSelection, ta as computeDocumentStatistics, as as computeElapsed, r as countWords, Da as createStroke, e as eraseStrokesAtPoint, B as findMatches, aa as formatRehearseMs, za as generateCommentId, da as groupShortcutCatalog, $ as injectTableSelection, xa as inlineEditorRect, T as isMobileViewport, Oa as nodeIdsInRenderOrder, Y as provideTableSelection, ss as replaceInElement, F as resolveShortcutAction, m as smartArtLayoutLabel, wa as textNodeIdsInRenderOrder, C as toShapePreset, na as useAccessibility, Xa as useAlignGroup, W as useAnimationPlayback, Ga as useAutosave, g as useChartEditing, R as useCollaboration, ya as useCollaborationWiring, Ua as useColorChangeImage, Pa as useComments, $a as useCommentsWiring, ca as useContextMenu, a as useCustomShows, A as useCustomShowsWiring, U as useDebouncedCallback, _ as useDocumentPropertiesDialog, S as useDocumentStatistics, X as useEditorHistory, Z as useEditorKeyboard, w as useEditorOperations, Ja as useElementDrag, E as useElementInsertion, d as useEmbeddedFonts, P as useExport, J as useExportProgress, N as useExportWiring, n as useFindReplace, p as useFontEmbedding, f as useFormatPainter, x as useHeaderFooterDialog, V as useInkDrawing, D as useInlineEditing, Ea as useInsertElementDialogs, M as useIsMobile, t as useKeyboardInsets, Ca as useKeyboardShortcuts, ja as useLoadContent, k as useMasterViewState, h as useMediaExport, i as useMobileChrome, Ba as useModel3dScene, o as useMultiSelectOps, H as usePasswordProtection, Sa as usePresentationAnnotations, Fa as usePresentationModeWiring, Ra as usePrint, Qa as useRehearseTimings, ba as useRibbonActions, ga as useRibbonProps, Wa as useRibbonUiState, Ha as useSectionOperations, ls as useSelection, oa as useSelectionPaneWiring, ha as useSheetDismissDrag, ua as useSignatureWorkflow, la as useSignatures, _a as useSlideMutations, Ma as useSlideOperations, sa as useSlideShowSettings, Va as useSmartArt3D, ts as useSmartArtEditing, K as useSmartArtFocus, s as useSmartArtHoverRect, Q as useSmartArtInlineEditState, Ta as useSmartArtNodeEditContext, Aa as useTableCellEditingContext, b as useTableCellSelection, L as useThemeEditing, l as useToolbarAutoHide, G as useTouchGestures, pa as useVersionHistory, qa as useVersionHistoryWiring, Ya as useViewerSettingsDialog };
Binary file
Binary file
@@ -0,0 +1,2 @@
1
+ const e = require("./useViewerSettingsDialog-Cg6Q_fz7.cjs");
2
+ exports.encodeGif = e.encodeGif;
Binary file
Binary file
@@ -0,0 +1,2 @@
1
+ import { Bi as e } from "./useViewerSettingsDialog-DafO1Swj.js";
2
+ export { e as encodeGif };
Binary file
Binary file
@@ -2390,7 +2390,193 @@ var t = {
2390
2390
  "pptx.connectorArrows.startLength": "Start Length",
2391
2391
  "pptx.connectorArrows.endLength": "End Length",
2392
2392
  "pptx.slideThumbnail.transitionTooltip": "Transition: {{name}}",
2393
- "pptx.ribbon.groupShapeStyles": "Shape Styles"
2393
+ "pptx.ribbon.groupShapeStyles": "Shape Styles",
2394
+ "pptx.options.title": "Options",
2395
+ "pptx.options.resetAll": "Reset all options",
2396
+ "pptx.options.resetTab": "Reset this tab",
2397
+ "pptx.options.general.description": "General options for working with the viewer.",
2398
+ "pptx.options.general.userInterface": "User Interface options",
2399
+ "pptx.options.general.displayOptimization": "When using multiple displays",
2400
+ "pptx.options.displayOptimization.appearance": "Optimize for best appearance",
2401
+ "pptx.options.displayOptimization.compatibility": "Optimize for compatibility",
2402
+ "pptx.options.general.showMiniToolbar": "Show Mini Toolbar on selection",
2403
+ "pptx.options.general.showMiniToolbarInfo": "Shows the floating formatting toolbar when you select text.",
2404
+ "pptx.options.general.enableLivePreview": "Enable Live Preview",
2405
+ "pptx.options.general.enableLivePreviewInfo": "Previews formatting changes on the slide as you hover over gallery choices.",
2406
+ "pptx.options.general.collapseRibbon": "Collapse the ribbon automatically",
2407
+ "pptx.options.general.collapseSearch": "Collapse the search box by default",
2408
+ "pptx.options.general.screenTipStyle": "ScreenTip style",
2409
+ "pptx.options.screenTipStyle.descriptions": "Show feature descriptions in ScreenTips",
2410
+ "pptx.options.screenTipStyle.plain": "Don't show feature descriptions in ScreenTips",
2411
+ "pptx.options.screenTipStyle.off": "Don't show ScreenTips",
2412
+ "pptx.options.general.personalize": "Personalize your copy of the viewer",
2413
+ "pptx.options.general.userName": "User name",
2414
+ "pptx.options.general.userInitials": "Initials",
2415
+ "pptx.options.general.appearance": "Viewer theme",
2416
+ "pptx.options.general.startup": "Start up options",
2417
+ "pptx.options.general.showStartScreen": "Show the Start screen when this application starts",
2418
+ "pptx.options.proofing.label": "Proofing",
2419
+ "pptx.options.proofing.description": "Change how the viewer corrects and formats your text.",
2420
+ "pptx.options.proofing.autoCorrect": "AutoCorrect options",
2421
+ "pptx.options.proofing.autoCorrectDescription": "Change how text is corrected and formatted as you type.",
2422
+ "pptx.options.proofing.twoInitialCapitals": "Correct TWo INitial CApitals",
2423
+ "pptx.options.proofing.capitalizeFirstLetter": "Capitalize first letter of sentences",
2424
+ "pptx.options.proofing.capitalizeDayNames": "Capitalize names of days",
2425
+ "pptx.options.proofing.smartQuotes": "Replace straight quotes with smart quotes",
2426
+ "pptx.options.proofing.hyphensToDash": "Replace hyphens (--) with dash",
2427
+ "pptx.options.proofing.fractions": "Replace fractions (1/2) with fraction characters (½)",
2428
+ "pptx.options.proofing.ordinals": "Replace ordinals (1st) with superscript",
2429
+ "pptx.options.proofing.spellingOffice": "When correcting spelling",
2430
+ "pptx.options.proofing.ignoreUppercase": "Ignore words in UPPERCASE",
2431
+ "pptx.options.proofing.ignoreWordsWithNumbers": "Ignore words that contain numbers",
2432
+ "pptx.options.proofing.ignoreInternetAddresses": "Ignore Internet and file addresses",
2433
+ "pptx.options.proofing.flagRepeatedWords": "Flag repeated words",
2434
+ "pptx.options.proofing.spellingViewer": "When correcting spelling in the viewer",
2435
+ "pptx.options.proofing.checkSpellingAsYouType": "Check spelling as you type",
2436
+ "pptx.options.proofing.hideSpellingErrors": "Hide spelling errors",
2437
+ "pptx.options.save.label": "Save",
2438
+ "pptx.options.save.description": "Customize how documents are saved.",
2439
+ "pptx.options.save.savePresentations": "Save presentations",
2440
+ "pptx.options.save.autoSave": "Save changes automatically (AutoSave)",
2441
+ "pptx.options.save.autoSaveInfo": "Snapshots are stored locally and offered for recovery when you reopen.",
2442
+ "pptx.options.save.defaultFormat": "Save files in this format",
2443
+ "pptx.options.saveFormat.pptx": "PowerPoint Presentation (*.pptx)",
2444
+ "pptx.options.saveFormat.pdf": "PDF Document (*.pdf)",
2445
+ "pptx.options.saveFormat.png": "PNG Images (*.png)",
2446
+ "pptx.options.save.autoRecoverInterval": "Save AutoRecover information every",
2447
+ "pptx.options.save.minutes": "minutes",
2448
+ "pptx.options.save.keepLastAutoRecovered": "Keep the last AutoRecovered version if I close without saving",
2449
+ "pptx.options.save.fidelity": "Preserve fidelity when sharing this presentation",
2450
+ "pptx.options.save.embedFonts": "Embed fonts in the file",
2451
+ "pptx.options.save.embedFontsInfo": "Embedding fonts increases file size but keeps text identical on other devices.",
2452
+ "pptx.options.save.embedAllCharacters": "Embed all characters (best for editing by other people)",
2453
+ "pptx.options.save.cache": "Cache Settings",
2454
+ "pptx.options.save.cacheRetentionDays": "Days to keep files in the local document cache",
2455
+ "pptx.options.save.days": "days",
2456
+ "pptx.options.save.clearCacheOnClose": "Delete files from the local document cache when they are closed",
2457
+ "pptx.options.save.clearCacheNow": "Delete cached files",
2458
+ "pptx.options.save.clearCacheDescription": "Deletes locally stored recovery snapshots and recent files. This does not affect the open presentation.",
2459
+ "pptx.options.language.description": "Set the viewer language preferences.",
2460
+ "pptx.options.language.displayLanguage": "Display language",
2461
+ "pptx.options.language.displayLanguageDescription": "Buttons, menus, and other controls will show in the selected language.",
2462
+ "pptx.options.accessibility.label": "Accessibility",
2463
+ "pptx.options.accessibility.description": "Make the viewer more accessible.",
2464
+ "pptx.options.accessibility.assistant": "Make your document accessible to others",
2465
+ "pptx.options.accessibility.showStatus": "Show accessibility status in the status bar",
2466
+ "pptx.options.accessibility.feedback": "Feedback options",
2467
+ "pptx.options.accessibility.feedbackWithSound": "Provide feedback with sound",
2468
+ "pptx.options.accessibility.soundScheme": "Sound Scheme",
2469
+ "pptx.options.soundScheme.modern": "Modern",
2470
+ "pptx.options.soundScheme.classic": "Classic",
2471
+ "pptx.options.accessibility.display": "Application display options",
2472
+ "pptx.options.accessibility.showShortcutKeys": "Show shortcut keys in ScreenTips",
2473
+ "pptx.options.advanced.label": "Advanced",
2474
+ "pptx.options.advanced.description": "Advanced options for working with the viewer.",
2475
+ "pptx.options.advanced.editing": "Editing options",
2476
+ "pptx.options.advanced.autoSelectWord": "When selecting, automatically select entire word",
2477
+ "pptx.options.advanced.textDragAndDrop": "Allow text to be dragged and dropped",
2478
+ "pptx.options.advanced.maximumUndoSteps": "Maximum number of undos",
2479
+ "pptx.options.advanced.cutCopyPaste": "Cut, copy, and paste",
2480
+ "pptx.options.advanced.smartCutAndPaste": "Use smart cut and paste",
2481
+ "pptx.options.advanced.showPasteOptions": "Show Paste Options button when content is pasted",
2482
+ "pptx.options.advanced.imageQuality": "Image Size and Quality",
2483
+ "pptx.options.advanced.doNotCompressImages": "Do not compress images in file",
2484
+ "pptx.options.advanced.defaultResolution": "Default resolution",
2485
+ "pptx.options.resolution.highFidelity": "High fidelity",
2486
+ "pptx.options.resolution.ppi330": "330 ppi",
2487
+ "pptx.options.resolution.ppi220": "220 ppi",
2488
+ "pptx.options.resolution.ppi150": "150 ppi",
2489
+ "pptx.options.resolution.ppi96": "96 ppi",
2490
+ "pptx.options.advanced.chart": "Chart",
2491
+ "pptx.options.advanced.chartFollowDataPoint": "Properties follow chart data point",
2492
+ "pptx.options.advanced.display": "Display",
2493
+ "pptx.options.advanced.recentCount": "Show this number of Recent Presentations",
2494
+ "pptx.options.advanced.disableHardwareAcceleration": "Disable hardware graphics acceleration",
2495
+ "pptx.options.advanced.openDocumentsView": "Open all documents using this view",
2496
+ "pptx.options.openView.savedView": "The view saved in the file",
2497
+ "pptx.options.openView.normal": "Normal",
2498
+ "pptx.options.openView.outline": "Outline",
2499
+ "pptx.options.openView.slideSorter": "Slide Sorter",
2500
+ "pptx.options.openView.notes": "Notes",
2501
+ "pptx.options.advanced.slideShow": "Slide Show",
2502
+ "pptx.options.advanced.showMenuOnRightClick": "Show menu on right mouse click",
2503
+ "pptx.options.advanced.showPopupToolbar": "Show popup toolbar",
2504
+ "pptx.options.advanced.promptKeepInk": "Prompt to keep ink annotations when exiting",
2505
+ "pptx.options.advanced.endWithBlackSlide": "End with black slide",
2506
+ "pptx.options.advanced.print": "Print",
2507
+ "pptx.options.advanced.printInBackground": "Print in background",
2508
+ "pptx.options.advanced.printHighQuality": "High quality",
2509
+ "pptx.options.advanced.printUseMostRecent": "Use the most recently used print settings",
2510
+ "pptx.options.advanced.printWhat": "Print what",
2511
+ "pptx.options.printWhat.slides": "Full Page Slides",
2512
+ "pptx.options.printWhat.handouts": "Handouts",
2513
+ "pptx.options.printWhat.notes": "Notes Pages",
2514
+ "pptx.options.printWhat.outline": "Outline",
2515
+ "pptx.options.advanced.printColorMode": "Color/grayscale",
2516
+ "pptx.options.printColorMode.color": "Color",
2517
+ "pptx.options.printColorMode.grayscale": "Grayscale",
2518
+ "pptx.options.printColorMode.blackAndWhite": "Pure Black and White",
2519
+ "pptx.options.advanced.printHiddenSlides": "Print hidden slides",
2520
+ "pptx.options.advanced.printScaleToFit": "Scale to fit paper",
2521
+ "pptx.options.advanced.printFrameSlides": "Frame slides",
2522
+ "pptx.options.ribbon.label": "Customize Ribbon",
2523
+ "pptx.options.ribbon.description": "Customize the ribbon.",
2524
+ "pptx.options.ribbon.tabsTitle": "Main Tabs",
2525
+ "pptx.options.ribbon.tabsDescription": "Untick a tab to hide it from the ribbon. The File tab is always shown.",
2526
+ "pptx.options.ribbon.reset": "Reset ribbon customizations",
2527
+ "pptx.options.quickAccess.label": "Quick Access Toolbar",
2528
+ "pptx.options.quickAccess.description": "Customize the Quick Access Toolbar.",
2529
+ "pptx.options.quickAccess.optionsTitle": "Quick Access Toolbar options",
2530
+ "pptx.options.quickAccess.show": "Show Quick Access Toolbar",
2531
+ "pptx.options.quickAccess.position": "Toolbar Position",
2532
+ "pptx.options.quickAccessPosition.above": "Above Ribbon",
2533
+ "pptx.options.quickAccessPosition.below": "Below Ribbon",
2534
+ "pptx.options.quickAccess.showLabels": "Always show command labels",
2535
+ "pptx.options.quickAccess.chooseCommands": "Choose commands",
2536
+ "pptx.options.quickAccess.currentCommands": "Customize Quick Access Toolbar",
2537
+ "pptx.options.quickAccess.add": "Add",
2538
+ "pptx.options.quickAccess.remove": "Remove",
2539
+ "pptx.options.quickAccess.moveUp": "Move Up",
2540
+ "pptx.options.quickAccess.moveDown": "Move Down",
2541
+ "pptx.options.quickAccess.reset": "Reset",
2542
+ "pptx.options.quickAccess.command.presentFromStart": "From Beginning",
2543
+ "pptx.options.quickAccess.command.print": "Print",
2544
+ "pptx.options.quickAccess.command.exportPdf": "Export as PDF",
2545
+ "pptx.options.quickAccess.command.newSlide": "New Slide",
2546
+ "pptx.options.quickAccess.command.zoomIn": "Zoom In",
2547
+ "pptx.options.quickAccess.command.zoomOut": "Zoom Out",
2548
+ "pptx.options.addIns.label": "Add-ins",
2549
+ "pptx.options.addIns.description": "View and manage viewer capability modules.",
2550
+ "pptx.options.addIns.name": "Name",
2551
+ "pptx.options.addIns.location": "Location",
2552
+ "pptx.options.addIns.type": "Type",
2553
+ "pptx.options.addIns.active": "Active Capability Modules",
2554
+ "pptx.options.addIns.inactive": "Inactive Capability Modules",
2555
+ "pptx.options.addInType.renderer": "Renderer",
2556
+ "pptx.options.addInType.converter": "Converter",
2557
+ "pptx.options.addInType.collaboration": "Collaboration",
2558
+ "pptx.options.addInType.localization": "Localization",
2559
+ "pptx.options.addIns.smartArt3d": "SmartArt 3D Renderer",
2560
+ "pptx.options.addIns.smartArt3dDescription": "Opt-in three.js renderer for extruded and spatial SmartArt layouts.",
2561
+ "pptx.options.addIns.model3d": "3D Model Renderer",
2562
+ "pptx.options.addIns.model3dDescription": "Interactive GLB/GLTF model rendering on slides.",
2563
+ "pptx.options.addIns.emfConverter": "EMF/WMF Converter",
2564
+ "pptx.options.addIns.emfConverterDescription": "Converts EMF and WMF metafile images to PNG for display.",
2565
+ "pptx.options.addIns.mtxDecompressor": "MicroType Express Font Decompressor",
2566
+ "pptx.options.addIns.mtxDecompressorDescription": "Decompresses embedded MicroType Express fonts.",
2567
+ "pptx.options.addIns.collaboration": "Real-time Collaboration",
2568
+ "pptx.options.addIns.collaborationDescription": "CRDT-based co-editing, presence, and sync relay support.",
2569
+ "pptx.options.addIns.locales": "Locale Packs",
2570
+ "pptx.options.addIns.localesDescription": "Additional display languages for the viewer chrome.",
2571
+ "pptx.options.trust.label": "Trust Center",
2572
+ "pptx.options.trust.description": "Help keep your documents safe and secure.",
2573
+ "pptx.options.trust.settingsTitle": "Security settings",
2574
+ "pptx.options.trust.settingsDescription": "These settings help keep the content you open safe. We recommend the defaults.",
2575
+ "pptx.options.trust.protectedView": "Open presentations in Protected View",
2576
+ "pptx.options.trust.protectedViewInfo": "Documents open read-only; use Enable Editing to make changes.",
2577
+ "pptx.options.trust.allowExternalContent": "Allow external content (remote images and media)",
2578
+ "pptx.options.trust.allowExternalContentInfo": "When off, only content embedded in the file is displayed.",
2579
+ "pptx.options.trust.confirmHyperlinks": "Confirm before opening external hyperlinks"
2394
2580
  };
2395
2581
  function e(t) {
2396
2582
  return (t.split(".").pop() ?? t).replace(/(?<lower>[a-z])(?<upper>[A-Z])/gu, "$<lower> $<upper>").replace(/^./u, (t) => t.toUpperCase());
Binary file
Binary file
@@ -2390,7 +2390,193 @@ var t = {
2390
2390
  "pptx.connectorArrows.startLength": "Start Length",
2391
2391
  "pptx.connectorArrows.endLength": "End Length",
2392
2392
  "pptx.slideThumbnail.transitionTooltip": "Transition: {{name}}",
2393
- "pptx.ribbon.groupShapeStyles": "Shape Styles"
2393
+ "pptx.ribbon.groupShapeStyles": "Shape Styles",
2394
+ "pptx.options.title": "Options",
2395
+ "pptx.options.resetAll": "Reset all options",
2396
+ "pptx.options.resetTab": "Reset this tab",
2397
+ "pptx.options.general.description": "General options for working with the viewer.",
2398
+ "pptx.options.general.userInterface": "User Interface options",
2399
+ "pptx.options.general.displayOptimization": "When using multiple displays",
2400
+ "pptx.options.displayOptimization.appearance": "Optimize for best appearance",
2401
+ "pptx.options.displayOptimization.compatibility": "Optimize for compatibility",
2402
+ "pptx.options.general.showMiniToolbar": "Show Mini Toolbar on selection",
2403
+ "pptx.options.general.showMiniToolbarInfo": "Shows the floating formatting toolbar when you select text.",
2404
+ "pptx.options.general.enableLivePreview": "Enable Live Preview",
2405
+ "pptx.options.general.enableLivePreviewInfo": "Previews formatting changes on the slide as you hover over gallery choices.",
2406
+ "pptx.options.general.collapseRibbon": "Collapse the ribbon automatically",
2407
+ "pptx.options.general.collapseSearch": "Collapse the search box by default",
2408
+ "pptx.options.general.screenTipStyle": "ScreenTip style",
2409
+ "pptx.options.screenTipStyle.descriptions": "Show feature descriptions in ScreenTips",
2410
+ "pptx.options.screenTipStyle.plain": "Don't show feature descriptions in ScreenTips",
2411
+ "pptx.options.screenTipStyle.off": "Don't show ScreenTips",
2412
+ "pptx.options.general.personalize": "Personalize your copy of the viewer",
2413
+ "pptx.options.general.userName": "User name",
2414
+ "pptx.options.general.userInitials": "Initials",
2415
+ "pptx.options.general.appearance": "Viewer theme",
2416
+ "pptx.options.general.startup": "Start up options",
2417
+ "pptx.options.general.showStartScreen": "Show the Start screen when this application starts",
2418
+ "pptx.options.proofing.label": "Proofing",
2419
+ "pptx.options.proofing.description": "Change how the viewer corrects and formats your text.",
2420
+ "pptx.options.proofing.autoCorrect": "AutoCorrect options",
2421
+ "pptx.options.proofing.autoCorrectDescription": "Change how text is corrected and formatted as you type.",
2422
+ "pptx.options.proofing.twoInitialCapitals": "Correct TWo INitial CApitals",
2423
+ "pptx.options.proofing.capitalizeFirstLetter": "Capitalize first letter of sentences",
2424
+ "pptx.options.proofing.capitalizeDayNames": "Capitalize names of days",
2425
+ "pptx.options.proofing.smartQuotes": "Replace straight quotes with smart quotes",
2426
+ "pptx.options.proofing.hyphensToDash": "Replace hyphens (--) with dash",
2427
+ "pptx.options.proofing.fractions": "Replace fractions (1/2) with fraction characters (½)",
2428
+ "pptx.options.proofing.ordinals": "Replace ordinals (1st) with superscript",
2429
+ "pptx.options.proofing.spellingOffice": "When correcting spelling",
2430
+ "pptx.options.proofing.ignoreUppercase": "Ignore words in UPPERCASE",
2431
+ "pptx.options.proofing.ignoreWordsWithNumbers": "Ignore words that contain numbers",
2432
+ "pptx.options.proofing.ignoreInternetAddresses": "Ignore Internet and file addresses",
2433
+ "pptx.options.proofing.flagRepeatedWords": "Flag repeated words",
2434
+ "pptx.options.proofing.spellingViewer": "When correcting spelling in the viewer",
2435
+ "pptx.options.proofing.checkSpellingAsYouType": "Check spelling as you type",
2436
+ "pptx.options.proofing.hideSpellingErrors": "Hide spelling errors",
2437
+ "pptx.options.save.label": "Save",
2438
+ "pptx.options.save.description": "Customize how documents are saved.",
2439
+ "pptx.options.save.savePresentations": "Save presentations",
2440
+ "pptx.options.save.autoSave": "Save changes automatically (AutoSave)",
2441
+ "pptx.options.save.autoSaveInfo": "Snapshots are stored locally and offered for recovery when you reopen.",
2442
+ "pptx.options.save.defaultFormat": "Save files in this format",
2443
+ "pptx.options.saveFormat.pptx": "PowerPoint Presentation (*.pptx)",
2444
+ "pptx.options.saveFormat.pdf": "PDF Document (*.pdf)",
2445
+ "pptx.options.saveFormat.png": "PNG Images (*.png)",
2446
+ "pptx.options.save.autoRecoverInterval": "Save AutoRecover information every",
2447
+ "pptx.options.save.minutes": "minutes",
2448
+ "pptx.options.save.keepLastAutoRecovered": "Keep the last AutoRecovered version if I close without saving",
2449
+ "pptx.options.save.fidelity": "Preserve fidelity when sharing this presentation",
2450
+ "pptx.options.save.embedFonts": "Embed fonts in the file",
2451
+ "pptx.options.save.embedFontsInfo": "Embedding fonts increases file size but keeps text identical on other devices.",
2452
+ "pptx.options.save.embedAllCharacters": "Embed all characters (best for editing by other people)",
2453
+ "pptx.options.save.cache": "Cache Settings",
2454
+ "pptx.options.save.cacheRetentionDays": "Days to keep files in the local document cache",
2455
+ "pptx.options.save.days": "days",
2456
+ "pptx.options.save.clearCacheOnClose": "Delete files from the local document cache when they are closed",
2457
+ "pptx.options.save.clearCacheNow": "Delete cached files",
2458
+ "pptx.options.save.clearCacheDescription": "Deletes locally stored recovery snapshots and recent files. This does not affect the open presentation.",
2459
+ "pptx.options.language.description": "Set the viewer language preferences.",
2460
+ "pptx.options.language.displayLanguage": "Display language",
2461
+ "pptx.options.language.displayLanguageDescription": "Buttons, menus, and other controls will show in the selected language.",
2462
+ "pptx.options.accessibility.label": "Accessibility",
2463
+ "pptx.options.accessibility.description": "Make the viewer more accessible.",
2464
+ "pptx.options.accessibility.assistant": "Make your document accessible to others",
2465
+ "pptx.options.accessibility.showStatus": "Show accessibility status in the status bar",
2466
+ "pptx.options.accessibility.feedback": "Feedback options",
2467
+ "pptx.options.accessibility.feedbackWithSound": "Provide feedback with sound",
2468
+ "pptx.options.accessibility.soundScheme": "Sound Scheme",
2469
+ "pptx.options.soundScheme.modern": "Modern",
2470
+ "pptx.options.soundScheme.classic": "Classic",
2471
+ "pptx.options.accessibility.display": "Application display options",
2472
+ "pptx.options.accessibility.showShortcutKeys": "Show shortcut keys in ScreenTips",
2473
+ "pptx.options.advanced.label": "Advanced",
2474
+ "pptx.options.advanced.description": "Advanced options for working with the viewer.",
2475
+ "pptx.options.advanced.editing": "Editing options",
2476
+ "pptx.options.advanced.autoSelectWord": "When selecting, automatically select entire word",
2477
+ "pptx.options.advanced.textDragAndDrop": "Allow text to be dragged and dropped",
2478
+ "pptx.options.advanced.maximumUndoSteps": "Maximum number of undos",
2479
+ "pptx.options.advanced.cutCopyPaste": "Cut, copy, and paste",
2480
+ "pptx.options.advanced.smartCutAndPaste": "Use smart cut and paste",
2481
+ "pptx.options.advanced.showPasteOptions": "Show Paste Options button when content is pasted",
2482
+ "pptx.options.advanced.imageQuality": "Image Size and Quality",
2483
+ "pptx.options.advanced.doNotCompressImages": "Do not compress images in file",
2484
+ "pptx.options.advanced.defaultResolution": "Default resolution",
2485
+ "pptx.options.resolution.highFidelity": "High fidelity",
2486
+ "pptx.options.resolution.ppi330": "330 ppi",
2487
+ "pptx.options.resolution.ppi220": "220 ppi",
2488
+ "pptx.options.resolution.ppi150": "150 ppi",
2489
+ "pptx.options.resolution.ppi96": "96 ppi",
2490
+ "pptx.options.advanced.chart": "Chart",
2491
+ "pptx.options.advanced.chartFollowDataPoint": "Properties follow chart data point",
2492
+ "pptx.options.advanced.display": "Display",
2493
+ "pptx.options.advanced.recentCount": "Show this number of Recent Presentations",
2494
+ "pptx.options.advanced.disableHardwareAcceleration": "Disable hardware graphics acceleration",
2495
+ "pptx.options.advanced.openDocumentsView": "Open all documents using this view",
2496
+ "pptx.options.openView.savedView": "The view saved in the file",
2497
+ "pptx.options.openView.normal": "Normal",
2498
+ "pptx.options.openView.outline": "Outline",
2499
+ "pptx.options.openView.slideSorter": "Slide Sorter",
2500
+ "pptx.options.openView.notes": "Notes",
2501
+ "pptx.options.advanced.slideShow": "Slide Show",
2502
+ "pptx.options.advanced.showMenuOnRightClick": "Show menu on right mouse click",
2503
+ "pptx.options.advanced.showPopupToolbar": "Show popup toolbar",
2504
+ "pptx.options.advanced.promptKeepInk": "Prompt to keep ink annotations when exiting",
2505
+ "pptx.options.advanced.endWithBlackSlide": "End with black slide",
2506
+ "pptx.options.advanced.print": "Print",
2507
+ "pptx.options.advanced.printInBackground": "Print in background",
2508
+ "pptx.options.advanced.printHighQuality": "High quality",
2509
+ "pptx.options.advanced.printUseMostRecent": "Use the most recently used print settings",
2510
+ "pptx.options.advanced.printWhat": "Print what",
2511
+ "pptx.options.printWhat.slides": "Full Page Slides",
2512
+ "pptx.options.printWhat.handouts": "Handouts",
2513
+ "pptx.options.printWhat.notes": "Notes Pages",
2514
+ "pptx.options.printWhat.outline": "Outline",
2515
+ "pptx.options.advanced.printColorMode": "Color/grayscale",
2516
+ "pptx.options.printColorMode.color": "Color",
2517
+ "pptx.options.printColorMode.grayscale": "Grayscale",
2518
+ "pptx.options.printColorMode.blackAndWhite": "Pure Black and White",
2519
+ "pptx.options.advanced.printHiddenSlides": "Print hidden slides",
2520
+ "pptx.options.advanced.printScaleToFit": "Scale to fit paper",
2521
+ "pptx.options.advanced.printFrameSlides": "Frame slides",
2522
+ "pptx.options.ribbon.label": "Customize Ribbon",
2523
+ "pptx.options.ribbon.description": "Customize the ribbon.",
2524
+ "pptx.options.ribbon.tabsTitle": "Main Tabs",
2525
+ "pptx.options.ribbon.tabsDescription": "Untick a tab to hide it from the ribbon. The File tab is always shown.",
2526
+ "pptx.options.ribbon.reset": "Reset ribbon customizations",
2527
+ "pptx.options.quickAccess.label": "Quick Access Toolbar",
2528
+ "pptx.options.quickAccess.description": "Customize the Quick Access Toolbar.",
2529
+ "pptx.options.quickAccess.optionsTitle": "Quick Access Toolbar options",
2530
+ "pptx.options.quickAccess.show": "Show Quick Access Toolbar",
2531
+ "pptx.options.quickAccess.position": "Toolbar Position",
2532
+ "pptx.options.quickAccessPosition.above": "Above Ribbon",
2533
+ "pptx.options.quickAccessPosition.below": "Below Ribbon",
2534
+ "pptx.options.quickAccess.showLabels": "Always show command labels",
2535
+ "pptx.options.quickAccess.chooseCommands": "Choose commands",
2536
+ "pptx.options.quickAccess.currentCommands": "Customize Quick Access Toolbar",
2537
+ "pptx.options.quickAccess.add": "Add",
2538
+ "pptx.options.quickAccess.remove": "Remove",
2539
+ "pptx.options.quickAccess.moveUp": "Move Up",
2540
+ "pptx.options.quickAccess.moveDown": "Move Down",
2541
+ "pptx.options.quickAccess.reset": "Reset",
2542
+ "pptx.options.quickAccess.command.presentFromStart": "From Beginning",
2543
+ "pptx.options.quickAccess.command.print": "Print",
2544
+ "pptx.options.quickAccess.command.exportPdf": "Export as PDF",
2545
+ "pptx.options.quickAccess.command.newSlide": "New Slide",
2546
+ "pptx.options.quickAccess.command.zoomIn": "Zoom In",
2547
+ "pptx.options.quickAccess.command.zoomOut": "Zoom Out",
2548
+ "pptx.options.addIns.label": "Add-ins",
2549
+ "pptx.options.addIns.description": "View and manage viewer capability modules.",
2550
+ "pptx.options.addIns.name": "Name",
2551
+ "pptx.options.addIns.location": "Location",
2552
+ "pptx.options.addIns.type": "Type",
2553
+ "pptx.options.addIns.active": "Active Capability Modules",
2554
+ "pptx.options.addIns.inactive": "Inactive Capability Modules",
2555
+ "pptx.options.addInType.renderer": "Renderer",
2556
+ "pptx.options.addInType.converter": "Converter",
2557
+ "pptx.options.addInType.collaboration": "Collaboration",
2558
+ "pptx.options.addInType.localization": "Localization",
2559
+ "pptx.options.addIns.smartArt3d": "SmartArt 3D Renderer",
2560
+ "pptx.options.addIns.smartArt3dDescription": "Opt-in three.js renderer for extruded and spatial SmartArt layouts.",
2561
+ "pptx.options.addIns.model3d": "3D Model Renderer",
2562
+ "pptx.options.addIns.model3dDescription": "Interactive GLB/GLTF model rendering on slides.",
2563
+ "pptx.options.addIns.emfConverter": "EMF/WMF Converter",
2564
+ "pptx.options.addIns.emfConverterDescription": "Converts EMF and WMF metafile images to PNG for display.",
2565
+ "pptx.options.addIns.mtxDecompressor": "MicroType Express Font Decompressor",
2566
+ "pptx.options.addIns.mtxDecompressorDescription": "Decompresses embedded MicroType Express fonts.",
2567
+ "pptx.options.addIns.collaboration": "Real-time Collaboration",
2568
+ "pptx.options.addIns.collaborationDescription": "CRDT-based co-editing, presence, and sync relay support.",
2569
+ "pptx.options.addIns.locales": "Locale Packs",
2570
+ "pptx.options.addIns.localesDescription": "Additional display languages for the viewer chrome.",
2571
+ "pptx.options.trust.label": "Trust Center",
2572
+ "pptx.options.trust.description": "Help keep your documents safe and secure.",
2573
+ "pptx.options.trust.settingsTitle": "Security settings",
2574
+ "pptx.options.trust.settingsDescription": "These settings help keep the content you open safe. We recommend the defaults.",
2575
+ "pptx.options.trust.protectedView": "Open presentations in Protected View",
2576
+ "pptx.options.trust.protectedViewInfo": "Documents open read-only; use Enable Editing to make changes.",
2577
+ "pptx.options.trust.allowExternalContent": "Allow external content (remote images and media)",
2578
+ "pptx.options.trust.allowExternalContentInfo": "When off, only content embedded in the file is displayed.",
2579
+ "pptx.options.trust.confirmHyperlinks": "Confirm before opening external hyperlinks"
2394
2580
  };
2395
2581
  function e(t) {
2396
2582
  return (t.split(".").pop() ?? t).replace(/(?<lower>[a-z])(?<upper>[A-Z])/gu, "$<lower> $<upper>").replace(/^./u, (t) => t.toUpperCase());
Binary file
Binary file
package/dist/i18n.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const e = require("./i18n-F0JF8XNP.cjs");
2
+ const e = require("./i18n-YM1M3RlR.cjs");
3
3
  function t(e) {
4
4
  const t = {};
5
5
  for (const [n, o] of Object.entries(e)) t[n] = o.replace(/\{\{(?<name>\w+)\}\}/gu, "{$<name>}");
package/dist/i18n.cjs.br CHANGED
Binary file
package/dist/i18n.cjs.gz CHANGED
Binary file
package/dist/i18n.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n, r, t as e } from "./i18n-CnaYA09j.js";
1
+ import { n, r, t as e } from "./i18n-DFum-9KW.js";
2
2
  function t(n) {
3
3
  const r = {};
4
4
  for (const [e, t] of Object.entries(n)) r[e] = t.replace(/\{\{(?<name>\w+)\}\}/gu, "{$<name>}");
package/dist/i18n.js.br CHANGED
Binary file
package/dist/i18n.js.gz CHANGED
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-DipQyqZR.cjs"), o = require("./viewer-8CW4gBeB.cjs");
2
+ const e = require("./useViewerSettingsDialog-Cg6Q_fz7.cjs"), o = require("./viewer-B6XUNShD.cjs");
3
3
  exports.AUDIENCE_HASH = o.AUDIENCE_HASH, exports.CollaborationCursors = o.CollaborationCursors_default, exports.CollaborationStatusIndicator = o.CollaborationStatusIndicator_default, exports.ElementRenderer = o.ElementRenderer_default, exports.FollowModeBar = o.FollowModeBar_default, 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 = o.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.isAudienceTab = o.isAudienceTab, exports.loadAudienceContent = o.loadAudienceContent, exports.parsePresentationSessionId = e.parsePresentationSessionId, exports.provideViewerTheme = o.provideViewerTheme, exports.storeAudienceContent = o.storeAudienceContent, exports.themeToCssVars = e.themeToCssVars, exports.useCollaboration = e.useCollaboration, exports.useCollaborationWiring = e.useCollaborationWiring, exports.useThemeStyle = o.useThemeStyle, exports.useViewerTheme = o.useViewerTheme, 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 { Ai as a, C as s, Di as o, Go as e, Jo as i, Ko as r, Oi as t, S as l, Wo as n, at as m, b as S, io as b, it as d, qo as w, x as C, zo as p } from "./useViewerSettingsDialog-pIBrqIvC.js";
2
- import { A as c, M as f, N as g, a as j, c as u, d as v, f as R, i as x, j as A, k as D, l as M, m as O, n as P, o as V, p as k, r as q, s as y, t as z } from "./viewer-DV3MjTSD.js";
3
- export { j as AUDIENCE_HASH, c as CollaborationCursors, D as CollaborationStatusIndicator, O as ElementRenderer, R as FollowModeBar, z as PowerPointViewer, x as RemoteSelectionOverlay, q as RibbonToolbar, P as SlideCanvas, k as SlideStage, V as clearAudienceContent, v as cn, o as defaultCssVars, t as defaultRadius, a as defaultThemeColors, S as exportAllSlidesToSvg, C as exportAllSlidesToSvgBlobs, l as exportSlideToSvg, s as exportSlideToSvgBlob, y as isAudienceTab, u as loadAudienceContent, b as parsePresentationSessionId, A as provideViewerTheme, M as storeAudienceContent, p as themeToCssVars, m as useCollaboration, d as useCollaborationWiring, f as useThemeStyle, g as useViewerTheme, n as vermilionDarkColors, e as vermilionDarkTheme, r as vermilionLightColors, w as vermilionLightTheme, i as vermilionRadius };
1
+ import { C as a, Fi as s, Mi as o, Ni as e, S as i, Xo as r, as as t, at as l, b as n, fo as m, is as S, it as b, ns as d, rs as w, ts as C, x as f } from "./useViewerSettingsDialog-DafO1Swj.js";
2
+ import { A as p, M as c, N as g, a as j, c as u, d as v, f as M, i as R, j as x, k as F, l as N, m as P, n as V, o as k, p as y, r as A, s as B, t as D } from "./viewer-Dea4NyhT.js";
3
+ export { j as AUDIENCE_HASH, p as CollaborationCursors, F as CollaborationStatusIndicator, P as ElementRenderer, M as FollowModeBar, D as PowerPointViewer, R as RemoteSelectionOverlay, A as RibbonToolbar, V as SlideCanvas, y as SlideStage, k as clearAudienceContent, v as cn, o as defaultCssVars, e as defaultRadius, s as defaultThemeColors, n as exportAllSlidesToSvg, f as exportAllSlidesToSvgBlobs, i as exportSlideToSvg, a as exportSlideToSvgBlob, B as isAudienceTab, u as loadAudienceContent, m as parsePresentationSessionId, x as provideViewerTheme, N as storeAudienceContent, r as themeToCssVars, l as useCollaboration, b as useCollaborationWiring, c as useThemeStyle, g as useViewerTheme, C as vermilionDarkColors, d as vermilionDarkTheme, w as vermilionLightColors, S as vermilionLightTheme, t as vermilionRadius };
package/dist/index.js.br CHANGED
Binary file
package/dist/index.js.gz CHANGED
Binary file