@acorex/components 16.20.6 → 16.20.7
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/index.d.ts
CHANGED
|
@@ -2597,8 +2597,6 @@ declare class AXSearchBarComponent {
|
|
|
2597
2597
|
private cdr;
|
|
2598
2598
|
ref: ElementRef<HTMLDivElement>;
|
|
2599
2599
|
constructor(cdr: ChangeDetectorRef, ref: ElementRef<HTMLDivElement>);
|
|
2600
|
-
private _platform;
|
|
2601
|
-
protected isRtl: i0.WritableSignal<boolean>;
|
|
2602
2600
|
searchPopover: AXPopoverComponent;
|
|
2603
2601
|
_editors: QueryList<AXPropertyEditorRendererDirective>;
|
|
2604
2602
|
form: AXValidationFormComponent;
|