@porscheinformatik/clr-addons 21.3.0 → 21.3.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.
@@ -3089,12 +3089,11 @@ declare class ClrIfWarning {
3089
3089
  private template;
3090
3090
  private renderer;
3091
3091
  private host;
3092
- private hostElement;
3092
+ private helperElement;
3093
3093
  private formContainer;
3094
3094
  private iconRef;
3095
3095
  constructor(container: ViewContainerRef, template: TemplateRef<any>, renderer: Renderer2, host: ElementRef);
3096
3096
  set clrIfWarning(clrIfWarning: boolean);
3097
- getFormContainer(element: Element): HTMLElement;
3098
3097
  resetControlStyles(): void;
3099
3098
  setControlStyles(): void;
3100
3099
  static ɵfac: i0.ɵɵFactoryDeclaration<ClrIfWarning, never>;