@aixa-transformation/pptx-viewer 2.0.3 → 2.0.15
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/dist/{Model3DScene-AXKDOUCK.js → Model3DScene-2FGHMV5Y.js} +3 -3
- package/dist/{Model3DScene-UD6SIIUP.mjs → Model3DScene-G6X4L2MC.mjs} +2 -2
- package/dist/{SurfaceChart3DScene-JU2MS2BP.js → SurfaceChart3DScene-BVA2NRED.js} +3 -3
- package/dist/{SurfaceChart3DScene-JBEJR7Z4.mjs → SurfaceChart3DScene-MUHZNFLW.mjs} +2 -2
- package/dist/{chunk-34H7NGLC.mjs → chunk-4ZF7B5WU.mjs} +7 -1
- package/dist/{chunk-7H2BJF4H.mjs → chunk-C36MFNDN.mjs} +113 -27
- package/dist/chunk-E52NRFV5.mjs +34653 -0
- package/dist/{chunk-ZIXTDOJD.js → chunk-EMNB7YC7.js} +559 -497
- package/dist/{chunk-CHHLFKT6.js → chunk-IVCWQLQK.js} +47 -41
- package/dist/{chunk-ODMFBYAP.js → chunk-KAP5TS7O.js} +113 -27
- package/dist/chunk-VLQGEXJZ.js +34667 -0
- package/dist/{chunk-3HJVAFGP.mjs → chunk-X5ODNG2Q.mjs} +83 -21
- package/dist/{dist-OEO77LEX.mjs → dist-THKAHR4E.mjs} +1 -1
- package/dist/{dist-CPLP356W.js → dist-VPE4R4KO.js} +568 -568
- package/dist/index.js +34 -34
- package/dist/index.mjs +4 -4
- package/dist/internals.js +78 -78
- package/dist/internals.mjs +3 -3
- package/dist/pptx-viewer.css +1 -1
- package/dist/presentation.js +2 -2
- package/dist/presentation.mjs +1 -1
- package/dist/viewer/index.js +20 -20
- package/dist/viewer/index.mjs +4 -4
- package/package.json +4 -3
- package/dist/chunk-E4CJYQAL.mjs +0 -34612
- package/dist/chunk-N57QTSTQ.js +0 -34626
package/dist/index.js
CHANGED
|
@@ -1,129 +1,129 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
3
|
+
var chunkVLQGEXJZ_js = require('./chunk-VLQGEXJZ.js');
|
|
4
|
+
var chunkEMNB7YC7_js = require('./chunk-EMNB7YC7.js');
|
|
5
|
+
var chunkIVCWQLQK_js = require('./chunk-IVCWQLQK.js');
|
|
6
6
|
var chunkCUUYYYC5_js = require('./chunk-CUUYYYC5.js');
|
|
7
|
-
var
|
|
7
|
+
var chunkKAP5TS7O_js = require('./chunk-KAP5TS7O.js');
|
|
8
8
|
require('./chunk-QGM4M3NI.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "PowerPointViewer", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkVLQGEXJZ_js.PowerPointViewer; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "SlideCanvas", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkVLQGEXJZ_js.SlideCanvas; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "Toolbar", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkVLQGEXJZ_js.Toolbar; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "ViewerThemeProvider", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkVLQGEXJZ_js.ViewerThemeProvider; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "useViewerTheme", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkVLQGEXJZ_js.useViewerTheme; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "getAnimationInitialStyle", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkEMNB7YC7_js.getAnimationInitialStyle; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "renderToCanvas", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkEMNB7YC7_js.renderToCanvas; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "useViewerBuildingBlocks", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkEMNB7YC7_js.useViewerBuildingBlocks; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "AVATAR_COLOR_SWATCHES", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkIVCWQLQK_js.AVATAR_COLOR_SWATCHES; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "DEFAULT_VIEWER_PROFILE", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkIVCWQLQK_js.DEFAULT_VIEWER_PROFILE; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "THEME_CATALOG", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkIVCWQLQK_js.THEME_CATALOG; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "VIEWER_PREFS_STORAGE_KEY", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkIVCWQLQK_js.VIEWER_PREFS_STORAGE_KEY; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "clearAllLocalViewerData", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkIVCWQLQK_js.clearAllLocalViewerData; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "clearStoredViewerPrefs", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkIVCWQLQK_js.clearStoredViewerPrefs; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "defaultCssVars", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkIVCWQLQK_js.defaultCssVars; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "defaultRadius", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkIVCWQLQK_js.defaultRadius; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "defaultThemeColors", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkIVCWQLQK_js.defaultThemeColors; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "getLocalStorageUsageSummary", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkIVCWQLQK_js.getLocalStorageUsageSummary; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "readStoredViewerPrefs", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkIVCWQLQK_js.readStoredViewerPrefs; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "resolveProfileInitial", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkIVCWQLQK_js.resolveProfileInitial; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "resolveThemeCatalogEntry", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkIVCWQLQK_js.resolveThemeCatalogEntry; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "saveViewerProfile", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkIVCWQLQK_js.saveViewerProfile; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "themeToCssVars", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkIVCWQLQK_js.themeToCssVars; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "vermilionDarkColors", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkIVCWQLQK_js.vermilionDarkColors; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "vermilionDarkTheme", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkIVCWQLQK_js.vermilionDarkTheme; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "vermilionLightColors", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkIVCWQLQK_js.vermilionLightColors; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "vermilionLightTheme", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkIVCWQLQK_js.vermilionLightTheme; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "vermilionRadius", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkIVCWQLQK_js.vermilionRadius; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "writeStoredViewerPrefs", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkIVCWQLQK_js.writeStoredViewerPrefs; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "LOCALE_CATALOG", {
|
|
129
129
|
enumerable: true,
|
|
@@ -131,5 +131,5 @@ Object.defineProperty(exports, "LOCALE_CATALOG", {
|
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "Presentation", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkKAP5TS7O_js.Presentation; }
|
|
135
135
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { PowerPointViewer, SlideCanvas, Toolbar, ViewerThemeProvider, useViewerTheme } from './chunk-
|
|
2
|
-
export { getAnimationInitialStyle, renderToCanvas, useViewerBuildingBlocks } from './chunk-
|
|
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-
|
|
1
|
+
export { PowerPointViewer, SlideCanvas, Toolbar, ViewerThemeProvider, useViewerTheme } from './chunk-E52NRFV5.mjs';
|
|
2
|
+
export { getAnimationInitialStyle, renderToCanvas, useViewerBuildingBlocks } from './chunk-X5ODNG2Q.mjs';
|
|
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-4ZF7B5WU.mjs';
|
|
4
4
|
export { LOCALE_CATALOG } from './chunk-2X72MOPZ.mjs';
|
|
5
|
-
export { Presentation } from './chunk-
|
|
5
|
+
export { Presentation } from './chunk-C36MFNDN.mjs';
|
|
6
6
|
import './chunk-6DZX6EAA.mjs';
|
package/dist/internals.js
CHANGED
|
@@ -1,311 +1,311 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-IKBO6CZC.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var chunkEMNB7YC7_js = require('./chunk-EMNB7YC7.js');
|
|
5
|
+
var chunkIVCWQLQK_js = require('./chunk-IVCWQLQK.js');
|
|
6
6
|
require('./chunk-CUUYYYC5.js');
|
|
7
|
-
require('./chunk-
|
|
7
|
+
require('./chunk-KAP5TS7O.js');
|
|
8
8
|
require('./chunk-QGM4M3NI.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "MIN_TOUCH_TARGET", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkEMNB7YC7_js.MIN_TOUCH_TARGET; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "computeToolbarVisibility", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkEMNB7YC7_js.computeToolbarVisibility; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "useAnimationPlayback", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkEMNB7YC7_js.useAnimationPlayback; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "useAnnotationHandlers", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkEMNB7YC7_js.useAnnotationHandlers; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "useAudienceMode", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkEMNB7YC7_js.useAudienceMode; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "useAutosave", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkEMNB7YC7_js.useAutosave; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "useBroadcastFollower", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkEMNB7YC7_js.useBroadcastFollower; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "useCanvasInteractions", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkEMNB7YC7_js.useCanvasInteractions; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "useClipboardHandlers", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkEMNB7YC7_js.useClipboardHandlers; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "useCollaborativeHistory", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkEMNB7YC7_js.useCollaborativeHistory; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "useCollaborativeState", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkEMNB7YC7_js.useCollaborativeState; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "useComments", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkEMNB7YC7_js.useComments; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "useContentLifecycle", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkEMNB7YC7_js.useContentLifecycle; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "useDerivedElementState", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkEMNB7YC7_js.useDerivedElementState; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "useDerivedSlideState", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkEMNB7YC7_js.useDerivedSlideState; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "useDialogCustomShows", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkEMNB7YC7_js.useDialogCustomShows; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "useEditorHistory", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkEMNB7YC7_js.useEditorHistory; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "useEditorOperations", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkEMNB7YC7_js.useEditorOperations; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "useElementManipulation", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkEMNB7YC7_js.useElementManipulation; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "useElementOperations", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkEMNB7YC7_js.useElementOperations; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "useExportHandlers", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkEMNB7YC7_js.useExportHandlers; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "useExportSaveAs", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkEMNB7YC7_js.useExportSaveAs; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "useFindReplace", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkEMNB7YC7_js.useFindReplace; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "useFollowMode", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkEMNB7YC7_js.useFollowMode; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "useFontInjection", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkEMNB7YC7_js.useFontInjection; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "useGroupAlignLayerHandlers", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkEMNB7YC7_js.useGroupAlignLayerHandlers; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "useIOHandlers", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkEMNB7YC7_js.useIOHandlers; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "useInsertElements", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkEMNB7YC7_js.useInsertElements; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "useIsMobile", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkEMNB7YC7_js.useIsMobile; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "useKeyboardInsets", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkEMNB7YC7_js.useKeyboardInsets; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "useKeyboardShortcutWiring", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkEMNB7YC7_js.useKeyboardShortcutWiring; }
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(exports, "useKeyboardShortcuts", {
|
|
137
137
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkEMNB7YC7_js.useKeyboardShortcuts; }
|
|
139
139
|
});
|
|
140
140
|
Object.defineProperty(exports, "useLayoutSwitching", {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkEMNB7YC7_js.useLayoutSwitching; }
|
|
143
143
|
});
|
|
144
144
|
Object.defineProperty(exports, "useLoadContent", {
|
|
145
145
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkEMNB7YC7_js.useLoadContent; }
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(exports, "useMergeShapesHandler", {
|
|
149
149
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkEMNB7YC7_js.useMergeShapesHandler; }
|
|
151
151
|
});
|
|
152
152
|
Object.defineProperty(exports, "useModalDismissDrag", {
|
|
153
153
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkEMNB7YC7_js.useModalDismissDrag; }
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(exports, "usePointerHandlers", {
|
|
157
157
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkEMNB7YC7_js.usePointerHandlers; }
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(exports, "usePresenceTracking", {
|
|
161
161
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkEMNB7YC7_js.usePresenceTracking; }
|
|
163
163
|
});
|
|
164
164
|
Object.defineProperty(exports, "usePresentationAnnotations", {
|
|
165
165
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunkEMNB7YC7_js.usePresentationAnnotations; }
|
|
167
167
|
});
|
|
168
168
|
Object.defineProperty(exports, "usePresentationKeyboard", {
|
|
169
169
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkEMNB7YC7_js.usePresentationKeyboard; }
|
|
171
171
|
});
|
|
172
172
|
Object.defineProperty(exports, "usePresentationMode", {
|
|
173
173
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkEMNB7YC7_js.usePresentationMode; }
|
|
175
175
|
});
|
|
176
176
|
Object.defineProperty(exports, "usePresentationSetup", {
|
|
177
177
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkEMNB7YC7_js.usePresentationSetup; }
|
|
179
179
|
});
|
|
180
180
|
Object.defineProperty(exports, "usePresenterWindow", {
|
|
181
181
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkEMNB7YC7_js.usePresenterWindow; }
|
|
183
183
|
});
|
|
184
184
|
Object.defineProperty(exports, "usePrintHandlers", {
|
|
185
185
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkEMNB7YC7_js.usePrintHandlers; }
|
|
187
187
|
});
|
|
188
188
|
Object.defineProperty(exports, "usePropertyHandlers", {
|
|
189
189
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkEMNB7YC7_js.usePropertyHandlers; }
|
|
191
191
|
});
|
|
192
192
|
Object.defineProperty(exports, "useRecoveryDetection", {
|
|
193
193
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkEMNB7YC7_js.useRecoveryDetection; }
|
|
195
195
|
});
|
|
196
196
|
Object.defineProperty(exports, "useReducedMotion", {
|
|
197
197
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkEMNB7YC7_js.useReducedMotion; }
|
|
199
199
|
});
|
|
200
200
|
Object.defineProperty(exports, "useRehearsalTimings", {
|
|
201
201
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkEMNB7YC7_js.useRehearsalTimings; }
|
|
203
203
|
});
|
|
204
204
|
Object.defineProperty(exports, "useResizablePanels", {
|
|
205
205
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkEMNB7YC7_js.useResizablePanels; }
|
|
207
207
|
});
|
|
208
208
|
Object.defineProperty(exports, "useSectionOperations", {
|
|
209
209
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkEMNB7YC7_js.useSectionOperations; }
|
|
211
211
|
});
|
|
212
212
|
Object.defineProperty(exports, "useSerialize", {
|
|
213
213
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkEMNB7YC7_js.useSerialize; }
|
|
215
215
|
});
|
|
216
216
|
Object.defineProperty(exports, "useSheetDismissDrag", {
|
|
217
217
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkEMNB7YC7_js.useSheetDismissDrag; }
|
|
219
219
|
});
|
|
220
220
|
Object.defineProperty(exports, "useSlideManagement", {
|
|
221
221
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkEMNB7YC7_js.useSlideManagement; }
|
|
223
223
|
});
|
|
224
224
|
Object.defineProperty(exports, "useSlideNavigation", {
|
|
225
225
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkEMNB7YC7_js.useSlideNavigation; }
|
|
227
227
|
});
|
|
228
228
|
Object.defineProperty(exports, "useSwipeNavigation", {
|
|
229
229
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkEMNB7YC7_js.useSwipeNavigation; }
|
|
231
231
|
});
|
|
232
232
|
Object.defineProperty(exports, "useTableOperations", {
|
|
233
233
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkEMNB7YC7_js.useTableOperations; }
|
|
235
235
|
});
|
|
236
236
|
Object.defineProperty(exports, "useThemeHandlers", {
|
|
237
237
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkEMNB7YC7_js.useThemeHandlers; }
|
|
239
239
|
});
|
|
240
240
|
Object.defineProperty(exports, "useThemeSwitching", {
|
|
241
241
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkEMNB7YC7_js.useThemeSwitching; }
|
|
243
243
|
});
|
|
244
244
|
Object.defineProperty(exports, "useToolbarVisibility", {
|
|
245
245
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkEMNB7YC7_js.useToolbarVisibility; }
|
|
247
247
|
});
|
|
248
248
|
Object.defineProperty(exports, "useTouchGestures", {
|
|
249
249
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkEMNB7YC7_js.useTouchGestures; }
|
|
251
251
|
});
|
|
252
252
|
Object.defineProperty(exports, "useViewerBuildingBlocks", {
|
|
253
253
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkEMNB7YC7_js.useViewerBuildingBlocks; }
|
|
255
255
|
});
|
|
256
256
|
Object.defineProperty(exports, "useViewerCoreState", {
|
|
257
257
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkEMNB7YC7_js.useViewerCoreState; }
|
|
259
259
|
});
|
|
260
260
|
Object.defineProperty(exports, "useViewerDialogs", {
|
|
261
261
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkEMNB7YC7_js.useViewerDialogs; }
|
|
263
263
|
});
|
|
264
264
|
Object.defineProperty(exports, "useViewerIntegration", {
|
|
265
265
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkEMNB7YC7_js.useViewerIntegration; }
|
|
267
267
|
});
|
|
268
268
|
Object.defineProperty(exports, "useViewerOptions", {
|
|
269
269
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkEMNB7YC7_js.useViewerOptions; }
|
|
271
271
|
});
|
|
272
272
|
Object.defineProperty(exports, "useViewerState", {
|
|
273
273
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkEMNB7YC7_js.useViewerState; }
|
|
275
275
|
});
|
|
276
276
|
Object.defineProperty(exports, "useViewerUIState", {
|
|
277
277
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunkEMNB7YC7_js.useViewerUIState; }
|
|
279
279
|
});
|
|
280
280
|
Object.defineProperty(exports, "useVirtualizedSlides", {
|
|
281
281
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkEMNB7YC7_js.useVirtualizedSlides; }
|
|
283
283
|
});
|
|
284
284
|
Object.defineProperty(exports, "useYjsDocumentSync", {
|
|
285
285
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkEMNB7YC7_js.useYjsDocumentSync; }
|
|
287
287
|
});
|
|
288
288
|
Object.defineProperty(exports, "useYjsProvider", {
|
|
289
289
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkEMNB7YC7_js.useYjsProvider; }
|
|
291
291
|
});
|
|
292
292
|
Object.defineProperty(exports, "useZoomNavigation", {
|
|
293
293
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkEMNB7YC7_js.useZoomNavigation; }
|
|
295
295
|
});
|
|
296
296
|
Object.defineProperty(exports, "useZoomViewport", {
|
|
297
297
|
enumerable: true,
|
|
298
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunkEMNB7YC7_js.useZoomViewport; }
|
|
299
299
|
});
|
|
300
300
|
Object.defineProperty(exports, "MOBILE_BREAKPOINT", {
|
|
301
301
|
enumerable: true,
|
|
302
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunkIVCWQLQK_js.MOBILE_BREAKPOINT; }
|
|
303
303
|
});
|
|
304
304
|
Object.defineProperty(exports, "TABLET_BREAKPOINT", {
|
|
305
305
|
enumerable: true,
|
|
306
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunkIVCWQLQK_js.TABLET_BREAKPOINT; }
|
|
307
307
|
});
|
|
308
308
|
Object.defineProperty(exports, "computeVirtualRange", {
|
|
309
309
|
enumerable: true,
|
|
310
|
-
get: function () { return
|
|
310
|
+
get: function () { return chunkIVCWQLQK_js.computeVirtualRange; }
|
|
311
311
|
});
|
package/dist/internals.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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, useViewerBuildingBlocks, useViewerCoreState, useViewerDialogs, useViewerIntegration, useViewerOptions, useViewerState, useViewerUIState, useVirtualizedSlides, useYjsDocumentSync, useYjsProvider, useZoomNavigation, useZoomViewport } from './chunk-
|
|
3
|
-
export { MOBILE_BREAKPOINT, TABLET_BREAKPOINT, computeVirtualRange } 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, useViewerBuildingBlocks, useViewerCoreState, useViewerDialogs, useViewerIntegration, useViewerOptions, useViewerState, useViewerUIState, useVirtualizedSlides, useYjsDocumentSync, useYjsProvider, useZoomNavigation, useZoomViewport } from './chunk-X5ODNG2Q.mjs';
|
|
3
|
+
export { MOBILE_BREAKPOINT, TABLET_BREAKPOINT, computeVirtualRange } from './chunk-4ZF7B5WU.mjs';
|
|
4
4
|
import './chunk-2X72MOPZ.mjs';
|
|
5
|
-
import './chunk-
|
|
5
|
+
import './chunk-C36MFNDN.mjs';
|
|
6
6
|
import './chunk-6DZX6EAA.mjs';
|