@acorex/components 22.1.0-next.29 → 22.1.0-next.30

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.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "22.1.0-next.29",
3
+ "version": "22.1.0-next.30",
4
4
  "peerDependencies": {
5
- "@acorex/core": "22.1.0-next.29",
6
- "@acorex/cdk": "22.1.0-next.29",
5
+ "@acorex/core": "22.1.0-next.30",
6
+ "@acorex/cdk": "22.1.0-next.30",
7
7
  "@angular/aria": ">=22.1.0",
8
8
  "polytype": ">=0.17.0",
9
9
  "angular-imask": ">=7.6.1",
@@ -1,5 +1,5 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { TemplateRef } from '@angular/core';
2
+ import { TemplateRef, ElementRef } from '@angular/core';
3
3
  import { NXValueComponent, AXStyleLookType, AXValueChangedEvent, AXFocusEvent, AXItemClickEvent, AXItemSelectedEvent, AXEvent, AXHtmlEvent } from '@acorex/cdk/common';
4
4
  import { AXPopoverComponent } from '@acorex/components/popover';
5
5
  import { AXSearchBoxComponent } from '@acorex/components/search-box';
@@ -193,6 +193,8 @@ declare class AXComboBoxComponent extends NXValueComponent implements FormValueC
193
193
  protected comboboxRef: _angular_core.Signal<Combobox>;
194
194
  protected listboxRef: _angular_core.Signal<Listbox<any>>;
195
195
  protected popoverRef: _angular_core.Signal<AXPopoverComponent>;
196
+ protected originRef: _angular_core.Signal<ElementRef<HTMLElement>>;
197
+ protected popupRef: _angular_core.Signal<ElementRef<HTMLElement>>;
196
198
  protected sheetSearchRef: _angular_core.Signal<AXSearchBoxComponent>;
197
199
  constructor();
198
200
  /** Stable unique key for `@for` — avoids NG0955 when `id` is missing or duplicated. */
@@ -514,6 +514,8 @@ declare class AXLookupComponent extends NXValueComponent implements FormValueCon
514
514
  /** Placeholder for the editable trigger search input. */
515
515
  protected triggerSearchPlaceholder: _angular_core.Signal<string>;
516
516
  protected popoverRef: _angular_core.Signal<AXPopoverComponent>;
517
+ protected originRef: _angular_core.Signal<ElementRef<HTMLElement>>;
518
+ protected popupRef: _angular_core.Signal<ElementRef<HTMLElement>>;
517
519
  protected triggerSearchInput: _angular_core.Signal<ElementRef<HTMLInputElement>>;
518
520
  protected listView: _angular_core.Signal<AXLookupListViewBase>;
519
521
  protected dropDownTreeView: _angular_core.Signal<AXLookupDropDownTreeComponent>;