@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.
@@ -37,6 +37,7 @@ export declare class InputMaskDirective implements OnChanges, ControlValueAccess
37
37
  _onChange: (_: any) => void;
38
38
  _onTouched: () => void;
39
39
  onTextInput(event: KeyboardEvent): void;
40
+ onBlur(): void;
40
41
  ngOnChanges(changes: SimpleChanges): void;
41
42
  writeValue(value: any): void;
42
43
  registerOnChange(fn: any): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "9.1.0-16490774779",
4
+ "version": "9.1.0-16492059202",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,8 +63,8 @@
63
63
  "@angular/router": ">=16.0.0",
64
64
  "@mat-datetimepicker/core": ">=12.0.1",
65
65
  "@ngx-translate/core": ">=16.0.0",
66
- "@alfresco/js-api": ">=10.1.0-16490774779",
67
- "@alfresco/adf-extensions": ">=9.1.0-16490774779",
66
+ "@alfresco/js-api": ">=10.1.0-16492059202",
67
+ "@alfresco/adf-extensions": ">=9.1.0-16492059202",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122",
70
70
  "ts-morph": ">=20.0.0"