valtech-components 2.0.986 → 2.0.987

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.
@@ -79,6 +79,7 @@ export declare class ArticleComponent implements OnInit {
79
79
  expand?: "full" | "block";
80
80
  link?: string;
81
81
  href?: string;
82
+ routerLink?: string | any[];
82
83
  target?: "_blank" | "_self" | "_parent" | "_top";
83
84
  download?: string;
84
85
  color: import("@ionic/core").Color;
@@ -284,6 +284,8 @@ export interface ButtonMetadata {
284
284
  link?: string;
285
285
  /** Associated href link */
286
286
  href?: string;
287
+ /** Angular router link (SPA navigation, no reload) */
288
+ routerLink?: string | any[];
287
289
  /** Link target */
288
290
  target?: '_blank' | '_self' | '_parent' | '_top';
289
291
  /** Download file name */
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "2.0.986";
5
+ export declare const VERSION = "2.0.987";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.986",
3
+ "version": "2.0.987",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"