@acorex/components 18.12.14 → 18.12.15
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/media-viewer/index.mjs +2 -1
- package/esm2022/media-viewer/lib/media-viewer-container/media-viewer-container.component.mjs +6 -8
- package/esm2022/media-viewer/lib/media-viewer-slider/media-viewer-slider.component.mjs +2 -2
- package/esm2022/media-viewer/lib/media-viewer-thumbnail/media-viewer-thumbnail.component.mjs +2 -2
- package/esm2022/media-viewer/lib/media-viewer-tools/file-info/file-info.component.mjs +21 -0
- package/esm2022/media-viewer/lib/media-viewer-types.mjs +1 -1
- package/esm2022/media-viewer/lib/media-viewer.module.mjs +7 -3
- package/fesm2022/acorex-components-media-viewer.mjs +35 -16
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/media-viewer/index.d.ts +1 -0
- package/media-viewer/lib/media-viewer-container/media-viewer-container.component.d.ts +3 -3
- package/media-viewer/lib/media-viewer-tools/file-info/file-info.component.d.ts +10 -0
- package/media-viewer/lib/media-viewer-types.d.ts +2 -0
- package/media-viewer/lib/media-viewer.module.d.ts +7 -6
- package/package.json +36 -36
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "18.12.
|
3
|
+
"version": "18.12.15",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=18.2.0",
|
6
6
|
"@angular/core": ">=18.2.0",
|
@@ -32,18 +32,6 @@
|
|
32
32
|
"esm": "./esm2022/action-sheet/acorex-components-action-sheet.mjs",
|
33
33
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
34
34
|
},
|
35
|
-
"./alert": {
|
36
|
-
"types": "./alert/index.d.ts",
|
37
|
-
"esm2022": "./esm2022/alert/acorex-components-alert.mjs",
|
38
|
-
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
39
|
-
"default": "./fesm2022/acorex-components-alert.mjs"
|
40
|
-
},
|
41
|
-
"./audio-wave": {
|
42
|
-
"types": "./audio-wave/index.d.ts",
|
43
|
-
"esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
44
|
-
"esm": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
45
|
-
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
46
|
-
},
|
47
35
|
"./avatar": {
|
48
36
|
"types": "./avatar/index.d.ts",
|
49
37
|
"esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
|
@@ -56,17 +44,29 @@
|
|
56
44
|
"esm": "./esm2022/badge/acorex-components-badge.mjs",
|
57
45
|
"default": "./fesm2022/acorex-components-badge.mjs"
|
58
46
|
},
|
47
|
+
"./bottom-navigation": {
|
48
|
+
"types": "./bottom-navigation/index.d.ts",
|
49
|
+
"esm2022": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
|
50
|
+
"esm": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
|
51
|
+
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
52
|
+
},
|
59
53
|
"./breadcrumbs": {
|
60
54
|
"types": "./breadcrumbs/index.d.ts",
|
61
55
|
"esm2022": "./esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs",
|
62
56
|
"esm": "./esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs",
|
63
57
|
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
64
58
|
},
|
65
|
-
"./
|
66
|
-
"types": "./
|
67
|
-
"esm2022": "./esm2022/
|
68
|
-
"esm": "./esm2022/
|
69
|
-
"default": "./fesm2022/acorex-components-
|
59
|
+
"./alert": {
|
60
|
+
"types": "./alert/index.d.ts",
|
61
|
+
"esm2022": "./esm2022/alert/acorex-components-alert.mjs",
|
62
|
+
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
63
|
+
"default": "./fesm2022/acorex-components-alert.mjs"
|
64
|
+
},
|
65
|
+
"./audio-wave": {
|
66
|
+
"types": "./audio-wave/index.d.ts",
|
67
|
+
"esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
68
|
+
"esm": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
69
|
+
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
70
70
|
},
|
71
71
|
"./button": {
|
72
72
|
"types": "./button/index.d.ts",
|
@@ -140,6 +140,12 @@
|
|
140
140
|
"esm": "./esm2022/conversation/acorex-components-conversation.mjs",
|
141
141
|
"default": "./fesm2022/acorex-components-conversation.mjs"
|
142
142
|
},
|
143
|
+
"./data-pager": {
|
144
|
+
"types": "./data-pager/index.d.ts",
|
145
|
+
"esm2022": "./esm2022/data-pager/acorex-components-data-pager.mjs",
|
146
|
+
"esm": "./esm2022/data-pager/acorex-components-data-pager.mjs",
|
147
|
+
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
148
|
+
},
|
143
149
|
"./data-table": {
|
144
150
|
"types": "./data-table/index.d.ts",
|
145
151
|
"esm2022": "./esm2022/data-table/acorex-components-data-table.mjs",
|
@@ -152,12 +158,6 @@
|
|
152
158
|
"esm": "./esm2022/datetime-box/acorex-components-datetime-box.mjs",
|
153
159
|
"default": "./fesm2022/acorex-components-datetime-box.mjs"
|
154
160
|
},
|
155
|
-
"./data-pager": {
|
156
|
-
"types": "./data-pager/index.d.ts",
|
157
|
-
"esm2022": "./esm2022/data-pager/acorex-components-data-pager.mjs",
|
158
|
-
"esm": "./esm2022/data-pager/acorex-components-data-pager.mjs",
|
159
|
-
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
160
|
-
},
|
161
161
|
"./datetime-input": {
|
162
162
|
"types": "./datetime-input/index.d.ts",
|
163
163
|
"esm2022": "./esm2022/datetime-input/acorex-components-datetime-input.mjs",
|
@@ -224,18 +224,18 @@
|
|
224
224
|
"esm": "./esm2022/label/acorex-components-label.mjs",
|
225
225
|
"default": "./fesm2022/acorex-components-label.mjs"
|
226
226
|
},
|
227
|
-
"./loading": {
|
228
|
-
"types": "./loading/index.d.ts",
|
229
|
-
"esm2022": "./esm2022/loading/acorex-components-loading.mjs",
|
230
|
-
"esm": "./esm2022/loading/acorex-components-loading.mjs",
|
231
|
-
"default": "./fesm2022/acorex-components-loading.mjs"
|
232
|
-
},
|
233
227
|
"./list": {
|
234
228
|
"types": "./list/index.d.ts",
|
235
229
|
"esm2022": "./esm2022/list/acorex-components-list.mjs",
|
236
230
|
"esm": "./esm2022/list/acorex-components-list.mjs",
|
237
231
|
"default": "./fesm2022/acorex-components-list.mjs"
|
238
232
|
},
|
233
|
+
"./loading": {
|
234
|
+
"types": "./loading/index.d.ts",
|
235
|
+
"esm2022": "./esm2022/loading/acorex-components-loading.mjs",
|
236
|
+
"esm": "./esm2022/loading/acorex-components-loading.mjs",
|
237
|
+
"default": "./fesm2022/acorex-components-loading.mjs"
|
238
|
+
},
|
239
239
|
"./loading-dialog": {
|
240
240
|
"types": "./loading-dialog/index.d.ts",
|
241
241
|
"esm2022": "./esm2022/loading-dialog/acorex-components-loading-dialog.mjs",
|
@@ -356,18 +356,18 @@
|
|
356
356
|
"esm": "./esm2022/range-slider/acorex-components-range-slider.mjs",
|
357
357
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
358
358
|
},
|
359
|
-
"./result": {
|
360
|
-
"types": "./result/index.d.ts",
|
361
|
-
"esm2022": "./esm2022/result/acorex-components-result.mjs",
|
362
|
-
"esm": "./esm2022/result/acorex-components-result.mjs",
|
363
|
-
"default": "./fesm2022/acorex-components-result.mjs"
|
364
|
-
},
|
365
359
|
"./rate-picker": {
|
366
360
|
"types": "./rate-picker/index.d.ts",
|
367
361
|
"esm2022": "./esm2022/rate-picker/acorex-components-rate-picker.mjs",
|
368
362
|
"esm": "./esm2022/rate-picker/acorex-components-rate-picker.mjs",
|
369
363
|
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
370
364
|
},
|
365
|
+
"./result": {
|
366
|
+
"types": "./result/index.d.ts",
|
367
|
+
"esm2022": "./esm2022/result/acorex-components-result.mjs",
|
368
|
+
"esm": "./esm2022/result/acorex-components-result.mjs",
|
369
|
+
"default": "./fesm2022/acorex-components-result.mjs"
|
370
|
+
},
|
371
371
|
"./routing-progress": {
|
372
372
|
"types": "./routing-progress/index.d.ts",
|
373
373
|
"esm2022": "./esm2022/routing-progress/acorex-components-routing-progress.mjs",
|