@acorex/components 21.0.0-next.27 → 21.0.0-next.28
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/fesm2022/acorex-components-conversation2.mjs +16 -12
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +3 -10
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +20 -5
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/media-viewer/index.d.ts +1 -1
- package/package.json +7 -7
package/media-viewer/index.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
|
|
|
53
53
|
protected sanitizer: DomSanitizer;
|
|
54
54
|
protected thumbnailArray: i0.WritableSignal<Thumbnail[]>;
|
|
55
55
|
protected option: i0.WritableSignal<swiper_types.SwiperOptions>;
|
|
56
|
-
protected
|
|
56
|
+
protected thumbnailOption: i0.WritableSignal<swiper_types.SwiperOptions>;
|
|
57
57
|
isFullScreen: i0.WritableSignal<boolean>;
|
|
58
58
|
private swiperRef;
|
|
59
59
|
private swiperRef2;
|
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.28",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.0-next.
|
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
|
5
|
+
"@acorex/core": "21.0.0-next.28",
|
|
6
|
+
"@acorex/cdk": "21.0.0-next.28",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -164,6 +164,10 @@
|
|
|
164
164
|
"types": "./cron-job/index.d.ts",
|
|
165
165
|
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
|
166
166
|
},
|
|
167
|
+
"./data-list": {
|
|
168
|
+
"types": "./data-list/index.d.ts",
|
|
169
|
+
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
170
|
+
},
|
|
167
171
|
"./data-pager": {
|
|
168
172
|
"types": "./data-pager/index.d.ts",
|
|
169
173
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
|
@@ -184,10 +188,6 @@
|
|
|
184
188
|
"types": "./datetime-picker/index.d.ts",
|
|
185
189
|
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
186
190
|
},
|
|
187
|
-
"./data-list": {
|
|
188
|
-
"types": "./data-list/index.d.ts",
|
|
189
|
-
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
190
|
-
},
|
|
191
191
|
"./decorators": {
|
|
192
192
|
"types": "./decorators/index.d.ts",
|
|
193
193
|
"default": "./fesm2022/acorex-components-decorators.mjs"
|