pptx-angular-viewer 1.1.66 → 1.2.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.1.66",
3
+ "version": "1.2.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",
@@ -8432,7 +8432,7 @@ declare class VersionHistoryPanelComponent {
8432
8432
  */
8433
8433
  /** A single row in the keyboard-shortcut reference list. */
8434
8434
  interface ShortcutReferenceItem {
8435
- action: string;
8435
+ actionKey: string;
8436
8436
  shortcut: string;
8437
8437
  }
8438
8438