@acorex/components 21.0.0-next.1 → 21.0.0-next.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.
@@ -65,6 +65,8 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
65
65
  prev(): void;
66
66
  interVal: any;
67
67
  goToIndex(index: number, speed?: number): void;
68
+ update(): void;
69
+ init(): void;
68
70
  protected closeHandler(): void;
69
71
  /** @ignore */
70
72
  get __hostClass(): string;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "21.0.0-next.1",
3
+ "version": "21.0.0-next.3",
4
4
  "peerDependencies": {
5
- "@acorex/core": "21.0.0-next.1",
6
- "@acorex/cdk": "21.0.0-next.1",
5
+ "@acorex/core": "21.0.0-next.3",
6
+ "@acorex/cdk": "21.0.0-next.3",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -145,10 +145,6 @@
145
145
  "types": "./conversation/index.d.ts",
146
146
  "default": "./fesm2022/acorex-components-conversation.mjs"
147
147
  },
148
- "./cron-job": {
149
- "types": "./cron-job/index.d.ts",
150
- "default": "./fesm2022/acorex-components-cron-job.mjs"
151
- },
152
148
  "./data-list": {
153
149
  "types": "./data-list/index.d.ts",
154
150
  "default": "./fesm2022/acorex-components-data-list.mjs"
@@ -157,6 +153,10 @@
157
153
  "types": "./data-pager/index.d.ts",
158
154
  "default": "./fesm2022/acorex-components-data-pager.mjs"
159
155
  },
156
+ "./cron-job": {
157
+ "types": "./cron-job/index.d.ts",
158
+ "default": "./fesm2022/acorex-components-cron-job.mjs"
159
+ },
160
160
  "./data-table": {
161
161
  "types": "./data-table/index.d.ts",
162
162
  "default": "./fesm2022/acorex-components-data-table.mjs"