carriera-intern-components 1.1.188 → 1.1.190

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.
@@ -308,7 +308,7 @@ export declare class InputComponent implements ControlValueAccessor, AfterViewIn
308
308
  * Resets the input field's value to an empty string.
309
309
  */
310
310
  reset(): void;
311
- closeDropdown(): void;
311
+ closeDropdown(addNew?: boolean): void;
312
312
  /**
313
313
  * Returns the reference to the dropdown element based on the dropdown type.
314
314
  */