@acorex/components 20.2.53 → 20.2.54

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.
@@ -51,6 +51,7 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
51
51
  #private;
52
52
  dataArray: i0.InputSignal<AXMediaViewerData[]>;
53
53
  thumbnail: i0.InputSignal<boolean>;
54
+ pagination: i0.InputSignal<boolean>;
54
55
  protected service: AXMediaViewerService;
55
56
  protected sanitizer: DomSanitizer;
56
57
  protected thumbnailArray: i0.WritableSignal<Thumbnail[]>;
@@ -72,7 +73,7 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
72
73
  /** @ignore */
73
74
  get __hostClass(): string;
74
75
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMediaViewerContainerComponent, never>;
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; }; }, {}, ["fullScreenButton"], ["ax-header", "ax-suffix", "ax-prefix"], true, never>;
76
+ 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>;
76
77
  }
77
78
 
78
79
  declare class AXMediaViewerTypeRegistryService {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.2.53",
3
+ "version": "20.2.54",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.2.53",
6
- "@acorex/cdk": "20.2.53",
5
+ "@acorex/core": "20.2.54",
6
+ "@acorex/cdk": "20.2.54",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -88,6 +88,10 @@
88
88
  "types": "./autocomplete/index.d.ts",
89
89
  "default": "./fesm2022/acorex-components-autocomplete.mjs"
90
90
  },
91
+ "./avatar": {
92
+ "types": "./avatar/index.d.ts",
93
+ "default": "./fesm2022/acorex-components-avatar.mjs"
94
+ },
91
95
  "./badge": {
92
96
  "types": "./badge/index.d.ts",
93
97
  "default": "./fesm2022/acorex-components-badge.mjs"
@@ -104,10 +108,6 @@
104
108
  "types": "./button/index.d.ts",
105
109
  "default": "./fesm2022/acorex-components-button.mjs"
106
110
  },
107
- "./avatar": {
108
- "types": "./avatar/index.d.ts",
109
- "default": "./fesm2022/acorex-components-avatar.mjs"
110
- },
111
111
  "./button-group": {
112
112
  "types": "./button-group/index.d.ts",
113
113
  "default": "./fesm2022/acorex-components-button-group.mjs"