cps-ui-kit 18.10.0 → 18.11.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.
|
@@ -313,13 +313,13 @@ export declare class CpsAutocompleteComponent implements ControlValueAccessor, O
|
|
|
313
313
|
focus(): void;
|
|
314
314
|
recalcVirtualListHeight(): void;
|
|
315
315
|
isEmptyValue(): boolean;
|
|
316
|
+
clearInput(): void;
|
|
316
317
|
private _getEmptyValue;
|
|
317
318
|
private _toggleOptions;
|
|
318
319
|
private _clickOption;
|
|
319
320
|
private _checkErrors;
|
|
320
321
|
private updateValue;
|
|
321
322
|
private _getValueLabel;
|
|
322
|
-
private _clearInput;
|
|
323
323
|
private _closeAndClear;
|
|
324
324
|
private _getHTMLOptions;
|
|
325
325
|
private _dehighlightOption;
|