@acorex/components 16.20.2 → 16.20.4
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
|
@@ -256,8 +256,6 @@ declare class AXButtonComponent extends AXBaseButtonComponent {
|
|
|
256
256
|
private el;
|
|
257
257
|
constructor(el: ElementRef);
|
|
258
258
|
container: ElementRef<HTMLButtonElement>;
|
|
259
|
-
private platFormSerivce;
|
|
260
|
-
protected isRtl: i0.WritableSignal<boolean>;
|
|
261
259
|
type: string;
|
|
262
260
|
icon: string;
|
|
263
261
|
submitBehavior: boolean;
|
|
@@ -1726,10 +1724,9 @@ declare class AXLoadingModule {
|
|
|
1726
1724
|
}
|
|
1727
1725
|
|
|
1728
1726
|
declare class AXLoadingService {
|
|
1729
|
-
private injection;
|
|
1730
1727
|
private overlayService;
|
|
1731
1728
|
private _stack;
|
|
1732
|
-
constructor(
|
|
1729
|
+
constructor(overlayService: AXOverlayService);
|
|
1733
1730
|
show(location?: Element): number;
|
|
1734
1731
|
hide(id: any): void;
|
|
1735
1732
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingService, never>;
|
|
@@ -1990,8 +1987,6 @@ declare class AXPopupComponent extends AXBaseComponent implements OnDestroy {
|
|
|
1990
1987
|
_loadingId: number;
|
|
1991
1988
|
private onFooterButtonsSubscription;
|
|
1992
1989
|
constructor(resolver: ComponentFactoryResolver, ref: ElementRef<HTMLDivElement>, rendererService: AXRenderService, loadingService: AXLoadingService, cdr: ChangeDetectorRef);
|
|
1993
|
-
private _platform;
|
|
1994
|
-
protected isRtl: i0.WritableSignal<boolean>;
|
|
1995
1990
|
ngAfterViewInit(): void;
|
|
1996
1991
|
private loadComponent;
|
|
1997
1992
|
private popupBody;
|
|
@@ -2599,6 +2594,8 @@ declare class AXSearchBarComponent {
|
|
|
2599
2594
|
private cdr;
|
|
2600
2595
|
ref: ElementRef<HTMLDivElement>;
|
|
2601
2596
|
constructor(cdr: ChangeDetectorRef, ref: ElementRef<HTMLDivElement>);
|
|
2597
|
+
private _platform;
|
|
2598
|
+
protected isRtl: i0.WritableSignal<boolean>;
|
|
2602
2599
|
searchPopover: AXPopoverComponent;
|
|
2603
2600
|
_editors: QueryList<AXPropertyEditorRendererDirective>;
|
|
2604
2601
|
form: AXValidationFormComponent;
|