@leanix/components 0.2.216 → 0.2.217

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.
@@ -23,7 +23,7 @@ export declare class FormErrorDirective implements OnInit, OnDestroy {
23
23
  private formSubmitDirective?;
24
24
  private namespace?;
25
25
  private strategy?;
26
- ctrl?: AbstractControl;
26
+ ctrl?: AbstractControl | '';
27
27
  controlName?: string;
28
28
  private subscritpion?;
29
29
  private ref?;
@@ -8,5 +8,5 @@ export declare class FormSubmitDirective implements OnDestroy {
8
8
  constructor(elementRef: ElementRef);
9
9
  ngOnDestroy(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FormSubmitDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "[lxFormSubmit]", never, {}, {}, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form", never, {}, {}, never>;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.2.216",
3
+ "version": "0.2.217",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {