cloud-ide-element 1.0.27 → 1.0.28
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/index.d.ts
CHANGED
|
@@ -443,6 +443,7 @@ declare class CideSelectComponent implements ControlValueAccessor, Validator, On
|
|
|
443
443
|
isValid: boolean;
|
|
444
444
|
searchTerm: string;
|
|
445
445
|
filteredOptions: (SelectOption | SelectOptionObject)[];
|
|
446
|
+
private searchDebounceTimeout;
|
|
446
447
|
dropdownPosition: 'bottom' | 'top';
|
|
447
448
|
private isDropdownInteraction;
|
|
448
449
|
private debugId;
|