@wizishop/angular-components 14.3.4 → 14.3.6

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.
@@ -44,9 +44,9 @@ export declare class SelectTestComponent implements OnInit, ControlValueAccessor
44
44
  private _handleClosedKeydown;
45
45
  /** Handles keyboard events when the selected is open. */
46
46
  private _handleOpenKeydown;
47
- onChange: (value: number) => void;
47
+ onChange: (value: any) => void;
48
48
  onTouch: (value: any) => void;
49
- writeValue(value: number): void;
49
+ writeValue(value: any): void;
50
50
  registerOnChange(fn: any): void;
51
51
  registerOnTouched(fn: any): void;
52
52
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.3.4",
3
+ "version": "14.3.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",