@acorex/components 20.2.59 → 20.3.1

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.
@@ -55,10 +55,11 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
55
55
  protected service: AXMediaViewerService;
56
56
  protected sanitizer: DomSanitizer;
57
57
  protected isMobile: boolean;
58
+ private readonly elementRef;
58
59
  protected thumbnailArray: i0.WritableSignal<Thumbnail[]>;
59
60
  protected option: i0.WritableSignal<swiper_types.SwiperOptions>;
60
61
  protected thumbnailOption: i0.WritableSignal<swiper_types.SwiperOptions>;
61
- isFullScreen: i0.WritableSignal<boolean>;
62
+ protected isFullScreen: i0.WritableSignal<boolean>;
62
63
  private swiperRef;
63
64
  private swiperRef2;
64
65
  private fullScreenButton;
@@ -70,9 +71,6 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
70
71
  prev(): void;
71
72
  interVal: any;
72
73
  goToIndex(index: number, speed?: number): void;
73
- protected closeHandler(): void;
74
- /** @ignore */
75
- get __hostClass(): string;
76
74
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMediaViewerContainerComponent, never>;
77
75
  static ɵcmp: i0.ɵɵComponentDeclaration<AXMediaViewerContainerComponent, "ax-media-viewer-container", never, { "dataArray": { "alias": "dataArray"; "required": false; "isSignal": true; }; "thumbnail": { "alias": "thumbnail"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; }, {}, ["fullScreenButton"], ["ax-header", "ax-suffix", "ax-prefix"], true, never>;
78
76
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.2.59",
3
+ "version": "20.3.1",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.2.59",
6
- "@acorex/cdk": "20.2.59",
5
+ "@acorex/core": "20.3.1",
6
+ "@acorex/cdk": "20.3.1",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -69,14 +69,14 @@
69
69
  "types": "./accordion/index.d.ts",
70
70
  "default": "./fesm2022/acorex-components-accordion.mjs"
71
71
  },
72
- "./action-sheet": {
73
- "types": "./action-sheet/index.d.ts",
74
- "default": "./fesm2022/acorex-components-action-sheet.mjs"
75
- },
76
72
  "./alert": {
77
73
  "types": "./alert/index.d.ts",
78
74
  "default": "./fesm2022/acorex-components-alert.mjs"
79
75
  },
76
+ "./action-sheet": {
77
+ "types": "./action-sheet/index.d.ts",
78
+ "default": "./fesm2022/acorex-components-action-sheet.mjs"
79
+ },
80
80
  "./aspect-ratio": {
81
81
  "types": "./aspect-ratio/index.d.ts",
82
82
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"