pptx-svelte-viewer 0.6.0 → 0.7.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 +19 -0
- package/dist/{component-NIMULjW3.js → component-BkXbcmvL.js} +15741 -15409
- package/dist/i18n.js +1 -1
- package/dist/index.js +2 -2
- package/dist/{translator-nTmCzaSH.js → translator-BTU8751A.js} +1 -1
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/presentation-swipe.d.ts +11 -0
- package/dist/viewer/presentation-swipe.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/i18n.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as a, b as e, d as o, f as r, g as t, h as i, l, m, p as n, t as h, u, v, y as p } from "./component-
|
|
2
|
-
import { r as f } from "./translator-
|
|
1
|
+
import { _ as a, b as e, d as o, f as r, g as t, h as i, l, m, p as n, t as h, u, v, y as p } from "./component-BkXbcmvL.js";
|
|
2
|
+
import { r as f } from "./translator-BTU8751A.js";
|
|
3
3
|
import "./i18n.js";
|
|
4
4
|
export {
|
|
5
5
|
h as PowerPointViewer,
|
|
@@ -143,7 +143,7 @@ var a = {
|
|
|
143
143
|
"pptx.collaboration.status.connecting": "Connecting...",
|
|
144
144
|
"pptx.collaboration.status.disconnected": "Disconnected",
|
|
145
145
|
"pptx.collaboration.status.error": "Connection error",
|
|
146
|
-
"pptx.collaboration.statusAriaLabel": "Collaboration: {{status}}
|
|
146
|
+
"pptx.collaboration.statusAriaLabel": "Collaboration: {{status}}",
|
|
147
147
|
"pptx.collaboration.userCount": "{{count}} user(s)",
|
|
148
148
|
"pptx.collaboration.youLabel": "{{name}} (you)",
|
|
149
149
|
"pptx.collaboration.usersConnected": "{{count}} user(s) connected",
|
package/dist/viewer/index.js
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface PresentationSwipeOptions {
|
|
2
|
+
isEnabled(): boolean;
|
|
3
|
+
onNext(): void;
|
|
4
|
+
onPrevious(): void;
|
|
5
|
+
}
|
|
6
|
+
/** Svelte action that adds touch slide navigation to the presentation root. */
|
|
7
|
+
export declare function presentationSwipe(node: HTMLElement, initial: PresentationSwipeOptions): {
|
|
8
|
+
update(next: PresentationSwipeOptions): void;
|
|
9
|
+
destroy(): void;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=presentation-swipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation-swipe.d.ts","sourceRoot":"","sources":["../../src/viewer/presentation-swipe.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,wBAAwB;IACxC,SAAS,IAAI,OAAO,CAAC;IACrB,MAAM,IAAI,IAAI,CAAC;IACf,UAAU,IAAI,IAAI,CAAC;CACnB;AAED,+EAA+E;AAC/E,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,wBAAwB;iBA8BvE,wBAAwB;;EAWtC"}
|