pptx-vue-viewer 1.1.23 → 1.1.31
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 +131 -0
- package/NOTICE +1 -1
- package/README.md +58 -78
- package/dist/dist-BnZMkH5f.cjs +49883 -0
- package/dist/dist-BnZMkH5f.cjs.br +0 -0
- package/dist/dist-BnZMkH5f.cjs.gz +0 -0
- package/dist/dist-yDibjUSN.js +49602 -0
- package/dist/dist-yDibjUSN.js.br +0 -0
- package/dist/dist-yDibjUSN.js.gz +0 -0
- package/dist/gif-encoder-CEL-u8l1.js +2 -0
- package/dist/gif-encoder-CEL-u8l1.js.br +3 -0
- package/dist/gif-encoder-CEL-u8l1.js.gz +0 -0
- package/dist/gif-encoder-DD70XA9L.cjs +2 -0
- package/dist/gif-encoder-DD70XA9L.cjs.br +0 -0
- package/dist/gif-encoder-DD70XA9L.cjs.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 +1 -2
- package/dist/index.js.gz +0 -0
- package/dist/pptx-vue-viewer.css +1 -1
- package/dist/pptx-vue-viewer.css.br +0 -0
- package/dist/pptx-vue-viewer.css.gz +0 -0
- package/dist/smartart-3d-BEg4_IcY.js +160 -0
- package/dist/smartart-3d-BEg4_IcY.js.br +0 -0
- package/dist/smartart-3d-BEg4_IcY.js.gz +0 -0
- package/dist/smartart-3d-Itqx3K-e.cjs +158 -0
- package/dist/smartart-3d-Itqx3K-e.cjs.br +0 -0
- package/dist/smartart-3d-Itqx3K-e.cjs.gz +0 -0
- package/dist/theme/css-vars.d.ts +1 -1
- package/dist/theme/defaults.d.ts +1 -1
- package/dist/theme/provider.d.ts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/viewer/PowerPointViewer.vue.d.ts +1 -0
- package/dist/viewer/PowerPointViewer.vue.d.ts.map +1 -1
- package/dist/viewer/components/AccessibilityPanel.vue.d.ts +1 -1
- package/dist/viewer/components/CanvasGuides.vue.d.ts +21 -0
- package/dist/viewer/components/CanvasGuides.vue.d.ts.map +1 -0
- package/dist/viewer/components/ChartRenderer.vue.d.ts +13 -26
- package/dist/viewer/components/ChartRenderer.vue.d.ts.map +1 -1
- package/dist/viewer/components/CollaborationCursors.vue.d.ts +1 -1
- package/dist/viewer/components/CollaborationStatusIndicator.vue.d.ts +15 -0
- package/dist/viewer/components/CollaborationStatusIndicator.vue.d.ts.map +1 -0
- package/dist/viewer/components/CommentsPanel.vue.d.ts +1 -1
- package/dist/viewer/components/ComparePanel.vue.d.ts +7 -7
- package/dist/viewer/components/ComparePanel.vue.d.ts.map +1 -1
- package/dist/viewer/components/ConnectorRenderer.vue.d.ts +1 -1
- package/dist/viewer/components/ConnectorTextOverlay.vue.d.ts +1 -1
- package/dist/viewer/components/ContextMenu.vue.d.ts +1 -1
- package/dist/viewer/components/DocumentPropertiesCustomTab.vue.d.ts +2 -2
- package/dist/viewer/components/DocumentPropertiesDialog.vue.d.ts +6 -6
- package/dist/viewer/components/DocumentPropertiesDialog.vue.d.ts.map +1 -1
- package/dist/viewer/components/DocumentPropertiesGeneralTab.vue.d.ts +1 -1
- package/dist/viewer/components/DocumentPropertiesStatisticsTab.vue.d.ts +1 -1
- package/dist/viewer/components/DrawingOverlay.vue.d.ts +35 -0
- package/dist/viewer/components/DrawingOverlay.vue.d.ts.map +1 -0
- package/dist/viewer/components/EditorToolbar.vue.d.ts +2 -2
- package/dist/viewer/components/{chart/RadarChart.vue.d.ts → ElementImageBox.vue.d.ts} +6 -10
- package/dist/viewer/components/ElementImageBox.vue.d.ts.map +1 -0
- package/dist/viewer/components/{chart/ScatterChart.vue.d.ts → ElementMediaBox.vue.d.ts} +6 -10
- package/dist/viewer/components/ElementMediaBox.vue.d.ts.map +1 -0
- package/dist/viewer/components/ElementRenderer.vue.d.ts +7 -17
- package/dist/viewer/components/ElementRenderer.vue.d.ts.map +1 -1
- package/dist/viewer/components/EquationEditorDialog.vue.d.ts +3 -3
- package/dist/viewer/components/EquationRenderer.vue.d.ts +2 -2
- package/dist/viewer/components/ExportProgressModal.vue.d.ts +31 -0
- package/dist/viewer/components/ExportProgressModal.vue.d.ts.map +1 -0
- package/dist/viewer/components/GridOverlay.vue.d.ts +13 -0
- package/dist/viewer/components/GridOverlay.vue.d.ts.map +1 -0
- package/dist/viewer/components/HyperlinkDialog.vue.d.ts +2 -2
- package/dist/viewer/components/InkRenderer.vue.d.ts +1 -1
- package/dist/viewer/components/InlineTextEditor.vue.d.ts +5 -1
- package/dist/viewer/components/InlineTextEditor.vue.d.ts.map +1 -1
- package/dist/viewer/components/InsertSmartArtDialog.vue.d.ts +2 -2
- package/dist/viewer/components/MobileBottomBar.vue.d.ts +17 -0
- package/dist/viewer/components/MobileBottomBar.vue.d.ts.map +1 -1
- package/dist/viewer/components/MobileMenuSheet.vue.d.ts +12 -0
- package/dist/viewer/components/MobileMenuSheet.vue.d.ts.map +1 -0
- package/dist/viewer/components/MobilePresenterView.vue.d.ts +33 -0
- package/dist/viewer/components/MobilePresenterView.vue.d.ts.map +1 -0
- package/dist/viewer/components/MobileSheet.vue.d.ts +22 -0
- package/dist/viewer/components/MobileSheet.vue.d.ts.map +1 -0
- package/dist/viewer/components/MobileSlidesSheet.vue.d.ts +36 -0
- package/dist/viewer/components/MobileSlidesSheet.vue.d.ts.map +1 -0
- package/dist/viewer/components/MobileToolbar.vue.d.ts +7 -0
- package/dist/viewer/components/MobileToolbar.vue.d.ts.map +1 -0
- package/dist/viewer/components/ModalDialog.vue.d.ts +2 -2
- package/dist/viewer/components/ModalDialog.vue.d.ts.map +1 -1
- package/dist/viewer/components/Model3DRenderer.vue.d.ts +2 -2
- package/dist/viewer/components/NotesPanel.vue.d.ts +3 -3
- package/dist/viewer/components/OleRenderer.vue.d.ts +1 -1
- package/dist/viewer/components/PresentationAnnotationOverlay.vue.d.ts +10 -10
- package/dist/viewer/components/PresentationAnnotationOverlay.vue.d.ts.map +1 -1
- package/dist/viewer/components/PresentationMode.vue.d.ts +1 -1
- package/dist/viewer/components/PresentationMode.vue.d.ts.map +1 -1
- package/dist/viewer/components/PresentationToolbar.vue.d.ts +9 -9
- package/dist/viewer/components/PresentationToolbar.vue.d.ts.map +1 -1
- package/dist/viewer/components/PresentationTransitionOverlay.vue.d.ts +1 -1
- package/dist/viewer/components/PresenterView.vue.d.ts +1 -1
- package/dist/viewer/components/RemoteSelectionOverlay.vue.d.ts +2 -2
- package/dist/viewer/components/RemoteSelectionOverlay.vue.d.ts.map +1 -1
- package/dist/viewer/components/RulerStrips.vue.d.ts +13 -0
- package/dist/viewer/components/RulerStrips.vue.d.ts.map +1 -0
- package/dist/viewer/components/SettingsDialog.vue.d.ts +2 -2
- package/dist/viewer/components/ShareDialog.vue.d.ts +1 -1
- package/dist/viewer/components/SignaturesPanel.vue.d.ts +1 -1
- package/dist/viewer/components/SlideCanvas.vue.d.ts +7 -5
- package/dist/viewer/components/SlideCanvas.vue.d.ts.map +1 -1
- package/dist/viewer/components/SlideDiffRow.vue.d.ts +4 -4
- package/dist/viewer/components/SlideDiffRow.vue.d.ts.map +1 -1
- package/dist/viewer/components/SlideStage.vue.d.ts +2 -2
- package/dist/viewer/components/SlideTextBlock.vue.d.ts +10 -0
- package/dist/viewer/components/SlideTextBlock.vue.d.ts.map +1 -0
- package/dist/viewer/components/SlideTransitionPanel.vue.d.ts +1 -1
- package/dist/viewer/components/SlidesPaneSidebar.vue.d.ts +2 -2
- package/dist/viewer/components/SlidesPaneSidebar.vue.d.ts.map +1 -1
- package/dist/viewer/components/SmartArt3DRenderer.vue.d.ts +10 -0
- package/dist/viewer/components/SmartArt3DRenderer.vue.d.ts.map +1 -0
- package/dist/viewer/components/SmartArtPreviews.vue.d.ts +1 -1
- package/dist/viewer/components/SmartArtRenderer.vue.d.ts +2 -2
- package/dist/viewer/components/SnapLinesOverlay.vue.d.ts +16 -0
- package/dist/viewer/components/SnapLinesOverlay.vue.d.ts.map +1 -0
- package/dist/viewer/components/TableRenderer.vue.d.ts +1 -1
- package/dist/viewer/components/ThemeGallery.vue.d.ts +15 -0
- package/dist/viewer/components/ThemeGallery.vue.d.ts.map +1 -0
- package/dist/viewer/components/VersionHistoryPanel.vue.d.ts +6 -6
- package/dist/viewer/components/VersionHistoryPanel.vue.d.ts.map +1 -1
- package/dist/viewer/components/WordArtText.vue.d.ts +14 -10
- package/dist/viewer/components/WordArtText.vue.d.ts.map +1 -1
- package/dist/viewer/components/ZoomRenderer.vue.d.ts +2 -2
- package/dist/viewer/components/chart/BoxWhiskerChart.vue.d.ts +12 -9
- package/dist/viewer/components/chart/BoxWhiskerChart.vue.d.ts.map +1 -1
- package/dist/viewer/components/chart/ChartChrome.vue.d.ts +2 -2
- package/dist/viewer/components/chart/ChartViewModelSvg.vue.d.ts +37 -0
- package/dist/viewer/components/chart/ChartViewModelSvg.vue.d.ts.map +1 -0
- package/dist/viewer/components/chart/ComboChart.vue.d.ts +1 -1
- package/dist/viewer/components/chart/FunnelChart.vue.d.ts +10 -7
- package/dist/viewer/components/chart/FunnelChart.vue.d.ts.map +1 -1
- package/dist/viewer/components/chart/HistogramChart.vue.d.ts +10 -9
- package/dist/viewer/components/chart/HistogramChart.vue.d.ts.map +1 -1
- package/dist/viewer/components/chart/RegionMapChart.vue.d.ts +6 -1
- package/dist/viewer/components/chart/RegionMapChart.vue.d.ts.map +1 -1
- package/dist/viewer/components/chart/StockChart.vue.d.ts +1 -1
- package/dist/viewer/components/chart/SunburstChart.vue.d.ts +11 -7
- package/dist/viewer/components/chart/SunburstChart.vue.d.ts.map +1 -1
- package/dist/viewer/components/chart/SurfaceChart.vue.d.ts +1 -1
- package/dist/viewer/components/chart/TreemapChart.vue.d.ts +1 -1
- package/dist/viewer/components/chart/WaterfallChart.vue.d.ts +1 -1
- package/dist/viewer/components/chart/chart-view-model.d.ts +17 -0
- package/dist/viewer/components/chart/chart-view-model.d.ts.map +1 -0
- package/dist/viewer/components/inspector/AnimationPanel.vue.d.ts +1 -1
- package/dist/viewer/components/inspector/ArrangePanel.vue.d.ts +1 -1
- package/dist/viewer/components/inspector/ChartPanel.vue.d.ts +1 -1
- package/dist/viewer/components/inspector/ChartPanel.vue.d.ts.map +1 -1
- package/dist/viewer/components/inspector/EffectsPanel.vue.d.ts +3 -3
- package/dist/viewer/components/inspector/FillPanel.vue.d.ts +1 -1
- package/dist/viewer/components/inspector/ImagePanel.vue.d.ts +1 -1
- package/dist/viewer/components/inspector/InspectorPane.vue.d.ts +2 -1
- package/dist/viewer/components/inspector/InspectorPane.vue.d.ts.map +1 -1
- package/dist/viewer/components/inspector/SlideInspector.vue.d.ts +1 -0
- package/dist/viewer/components/inspector/SlideInspector.vue.d.ts.map +1 -1
- package/dist/viewer/components/inspector/StrokePanel.vue.d.ts +1 -1
- package/dist/viewer/components/inspector/TablePanel.vue.d.ts +5 -5
- package/dist/viewer/components/inspector/ThemeEditorPanel.vue.d.ts +23 -0
- package/dist/viewer/components/inspector/ThemeEditorPanel.vue.d.ts.map +1 -0
- package/dist/viewer/components/print-dialog-types.d.ts +11 -70
- package/dist/viewer/components/print-dialog-types.d.ts.map +1 -1
- package/dist/viewer/components/ribbon/FileSection.vue.d.ts +2 -0
- package/dist/viewer/components/ribbon/FileSection.vue.d.ts.map +1 -1
- package/dist/viewer/components/ribbon/InsertSection.vue.d.ts +2 -0
- package/dist/viewer/components/ribbon/InsertSection.vue.d.ts.map +1 -1
- package/dist/viewer/components/ribbon/RibbonToolbar.vue.d.ts.map +1 -1
- package/dist/viewer/components/ribbon/ribbon-types.d.ts +6 -3
- package/dist/viewer/components/ribbon/ribbon-types.d.ts.map +1 -1
- package/dist/viewer/components/smart-art-presets.d.ts +7 -27
- package/dist/viewer/components/smart-art-presets.d.ts.map +1 -1
- package/dist/viewer/components/viewer-settings.d.ts +2 -2
- package/dist/viewer/components/viewer-settings.d.ts.map +1 -1
- package/dist/viewer/composables/action-buttons.d.ts +9 -0
- package/dist/viewer/composables/action-buttons.d.ts.map +1 -0
- package/dist/viewer/composables/collaboration-types.d.ts +74 -0
- package/dist/viewer/composables/collaboration-types.d.ts.map +1 -0
- package/dist/viewer/composables/connector-routing.d.ts +8 -33
- package/dist/viewer/composables/connector-routing.d.ts.map +1 -1
- package/dist/viewer/composables/element-animation.d.ts +10 -0
- package/dist/viewer/composables/element-animation.d.ts.map +1 -0
- package/dist/viewer/composables/element-style.d.ts.map +1 -1
- package/dist/viewer/composables/format-painter.d.ts +10 -11
- package/dist/viewer/composables/format-painter.d.ts.map +1 -1
- package/dist/viewer/composables/gif-encoder.d.ts +8 -25
- package/dist/viewer/composables/gif-encoder.d.ts.map +1 -1
- package/dist/viewer/composables/guides.d.ts +10 -0
- package/dist/viewer/composables/guides.d.ts.map +1 -0
- package/dist/viewer/composables/load-content-helpers.d.ts +1 -1
- package/dist/viewer/composables/presentation-toolbar-utils.d.ts +6 -26
- package/dist/viewer/composables/presentation-toolbar-utils.d.ts.map +1 -1
- package/dist/viewer/composables/presenter-view-utils.d.ts +8 -31
- package/dist/viewer/composables/presenter-view-utils.d.ts.map +1 -1
- package/dist/viewer/composables/remap-text.d.ts +6 -7
- package/dist/viewer/composables/remap-text.d.ts.map +1 -1
- package/dist/viewer/composables/ruler-utils.d.ts +11 -0
- package/dist/viewer/composables/ruler-utils.d.ts.map +1 -0
- package/dist/viewer/composables/shape-adjustment.d.ts +9 -35
- package/dist/viewer/composables/shape-adjustment.d.ts.map +1 -1
- package/dist/viewer/composables/slide-compare.d.ts +10 -63
- package/dist/viewer/composables/slide-compare.d.ts.map +1 -1
- package/dist/viewer/composables/slide-transition-css.d.ts +11 -49
- package/dist/viewer/composables/slide-transition-css.d.ts.map +1 -1
- package/dist/viewer/composables/smart-art-3d.d.ts +6 -0
- package/dist/viewer/composables/smart-art-3d.d.ts.map +1 -0
- package/dist/viewer/composables/smartart-layout.d.ts +10 -186
- package/dist/viewer/composables/smartart-layout.d.ts.map +1 -1
- package/dist/viewer/composables/snap-shape.d.ts +16 -0
- package/dist/viewer/composables/snap-shape.d.ts.map +1 -0
- package/dist/viewer/composables/snap.d.ts +11 -0
- package/dist/viewer/composables/snap.d.ts.map +1 -0
- package/dist/viewer/composables/useAccessibility.d.ts +1 -1
- package/dist/viewer/composables/useAnimationPlayback.d.ts +4 -15
- package/dist/viewer/composables/useAnimationPlayback.d.ts.map +1 -1
- package/dist/viewer/composables/useAutosave.d.ts +7 -7
- package/dist/viewer/composables/useCollaboration.d.ts +2 -79
- package/dist/viewer/composables/useCollaboration.d.ts.map +1 -1
- package/dist/viewer/composables/useComments.d.ts +2 -2
- package/dist/viewer/composables/useCustomShows.d.ts +1 -1
- package/dist/viewer/composables/useDocumentStatistics.d.ts +2 -2
- package/dist/viewer/composables/useEditorOperations.d.ts +3 -3
- package/dist/viewer/composables/useEditorOperations.d.ts.map +1 -1
- package/dist/viewer/composables/useEmbeddedFonts.d.ts +2 -2
- package/dist/viewer/composables/useExport.d.ts +11 -2
- package/dist/viewer/composables/useExport.d.ts.map +1 -1
- package/dist/viewer/composables/useExportProgress.d.ts +42 -0
- package/dist/viewer/composables/useExportProgress.d.ts.map +1 -0
- package/dist/viewer/composables/useFindReplace.d.ts +2 -2
- package/dist/viewer/composables/useIsMobile.d.ts +14 -6
- package/dist/viewer/composables/useIsMobile.d.ts.map +1 -1
- package/dist/viewer/composables/useKeyboardInsets.d.ts +26 -0
- package/dist/viewer/composables/useKeyboardInsets.d.ts.map +1 -0
- package/dist/viewer/composables/useKeyboardShortcuts.d.ts +5 -5
- package/dist/viewer/composables/useKeyboardShortcuts.d.ts.map +1 -1
- package/dist/viewer/composables/useLoadContent.d.ts +8 -2
- package/dist/viewer/composables/useLoadContent.d.ts.map +1 -1
- package/dist/viewer/composables/useMediaExport.d.ts +3 -3
- package/dist/viewer/composables/usePresentationAnnotations.d.ts +1 -1
- package/dist/viewer/composables/usePresentationAnnotations.d.ts.map +1 -1
- package/dist/viewer/composables/usePrint.d.ts +1 -1
- package/dist/viewer/composables/useSectionOperations.d.ts +8 -8
- package/dist/viewer/composables/useSheetDismissDrag.d.ts +19 -0
- package/dist/viewer/composables/useSheetDismissDrag.d.ts.map +1 -0
- package/dist/viewer/composables/useSignatures.d.ts +2 -2
- package/dist/viewer/composables/useSlideOperations.d.ts +1 -1
- package/dist/viewer/composables/useVersionHistory.d.ts +2 -2
- package/dist/viewer/constants.d.ts +5 -5
- package/dist/viewer/constants.d.ts.map +1 -1
- 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/types.d.ts +18 -3
- package/dist/viewer/types.d.ts.map +1 -1
- package/dist/viewer-B_44q1BQ.js +24010 -0
- package/dist/viewer-B_44q1BQ.js.br +0 -0
- package/dist/viewer-B_44q1BQ.js.gz +0 -0
- package/dist/viewer-CiSjdXid.cjs +24208 -0
- package/dist/viewer-CiSjdXid.cjs.br +0 -0
- package/dist/viewer-CiSjdXid.cjs.gz +0 -0
- package/package.json +21 -5
- package/dist/gif-encoder-BfVA22Ng.cjs +0 -106
- package/dist/gif-encoder-BfVA22Ng.cjs.br +0 -0
- package/dist/gif-encoder-BfVA22Ng.cjs.gz +0 -0
- package/dist/gif-encoder-DKeGv43e.js +0 -107
- package/dist/gif-encoder-DKeGv43e.js.br +0 -0
- package/dist/gif-encoder-DKeGv43e.js.gz +0 -0
- package/dist/viewer/components/chart/BubbleChart.vue.d.ts +0 -16
- package/dist/viewer/components/chart/BubbleChart.vue.d.ts.map +0 -1
- package/dist/viewer/components/chart/ChartTrendlines.vue.d.ts +0 -28
- package/dist/viewer/components/chart/ChartTrendlines.vue.d.ts.map +0 -1
- package/dist/viewer/components/chart/RadarChart.vue.d.ts.map +0 -1
- package/dist/viewer/components/chart/ScatterChart.vue.d.ts.map +0 -1
- package/dist/viewer-D4tx6pT6.cjs +0 -58281
- package/dist/viewer-D4tx6pT6.cjs.br +0 -0
- package/dist/viewer-D4tx6pT6.cjs.gz +0 -0
- package/dist/viewer-DIYRjzRT.js +0 -58079
- package/dist/viewer-DIYRjzRT.js.br +0 -0
- package/dist/viewer-DIYRjzRT.js.gz +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented here.
|
|
4
|
+
This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
|
|
5
|
+
by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
6
|
+
|
|
7
|
+
## [1.1.30](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.1.30) - 2026-06-21
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
- **shared:** Add Three.js SmartArt 3D model + scene runtime (by @ChristopherVR) ([f949213](https://github.com/ChristopherVR/pptx-viewer/commit/f949213b33ed0dca4c52d5d1ab414c3dba67efe7))
|
|
12
|
+
- **vue:** Opt-in Three.js SmartArt renderer (by @ChristopherVR) ([2d59be3](https://github.com/ChristopherVR/pptx-viewer/commit/2d59be365bee62521b1cfa670f9d5d5468418488))
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **vue,ci:** Fix Rolldown build panic and isolate per-framework CI failures (by @ChristopherVR) ([7d282ee](https://github.com/ChristopherVR/pptx-viewer/commit/7d282eeadeb130814dca84996b0434568f2f5e0e))
|
|
17
|
+
|
|
18
|
+
### Documentation
|
|
19
|
+
|
|
20
|
+
- Sharpen npm descriptions and keywords for discoverability (by @ChristopherVR) ([8fea56d](https://github.com/ChristopherVR/pptx-viewer/commit/8fea56d7650f7dc2f3167dea97b94b612a03a4e7))
|
|
21
|
+
- **core:** Reword README in plain language (by @ChristopherVR) ([793c26e](https://github.com/ChristopherVR/pptx-viewer/commit/793c26ec7e2415c66f34c637cb541483bf395a11))
|
|
22
|
+
- **vue:** Reword README in plain language (by @ChristopherVR) ([3afac93](https://github.com/ChristopherVR/pptx-viewer/commit/3afac9321206ab492d8cd6d63babc6cedef7292f))
|
|
23
|
+
|
|
24
|
+
## [1.1.24](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.1.24) - 2026-06-20
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
- **core:** Add signature-node module and shared signature utilities (by @ChristopherVR) ([e7cb263](https://github.com/ChristopherVR/pptx-viewer/commit/e7cb26335f15e633cfc37371f16a6ad210be5e11))
|
|
29
|
+
- **vue:** Add pptx-vue-viewer package + bundled pptx-viewer-shared (by @ChristopherVR) ([1b7a958](https://github.com/ChristopherVR/pptx-viewer/commit/1b7a958ce91792a6d174f174932800bc8ff40ef9))
|
|
30
|
+
- **vue:** Live thumbnail previews + gradient/image fills (by @ChristopherVR) ([b13f27e](https://github.com/ChristopherVR/pptx-viewer/commit/b13f27e6b878e712d97365f6984d9378849ca122))
|
|
31
|
+
- **vue:** Render straight connectors as SVG (by @ChristopherVR) ([e2b9521](https://github.com/ChristopherVR/pptx-viewer/commit/e2b95214d434fba2e293e753892ed57d6a60bfd0))
|
|
32
|
+
- **vue:** Preset-geometry clip-paths for shape rendering (by @ChristopherVR) ([bc37eda](https://github.com/ChristopherVR/pptx-viewer/commit/bc37edaabdbec0ffb3a75be5afab9fc505d85755))
|
|
33
|
+
- **vue:** Render tables and charts as native components (by @ChristopherVR) ([07a2106](https://github.com/ChristopherVR/pptx-viewer/commit/07a21069c2588b10627d75e8dd868a73971a058b))
|
|
34
|
+
- **vue:** Render SmartArt, ink, OLE, 3D, zoom + shape visual effects (by @ChristopherVR) ([740c068](https://github.com/ChristopherVR/pptx-viewer/commit/740c068ed5db47357e2a85885db712d6ac0a236a))
|
|
35
|
+
- **vue:** Image effects, shape 3D, and equations (OMML→MathML) (by @ChristopherVR) ([1521de3](https://github.com/ChristopherVR/pptx-viewer/commit/1521de34f74d01299d64a45bd7a09ed6795b1133))
|
|
36
|
+
- **vue:** WordArt text-warp, structured fills, and editing foundation (by @ChristopherVR) ([1eaa3df](https://github.com/ChristopherVR/pptx-viewer/commit/1eaa3df78feaecaf194398d640da70c77763509c))
|
|
37
|
+
- **vue:** Wire interactive editing (selection, drag/resize, toolbar) (by @ChristopherVR) ([c270c7a](https://github.com/ChristopherVR/pptx-viewer/commit/c270c7a69eedc7e51cbff1bd65d258ff8d1f1753))
|
|
38
|
+
- **vue:** Property inspector panels (arrange/fill/stroke/text/effects) (by @ChristopherVR) ([ed497f3](https://github.com/ChristopherVR/pptx-viewer/commit/ed497f346000f7f7af0563a42e0ab8cd38c73d64))
|
|
39
|
+
- **vue:** Slides pane, presentation mode, and context menu (by @ChristopherVR) ([782f1a0](https://github.com/ChristopherVR/pptx-viewer/commit/782f1a0da159ff0fb8ce3253cc2bb4c3201de3b2))
|
|
40
|
+
- **vue:** Find/replace, hyperlink dialog, reusable modal (by @ChristopherVR) ([53b7271](https://github.com/ChristopherVR/pptx-viewer/commit/53b72712b76da7566bb66389e9713d1e0a40e4f7))
|
|
41
|
+
- **vue:** Export to PNG/PDF + image & table inspector panels (by @ChristopherVR) ([6e8ca87](https://github.com/ChristopherVR/pptx-viewer/commit/6e8ca8779ee138dba2f17176b8ffffbf837f0110))
|
|
42
|
+
- **vue:** Accessibility checker, slide sorter, slide transitions (by @ChristopherVR) ([4f656ed](https://github.com/ChristopherVR/pptx-viewer/commit/4f656eded92e8b82d677dcb30696cadf5a0767eb))
|
|
43
|
+
- **vue:** Animation, chart & notes panels (inspector set complete) (by @ChristopherVR) ([a9bb990](https://github.com/ChristopherVR/pptx-viewer/commit/a9bb99004904fc467e4c5e25d8554512642bcb2c))
|
|
44
|
+
- **vue:** Align/distribute/group tools + autosave (by @ChristopherVR) ([ea68c38](https://github.com/ChristopherVR/pptx-viewer/commit/ea68c380599ed3484503ee8e0eefbfb32762f86f))
|
|
45
|
+
- **vue:** Comments, animation playback, share & properties dialogs (by @ChristopherVR) ([9027c6c](https://github.com/ChristopherVR/pptx-viewer/commit/9027c6cd1a5546b41467a708cf9c1bacde239a0f))
|
|
46
|
+
- **vue:** Yjs collaboration, digital signatures, embedded fonts (by @ChristopherVR) ([1117e41](https://github.com/ChristopherVR/pptx-viewer/commit/1117e41f17b06d2c65a6629024092c5983266a84))
|
|
47
|
+
- **vue:** Broadcast dialog, mobile chrome, animation-preset fix (by @ChristopherVR) ([c01e4c6](https://github.com/ChristopherVR/pptx-viewer/commit/c01e4c6389a950d7ef2ea8f38e359a945ad63b0d))
|
|
48
|
+
- **vue:** Editor-chrome parity — presenter view, print, shortcuts, doc properties (by @ChristopherVR) ([b8965b9](https://github.com/ChristopherVR/pptx-viewer/commit/b8965b9bb4bbd92814a9a79426dcfdd8a51288db))
|
|
49
|
+
- **vue:** Master views, header/footer, sections & custom shows (by @ChristopherVR) ([b6a1dfb](https://github.com/ChristopherVR/pptx-viewer/commit/b6a1dfbfc931331d9986a030bae1d6a0e17ad10e))
|
|
50
|
+
- **vue:** Version history/compare, insert-SmartArt & equation dialogs, settings (by @ChristopherVR) ([ba40c85](https://github.com/ChristopherVR/pptx-viewer/commit/ba40c8584297166d73496a8f78d97e22adf7f393))
|
|
51
|
+
- **vue:** GIF/WebM export, slide-transition animations, collab depth, property round-trip (by @ChristopherVR) ([1d66b44](https://github.com/ChristopherVR/pptx-viewer/commit/1d66b443afe59cf062af0d7b96484b03f689de29))
|
|
52
|
+
- **vue:** Port React's full Office-style ribbon toolbar (by @ChristopherVR) ([2341157](https://github.com/ChristopherVR/pptx-viewer/commit/23411572fb88ee50c7a3f64d93fc7d365e7ac73f))
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
- Enable vitest globals in all packages to fix expectTypeOf errors (by @ChristopherVR) ([6d90d72](https://github.com/ChristopherVR/pptx-viewer/commit/6d90d72ff0107ad0194f9c73ceeb3df244f4cfc6))
|
|
57
|
+
- **test:** Add i18n mocks to react tests and bump versions to 1.2.0 (by @ChristopherVR) ([2c1c962](https://github.com/ChristopherVR/pptx-viewer/commit/2c1c9628714b905b28592493abf02fb270107b65))
|
|
58
|
+
- **build:** Make all packages build + publish cleanly; align Vue README (by @ChristopherVR) ([7db5de6](https://github.com/ChristopherVR/pptx-viewer/commit/7db5de6a343887fc1a32dd526ae1ab68e1e3e6e0))
|
|
59
|
+
- Format issues (by @ChristopherVR) ([cc84180](https://github.com/ChristopherVR/pptx-viewer/commit/cc84180ed35b273283fb679b667be15d82ef2a55))
|
|
60
|
+
- **deps:** Pin @xmldom/xmldom to 0.8.x in core to fix build (by @ChristopherVR) ([2ed7b2e](https://github.com/ChristopherVR/pptx-viewer/commit/2ed7b2e777d4e740a3e4c9ca7e2b3d6fc2bbd21f))
|
|
61
|
+
- **core:** Declare jszip and fast-xml-parser as runtime dependencies (by @ChristopherVR) ([b6636be](https://github.com/ChristopherVR/pptx-viewer/commit/b6636be972206bb2c6acee0fed05c45b4759fbdc))
|
|
62
|
+
|
|
63
|
+
### Refactor
|
|
64
|
+
|
|
65
|
+
- **react:** Consume theme + loader from pptx-viewer-shared (by @ChristopherVR) ([1b93d1f](https://github.com/ChristopherVR/pptx-viewer/commit/1b93d1fccff378b0ac402810a0cbddea46add29c))
|
|
66
|
+
- **shared:** Extract framework-agnostic render helpers + fix props persist (by @ChristopherVR) ([5b215a8](https://github.com/ChristopherVR/pptx-viewer/commit/5b215a8302feaa3e7e501cee455b3a1d61715cb7))
|
|
67
|
+
- **shared:** Extract 3D + table render helpers (wave 2) (by @ChristopherVR) ([0348d81](https://github.com/ChristopherVR/pptx-viewer/commit/0348d819a407a6d615ad78ce373f16cefcebf803))
|
|
68
|
+
- **core:** Consume emf-converter and mtx-decompressor from npm (by @ChristopherVR) ([2f6013d](https://github.com/ChristopherVR/pptx-viewer/commit/2f6013d5b8fab0aef5b32901841d94c0fa886f24))
|
|
69
|
+
- **vue:** Remove em-dashes from code comments and prose (by @ChristopherVR) ([e306df9](https://github.com/ChristopherVR/pptx-viewer/commit/e306df9ed3d8ee65cc6de6f94ace8789682aa0bb))
|
|
70
|
+
|
|
71
|
+
### Documentation
|
|
72
|
+
|
|
73
|
+
- Restructure root README, elevate limitations, fix outdated claims (by @ChristopherVR) ([86dcda9](https://github.com/ChristopherVR/pptx-viewer/commit/86dcda9b5e3129f2223341337055778db574e985))
|
|
74
|
+
- Rewrite limitations with technical explanations and remove inaccurate claims (by @ChristopherVR) ([ac4bc84](https://github.com/ChristopherVR/pptx-viewer/commit/ac4bc84ed9bd03f62e3ae29c35baf3f444a3c0bf))
|
|
75
|
+
- **readme:** Npm-friendly READMEs — hero image, capabilities & install first (by @ChristopherVR) ([c843d19](https://github.com/ChristopherVR/pptx-viewer/commit/c843d1934b846f901bba92e63d2b01f9479594d0))
|
|
76
|
+
- **vue:** Record batch 16 render-fidelity work in PORTING.md (by @ChristopherVR) ([643fef9](https://github.com/ChristopherVR/pptx-viewer/commit/643fef94d8f334a155c42b029bbeec744344d472))
|
|
77
|
+
- **vue:** Record batch 17 (table GUIDs, connector labels, charts) (by @ChristopherVR) ([318b41a](https://github.com/ChristopherVR/pptx-viewer/commit/318b41aecd988eb364bded1038406ed8860eb181))
|
|
78
|
+
- **vue:** Log px font-size fix + agnostic text-rendering e2e (by @ChristopherVR) ([3ffbe80](https://github.com/ChristopherVR/pptx-viewer/commit/3ffbe8056b2c7e6b87cf3f01fe14ef518e1c6e51))
|
|
79
|
+
- **vue:** Log table body-cell colour fix + shared & core bug (by @ChristopherVR) ([5fdf655](https://github.com/ChristopherVR/pptx-viewer/commit/5fdf6558523260096cc5b8b151bceae562ce253a))
|
|
80
|
+
- **vue:** Log Office-style ribbon toolbar port + follow-ups (by @ChristopherVR) ([b2c0a54](https://github.com/ChristopherVR/pptx-viewer/commit/b2c0a54637ef19c1dad6e57a7219aafa650dc383))
|
|
81
|
+
- **vue:** Log bottom status bar port (ribbon chrome complete) (by @ChristopherVR) ([6e2a938](https://github.com/ChristopherVR/pptx-viewer/commit/6e2a9387596e21e2bcbb4ca97885110f03f3e8b3))
|
|
82
|
+
- **vue:** Log ribbon chrome cleanup + Arrange wiring (by @ChristopherVR) ([51ce920](https://github.com/ChristopherVR/pptx-viewer/commit/51ce920d21ab285f26c219ff2063dc74a621dc71))
|
|
83
|
+
- **vue:** Log slides-rail parity (desktop chrome complete) (by @ChristopherVR) ([5b258a0](https://github.com/ChristopherVR/pptx-viewer/commit/5b258a00a8ef96286d1e639576b632b2b9223b03))
|
|
84
|
+
- **vue:** Log slide-level inspector (transition editing restored) (by @ChristopherVR) ([df15436](https://github.com/ChristopherVR/pptx-viewer/commit/df15436b070f81520881756f6135c2cb52ca53e7))
|
|
85
|
+
- **vue:** Log table/image insert + undo/selection bugfix (by @ChristopherVR) ([61b6ef6](https://github.com/ChristopherVR/pptx-viewer/commit/61b6ef6cb8b9083a0d7b9b227f418867b9fef224))
|
|
86
|
+
- **vue:** Log View-tab grid overlay + snap-to-grid (by @ChristopherVR) ([55b8c78](https://github.com/ChristopherVR/pptx-viewer/commit/55b8c7813e1211ff1d4d416b58e35e62fe4809aa))
|
|
87
|
+
- **vue:** Log media picker + note pre-existing useIsMobile red test (by @ChristopherVR) ([51de5b7](https://github.com/ChristopherVR/pptx-viewer/commit/51de5b7b2ff232c7c905707b194e293f56357d47))
|
|
88
|
+
- Streamline npm READMEs and add badges, screenshots, demo links (by @ChristopherVR) ([92e980d](https://github.com/ChristopherVR/pptx-viewer/commit/92e980d434900abd223c4d70c6cae19a623f9ca8))
|
|
89
|
+
- **vue,angular:** Point Try-demo links at per-framework demos (by @ChristopherVR) ([b5e6915](https://github.com/ChristopherVR/pptx-viewer/commit/b5e6915c416075f4f50630d76dfedbc324cde03e))
|
|
90
|
+
- **vue:** Log action buttons + suite-green note (by @ChristopherVR) ([b5a7ef6](https://github.com/ChristopherVR/pptx-viewer/commit/b5a7ef6f479ca26c4f21e481f5697c67ab0b3c0e))
|
|
91
|
+
- **vue:** Log layout + theme galleries; ribbon data-stubs complete (by @ChristopherVR) ([6aa01ab](https://github.com/ChristopherVR/pptx-viewer/commit/6aa01ab03d9ab8e3194942ac3fc12faa78180545))
|
|
92
|
+
- **vue:** Log theme editor + Draw-tab ink tools (by @ChristopherVR) ([37b81bf](https://github.com/ChristopherVR/pptx-viewer/commit/37b81bf074e97659d147518da1a8eb3789e361b3))
|
|
93
|
+
- **vue:** Log View ▸ Rulers + flag the emf/mtx workspace break (by @ChristopherVR) ([70f76ec](https://github.com/ChristopherVR/pptx-viewer/commit/70f76ec8ecb2e60db10adb8e6d21af05b46fd663))
|
|
94
|
+
- **vue:** Log layout + theme galleries; ribbon data-stubs complete (by @ChristopherVR) ([3e1c556](https://github.com/ChristopherVR/pptx-viewer/commit/3e1c55683eeffb3c237d5c8f8bef3ab5a0ab9052))
|
|
95
|
+
- **vue:** Log H/V Guides + Snap to Shape; clear the emf/mtx break flag (by @ChristopherVR) ([99b6315](https://github.com/ChristopherVR/pptx-viewer/commit/99b6315c2a4923668549bbc48455c67190f82303))
|
|
96
|
+
- **vue:** Log View ▸ Spell; all ribbon View-tab stubs now done (by @ChristopherVR) ([60673f8](https://github.com/ChristopherVR/pptx-viewer/commit/60673f8215749ed3a5379c1b9d236f82fe510fbe))
|
|
97
|
+
- **vue:** Log File/Slide-Show/Animations ribbon wiring (by @ChristopherVR) ([b59b6ad](https://github.com/ChristopherVR/pptx-viewer/commit/b59b6ad5ff87fdf963e49988c198acf3a956e0fc))
|
|
98
|
+
- **vue:** Trim PORTING.md to a parity-gap view (1042→175 lines) (by @ChristopherVR) ([e04848c](https://github.com/ChristopherVR/pptx-viewer/commit/e04848c1016838e58f3159bcab9c6c353d6a3c38))
|
|
99
|
+
- **vue:** Mark bullets/gradient-flip/text-warp done; drop non-gap equations (by @ChristopherVR) ([d22cddb](https://github.com/ChristopherVR/pptx-viewer/commit/d22cddbf4fcfc614dd5eaf4cecef11a43a6b9567))
|
|
100
|
+
- Remove em-dashes and clarify demo link in viewer packages (by @ChristopherVR) ([f52afff](https://github.com/ChristopherVR/pptx-viewer/commit/f52afffd935016b747116a9909c523021b492225))
|
|
101
|
+
|
|
102
|
+
### Testing
|
|
103
|
+
|
|
104
|
+
- **e2e:** Run one Playwright suite against both React and Vue demos (by @ChristopherVR) ([7737fe1](https://github.com/ChristopherVR/pptx-viewer/commit/7737fe1a07343ebb04a79c47217172d77891bc2b))
|
|
105
|
+
- **e2e:** Run one Playwright suite against both React and Vue demos (by @ChristopherVR) ([4762782](https://github.com/ChristopherVR/pptx-viewer/commit/476278229417fdbd550faa0b241d2b16819a3fe6))
|
|
106
|
+
|
|
107
|
+
### Build & CI
|
|
108
|
+
|
|
109
|
+
- **react,vue:** Self-contained, minified, precompressed dist + vue CI (by @ChristopherVR) ([aa28df9](https://github.com/ChristopherVR/pptx-viewer/commit/aa28df916eee064ac502c01be3445e8c84ad37f6))
|
|
110
|
+
- **vue:** Adopt Tailwind 4 pipeline for chrome visual parity with React (by @ChristopherVR) ([451dacc](https://github.com/ChristopherVR/pptx-viewer/commit/451dacc831d41e620749f8403a2183d4e8b853df))
|
|
111
|
+
- Independent per-package versioning, tags, and changelogs (by @ChristopherVR) ([79595d9](https://github.com/ChristopherVR/pptx-viewer/commit/79595d972d7c4102e8b1e1e3926f439486f76ba1))
|
|
112
|
+
|
|
113
|
+
### Styling
|
|
114
|
+
|
|
115
|
+
- **vue:** Reformat PORTING.md table to satisfy oxfmt (by @ChristopherVR) ([b71d989](https://github.com/ChristopherVR/pptx-viewer/commit/b71d989ead5f58ff3ee02a61e1f9ae50d35f5ead))
|
|
116
|
+
|
|
117
|
+
### Dependencies
|
|
118
|
+
|
|
119
|
+
- **deps:** Update all dependencies to latest (by @ChristopherVR) ([e3287c0](https://github.com/ChristopherVR/pptx-viewer/commit/e3287c03ff58b1a1ae103ed32a513468a454a084))
|
|
120
|
+
- **deps:** Update dependencies and CI actions to latest (by @ChristopherVR) ([b1a84a2](https://github.com/ChristopherVR/pptx-viewer/commit/b1a84a26814bfdb9b5d5ef7dd87aeabc4fa82c04))
|
|
121
|
+
- **deps:** Bump all workspace manifest floors to latest (by @ChristopherVR) ([890c33d](https://github.com/ChristopherVR/pptx-viewer/commit/890c33d667a39480a69e6a3da893964382993b29))
|
|
122
|
+
|
|
123
|
+
### Chores
|
|
124
|
+
|
|
125
|
+
- Add license files, NOTICE, and package metadata for npm publishing (by @ChristopherVR) ([9464bb8](https://github.com/ChristopherVR/pptx-viewer/commit/9464bb8b91734daf35131d3c7e52e60895fe0a1c))
|
|
126
|
+
- Bump all packages to v1.1.0 and remove remaining MyClawAssist refs (by @ChristopherVR) ([c386511](https://github.com/ChristopherVR/pptx-viewer/commit/c38651150c08011cee5e17e15f7ee8adc0014b80))
|
|
127
|
+
- Bump all packages to 1.x.1 patch versions (by @ChristopherVR) ([c75205a](https://github.com/ChristopherVR/pptx-viewer/commit/c75205a96cc7797d1647ac4705395b7707ac8910))
|
|
128
|
+
- Bump all packages to minor versions for SDK table support (by @ChristopherVR) ([2d4b635](https://github.com/ChristopherVR/pptx-viewer/commit/2d4b6351b0bf328f8a556cf593733fd8ad36c7b5))
|
|
129
|
+
- Bump dependencies to latest and minor-bump packages for parity work (by @ChristopherVR) ([da19fdf](https://github.com/ChristopherVR/pptx-viewer/commit/da19fdf9a4670d274d9973b67aa22d34217b8555))
|
|
130
|
+
- Roll TypeScript back to 5.9.x; quiet new oxlint vitest rules (by @ChristopherVR) ([713c020](https://github.com/ChristopherVR/pptx-viewer/commit/713c020ac2428db0fb1eb6cb30e56b2cff19a80f))
|
|
131
|
+
- Relicense from MIT to Apache-2.0 (by @ChristopherVR) ([e12f926](https://github.com/ChristopherVR/pptx-viewer/commit/e12f9266f02bebbfc218986b617c418fee43a56b))
|
package/NOTICE
CHANGED
|
@@ -7,7 +7,7 @@ attribution it contains) in any derivative works you distribute.
|
|
|
7
7
|
|
|
8
8
|
This package bundles the following component under a different license:
|
|
9
9
|
|
|
10
|
-
mtx-decompressor
|
|
10
|
+
mtx-decompressor - MicroType Express (MTX) font decompressor
|
|
11
11
|
License: Mozilla Public License 2.0 (MPL-2.0)
|
|
12
12
|
Source: https://github.com/ChristopherVR/pptx-viewer/tree/main/packages/mtx-decompressor
|
|
13
13
|
Origin: Ported from libeot (https://github.com/nicowilliams/libeot)
|
package/README.md
CHANGED
|
@@ -1,33 +1,50 @@
|
|
|
1
1
|
# pptx-vue-viewer
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
`<PowerPointViewer>` component, hand it the file bytes, and it parses and
|
|
6
|
-
displays the slides as scalable HTML/CSS with slide navigation and zoom.
|
|
3
|
+
[](https://www.npmjs.com/package/pptx-vue-viewer)
|
|
4
|
+
[](https://github.com/ChristopherVR/pptx-viewer/blob/main/LICENSE)
|
|
7
5
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
Show Microsoft PowerPoint (`.pptx`) presentations directly in a Vue 3 app:
|
|
7
|
+
no server, no conversion step, no PowerPoint install required. Drop in a
|
|
8
|
+
`<PowerPointViewer>` component, hand it the file's bytes, and it reads and
|
|
9
|
+
displays the slides as real HTML and CSS, with slide navigation and zoom.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
> The screenshot shows the full-featured **React** editor. This Vue package is at
|
|
14
|
+
> a **read-only viewer** milestone today; see [Limitations](#limitations).
|
|
15
|
+
|
|
16
|
+
The reading is done by the framework-agnostic [`pptx-viewer-core`](https://www.npmjs.com/package/pptx-viewer-core) engine (also published as [`@christophervr/pptx-viewer`](https://www.npmjs.com/package/@christophervr/pptx-viewer) -- the two names are identical releases), which turns a `.pptx` file into a structured slide model. This package is the Vue layer that draws that model on screen, and the engine is **bundled in**, so you install just one package.
|
|
17
|
+
|
|
18
|
+
<samp>**[▶️ Try the live demo](https://christophervr.github.io/pptx-viewer/demo-vue/)** · **[📦 npm](https://www.npmjs.com/package/pptx-vue-viewer)** · **[📖 Full docs](https://christophervr.github.io/pptx-viewer/)**</samp>
|
|
19
|
+
|
|
20
|
+
> **[▶️ Try the live demo](https://christophervr.github.io/pptx-viewer/demo-vue/)**: open a `.pptx` and render it in your browser, no install required.
|
|
11
21
|
|
|
12
22
|
## Features
|
|
13
23
|
|
|
14
|
-
- **
|
|
15
|
-
- **
|
|
16
|
-
at any zoom and is selectable
|
|
17
|
-
- **Slide navigation
|
|
18
|
-
- **Zoom
|
|
19
|
-
- **Themeable
|
|
20
|
-
- **Loads from anywhere
|
|
21
|
-
`fetch`, drag-and-drop,
|
|
24
|
+
- **A single component**: `<PowerPointViewer>`, written in `<script setup>` style.
|
|
25
|
+
- **Real HTML rendering**: slides are drawn as ordinary HTML and SVG, not as a
|
|
26
|
+
picture, so text stays sharp at any zoom and is selectable and accessible.
|
|
27
|
+
- **Slide navigation**: live thumbnail previews, previous/next, and a slide counter.
|
|
28
|
+
- **Zoom**: in, out, and reset.
|
|
29
|
+
- **Themeable**: change colours through CSS custom properties.
|
|
30
|
+
- **Loads from anywhere**: an `ArrayBuffer` or `Uint8Array` from a file input,
|
|
31
|
+
a `fetch`, drag-and-drop, and so on.
|
|
22
32
|
|
|
23
33
|
## Installation
|
|
24
34
|
|
|
25
35
|
```bash
|
|
26
|
-
npm install pptx-vue-viewer
|
|
36
|
+
npm install pptx-vue-viewer
|
|
27
37
|
```
|
|
28
38
|
|
|
29
|
-
**Peer requirements:** Vue 3.5
|
|
30
|
-
|
|
39
|
+
**Peer requirements:** Vue 3.5+ and the engine's `jszip` / `fast-xml-parser`
|
|
40
|
+
peers:
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
npm install vue jszip fast-xml-parser
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
The `pptx-viewer-core` engine is **bundled in**, so you don't install it
|
|
47
|
+
separately unless you want to call the SDK directly.
|
|
31
48
|
|
|
32
49
|
## Usage
|
|
33
50
|
|
|
@@ -107,7 +124,7 @@ provideViewerTheme({ colors: { primary: '#6366f1' } });
|
|
|
107
124
|
|
|
108
125
|
### Reading the current presentation back
|
|
109
126
|
|
|
110
|
-
`getContent()`
|
|
127
|
+
`getContent()` turns the current presentation back into `.pptx` bytes. Reach it
|
|
111
128
|
through a template `ref`:
|
|
112
129
|
|
|
113
130
|
```ts
|
|
@@ -125,13 +142,13 @@ async function save() {
|
|
|
125
142
|
|
|
126
143
|
| Prop | Type | Default | Description |
|
|
127
144
|
| --------------- | --------------------------- | ------- | ----------------------------------------------------------- |
|
|
128
|
-
| `content` | `Uint8Array \| ArrayBuffer` |
|
|
129
|
-
| `theme` | `ViewerTheme` |
|
|
130
|
-
| `class` | `string` |
|
|
145
|
+
| `content` | `Uint8Array \| ArrayBuffer` | n/a | The `.pptx` bytes to render. **Required.** |
|
|
146
|
+
| `theme` | `ViewerTheme` | n/a | Color/radius overrides applied as CSS custom properties. |
|
|
147
|
+
| `class` | `string` | n/a | Class applied to the root element. |
|
|
131
148
|
| `canEdit` | `boolean` | `false` | Reserved for the editor (not yet implemented). |
|
|
132
|
-
| `filePath` | `string` |
|
|
133
|
-
| `authorName` | `string` |
|
|
134
|
-
| `collaboration` | `CollaborationConfig` |
|
|
149
|
+
| `filePath` | `string` | n/a | Reserved for autosave recovery. |
|
|
150
|
+
| `authorName` | `string` | n/a | Reserved for comments/annotations. |
|
|
151
|
+
| `collaboration` | `CollaborationConfig` | n/a | Reserved for real-time collaboration (not yet implemented). |
|
|
135
152
|
|
|
136
153
|
### Events
|
|
137
154
|
|
|
@@ -155,59 +172,22 @@ async function save() {
|
|
|
155
172
|
|
|
156
173
|
## Limitations
|
|
157
174
|
|
|
158
|
-
This package is at a **read-only viewer** milestone
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
and
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
connector text are not yet drawn.
|
|
175
|
-
- No custom-geometry clip-paths; only a few common preset shapes get rounded/
|
|
176
|
-
elliptical corners.
|
|
177
|
-
- No shadows, glow, reflection, soft-edge, 3D bevels, or image effects.
|
|
178
|
-
- No text warp / WordArt, and equations (OMML) are not rendered.
|
|
179
|
-
- Fonts use whatever is available in the browser; embedded-font injection is not
|
|
180
|
-
yet wired up, which can affect text metrics.
|
|
181
|
-
|
|
182
|
-
**Playback & interaction**
|
|
183
|
-
|
|
184
|
-
- Media shows the poster frame only — audio/video playback is not implemented.
|
|
185
|
-
- No animations, slide transitions, or presentation mode yet.
|
|
186
|
-
- The viewer is read-only: no selection, editing, toolbar, or inspector.
|
|
187
|
-
|
|
188
|
-
**Export**
|
|
189
|
-
|
|
190
|
-
- No image/PDF/GIF/video export yet.
|
|
191
|
-
|
|
192
|
-
If you need any of the above today, the underlying `pptx-viewer-core` engine
|
|
193
|
-
already parses most of this data — you can read it from the parsed model even
|
|
194
|
-
where this UI layer doesn't render it yet.
|
|
195
|
-
|
|
196
|
-
## Roadmap
|
|
197
|
-
|
|
198
|
-
Actively being worked on, roughly in priority order:
|
|
199
|
-
|
|
200
|
-
1. **Richer rendering** — clip-paths for preset geometries, then tables,
|
|
201
|
-
full connector routing, and charts.
|
|
202
|
-
2. **Effects** — shadows, glow, image effects, and 3D styling.
|
|
203
|
-
3. **Editing** — selection, transform, and an editor chrome (toolbar/inspector),
|
|
204
|
-
unlocking `canEdit`, `dirty-change`, and `content-change`.
|
|
205
|
-
4. **Animations, transitions, and presentation mode.**
|
|
206
|
-
5. **Export** — PNG/PDF/GIF/video.
|
|
207
|
-
6. **Real-time collaboration** (the `collaboration` prop).
|
|
208
|
-
7. **Font embedding/injection** for higher text fidelity.
|
|
209
|
-
|
|
210
|
-
Progress and design notes live in [`PORTING.md`](./PORTING.md).
|
|
175
|
+
This package is at a **read-only viewer** milestone: it shows the content of a
|
|
176
|
+
slide, but some visual effects and all editing are not built yet.
|
|
177
|
+
|
|
178
|
+
- **Shown today:** text (with mixed formatting), shapes (solid, gradient, and
|
|
179
|
+
image fills, plus outlines), pictures and images, the still frame of a video,
|
|
180
|
+
nested groups, and straight connectors.
|
|
181
|
+
- **Shown as placeholders:** tables, charts, SmartArt, ink, OLE objects, 3D
|
|
182
|
+
models, and zoom links appear as labelled boxes for now.
|
|
183
|
+
- **Not built yet:** custom shape outlines and bent or curved connectors;
|
|
184
|
+
effects (shadows, glow, 3D, image filters); warped text and equations;
|
|
185
|
+
embedded fonts; video and audio playback; animations, transitions, and
|
|
186
|
+
presentation mode; editing (selecting, the toolbar, the inspector); and export.
|
|
187
|
+
|
|
188
|
+
The `pptx-viewer-core` engine already reads most of this data, so you can get it
|
|
189
|
+
from the parsed model even where this UI does not draw it yet. Progress, the
|
|
190
|
+
roadmap, and design notes live in [`PORTING.md`](./PORTING.md).
|
|
211
191
|
|
|
212
192
|
## Build (contributing)
|
|
213
193
|
|