pptx-react-viewer 1.5.3 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/README.md +27 -3
- package/dist/{PowerPointViewer-BqfQdZFN.d.mts → PowerPointViewer-e7LyTw3o.d.mts} +167 -72
- package/dist/{PowerPointViewer-BqfQdZFN.d.ts → PowerPointViewer-e7LyTw3o.d.ts} +167 -72
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +96 -96
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/index.mjs +95 -95
- package/dist/index.mjs.br +0 -0
- package/dist/index.mjs.gz +0 -0
- package/dist/viewer/index.d.mts +2 -2
- package/dist/viewer/index.d.ts +2 -2
- package/dist/viewer/index.js +96 -96
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/viewer/index.mjs +95 -95
- package/dist/viewer/index.mjs.br +0 -0
- package/dist/viewer/index.mjs.gz +0 -0
- package/package.json +1 -1
package/dist/index.mjs.br
CHANGED
|
Binary file
|
package/dist/index.mjs.gz
CHANGED
|
Binary file
|
package/dist/viewer/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CollaborationRole,
|
|
2
|
-
export { A as AccessibilityIssue,
|
|
1
|
+
import { C as CollaborationRole, d as CollaborationConfig } from '../PowerPointViewer-e7LyTw3o.mjs';
|
|
2
|
+
export { A as AccessibilityIssue, e as AnimationPresetOption, f as CanvasSize, h as ConnectorArrowOption, i as ConnectorGeometryOption, j as ConnectorGeometryType, k as ConnectorPathGeometry, D as DragState, l as DrawingTool, E as EditorHistorySnapshot, m as ElementBounds, n as ElementClipboardPayload, o as ElementContextMenuAction, p as ElementContextMenuState, F as FileViewerHandle, M as MarqueeSelectionState, q as ParsedTableCell, r as ParsedTableData, P as PowerPointViewer, b as PowerPointViewerHandle, c as PowerPointViewerProps, s as PresentationAnimationRuntime, R as ResizeHandle, t as ResizeState, S as ShapeAdjustmentDragState, u as ShapeAdjustmentHandleDescriptor, v as ShapePreset, w as ShapeQuickStyle, x as ShortcutReferenceItem, y as SlideAlignment, z as SlideSectionGroup, B as SlideTransitionOption, G as StrokeDashOption, H as SupportedShapeType, T as TableCellEditorState, I as ToolbarSection, V as ViewerMode, g as getAnimationInitialStyle } from '../PowerPointViewer-e7LyTw3o.mjs';
|
|
3
3
|
import { d, e, n, o, m, l, P, X, p, q, r, s, t, u, v, w, x, y, z, A, B, D, E, F, G, H, J, K, L, h, i, k, j, f, g } from './presentation-BRAUjTRt.js';
|
|
4
4
|
import React__default, { RefObject } from 'react';
|
|
5
5
|
import { Doc } from 'yjs';
|
package/dist/viewer/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CollaborationRole,
|
|
2
|
-
export { A as AccessibilityIssue,
|
|
1
|
+
import { C as CollaborationRole, d as CollaborationConfig } from '../PowerPointViewer-e7LyTw3o.js';
|
|
2
|
+
export { A as AccessibilityIssue, e as AnimationPresetOption, f as CanvasSize, h as ConnectorArrowOption, i as ConnectorGeometryOption, j as ConnectorGeometryType, k as ConnectorPathGeometry, D as DragState, l as DrawingTool, E as EditorHistorySnapshot, m as ElementBounds, n as ElementClipboardPayload, o as ElementContextMenuAction, p as ElementContextMenuState, F as FileViewerHandle, M as MarqueeSelectionState, q as ParsedTableCell, r as ParsedTableData, P as PowerPointViewer, b as PowerPointViewerHandle, c as PowerPointViewerProps, s as PresentationAnimationRuntime, R as ResizeHandle, t as ResizeState, S as ShapeAdjustmentDragState, u as ShapeAdjustmentHandleDescriptor, v as ShapePreset, w as ShapeQuickStyle, x as ShortcutReferenceItem, y as SlideAlignment, z as SlideSectionGroup, B as SlideTransitionOption, G as StrokeDashOption, H as SupportedShapeType, T as TableCellEditorState, I as ToolbarSection, V as ViewerMode, g as getAnimationInitialStyle } from '../PowerPointViewer-e7LyTw3o.js';
|
|
3
3
|
import { d, e, n, o, m, l, P, X, p, q, r, s, t, u, v, w, x, y, z, A, B, D, E, F, G, H, J, K, L, h, i, k, j, f, g } from './presentation-BRAUjTRt.js';
|
|
4
4
|
import React__default, { RefObject } from 'react';
|
|
5
5
|
import { Doc } from 'yjs';
|