@omnia/fx-models 7.9.24-preview → 7.9.25-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.
@@ -73,6 +73,6 @@ export interface IActionHandlerInstanceProperties<TSettings extends IActionHandl
73
73
  }
74
74
  export interface IActionHandlerInstance extends IActionHandlerInstanceProperties {
75
75
  initialized(): void | Promise<void>;
76
- triggered(renderingCallback: (elementName: string, themeTargetId?: string, domProps?: Object) => void): any;
76
+ triggered(renderingCallback: (elementName: string, themeTargetId?: string, domProps?: Object) => void, setFocusedElementCallback?: () => Promise<HTMLElement>): any;
77
77
  dispose(): void;
78
78
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.9.24-preview",
4
+ "version": "7.9.25-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"