@acorex/components 16.20.2 → 16.20.3

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;
@@ -1990,8 +1988,6 @@ declare class AXPopupComponent extends AXBaseComponent implements OnDestroy {
1990
1988
  _loadingId: number;
1991
1989
  private onFooterButtonsSubscription;
1992
1990
  constructor(resolver: ComponentFactoryResolver, ref: ElementRef<HTMLDivElement>, rendererService: AXRenderService, loadingService: AXLoadingService, cdr: ChangeDetectorRef);
1993
- private _platform;
1994
- protected isRtl: i0.WritableSignal<boolean>;
1995
1991
  ngAfterViewInit(): void;
1996
1992
  private loadComponent;
1997
1993
  private popupBody;
@@ -2599,6 +2595,8 @@ declare class AXSearchBarComponent {
2599
2595
  private cdr;
2600
2596
  ref: ElementRef<HTMLDivElement>;
2601
2597
  constructor(cdr: ChangeDetectorRef, ref: ElementRef<HTMLDivElement>);
2598
+ private _platform;
2599
+ protected isRtl: i0.WritableSignal<boolean>;
2602
2600
  searchPopover: AXPopoverComponent;
2603
2601
  _editors: QueryList<AXPropertyEditorRendererDirective>;
2604
2602
  form: AXValidationFormComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "16.20.2",
3
+ "version": "16.20.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.5",
6
6
  "@angular/core": "^19.0.5",