@wizishop/angular-components 14.4.9 → 14.4.10

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 { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { 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,7 +7,6 @@ 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;
11
10
  role: string;
12
11
  customSearchTrigger: SelectSearchTriggerComponent;
13
12
  label: LabelComponent;
@@ -17,7 +16,6 @@ export declare class SelectTestComponent<TOptionValue> extends SelectDirective<T
17
16
  set required(value: boolean);
18
17
  private _required;
19
18
  get selectedOptionContent(): any;
20
- getSelectedOptionContent: () => any;
21
19
  set keepPanelOpen(keepPanelOpen: boolean);
22
20
  get keepPanelOpen(): boolean;
23
21
  private _keepPanelOpen;
@@ -29,7 +27,7 @@ export declare class SelectTestComponent<TOptionValue> extends SelectDirective<T
29
27
  tabIndex: number;
30
28
  isDestroyed$: Subject<void>;
31
29
  private isKeyBoardAction;
32
- constructor(valueChangeService: ValueChangeService<TOptionValue>, changeDetectorRef: ChangeDetectorRef);
30
+ constructor(valueChangeService: ValueChangeService<TOptionValue>);
33
31
  ngOnInit(): void;
34
32
  private closeTabOnValueChange;
35
33
  private skipIfTriggeredByKeyboardAction;
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, OnDestroy, QueryList } from '@angular/core';
1
+ import { ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import { OptionComponent } from '../option/option.component';
4
4
  import * as i0 from "@angular/core";
@@ -10,7 +10,7 @@ export declare class ValueChangeService<TOptionValue> implements OnDestroy {
10
10
  private _value;
11
11
  disabled: boolean;
12
12
  optionChildren: QueryList<OptionComponent<TOptionValue>>;
13
- selectedOptionContent: ElementRef<any>;
13
+ selectedOptionContent: any;
14
14
  indexSelectedOption: number;
15
15
  resetListeners$: Subject<void>;
16
16
  constructor(changeDetectorRef: ChangeDetectorRef);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.9",
3
+ "version": "14.4.10",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",