@bizdoc/core 1.11.1 → 1.11.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.
@@ -77,6 +77,11 @@ export declare class PositionsComponent implements OnInit, OnDestroy, UtilityCom
77
77
  deletePattern(name: string): void;
78
78
  editGroup(name: string): void;
79
79
  editPattern(name: string): void;
80
+ /**
81
+ * Ctrl-s save
82
+ * @param event
83
+ */
84
+ handleKeyboardEvent(event: KeyboardEvent): void;
80
85
  save(): Promise<any>;
81
86
  download(): Promise<void>;
82
87
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",