@aixa-transformation/pptx-viewer 2.0.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +369 -0
  2. package/LICENSE +202 -0
  3. package/NOTICE +18 -0
  4. package/README.md +249 -0
  5. package/dist/GLTFLoader-CV33YWNT.js +2613 -0
  6. package/dist/GLTFLoader-FQJ2I67K.mjs +2611 -0
  7. package/dist/Model3DScene-5ODZLKJM.mjs +49 -0
  8. package/dist/Model3DScene-VLHFNN5B.js +51 -0
  9. package/dist/OrbitControls-HI6CI76Z.mjs +3 -0
  10. package/dist/OrbitControls-XGY7XEC6.js +12 -0
  11. package/dist/SmartArt3DScene-3FL5JELA.mjs +333 -0
  12. package/dist/SmartArt3DScene-7IZ3IJYV.js +335 -0
  13. package/dist/SurfaceChart3DScene-C6GQQQB7.mjs +77 -0
  14. package/dist/SurfaceChart3DScene-KHMGQAGP.js +79 -0
  15. package/dist/chunk-2TOLRBFU.js +27629 -0
  16. package/dist/chunk-2X72MOPZ.mjs +2796 -0
  17. package/dist/chunk-6DZX6EAA.mjs +33 -0
  18. package/dist/chunk-AD2CLKY6.js +92338 -0
  19. package/dist/chunk-CUUYYYC5.js +2800 -0
  20. package/dist/chunk-DAKELFNP.js +915 -0
  21. package/dist/chunk-F2HFXS2Z.mjs +19063 -0
  22. package/dist/chunk-F3LO2NKI.mjs +913 -0
  23. package/dist/chunk-HNI6JYAI.js +34591 -0
  24. package/dist/chunk-IKBO6CZC.js +2 -0
  25. package/dist/chunk-KVM4DBEU.mjs +91768 -0
  26. package/dist/chunk-MOEXMRVK.js +19220 -0
  27. package/dist/chunk-QGM4M3NI.js +37 -0
  28. package/dist/chunk-SQY54X47.js +43506 -0
  29. package/dist/chunk-T5U6P2JH.mjs +1 -0
  30. package/dist/chunk-TB5ZWNMX.mjs +34577 -0
  31. package/dist/chunk-W5V6CEFL.mjs +43064 -0
  32. package/dist/chunk-XAVVR6OX.mjs +27204 -0
  33. package/dist/chunk-Y6FQDUJU.js +1160 -0
  34. package/dist/chunk-YI3G35EC.mjs +1076 -0
  35. package/dist/dist-LQJHTLHL.mjs +2 -0
  36. package/dist/dist-NVA3FEUV.js +2275 -0
  37. package/dist/i18n.d.ts +2 -0
  38. package/dist/i18n.js +19 -0
  39. package/dist/i18n.mjs +2 -0
  40. package/dist/index.d.ts +44 -0
  41. package/dist/index.js +135 -0
  42. package/dist/index.mjs +6 -0
  43. package/dist/internals.d.ts +1 -0
  44. package/dist/internals.js +311 -0
  45. package/dist/internals.mjs +6 -0
  46. package/dist/pptx-viewer.css +2 -0
  47. package/dist/presentation.d.ts +1 -0
  48. package/dist/presentation.js +11 -0
  49. package/dist/presentation.mjs +2 -0
  50. package/dist/three.module-HOXVV2KF.mjs +2 -0
  51. package/dist/three.module-QSJWIYNI.js +1771 -0
  52. package/dist/viewer/index.d.ts +1 -0
  53. package/dist/viewer/index.js +76 -0
  54. package/dist/viewer/index.mjs +7 -0
  55. package/dist/y-webrtc-DFUKFWCA.mjs +4279 -0
  56. package/dist/y-webrtc-RRACJ6WX.js +4284 -0
  57. package/dist/y-websocket-T5R5YGVE.mjs +378 -0
  58. package/dist/y-websocket-WMSHYIGX.js +384 -0
  59. package/package.json +141 -0
