@leanix/components 0.2.216 → 0.2.217

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {