@acorex/components 20.4.12 → 20.4.14
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/conversation2/index.d.ts +372 -278
- package/fesm2022/acorex-components-code-editor.mjs +2 -2
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation2.mjs +2598 -2180
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +0 -1
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +2 -2
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/package.json +45 -45
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.4.
|
|
3
|
+
"version": "20.4.14",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.4.
|
|
6
|
-
"@acorex/cdk": "20.4.
|
|
5
|
+
"@acorex/core": "20.4.14",
|
|
6
|
+
"@acorex/cdk": "20.4.14",
|
|
7
7
|
"@angular/common": ">=20.0.0",
|
|
8
8
|
"@angular/core": ">=20.0.0",
|
|
9
9
|
"@angular/cdk": ">=20.0.0",
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
"types": "./button-group/index.d.ts",
|
|
108
108
|
"default": "./fesm2022/acorex-components-button-group.mjs"
|
|
109
109
|
},
|
|
110
|
-
"./check-box": {
|
|
111
|
-
"types": "./check-box/index.d.ts",
|
|
112
|
-
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
113
|
-
},
|
|
114
110
|
"./calendar": {
|
|
115
111
|
"types": "./calendar/index.d.ts",
|
|
116
112
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
117
113
|
},
|
|
114
|
+
"./check-box": {
|
|
115
|
+
"types": "./check-box/index.d.ts",
|
|
116
|
+
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
117
|
+
},
|
|
118
118
|
"./chips": {
|
|
119
119
|
"types": "./chips/index.d.ts",
|
|
120
120
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
@@ -139,14 +139,14 @@
|
|
|
139
139
|
"types": "./color-palette/index.d.ts",
|
|
140
140
|
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
141
141
|
},
|
|
142
|
-
"./comment": {
|
|
143
|
-
"types": "./comment/index.d.ts",
|
|
144
|
-
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
145
|
-
},
|
|
146
142
|
"./command": {
|
|
147
143
|
"types": "./command/index.d.ts",
|
|
148
144
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
149
145
|
},
|
|
146
|
+
"./comment": {
|
|
147
|
+
"types": "./comment/index.d.ts",
|
|
148
|
+
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
149
|
+
},
|
|
150
150
|
"./conversation": {
|
|
151
151
|
"types": "./conversation/index.d.ts",
|
|
152
152
|
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
"types": "./data-list/index.d.ts",
|
|
164
164
|
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
165
165
|
},
|
|
166
|
-
"./data-pager": {
|
|
167
|
-
"types": "./data-pager/index.d.ts",
|
|
168
|
-
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
|
169
|
-
},
|
|
170
166
|
"./data-table": {
|
|
171
167
|
"types": "./data-table/index.d.ts",
|
|
172
168
|
"default": "./fesm2022/acorex-components-data-table.mjs"
|
|
173
169
|
},
|
|
170
|
+
"./data-pager": {
|
|
171
|
+
"types": "./data-pager/index.d.ts",
|
|
172
|
+
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
|
173
|
+
},
|
|
174
174
|
"./datetime-box": {
|
|
175
175
|
"types": "./datetime-box/index.d.ts",
|
|
176
176
|
"default": "./fesm2022/acorex-components-datetime-box.mjs"
|
|
@@ -263,6 +263,10 @@
|
|
|
263
263
|
"types": "./loading-dialog/index.d.ts",
|
|
264
264
|
"default": "./fesm2022/acorex-components-loading-dialog.mjs"
|
|
265
265
|
},
|
|
266
|
+
"./map": {
|
|
267
|
+
"types": "./map/index.d.ts",
|
|
268
|
+
"default": "./fesm2022/acorex-components-map.mjs"
|
|
269
|
+
},
|
|
266
270
|
"./media-viewer": {
|
|
267
271
|
"types": "./media-viewer/index.d.ts",
|
|
268
272
|
"default": "./fesm2022/acorex-components-media-viewer.mjs"
|
|
@@ -271,18 +275,14 @@
|
|
|
271
275
|
"types": "./menu/index.d.ts",
|
|
272
276
|
"default": "./fesm2022/acorex-components-menu.mjs"
|
|
273
277
|
},
|
|
274
|
-
"./
|
|
275
|
-
"types": "./
|
|
276
|
-
"default": "./fesm2022/acorex-components-
|
|
278
|
+
"./navbar": {
|
|
279
|
+
"types": "./navbar/index.d.ts",
|
|
280
|
+
"default": "./fesm2022/acorex-components-navbar.mjs"
|
|
277
281
|
},
|
|
278
282
|
"./modal": {
|
|
279
283
|
"types": "./modal/index.d.ts",
|
|
280
284
|
"default": "./fesm2022/acorex-components-modal.mjs"
|
|
281
285
|
},
|
|
282
|
-
"./navbar": {
|
|
283
|
-
"types": "./navbar/index.d.ts",
|
|
284
|
-
"default": "./fesm2022/acorex-components-navbar.mjs"
|
|
285
|
-
},
|
|
286
286
|
"./notification": {
|
|
287
287
|
"types": "./notification/index.d.ts",
|
|
288
288
|
"default": "./fesm2022/acorex-components-notification.mjs"
|
|
@@ -299,14 +299,14 @@
|
|
|
299
299
|
"types": "./otp/index.d.ts",
|
|
300
300
|
"default": "./fesm2022/acorex-components-otp.mjs"
|
|
301
301
|
},
|
|
302
|
-
"./paint": {
|
|
303
|
-
"types": "./paint/index.d.ts",
|
|
304
|
-
"default": "./fesm2022/acorex-components-paint.mjs"
|
|
305
|
-
},
|
|
306
302
|
"./page": {
|
|
307
303
|
"types": "./page/index.d.ts",
|
|
308
304
|
"default": "./fesm2022/acorex-components-page.mjs"
|
|
309
305
|
},
|
|
306
|
+
"./paint": {
|
|
307
|
+
"types": "./paint/index.d.ts",
|
|
308
|
+
"default": "./fesm2022/acorex-components-paint.mjs"
|
|
309
|
+
},
|
|
310
310
|
"./password-box": {
|
|
311
311
|
"types": "./password-box/index.d.ts",
|
|
312
312
|
"default": "./fesm2022/acorex-components-password-box.mjs"
|
|
@@ -355,14 +355,14 @@
|
|
|
355
355
|
"types": "./range-slider/index.d.ts",
|
|
356
356
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
|
357
357
|
},
|
|
358
|
-
"./rest-api-generator": {
|
|
359
|
-
"types": "./rest-api-generator/index.d.ts",
|
|
360
|
-
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
361
|
-
},
|
|
362
358
|
"./rate-picker": {
|
|
363
359
|
"types": "./rate-picker/index.d.ts",
|
|
364
360
|
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
365
361
|
},
|
|
362
|
+
"./rest-api-generator": {
|
|
363
|
+
"types": "./rest-api-generator/index.d.ts",
|
|
364
|
+
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
365
|
+
},
|
|
366
366
|
"./result": {
|
|
367
367
|
"types": "./result/index.d.ts",
|
|
368
368
|
"default": "./fesm2022/acorex-components-result.mjs"
|
|
@@ -391,22 +391,22 @@
|
|
|
391
391
|
"types": "./search-box/index.d.ts",
|
|
392
392
|
"default": "./fesm2022/acorex-components-search-box.mjs"
|
|
393
393
|
},
|
|
394
|
-
"./selection-list": {
|
|
395
|
-
"types": "./selection-list/index.d.ts",
|
|
396
|
-
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
|
397
|
-
},
|
|
398
394
|
"./select-box": {
|
|
399
395
|
"types": "./select-box/index.d.ts",
|
|
400
396
|
"default": "./fesm2022/acorex-components-select-box.mjs"
|
|
401
397
|
},
|
|
402
|
-
"./selection-list
|
|
403
|
-
"types": "./selection-list
|
|
404
|
-
"default": "./fesm2022/acorex-components-selection-list
|
|
398
|
+
"./selection-list": {
|
|
399
|
+
"types": "./selection-list/index.d.ts",
|
|
400
|
+
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
|
405
401
|
},
|
|
406
402
|
"./side-menu": {
|
|
407
403
|
"types": "./side-menu/index.d.ts",
|
|
408
404
|
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
|
409
405
|
},
|
|
406
|
+
"./selection-list-2": {
|
|
407
|
+
"types": "./selection-list-2/index.d.ts",
|
|
408
|
+
"default": "./fesm2022/acorex-components-selection-list-2.mjs"
|
|
409
|
+
},
|
|
410
410
|
"./skeleton": {
|
|
411
411
|
"types": "./skeleton/index.d.ts",
|
|
412
412
|
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
|
@@ -419,14 +419,14 @@
|
|
|
419
419
|
"types": "./sliding-item/index.d.ts",
|
|
420
420
|
"default": "./fesm2022/acorex-components-sliding-item.mjs"
|
|
421
421
|
},
|
|
422
|
-
"./step-wizard": {
|
|
423
|
-
"types": "./step-wizard/index.d.ts",
|
|
424
|
-
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
425
|
-
},
|
|
426
422
|
"./switch": {
|
|
427
423
|
"types": "./switch/index.d.ts",
|
|
428
424
|
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
429
425
|
},
|
|
426
|
+
"./step-wizard": {
|
|
427
|
+
"types": "./step-wizard/index.d.ts",
|
|
428
|
+
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
429
|
+
},
|
|
430
430
|
"./tabs": {
|
|
431
431
|
"types": "./tabs/index.d.ts",
|
|
432
432
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
@@ -447,14 +447,14 @@
|
|
|
447
447
|
"types": "./text-box/index.d.ts",
|
|
448
448
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
449
449
|
},
|
|
450
|
-
"./time-line": {
|
|
451
|
-
"types": "./time-line/index.d.ts",
|
|
452
|
-
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
453
|
-
},
|
|
454
450
|
"./time-duration": {
|
|
455
451
|
"types": "./time-duration/index.d.ts",
|
|
456
452
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
457
453
|
},
|
|
454
|
+
"./time-line": {
|
|
455
|
+
"types": "./time-line/index.d.ts",
|
|
456
|
+
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
457
|
+
},
|
|
458
458
|
"./toast": {
|
|
459
459
|
"types": "./toast/index.d.ts",
|
|
460
460
|
"default": "./fesm2022/acorex-components-toast.mjs"
|