@acorex/components 20.3.10 → 20.3.12
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/action-sheet/index.d.ts +6 -6
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +0 -1
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +14 -3
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/media-viewer/index.d.ts +1 -1
- package/package.json +11 -11
package/media-viewer/index.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
|
|
|
69
69
|
ngOnDestroy(): void;
|
|
70
70
|
next(): void;
|
|
71
71
|
prev(): void;
|
|
72
|
-
interVal
|
|
72
|
+
private interVal?;
|
|
73
73
|
goToIndex(index: number, speed?: number): void;
|
|
74
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMediaViewerContainerComponent, never>;
|
|
75
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>;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.3.
|
|
3
|
+
"version": "20.3.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.3.
|
|
6
|
-
"@acorex/cdk": "20.3.
|
|
5
|
+
"@acorex/core": "20.3.12",
|
|
6
|
+
"@acorex/cdk": "20.3.12",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -137,14 +137,14 @@
|
|
|
137
137
|
"types": "./collapse/index.d.ts",
|
|
138
138
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
139
139
|
},
|
|
140
|
-
"./color-palette": {
|
|
141
|
-
"types": "./color-palette/index.d.ts",
|
|
142
|
-
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
143
|
-
},
|
|
144
140
|
"./color-box": {
|
|
145
141
|
"types": "./color-box/index.d.ts",
|
|
146
142
|
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
147
143
|
},
|
|
144
|
+
"./color-palette": {
|
|
145
|
+
"types": "./color-palette/index.d.ts",
|
|
146
|
+
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
147
|
+
},
|
|
148
148
|
"./command": {
|
|
149
149
|
"types": "./command/index.d.ts",
|
|
150
150
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
@@ -253,14 +253,14 @@
|
|
|
253
253
|
"types": "./kbd/index.d.ts",
|
|
254
254
|
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
255
255
|
},
|
|
256
|
-
"./list": {
|
|
257
|
-
"types": "./list/index.d.ts",
|
|
258
|
-
"default": "./fesm2022/acorex-components-list.mjs"
|
|
259
|
-
},
|
|
260
256
|
"./label": {
|
|
261
257
|
"types": "./label/index.d.ts",
|
|
262
258
|
"default": "./fesm2022/acorex-components-label.mjs"
|
|
263
259
|
},
|
|
260
|
+
"./list": {
|
|
261
|
+
"types": "./list/index.d.ts",
|
|
262
|
+
"default": "./fesm2022/acorex-components-list.mjs"
|
|
263
|
+
},
|
|
264
264
|
"./loading": {
|
|
265
265
|
"types": "./loading/index.d.ts",
|
|
266
266
|
"default": "./fesm2022/acorex-components-loading.mjs"
|