@evotor-dev/ui-kit 6.21.0 → 6.22.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.
@@ -111,7 +111,7 @@ export declare class EvoAutocompleteComponent implements ControlValueAccessor, A
111
111
  close(): void;
112
112
  onFocus(event: FocusEvent): void;
113
113
  onBlur(event: FocusEvent): void;
114
- handleChange(value: any): void;
114
+ handleChange(): void;
115
115
  onClearClick(): void;
116
116
  protected _onChange: (value: any) => void;
117
117
  protected _onTouched: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evotor-dev/ui-kit",
3
- "version": "6.21.0",
3
+ "version": "6.22.0",
4
4
  "homepage": "https://evotor.github.io/Evo-UI-Kit",
5
5
  "repository": {
6
6
  "type": "git",