@omnia/fx 7.8.105-preview → 7.8.106-preview

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.
@@ -14,6 +14,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
14
14
  light: boolean;
15
15
  dark: boolean;
16
16
  onClose: () => void;
17
+ onKeydown: (e: KeyboardEvent) => void;
17
18
  attach: string;
18
19
  hideCloseButton: boolean;
19
20
  retainFocus: boolean;
@@ -40,6 +41,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
40
41
  light: boolean;
41
42
  dark: boolean;
42
43
  onClose: () => void;
44
+ onKeydown: (e: KeyboardEvent) => void;
43
45
  attach: string;
44
46
  hideCloseButton: boolean;
45
47
  retainFocus: boolean;
@@ -66,6 +68,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
66
68
  light: boolean;
67
69
  dark: boolean;
68
70
  onClose: () => void;
71
+ onKeydown: (e: KeyboardEvent) => void;
69
72
  attach: string;
70
73
  hideCloseButton: boolean;
71
74
  retainFocus: boolean;
@@ -92,6 +95,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
92
95
  light: boolean;
93
96
  dark: boolean;
94
97
  onClose: () => void;
98
+ onKeydown: (e: KeyboardEvent) => void;
95
99
  attach: string;
96
100
  hideCloseButton: boolean;
97
101
  retainFocus: boolean;
@@ -38,6 +38,7 @@ export interface IDialog extends IDialogProperties {
38
38
  [name: string]: any;
39
39
  valueBind?: DialogModel;
40
40
  onClose?: () => void;
41
+ onKeydown?: (e: KeyboardEvent) => void;
41
42
  onClickOutside?: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
42
43
  slots?: Slots<IDialogSlots>;
43
44
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.8.105-preview",
4
+ "version": "7.8.106-preview",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.8.105-preview",
23
+ "@omnia/fx-models": "7.8.106-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",