@omnia/fx-models 7.8.147-preview → 7.8.149-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.
@@ -13,4 +13,8 @@ export interface LinkTypeConfig {
13
13
  * If fallback is not available and the directive is used on `<a>` tag, the directive will use the `href` and `target` attribute instead.
14
14
  */
15
15
  fallback?: () => void;
16
+ /**
17
+ * onClick function to call for registering analytics.
18
+ */
19
+ onClick?: () => void;
16
20
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.147-preview",
4
+ "version": "7.8.149-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"