pptx-angular-viewer 1.9.0 → 1.9.1

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.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Angular PowerPoint viewer and editor component: render, edit, and export PPTX slides in the browser.",
5
5
  "keywords": [
6
6
  "angular",
@@ -45,7 +45,7 @@
45
45
  "html2canvas-pro": "^2.0.4",
46
46
  "jspdf": "^4.2.1",
47
47
  "jszip": "^3.10.1",
48
- "pptx-viewer-core": "^1.2.2",
48
+ "pptx-viewer-core": "^1.2.3",
49
49
  "tslib": "^2.8.1"
50
50
  },
51
51
  "peerDependencies": {
@@ -4668,6 +4668,12 @@ declare class PowerPointViewerComponent {
4668
4668
  duplicateElement(elementId: string): string | undefined;
4669
4669
  /** Toggle the Find & Replace panel from the title-bar search button. */
4670
4670
  protected toggleFindReplace(): void;
4671
+ /** Dispatch a command from the title-bar search palette. */
4672
+ protected handleCommandSearch(command: string): void;
4673
+ private dispatchFormatCommand;
4674
+ private dispatchInsertCommand;
4675
+ private dispatchViewCommand;
4676
+ private dispatchArrangeCommand;
4671
4677
  /**
4672
4678
  * Serialise the edited deck (templates merged back) to `.pptx` bytes for an
4673
4679
  * autosave recovery snapshot. Returns null when the deck is read-only so the