@alfresco/adf-core 9.1.0-16490774779 → 9.1.0-16492059202

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.
@@ -23314,6 +23314,9 @@ class InputMaskDirective {
23314
23314
  this._onChange(this.el.nativeElement.value);
23315
23315
  }
23316
23316
  }
23317
+ onBlur() {
23318
+ this._onTouched();
23319
+ }
23317
23320
  ngOnChanges(changes) {
23318
23321
  if (changes['inputMask']?.currentValue['mask']) {
23319
23322
  this.inputMask = changes['inputMask'].currentValue;
@@ -23457,7 +23460,7 @@ class InputMaskDirective {
23457
23460
  return this.value;
23458
23461
  }
23459
23462
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: InputMaskDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
23460
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.6", type: InputMaskDirective, isStandalone: true, selector: "[adf-text-mask], [textMask]", inputs: { inputMask: ["textMask", "inputMask"] }, host: { listeners: { "input": "onTextInput($event)", "keyup": "onTextInput($event)" } }, providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR], usesOnChanges: true, ngImport: i0 }); }
23463
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.6", type: InputMaskDirective, isStandalone: true, selector: "[adf-text-mask], [textMask]", inputs: { inputMask: ["textMask", "inputMask"] }, host: { listeners: { "input": "onTextInput($event)", "keyup": "onTextInput($event)", "blur": "onBlur()" } }, providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR], usesOnChanges: true, ngImport: i0 }); }
23461
23464
  }
23462
23465
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: InputMaskDirective, decorators: [{
23463
23466
  type: Directive,
@@ -23474,6 +23477,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
23474
23477
  }, {
23475
23478
  type: HostListener,
23476
23479
  args: ['keyup', ['$event']]
23480
+ }], onBlur: [{
23481
+ type: HostListener,
23482
+ args: ['blur']
23477
23483
  }] } });
23478
23484
 
23479
23485
  /*!