@@ -0,0 +1 @@
1
+ export * from '../index';
@@ -0,0 +1,76 @@
1
+ 'use strict';
2
+
3
+ var chunkHNI6JYAI_js = require('../chunk-HNI6JYAI.js');
4
+ require('../chunk-IKBO6CZC.js');
5
+ var chunkMOEXMRVK_js = require('../chunk-MOEXMRVK.js');
6
+ var chunk2TOLRBFU_js = require('../chunk-2TOLRBFU.js');
7
+ require('../chunk-CUUYYYC5.js');
8
+ require('../chunk-AD2CLKY6.js');
9
+ require('../chunk-QGM4M3NI.js');
10
+
11
+
12
+
13
+ Object.defineProperty(exports, "CollaborationProvider", {
14
+ enumerable: true,
15
+ get: function () { return chunkHNI6JYAI_js.CollaborationProvider; }
16
+ });
17
+ Object.defineProperty(exports, "CollaborationStatusIndicator", {
18
+ enumerable: true,
19
+ get: function () { return chunkHNI6JYAI_js.CollaborationStatusIndicator; }
20
+ });
21
+ Object.defineProperty(exports, "PowerPointViewer", {
22
+ enumerable: true,
23
+ get: function () { return chunkHNI6JYAI_js.PowerPointViewer; }
24
+ });
25
+ Object.defineProperty(exports, "RemoteUserCursors", {
26
+ enumerable: true,
27
+ get: function () { return chunkHNI6JYAI_js.RemoteUserCursors; }
28
+ });
29
+ Object.defineProperty(exports, "UserAvatarBar", {
30
+ enumerable: true,
31
+ get: function () { return chunkHNI6JYAI_js.UserAvatarBar; }
32
+ });
33
+ Object.defineProperty(exports, "getAnimationInitialStyle", {
34
+ enumerable: true,
35
+ get: function () { return chunkMOEXMRVK_js.getAnimationInitialStyle; }
36
+ });
37
+ Object.defineProperty(exports, "isAudienceTab", {
38
+ enumerable: true,
39
+ get: function () { return chunkMOEXMRVK_js.isAudienceTab; }
40
+ });
41
+ Object.defineProperty(exports, "parseAudienceNonce", {
42
+ enumerable: true,
43
+ get: function () { return chunkMOEXMRVK_js.parseAudienceNonce; }
44
+ });
45
+ Object.defineProperty(exports, "useCollaborativeHistory", {
46
+ enumerable: true,
47
+ get: function () { return chunkMOEXMRVK_js.useCollaborativeHistory; }
48
+ });
49
+ Object.defineProperty(exports, "useCollaborativeState", {
50
+ enumerable: true,
51
+ get: function () { return chunkMOEXMRVK_js.useCollaborativeState; }
52
+ });
53
+ Object.defineProperty(exports, "usePresenceTracking", {
54
+ enumerable: true,
55
+ get: function () { return chunkMOEXMRVK_js.usePresenceTracking; }
56
+ });
57
+ Object.defineProperty(exports, "useThemeSwitching", {
58
+ enumerable: true,
59
+ get: function () { return chunkMOEXMRVK_js.useThemeSwitching; }
60
+ });
61
+ Object.defineProperty(exports, "useYjsProvider", {
62
+ enumerable: true,
63
+ get: function () { return chunkMOEXMRVK_js.useYjsProvider; }
64
+ });
65
+ Object.defineProperty(exports, "clearAudienceContent", {
66
+ enumerable: true,
67
+ get: function () { return chunk2TOLRBFU_js.clearAudienceContent; }
68
+ });
69
+ Object.defineProperty(exports, "loadAudienceContent", {
70
+ enumerable: true,
71
+ get: function () { return chunk2TOLRBFU_js.loadAudienceContent; }
72
+ });
73
+ Object.defineProperty(exports, "storeAudienceContent", {
74
+ enumerable: true,
75
+ get: function () { return chunk2TOLRBFU_js.storeAudienceContent; }
76
+ });
@@ -0,0 +1,7 @@
1
+ export { CollaborationProvider, CollaborationStatusIndicator, PowerPointViewer, RemoteUserCursors, UserAvatarBar } from '../chunk-TB5ZWNMX.mjs';
2
+ import '../chunk-T5U6P2JH.mjs';
3
+ export { getAnimationInitialStyle, isAudienceTab, parseAudienceNonce, useCollaborativeHistory, useCollaborativeState, usePresenceTracking, useThemeSwitching, useYjsProvider } from '../chunk-F2HFXS2Z.mjs';
4
+ export { clearAudienceContent, loadAudienceContent, storeAudienceContent } from '../chunk-XAVVR6OX.mjs';
5
+ import '../chunk-2X72MOPZ.mjs';
6
+ import '../chunk-KVM4DBEU.mjs';
7
+ import '../chunk-6DZX6EAA.mjs';