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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "18.10.0",
3
+ "version": "18.11.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.1.0",
6
6
  "@angular/core": "^18.1.0",