@acorex/components 20.7.10 → 20.7.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/conversation2/README.md +8 -6
- package/conversation2/index.d.ts +2256 -2326
- package/fesm2022/acorex-components-conversation2.mjs +4275 -2737
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.12",
|
|
6
|
+
"@acorex/cdk": "20.7.12",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"types": "./alert/index.d.ts",
|
|
65
65
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
66
66
|
},
|
|
67
|
-
"./action-sheet": {
|
|
68
|
-
"types": "./action-sheet/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
70
|
-
},
|
|
71
67
|
"./aspect-ratio": {
|
|
72
68
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
69
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
74
70
|
},
|
|
71
|
+
"./action-sheet": {
|
|
72
|
+
"types": "./action-sheet/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
74
|
+
},
|
|
75
75
|
"./audio-wave": {
|
|
76
76
|
"types": "./audio-wave/index.d.ts",
|
|
77
77
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
|
@@ -240,14 +240,14 @@
|
|
|
240
240
|
"types": "./json-viewer/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/acorex-components-json-viewer.mjs"
|
|
242
242
|
},
|
|
243
|
-
"./kbd": {
|
|
244
|
-
"types": "./kbd/index.d.ts",
|
|
245
|
-
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
246
|
-
},
|
|
247
243
|
"./kanban": {
|
|
248
244
|
"types": "./kanban/index.d.ts",
|
|
249
245
|
"default": "./fesm2022/acorex-components-kanban.mjs"
|
|
250
246
|
},
|
|
247
|
+
"./kbd": {
|
|
248
|
+
"types": "./kbd/index.d.ts",
|
|
249
|
+
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
250
|
+
},
|
|
251
251
|
"./label": {
|
|
252
252
|
"types": "./label/index.d.ts",
|
|
253
253
|
"default": "./fesm2022/acorex-components-label.mjs"
|
|
@@ -292,14 +292,14 @@
|
|
|
292
292
|
"types": "./number-box/index.d.ts",
|
|
293
293
|
"default": "./fesm2022/acorex-components-number-box.mjs"
|
|
294
294
|
},
|
|
295
|
-
"./otp": {
|
|
296
|
-
"types": "./otp/index.d.ts",
|
|
297
|
-
"default": "./fesm2022/acorex-components-otp.mjs"
|
|
298
|
-
},
|
|
299
295
|
"./number-box-legacy": {
|
|
300
296
|
"types": "./number-box-legacy/index.d.ts",
|
|
301
297
|
"default": "./fesm2022/acorex-components-number-box-legacy.mjs"
|
|
302
298
|
},
|
|
299
|
+
"./otp": {
|
|
300
|
+
"types": "./otp/index.d.ts",
|
|
301
|
+
"default": "./fesm2022/acorex-components-otp.mjs"
|
|
302
|
+
},
|
|
303
303
|
"./page": {
|
|
304
304
|
"types": "./page/index.d.ts",
|
|
305
305
|
"default": "./fesm2022/acorex-components-page.mjs"
|
|
@@ -396,22 +396,18 @@
|
|
|
396
396
|
"types": "./select-box/index.d.ts",
|
|
397
397
|
"default": "./fesm2022/acorex-components-select-box.mjs"
|
|
398
398
|
},
|
|
399
|
-
"./side-menu": {
|
|
400
|
-
"types": "./side-menu/index.d.ts",
|
|
401
|
-
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
|
402
|
-
},
|
|
403
399
|
"./selection-list-2": {
|
|
404
400
|
"types": "./selection-list-2/index.d.ts",
|
|
405
401
|
"default": "./fesm2022/acorex-components-selection-list-2.mjs"
|
|
406
402
|
},
|
|
403
|
+
"./side-menu": {
|
|
404
|
+
"types": "./side-menu/index.d.ts",
|
|
405
|
+
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
|
406
|
+
},
|
|
407
407
|
"./skeleton": {
|
|
408
408
|
"types": "./skeleton/index.d.ts",
|
|
409
409
|
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
|
410
410
|
},
|
|
411
|
-
"./selection-list": {
|
|
412
|
-
"types": "./selection-list/index.d.ts",
|
|
413
|
-
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
|
414
|
-
},
|
|
415
411
|
"./slider": {
|
|
416
412
|
"types": "./slider/index.d.ts",
|
|
417
413
|
"default": "./fesm2022/acorex-components-slider.mjs"
|
|
@@ -476,17 +472,21 @@
|
|
|
476
472
|
"types": "./tree-view-legacy/index.d.ts",
|
|
477
473
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
478
474
|
},
|
|
479
|
-
"./video-player": {
|
|
480
|
-
"types": "./video-player/index.d.ts",
|
|
481
|
-
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
482
|
-
},
|
|
483
475
|
"./uploader": {
|
|
484
476
|
"types": "./uploader/index.d.ts",
|
|
485
477
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|
|
486
478
|
},
|
|
479
|
+
"./video-player": {
|
|
480
|
+
"types": "./video-player/index.d.ts",
|
|
481
|
+
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
482
|
+
},
|
|
487
483
|
"./wysiwyg": {
|
|
488
484
|
"types": "./wysiwyg/index.d.ts",
|
|
489
485
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
|
486
|
+
},
|
|
487
|
+
"./selection-list": {
|
|
488
|
+
"types": "./selection-list/index.d.ts",
|
|
489
|
+
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
}
|