@acorex/components 21.0.0-next.3 → 21.0.0-next.4
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/media-viewer/index.d.ts
CHANGED
@@ -65,8 +65,6 @@ 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;
|
70
68
|
protected closeHandler(): void;
|
71
69
|
/** @ignore */
|
72
70
|
get __hostClass(): string;
|
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "21.0.0-next.
|
3
|
+
"version": "21.0.0-next.4",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@acorex/core": "21.0.0-next.
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
5
|
+
"@acorex/core": "21.0.0-next.4",
|
6
|
+
"@acorex/cdk": "21.0.0-next.4",
|
7
7
|
"@angular/common": "^20.0.0",
|
8
8
|
"@angular/core": "^20.0.0",
|
9
9
|
"@angular/cdk": "^20.0.0",
|
@@ -145,6 +145,10 @@
|
|
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
|
+
},
|
148
152
|
"./data-list": {
|
149
153
|
"types": "./data-list/index.d.ts",
|
150
154
|
"default": "./fesm2022/acorex-components-data-list.mjs"
|
@@ -153,10 +157,6 @@
|
|
153
157
|
"types": "./data-pager/index.d.ts",
|
154
158
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
155
159
|
},
|
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"
|