@acorex/components 20.3.25 → 20.3.27

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": "20.3.25",
3
+ "version": "20.3.27",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.3.25",
6
- "@acorex/cdk": "20.3.25",
5
+ "@acorex/core": "20.3.27",
6
+ "@acorex/cdk": "20.3.27",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -97,10 +97,6 @@
97
97
  "types": "./bottom-navigation/index.d.ts",
98
98
  "default": "./fesm2022/acorex-components-bottom-navigation.mjs"
99
99
  },
100
- "./avatar": {
101
- "types": "./avatar/index.d.ts",
102
- "default": "./fesm2022/acorex-components-avatar.mjs"
103
- },
104
100
  "./breadcrumbs": {
105
101
  "types": "./breadcrumbs/index.d.ts",
106
102
  "default": "./fesm2022/acorex-components-breadcrumbs.mjs"
@@ -109,6 +105,10 @@
109
105
  "types": "./button/index.d.ts",
110
106
  "default": "./fesm2022/acorex-components-button.mjs"
111
107
  },
108
+ "./avatar": {
109
+ "types": "./avatar/index.d.ts",
110
+ "default": "./fesm2022/acorex-components-avatar.mjs"
111
+ },
112
112
  "./button-group": {
113
113
  "types": "./button-group/index.d.ts",
114
114
  "default": "./fesm2022/acorex-components-button-group.mjs"
@@ -289,14 +289,14 @@
289
289
  "types": "./navbar/index.d.ts",
290
290
  "default": "./fesm2022/acorex-components-navbar.mjs"
291
291
  },
292
- "./notification": {
293
- "types": "./notification/index.d.ts",
294
- "default": "./fesm2022/acorex-components-notification.mjs"
295
- },
296
292
  "./number-box": {
297
293
  "types": "./number-box/index.d.ts",
298
294
  "default": "./fesm2022/acorex-components-number-box.mjs"
299
295
  },
296
+ "./notification": {
297
+ "types": "./notification/index.d.ts",
298
+ "default": "./fesm2022/acorex-components-notification.mjs"
299
+ },
300
300
  "./number-box-legacy": {
301
301
  "types": "./number-box-legacy/index.d.ts",
302
302
  "default": "./fesm2022/acorex-components-number-box-legacy.mjs"
@@ -421,14 +421,14 @@
421
421
  "types": "./slider/index.d.ts",
422
422
  "default": "./fesm2022/acorex-components-slider.mjs"
423
423
  },
424
- "./step-wizard": {
425
- "types": "./step-wizard/index.d.ts",
426
- "default": "./fesm2022/acorex-components-step-wizard.mjs"
427
- },
428
424
  "./sliding-item": {
429
425
  "types": "./sliding-item/index.d.ts",
430
426
  "default": "./fesm2022/acorex-components-sliding-item.mjs"
431
427
  },
428
+ "./step-wizard": {
429
+ "types": "./step-wizard/index.d.ts",
430
+ "default": "./fesm2022/acorex-components-step-wizard.mjs"
431
+ },
432
432
  "./switch": {
433
433
  "types": "./switch/index.d.ts",
434
434
  "default": "./fesm2022/acorex-components-switch.mjs"
@@ -11,6 +11,7 @@ type AXPopoverCloseTrigger = 'manual' | 'clickOut' | 'leave';
11
11
  * A popover component with custom encapsulation and change detection settings.
12
12
  */
13
13
  declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
14
+ #private;
14
15
  private platform;
15
16
  private document;
16
17
  private platformID;
@@ -29,8 +30,6 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
29
30
  /** @ignore */
30
31
  private resize$;
31
32
  /** @ignore */
32
- private dirObserver;
33
- /** @ignore */
34
33
  private _disabled;
35
34
  readonly width: i0.InputSignal<string>;
36
35
  /**
@@ -70,8 +69,6 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
70
69
  */
71
70
  set target(v: Element | ElementRef | MXBaseComponent);
72
71
  /** @ignore */
73
- private _defaultPlacements;
74
- /** @ignore */
75
72
  private _placements;
76
73
  /** @ignore */
77
74
  private _placement;
@@ -169,6 +166,12 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
169
166
  private bindOverlayEvents;
170
167
  /** @ignore */
171
168
  private removeOverlayEvents;
169
+ /**
170
+ * Checks if the clicked element is inside a child overlay (e.g., selectbox dropdown).
171
+ * Child overlays are identified by having a higher z-index than this popover's overlay.
172
+ * @ignore
173
+ */
174
+ private isClickInsideChildOverlay;
172
175
  /** @ignore */
173
176
  private handleOverlayDisposed;
174
177
  /**
@@ -222,13 +225,6 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
222
225
  /** @ignore */
223
226
  private disconnectResizeObserver;
224
227
  /** @ignore */
225
- private initializeDirObserver;
226
- /** @ignore */
227
- private disconnectDirObserver;
228
- /** @ignore */
229
- private handleDirChange;
230
- protected ngOnInit(): void;
231
- /** @ignore */
232
228
  ngOnDestroy(): void;
233
229
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverComponent, never>;
234
230
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; }; "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "target": { "alias": "target"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "content": { "alias": "content"; "required": false; }; "openOn": { "alias": "openOn"; "required": false; }; "closeOn": { "alias": "closeOn"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "openAfter": { "alias": "openAfter"; "required": false; }; "closeAfter": { "alias": "closeAfter"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "adaptivityEnabled": { "alias": "adaptivityEnabled"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["*"], true, never>;