@metadev/lux 0.24.0 → 0.25.0

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.
@@ -71,7 +71,7 @@ export declare class AutocompleteComponent implements ControlValueAccessor, Vali
71
71
  private syncCustomValue;
72
72
  /** Pick selection based on text filtering (ingnores drowdown state) */
73
73
  private pickSelectionOrFirstMatch;
74
- private showCompletionList;
74
+ showCompletionList(text: string): void;
75
75
  private spinnerVisibility;
76
76
  private hasExternalDataSource;
77
77
  private computeCompletionList;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metadev/lux",
3
3
  "description": "Lux: Library with User Interface components for Angular.",
4
- "version": "0.24.0",
4
+ "version": "0.25.0",
5
5
  "author": {
6
6
  "name": "Metadev S.L.",
7
7
  "url": "https://metadev.pro"