pptx-react-viewer 1.22.1 → 1.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/{chunk-DZUI64SO.mjs → chunk-3MZ7IARF.mjs} +9 -0
- package/dist/chunk-3MZ7IARF.mjs.br +0 -0
- package/dist/{chunk-DZUI64SO.mjs.gz → chunk-3MZ7IARF.mjs.gz} +0 -0
- package/dist/{chunk-YPZV4KJT.js → chunk-JUFGTL2A.js} +398 -395
- package/dist/chunk-JUFGTL2A.js.br +0 -0
- package/dist/chunk-JUFGTL2A.js.gz +0 -0
- package/dist/{chunk-QVQTDWB7.js → chunk-KA7ST7IH.js} +9 -0
- package/dist/chunk-KA7ST7IH.js.br +0 -0
- package/dist/{chunk-QVQTDWB7.js.gz → chunk-KA7ST7IH.js.gz} +0 -0
- package/dist/{chunk-B7JRQB5F.mjs → chunk-OIAKQGMC.mjs} +7 -4
- package/dist/chunk-OIAKQGMC.mjs.br +0 -0
- package/dist/chunk-OIAKQGMC.mjs.gz +0 -0
- package/dist/hooks-unstable.d.ts +3 -0
- package/dist/hooks-unstable.d.ts.map +1 -1
- package/dist/hooks-unstable.js +71 -71
- package/dist/hooks-unstable.js.br +0 -0
- package/dist/hooks-unstable.js.gz +0 -0
- package/dist/hooks-unstable.mjs +1 -1
- package/dist/hooks-unstable.mjs.br +0 -0
- package/dist/hooks-unstable.mjs.gz +0 -0
- package/dist/index.js +7 -7
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.br +0 -0
- package/dist/index.mjs.gz +0 -0
- package/dist/viewer/index.js +18 -18
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/viewer/index.mjs +2 -2
- package/dist/viewer/index.mjs.br +0 -0
- package/dist/viewer/index.mjs.gz +0 -0
- package/package.json +1 -1
- package/dist/chunk-B7JRQB5F.mjs.br +0 -0
- package/dist/chunk-B7JRQB5F.mjs.gz +0 -0
- package/dist/chunk-DZUI64SO.mjs.br +0 -0
- package/dist/chunk-QVQTDWB7.js.br +0 -0
- package/dist/chunk-YPZV4KJT.js.br +0 -0
- package/dist/chunk-YPZV4KJT.js.gz +0 -0
package/dist/hooks-unstable.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './chunk-T5U6P2JH.mjs';
|
|
2
|
-
export { MIN_TOUCH_TARGET, computeToolbarVisibility, useAnimationPlayback, useAnnotationHandlers, useAudienceMode, useAutosave, useBroadcastFollower, useCanvasInteractions, useClipboardHandlers, useCollaborativeHistory, useCollaborativeState, useComments, useContentLifecycle, useDerivedElementState, useDerivedSlideState, useDialogCustomShows, useEditorHistory, useEditorOperations, useElementManipulation, useElementOperations, useExportHandlers, useExportSaveAs, useFindReplace, useFollowMode, useFontInjection, useGroupAlignLayerHandlers, useIOHandlers, useInsertElements, useIsMobile, useKeyboardInsets, useKeyboardShortcutWiring, useKeyboardShortcuts, useLayoutSwitching, useLoadContent, useMergeShapesHandler, useModalDismissDrag, usePointerHandlers, usePresenceTracking, usePresentationAnnotations, usePresentationKeyboard, usePresentationMode, usePresentationSetup, usePresenterWindow, usePrintHandlers, usePropertyHandlers, useRecoveryDetection, useReducedMotion, useRehearsalTimings, useResizablePanels, useSectionOperations, useSerialize, useSheetDismissDrag, useSlideManagement, useSlideNavigation, useSwipeNavigation, useTableOperations, useThemeHandlers, useThemeSwitching, useToolbarVisibility, useTouchGestures, useViewerCoreState, useViewerDialogs, useViewerIntegration, useViewerState, useViewerUIState, useVirtualizedSlides, useYjsDocumentSync, useYjsProvider, useZoomNavigation, useZoomViewport } from './chunk-
|
|
2
|
+
export { MIN_TOUCH_TARGET, computeToolbarVisibility, useAnimationPlayback, useAnnotationHandlers, useAudienceMode, useAutosave, useBroadcastFollower, useCanvasInteractions, useClipboardHandlers, useCollaborativeHistory, useCollaborativeState, useComments, useContentLifecycle, useDerivedElementState, useDerivedSlideState, useDialogCustomShows, useEditorHistory, useEditorOperations, useElementManipulation, useElementOperations, useExportHandlers, useExportSaveAs, useFindReplace, useFollowMode, useFontInjection, useGroupAlignLayerHandlers, useIOHandlers, useInsertElements, useIsMobile, useKeyboardInsets, useKeyboardShortcutWiring, useKeyboardShortcuts, useLayoutSwitching, useLoadContent, useMergeShapesHandler, useModalDismissDrag, usePointerHandlers, usePresenceTracking, usePresentationAnnotations, usePresentationKeyboard, usePresentationMode, usePresentationSetup, usePresenterWindow, usePrintHandlers, usePropertyHandlers, useRecoveryDetection, useReducedMotion, useRehearsalTimings, useResizablePanels, useSectionOperations, useSerialize, useSheetDismissDrag, useSlideManagement, useSlideNavigation, useSwipeNavigation, useTableOperations, useThemeHandlers, useThemeSwitching, useToolbarVisibility, useTouchGestures, useViewerCoreState, useViewerDialogs, useViewerIntegration, useViewerState, useViewerUIState, useVirtualizedSlides, useYjsDocumentSync, useYjsProvider, useZoomNavigation, useZoomViewport } from './chunk-3MZ7IARF.mjs';
|
|
3
3
|
export { MOBILE_BREAKPOINT, TABLET_BREAKPOINT, computeVirtualRange } from './chunk-5SBQZEKD.mjs';
|
|
4
4
|
import './chunk-E3KJKCSV.mjs';
|
|
5
5
|
import './chunk-3ZGCM6RC.mjs';
|
|
Binary file
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkJUFGTL2A_js = require('./chunk-JUFGTL2A.js');
|
|
4
|
+
var chunkKA7ST7IH_js = require('./chunk-KA7ST7IH.js');
|
|
5
5
|
var chunkVSNXVKJI_js = require('./chunk-VSNXVKJI.js');
|
|
6
6
|
var chunkZISXRMDJ_js = require('./chunk-ZISXRMDJ.js');
|
|
7
7
|
require('./chunk-AD3EAEY6.js');
|
|
@@ -11,23 +11,23 @@ require('./chunk-QGM4M3NI.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "PowerPointViewer", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkJUFGTL2A_js.PowerPointViewer; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "ViewerThemeProvider", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkJUFGTL2A_js.ViewerThemeProvider; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "useViewerTheme", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkJUFGTL2A_js.useViewerTheme; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "getAnimationInitialStyle", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkKA7ST7IH_js.getAnimationInitialStyle; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "renderToCanvas", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkKA7ST7IH_js.renderToCanvas; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "AVATAR_COLOR_SWATCHES", {
|
|
33
33
|
enumerable: true,
|
package/dist/index.js.br
CHANGED
|
Binary file
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { PowerPointViewer, ViewerThemeProvider, useViewerTheme } from './chunk-
|
|
2
|
-
export { getAnimationInitialStyle, renderToCanvas } from './chunk-
|
|
1
|
+
export { PowerPointViewer, ViewerThemeProvider, useViewerTheme } from './chunk-OIAKQGMC.mjs';
|
|
2
|
+
export { getAnimationInitialStyle, renderToCanvas } from './chunk-3MZ7IARF.mjs';
|
|
3
3
|
export { AVATAR_COLOR_SWATCHES, DEFAULT_VIEWER_PROFILE, THEME_CATALOG, VIEWER_PREFS_STORAGE_KEY, clearAllLocalViewerData, clearStoredViewerPrefs, defaultCssVars, defaultRadius, defaultThemeColors, getLocalStorageUsageSummary, readStoredViewerPrefs, resolveProfileInitial, resolveThemeCatalogEntry, saveViewerProfile, themeToCssVars, vermilionDarkColors, vermilionDarkTheme, vermilionLightColors, vermilionLightTheme, vermilionRadius, writeStoredViewerPrefs } from './chunk-5SBQZEKD.mjs';
|
|
4
4
|
export { LOCALE_CATALOG } from './chunk-E3KJKCSV.mjs';
|
|
5
5
|
import './chunk-3ZGCM6RC.mjs';
|
package/dist/index.mjs.br
CHANGED
|
Binary file
|
package/dist/index.mjs.gz
CHANGED
|
Binary file
|
package/dist/viewer/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('../chunk-IKBO6CZC.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var chunkJUFGTL2A_js = require('../chunk-JUFGTL2A.js');
|
|
5
|
+
var chunkKA7ST7IH_js = require('../chunk-KA7ST7IH.js');
|
|
6
6
|
require('../chunk-VSNXVKJI.js');
|
|
7
7
|
require('../chunk-ZISXRMDJ.js');
|
|
8
8
|
require('../chunk-AD3EAEY6.js');
|
|
@@ -12,65 +12,65 @@ require('../chunk-QGM4M3NI.js');
|
|
|
12
12
|
|
|
13
13
|
Object.defineProperty(exports, "CollaborationProvider", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkJUFGTL2A_js.CollaborationProvider; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "CollaborationStatusIndicator", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkJUFGTL2A_js.CollaborationStatusIndicator; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "PowerPointViewer", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkJUFGTL2A_js.PowerPointViewer; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "RemoteUserCursors", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkJUFGTL2A_js.RemoteUserCursors; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "UserAvatarBar", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkJUFGTL2A_js.UserAvatarBar; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "clearAudienceContent", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkKA7ST7IH_js.clearAudienceContent; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "getAnimationInitialStyle", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkKA7ST7IH_js.getAnimationInitialStyle; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "isAudienceTab", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkKA7ST7IH_js.isAudienceTab; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "loadAudienceContent", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkKA7ST7IH_js.loadAudienceContent; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "parseAudienceNonce", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkKA7ST7IH_js.parseAudienceNonce; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "storeAudienceContent", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkKA7ST7IH_js.storeAudienceContent; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "useCollaborativeHistory", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkKA7ST7IH_js.useCollaborativeHistory; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "useCollaborativeState", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkKA7ST7IH_js.useCollaborativeState; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "usePresenceTracking", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkKA7ST7IH_js.usePresenceTracking; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "useThemeSwitching", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkKA7ST7IH_js.useThemeSwitching; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "useYjsProvider", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkKA7ST7IH_js.useYjsProvider; }
|
|
76
76
|
});
|
package/dist/viewer/index.js.br
CHANGED
|
Binary file
|
package/dist/viewer/index.js.gz
CHANGED
|
Binary file
|
package/dist/viewer/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../chunk-T5U6P2JH.mjs';
|
|
2
|
-
export { CollaborationProvider, CollaborationStatusIndicator, PowerPointViewer, RemoteUserCursors, UserAvatarBar } from '../chunk-
|
|
3
|
-
export { clearAudienceContent, getAnimationInitialStyle, isAudienceTab, loadAudienceContent, parseAudienceNonce, storeAudienceContent, useCollaborativeHistory, useCollaborativeState, usePresenceTracking, useThemeSwitching, useYjsProvider } from '../chunk-
|
|
2
|
+
export { CollaborationProvider, CollaborationStatusIndicator, PowerPointViewer, RemoteUserCursors, UserAvatarBar } from '../chunk-OIAKQGMC.mjs';
|
|
3
|
+
export { clearAudienceContent, getAnimationInitialStyle, isAudienceTab, loadAudienceContent, parseAudienceNonce, storeAudienceContent, useCollaborativeHistory, useCollaborativeState, usePresenceTracking, useThemeSwitching, useYjsProvider } from '../chunk-3MZ7IARF.mjs';
|
|
4
4
|
import '../chunk-5SBQZEKD.mjs';
|
|
5
5
|
import '../chunk-E3KJKCSV.mjs';
|
|
6
6
|
import '../chunk-3ZGCM6RC.mjs';
|
package/dist/viewer/index.mjs.br
CHANGED
|
Binary file
|
package/dist/viewer/index.mjs.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|