@jooler/inputs 0.0.58 → 0.0.59

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.
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnInit, OnDestroy } from '@angular/core';
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { NgControl } from '@angular/forms';
3
3
  import { Subscription } from 'rxjs';
4
4
  import { ValidationError } from './services/validation-message.service';
@@ -8,8 +8,9 @@ export declare class FormControlValidationMsgDirectiveForInput implements OnInit
8
8
  private control;
9
9
  errorMessage: any;
10
10
  errorNgSelectMessage: any;
11
+ showDot: boolean;
12
+ errorDivId: string | number;
11
13
  showBoxError: boolean;
12
- errorDivId: any;
13
14
  beforeBegin: boolean;
14
15
  afterEnd: boolean;
15
16
  validationError: typeof ValidationError;
@@ -17,9 +18,9 @@ export declare class FormControlValidationMsgDirectiveForInput implements OnInit
17
18
  constructor(elRef: ElementRef, control: NgControl);
18
19
  ngOnInit(): void;
19
20
  ngOnDestroy(): void;
20
- handleBlurEvent(event: any): void;
21
+ handleBlurEvent(): void;
21
22
  private showError;
22
23
  private removeError;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<FormControlValidationMsgDirectiveForInput, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlValidationMsgDirectiveForInput, "[appFormControlValidationMsgForInputs]", never, { "showBoxError": { "alias": "showBoxError"; "required": false; }; "errorDivId": { "alias": "errorDivId"; "required": false; }; "beforeBegin": { "alias": "beforeBegin"; "required": false; }; "afterEnd": { "alias": "afterEnd"; "required": false; }; }, {}, never, never, false, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlValidationMsgDirectiveForInput, "[appFormControlValidationMsgForInputs]", never, { "showBoxError": { "alias": "showBoxError"; "required": false; }; "beforeBegin": { "alias": "beforeBegin"; "required": false; }; "afterEnd": { "alias": "afterEnd"; "required": false; }; }, {}, never, never, false, never>;
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jooler/inputs",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.0.0",
6
6
  "@angular/core": ">=13.0.0"