pptx-angular-viewer 1.16.0 → 1.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptx-angular-viewer",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Angular PowerPoint viewer and editor component: render, edit, and export PPTX slides in the browser.",
5
5
  "keywords": [
6
6
  "angular",
@@ -41,12 +41,12 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@lucide/angular": "^1.23.0",
44
- "dompurify": "^3.4.11",
45
- "fast-xml-parser": "^5.9.2",
46
- "html2canvas-pro": "^2.0.4",
44
+ "dompurify": "^3.4.12",
45
+ "fast-xml-parser": "^5.10.0",
46
+ "html2canvas-pro": "^2.2.3",
47
47
  "jspdf": "^4.2.1",
48
48
  "jszip": "^3.10.1",
49
- "pptx-viewer-core": "^1.3.0",
49
+ "pptx-viewer-core": "^1.4.0",
50
50
  "tslib": "^2.8.1"
51
51
  },
52
52
  "peerDependencies": {
@@ -3537,7 +3537,7 @@ declare function strokeToInkElement(opts: StrokeToInkElementOpts): InkPptxElemen
3537
3537
  * trivial to adapt when each binding wires the components together.
3538
3538
  */
3539
3539
  /** All mobile sheets that can be open at one time. */
3540
- type MobileSheetKey = 'slides' | 'menu' | null;
3540
+ type MobileSheetKey = 'slides' | 'menu' | 'insert' | 'inspector' | 'comments' | 'notes' | null;
3541
3541
  /**
3542
3542
  * Compute the next sheet state when a bar button is tapped.
3543
3543
  *