cloud-ide-element 1.0.24 → 1.0.26

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
@@ -436,7 +436,7 @@ declare class CideSelectComponent implements ControlValueAccessor, Validator, On
436
436
  */
437
437
  labelKey: string;
438
438
  ngModelChange: EventEmitter<any>;
439
- selectionChange: EventEmitter<SelectOption>;
439
+ selectionChange: EventEmitter<any>;
440
440
  searchChange: EventEmitter<selectSearchType>;
441
441
  isOpen: boolean;
442
442
  isTouched: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"