@wizishop/angular-components 14.4.31 → 14.4.33

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.
@@ -25,7 +25,6 @@ export declare class ValueChangeService<TOptionValue> implements OnDestroy {
25
25
  private isNotNull;
26
26
  private highestAndClosestIndex;
27
27
  private handleInitialSelectedOption;
28
- private findInitialSelectedOption;
29
28
  private handleSelectedOptionsEvent;
30
29
  private updateSelectPlaceholder;
31
30
  private getSelectedOptionComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.31",
3
+ "version": "14.4.33",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",