@wizishop/angular-components 14.4.8 → 14.4.9

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.
@@ -1,4 +1,4 @@
1
- import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ValueChangeService } from './value-change.service';
3
3
  import { Subject } from 'rxjs';
4
4
  import { SelectSearchTriggerComponent } from '../select-search-trigger/select-search-trigger.component';
@@ -7,6 +7,7 @@ import { SelectDirective } from './select.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class SelectTestComponent<TOptionValue> extends SelectDirective<TOptionValue> implements OnInit, OnDestroy {
9
9
  protected valueChangeService: ValueChangeService<TOptionValue>;
10
+ protected changeDetectorRef: ChangeDetectorRef;
10
11
  role: string;
11
12
  customSearchTrigger: SelectSearchTriggerComponent;
12
13
  label: LabelComponent;
@@ -28,7 +29,7 @@ export declare class SelectTestComponent<TOptionValue> extends SelectDirective<T
28
29
  tabIndex: number;
29
30
  isDestroyed$: Subject<void>;
30
31
  private isKeyBoardAction;
31
- constructor(valueChangeService: ValueChangeService<TOptionValue>);
32
+ constructor(valueChangeService: ValueChangeService<TOptionValue>, changeDetectorRef: ChangeDetectorRef);
32
33
  ngOnInit(): void;
33
34
  private closeTabOnValueChange;
34
35
  private skipIfTriggeredByKeyboardAction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.8",
3
+ "version": "14.4.9",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",