@sumaris-net/ngx-components 0.26.6 → 0.26.7

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "0.26.6",
4
+ "version": "0.26.7",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -107,7 +107,6 @@ export declare class MatAutocompleteField implements OnInit, InputElement, OnDes
107
107
  onDropButtonClick: EventEmitter<UIEvent>;
108
108
  onKeydownEscape: EventEmitter<any>;
109
109
  onKeyupEnter: EventEmitter<any>;
110
- onKeydownTab: EventEmitter<any>;
111
110
  matSelect: MatSelect;
112
111
  matInputText: ElementRef;
113
112
  matAutocomplete: MatAutocomplete;