@porscheinformatik/clr-addons 19.14.0 → 19.14.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/clr-addons",
3
- "version": "19.14.0",
3
+ "version": "19.14.2",
4
4
  "description": "Addon components for Clarity Angular",
5
5
  "es2015": "esm2015/clr-addons.js",
6
6
  "homepage": "https://porscheinformatik.github.io/clarity-addons/",
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ClrSignpostAddonComponent implements OnInit, OnDestroy {
4
4
  private readonly renderer;
@@ -7,6 +7,9 @@ export declare class ClrSignpostAddonComponent implements OnInit, OnDestroy {
7
7
  preventPropagationCall: (event: MouseEvent) => void;
8
8
  targetAnchor: string;
9
9
  position: string;
10
+ iconShape: string;
11
+ iconClass: string;
12
+ openContent: EventEmitter<void>;
10
13
  signpostElement: ElementRef;
11
14
  constructor(renderer: Renderer2, document: Document);
12
15
  ngOnInit(): void;
@@ -15,5 +18,5 @@ export declare class ClrSignpostAddonComponent implements OnInit, OnDestroy {
15
18
  private moveSignpostContentBelowTargetAnchor;
16
19
  ngOnDestroy(): void;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ClrSignpostAddonComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ClrSignpostAddonComponent, "clr-signpost-addon", never, { "targetAnchor": { "alias": "targetAnchor"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrSignpostAddonComponent, "clr-signpost-addon", never, { "targetAnchor": { "alias": "targetAnchor"; "required": false; }; "position": { "alias": "position"; "required": false; }; "iconShape": { "alias": "iconShape"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; }, { "openContent": "openContent"; }, never, ["*"], false, never>;
19
22
  }