@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.
- package/fesm2022/porscheinformatik-clr-addons-charts.mjs +58 -58
- package/fesm2022/porscheinformatik-clr-addons.mjs +524 -516
- package/fesm2022/porscheinformatik-clr-addons.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/clr-addons-phs.css +13 -4
- package/styles/clr-addons-phs.css.map +1 -1
- package/styles/clr-addons-phs.min.css +1 -1
- package/styles/clr-addons-phs.min.css.map +1 -1
- package/types/porscheinformatik-clr-addons.d.ts +1 -2
|
@@ -3089,12 +3089,11 @@ declare class ClrIfWarning {
|
|
|
3089
3089
|
private template;
|
|
3090
3090
|
private renderer;
|
|
3091
3091
|
private host;
|
|
3092
|
-
private
|
|
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>;
|