@klippa/ngx-enhancy-forms 11.8.0 → 11.8.1

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.
@@ -26,7 +26,6 @@ export declare class ValueAccessorBase<T> implements ControlValueAccessor, OnIni
26
26
  onTouch: EventEmitter<void>;
27
27
  nativeInputRef: ElementRef;
28
28
  private attachedFormControl;
29
- private validators;
30
29
  constructor(parent: FormElementComponent, controlContainer: ControlContainer);
31
30
  ngOnInit(): void;
32
31
  isInErrorState(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "11.8.0",
3
+ "version": "11.8.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },