@acorex/components 20.2.4 → 20.2.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.
@@ -58,6 +58,7 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
58
58
  private swiperRef;
59
59
  private swiperRef2;
60
60
  private fullScreenButton;
61
+ private globalOptions;
61
62
  private setActiveIndex;
62
63
  getActiveIndex(): number;
63
64
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.2.4",
3
+ "version": "20.2.7",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.2.4",
6
- "@acorex/cdk": "20.2.4",
5
+ "@acorex/core": "20.2.7",
6
+ "@acorex/cdk": "20.2.7",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -139,6 +139,14 @@
139
139
  "types": "./command/index.d.ts",
140
140
  "default": "./fesm2022/acorex-components-command.mjs"
141
141
  },
142
+ "./comment": {
143
+ "types": "./comment/index.d.ts",
144
+ "default": "./fesm2022/acorex-components-comment.mjs"
145
+ },
146
+ "./conversation": {
147
+ "types": "./conversation/index.d.ts",
148
+ "default": "./fesm2022/acorex-components-conversation.mjs"
149
+ },
142
150
  "./cron-job": {
143
151
  "types": "./cron-job/index.d.ts",
144
152
  "default": "./fesm2022/acorex-components-cron-job.mjs"
@@ -423,14 +431,14 @@
423
431
  "types": "./text-box/index.d.ts",
424
432
  "default": "./fesm2022/acorex-components-text-box.mjs"
425
433
  },
426
- "./time-line": {
427
- "types": "./time-line/index.d.ts",
428
- "default": "./fesm2022/acorex-components-time-line.mjs"
429
- },
430
434
  "./time-duration": {
431
435
  "types": "./time-duration/index.d.ts",
432
436
  "default": "./fesm2022/acorex-components-time-duration.mjs"
433
437
  },
438
+ "./time-line": {
439
+ "types": "./time-line/index.d.ts",
440
+ "default": "./fesm2022/acorex-components-time-line.mjs"
441
+ },
434
442
  "./toast": {
435
443
  "types": "./toast/index.d.ts",
436
444
  "default": "./fesm2022/acorex-components-toast.mjs"
@@ -447,14 +455,6 @@
447
455
  "types": "./tree-view/index.d.ts",
448
456
  "default": "./fesm2022/acorex-components-tree-view.mjs"
449
457
  },
450
- "./conversation": {
451
- "types": "./conversation/index.d.ts",
452
- "default": "./fesm2022/acorex-components-conversation.mjs"
453
- },
454
- "./comment": {
455
- "types": "./comment/index.d.ts",
456
- "default": "./fesm2022/acorex-components-comment.mjs"
457
- },
458
458
  "./uploader": {
459
459
  "types": "./uploader/index.d.ts",
460
460
  "default": "./fesm2022/acorex-components-uploader.mjs"
@@ -26,6 +26,7 @@ declare const AXSelectBoxComponent_base: polytype.Polytype.ClusteredConstructor<
26
26
  * @category
27
27
  */
28
28
  declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements OnDestroy {
29
+ #private;
29
30
  /**
30
31
  * Determines if an item is truncated.
31
32
  *
@@ -34,7 +34,7 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
34
34
  private toolbar;
35
35
  private platformId;
36
36
  /** @ignore */
37
- protected changeHandler(): void;
37
+ protected changeHandler(): Promise<void>;
38
38
  /** @ignore */
39
39
  ngOnDestroy(): void;
40
40
  /**