@acorex/components 18.4.2 → 18.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/action-sheet/lib/action-sheet.class.d.ts +0 -9
- package/action-sheet/lib/action-sheet.component.d.ts +3 -3
- package/conversation/lib/conversation-message/conversation-message.component.d.ts +1 -1
- package/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +3 -3
- package/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.d.ts +3 -3
- package/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.d.ts +7 -1
- package/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.d.ts +3 -3
- package/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.d.ts +3 -3
- package/conversation/lib/conversation.module.d.ts +1 -1
- package/conversation/lib/conversation.types.d.ts +1 -1
- package/esm2022/action-sheet/lib/action-sheet.class.mjs +1 -1
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +1 -1
- package/esm2022/button/lib/button.component.mjs +2 -2
- package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +4 -4
- package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +7 -7
- package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +9 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +5 -5
- package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +85 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +5 -5
- package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +5 -5
- package/esm2022/conversation/lib/conversation.module.mjs +21 -21
- package/esm2022/conversation/lib/conversation.types.mjs +1 -1
- package/esm2022/data-table/lib/base-data-table.class.mjs +3 -2
- package/esm2022/data-table/lib/data-table/data-table.component.mjs +16 -12
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +2 -2
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +129 -41
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +17 -12
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/package.json +49 -49
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "18.4.
|
3
|
+
"version": "18.4.4",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=18.0.0",
|
6
6
|
"@angular/core": ">=18.0.0",
|
@@ -37,6 +37,12 @@
|
|
37
37
|
"esm": "./esm2022/avatar/acorex-components-avatar.mjs",
|
38
38
|
"default": "./fesm2022/acorex-components-avatar.mjs"
|
39
39
|
},
|
40
|
+
"./bottom-navigation": {
|
41
|
+
"types": "./bottom-navigation/index.d.ts",
|
42
|
+
"esm2022": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
|
43
|
+
"esm": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
|
44
|
+
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
45
|
+
},
|
40
46
|
"./badge": {
|
41
47
|
"types": "./badge/index.d.ts",
|
42
48
|
"esm2022": "./esm2022/badge/acorex-components-badge.mjs",
|
@@ -49,12 +55,6 @@
|
|
49
55
|
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
50
56
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
51
57
|
},
|
52
|
-
"./bottom-navigation": {
|
53
|
-
"types": "./bottom-navigation/index.d.ts",
|
54
|
-
"esm2022": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
|
55
|
-
"esm": "./esm2022/bottom-navigation/acorex-components-bottom-navigation.mjs",
|
56
|
-
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
57
|
-
},
|
58
58
|
"./audio-wave": {
|
59
59
|
"types": "./audio-wave/index.d.ts",
|
60
60
|
"esm2022": "./esm2022/audio-wave/acorex-components-audio-wave.mjs",
|
@@ -103,18 +103,18 @@
|
|
103
103
|
"esm": "./esm2022/circular-progress/acorex-components-circular-progress.mjs",
|
104
104
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
105
105
|
},
|
106
|
-
"./collapse": {
|
107
|
-
"types": "./collapse/index.d.ts",
|
108
|
-
"esm2022": "./esm2022/collapse/acorex-components-collapse.mjs",
|
109
|
-
"esm": "./esm2022/collapse/acorex-components-collapse.mjs",
|
110
|
-
"default": "./fesm2022/acorex-components-collapse.mjs"
|
111
|
-
},
|
112
106
|
"./color-box": {
|
113
107
|
"types": "./color-box/index.d.ts",
|
114
108
|
"esm2022": "./esm2022/color-box/acorex-components-color-box.mjs",
|
115
109
|
"esm": "./esm2022/color-box/acorex-components-color-box.mjs",
|
116
110
|
"default": "./fesm2022/acorex-components-color-box.mjs"
|
117
111
|
},
|
112
|
+
"./collapse": {
|
113
|
+
"types": "./collapse/index.d.ts",
|
114
|
+
"esm2022": "./esm2022/collapse/acorex-components-collapse.mjs",
|
115
|
+
"esm": "./esm2022/collapse/acorex-components-collapse.mjs",
|
116
|
+
"default": "./fesm2022/acorex-components-collapse.mjs"
|
117
|
+
},
|
118
118
|
"./color-palette": {
|
119
119
|
"types": "./color-palette/index.d.ts",
|
120
120
|
"esm2022": "./esm2022/color-palette/acorex-components-color-palette.mjs",
|
@@ -127,18 +127,18 @@
|
|
127
127
|
"esm": "./esm2022/common/acorex-components-common.mjs",
|
128
128
|
"default": "./fesm2022/acorex-components-common.mjs"
|
129
129
|
},
|
130
|
-
"./conversation": {
|
131
|
-
"types": "./conversation/index.d.ts",
|
132
|
-
"esm2022": "./esm2022/conversation/acorex-components-conversation.mjs",
|
133
|
-
"esm": "./esm2022/conversation/acorex-components-conversation.mjs",
|
134
|
-
"default": "./fesm2022/acorex-components-conversation.mjs"
|
135
|
-
},
|
136
130
|
"./data-pager": {
|
137
131
|
"types": "./data-pager/index.d.ts",
|
138
132
|
"esm2022": "./esm2022/data-pager/acorex-components-data-pager.mjs",
|
139
133
|
"esm": "./esm2022/data-pager/acorex-components-data-pager.mjs",
|
140
134
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
141
135
|
},
|
136
|
+
"./conversation": {
|
137
|
+
"types": "./conversation/index.d.ts",
|
138
|
+
"esm2022": "./esm2022/conversation/acorex-components-conversation.mjs",
|
139
|
+
"esm": "./esm2022/conversation/acorex-components-conversation.mjs",
|
140
|
+
"default": "./fesm2022/acorex-components-conversation.mjs"
|
141
|
+
},
|
142
142
|
"./data-table": {
|
143
143
|
"types": "./data-table/index.d.ts",
|
144
144
|
"esm2022": "./esm2022/data-table/acorex-components-data-table.mjs",
|
@@ -229,36 +229,36 @@
|
|
229
229
|
"esm": "./esm2022/loading-dialog/acorex-components-loading-dialog.mjs",
|
230
230
|
"default": "./fesm2022/acorex-components-loading-dialog.mjs"
|
231
231
|
},
|
232
|
-
"./nav": {
|
233
|
-
"types": "./nav/index.d.ts",
|
234
|
-
"esm2022": "./esm2022/nav/acorex-components-nav.mjs",
|
235
|
-
"esm": "./esm2022/nav/acorex-components-nav.mjs",
|
236
|
-
"default": "./fesm2022/acorex-components-nav.mjs"
|
237
|
-
},
|
238
232
|
"./menu": {
|
239
233
|
"types": "./menu/index.d.ts",
|
240
234
|
"esm2022": "./esm2022/menu/acorex-components-menu.mjs",
|
241
235
|
"esm": "./esm2022/menu/acorex-components-menu.mjs",
|
242
236
|
"default": "./fesm2022/acorex-components-menu.mjs"
|
243
237
|
},
|
238
|
+
"./nav": {
|
239
|
+
"types": "./nav/index.d.ts",
|
240
|
+
"esm2022": "./esm2022/nav/acorex-components-nav.mjs",
|
241
|
+
"esm": "./esm2022/nav/acorex-components-nav.mjs",
|
242
|
+
"default": "./fesm2022/acorex-components-nav.mjs"
|
243
|
+
},
|
244
244
|
"./navbar": {
|
245
245
|
"types": "./navbar/index.d.ts",
|
246
246
|
"esm2022": "./esm2022/navbar/acorex-components-navbar.mjs",
|
247
247
|
"esm": "./esm2022/navbar/acorex-components-navbar.mjs",
|
248
248
|
"default": "./fesm2022/acorex-components-navbar.mjs"
|
249
249
|
},
|
250
|
-
"./notification": {
|
251
|
-
"types": "./notification/index.d.ts",
|
252
|
-
"esm2022": "./esm2022/notification/acorex-components-notification.mjs",
|
253
|
-
"esm": "./esm2022/notification/acorex-components-notification.mjs",
|
254
|
-
"default": "./fesm2022/acorex-components-notification.mjs"
|
255
|
-
},
|
256
250
|
"./number-box": {
|
257
251
|
"types": "./number-box/index.d.ts",
|
258
252
|
"esm2022": "./esm2022/number-box/acorex-components-number-box.mjs",
|
259
253
|
"esm": "./esm2022/number-box/acorex-components-number-box.mjs",
|
260
254
|
"default": "./fesm2022/acorex-components-number-box.mjs"
|
261
255
|
},
|
256
|
+
"./notification": {
|
257
|
+
"types": "./notification/index.d.ts",
|
258
|
+
"esm2022": "./esm2022/notification/acorex-components-notification.mjs",
|
259
|
+
"esm": "./esm2022/notification/acorex-components-notification.mjs",
|
260
|
+
"default": "./fesm2022/acorex-components-notification.mjs"
|
261
|
+
},
|
262
262
|
"./otp": {
|
263
263
|
"types": "./otp/index.d.ts",
|
264
264
|
"esm2022": "./esm2022/otp/acorex-components-otp.mjs",
|
@@ -271,18 +271,18 @@
|
|
271
271
|
"esm": "./esm2022/page/acorex-components-page.mjs",
|
272
272
|
"default": "./fesm2022/acorex-components-page.mjs"
|
273
273
|
},
|
274
|
-
"./password-box": {
|
275
|
-
"types": "./password-box/index.d.ts",
|
276
|
-
"esm2022": "./esm2022/password-box/acorex-components-password-box.mjs",
|
277
|
-
"esm": "./esm2022/password-box/acorex-components-password-box.mjs",
|
278
|
-
"default": "./fesm2022/acorex-components-password-box.mjs"
|
279
|
-
},
|
280
274
|
"./phone-box": {
|
281
275
|
"types": "./phone-box/index.d.ts",
|
282
276
|
"esm2022": "./esm2022/phone-box/acorex-components-phone-box.mjs",
|
283
277
|
"esm": "./esm2022/phone-box/acorex-components-phone-box.mjs",
|
284
278
|
"default": "./fesm2022/acorex-components-phone-box.mjs"
|
285
279
|
},
|
280
|
+
"./password-box": {
|
281
|
+
"types": "./password-box/index.d.ts",
|
282
|
+
"esm2022": "./esm2022/password-box/acorex-components-password-box.mjs",
|
283
|
+
"esm": "./esm2022/password-box/acorex-components-password-box.mjs",
|
284
|
+
"default": "./fesm2022/acorex-components-password-box.mjs"
|
285
|
+
},
|
286
286
|
"./picker": {
|
287
287
|
"types": "./picker/index.d.ts",
|
288
288
|
"esm2022": "./esm2022/picker/acorex-components-picker.mjs",
|
@@ -397,18 +397,18 @@
|
|
397
397
|
"esm": "./esm2022/tabs/acorex-components-tabs.mjs",
|
398
398
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
399
399
|
},
|
400
|
-
"./text-area": {
|
401
|
-
"types": "./text-area/index.d.ts",
|
402
|
-
"esm2022": "./esm2022/text-area/acorex-components-text-area.mjs",
|
403
|
-
"esm": "./esm2022/text-area/acorex-components-text-area.mjs",
|
404
|
-
"default": "./fesm2022/acorex-components-text-area.mjs"
|
405
|
-
},
|
406
400
|
"./tag": {
|
407
401
|
"types": "./tag/index.d.ts",
|
408
402
|
"esm2022": "./esm2022/tag/acorex-components-tag.mjs",
|
409
403
|
"esm": "./esm2022/tag/acorex-components-tag.mjs",
|
410
404
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
411
405
|
},
|
406
|
+
"./text-area": {
|
407
|
+
"types": "./text-area/index.d.ts",
|
408
|
+
"esm2022": "./esm2022/text-area/acorex-components-text-area.mjs",
|
409
|
+
"esm": "./esm2022/text-area/acorex-components-text-area.mjs",
|
410
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
411
|
+
},
|
412
412
|
"./text-box": {
|
413
413
|
"types": "./text-box/index.d.ts",
|
414
414
|
"esm2022": "./esm2022/text-box/acorex-components-text-box.mjs",
|
@@ -421,17 +421,17 @@
|
|
421
421
|
"esm": "./esm2022/toast/acorex-components-toast.mjs",
|
422
422
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
423
423
|
},
|
424
|
-
"./uploader": {
|
425
|
-
"types": "./uploader/index.d.ts",
|
426
|
-
"esm2022": "./esm2022/uploader/acorex-components-uploader.mjs",
|
427
|
-
"esm": "./esm2022/uploader/acorex-components-uploader.mjs",
|
428
|
-
"default": "./fesm2022/acorex-components-uploader.mjs"
|
429
|
-
},
|
430
424
|
"./tooltip": {
|
431
425
|
"types": "./tooltip/index.d.ts",
|
432
426
|
"esm2022": "./esm2022/tooltip/acorex-components-tooltip.mjs",
|
433
427
|
"esm": "./esm2022/tooltip/acorex-components-tooltip.mjs",
|
434
428
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
429
|
+
},
|
430
|
+
"./uploader": {
|
431
|
+
"types": "./uploader/index.d.ts",
|
432
|
+
"esm2022": "./esm2022/uploader/acorex-components-uploader.mjs",
|
433
|
+
"esm": "./esm2022/uploader/acorex-components-uploader.mjs",
|
434
|
+
"default": "./fesm2022/acorex-components-uploader.mjs"
|
435
435
|
}
|
436
436
|
}
|
437
437
|
}
|