cloud-ide-element 1.0.26 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"