@acorex/components 20.8.0 → 20.8.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/index.d.ts +141 -71
- package/fesm2022/acorex-components-calendar.mjs +3 -0
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation2.mjs +2153 -1790
- 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.8.
|
|
3
|
+
"version": "20.8.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.8.
|
|
6
|
-
"@acorex/cdk": "20.8.
|
|
5
|
+
"@acorex/core": "20.8.12",
|
|
6
|
+
"@acorex/cdk": "20.8.12",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
"types": "./index.d.ts",
|
|
57
57
|
"default": "./fesm2022/acorex-components.mjs"
|
|
58
58
|
},
|
|
59
|
+
"./accordion": {
|
|
60
|
+
"types": "./accordion/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
62
|
+
},
|
|
59
63
|
"./action-sheet": {
|
|
60
64
|
"types": "./action-sheet/index.d.ts",
|
|
61
65
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"types": "./alert/index.d.ts",
|
|
65
69
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
66
70
|
},
|
|
67
|
-
"./accordion": {
|
|
68
|
-
"types": "./accordion/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
70
|
-
},
|
|
71
71
|
"./aspect-ratio": {
|
|
72
72
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
@@ -116,14 +116,14 @@
|
|
|
116
116
|
"types": "./chips/index.d.ts",
|
|
117
117
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
118
118
|
},
|
|
119
|
-
"./code-editor": {
|
|
120
|
-
"types": "./code-editor/index.d.ts",
|
|
121
|
-
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
122
|
-
},
|
|
123
119
|
"./circular-progress": {
|
|
124
120
|
"types": "./circular-progress/index.d.ts",
|
|
125
121
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
126
122
|
},
|
|
123
|
+
"./code-editor": {
|
|
124
|
+
"types": "./code-editor/index.d.ts",
|
|
125
|
+
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
126
|
+
},
|
|
127
127
|
"./collapse": {
|
|
128
128
|
"types": "./collapse/index.d.ts",
|
|
129
129
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
@@ -176,14 +176,14 @@
|
|
|
176
176
|
"types": "./datetime-input/index.d.ts",
|
|
177
177
|
"default": "./fesm2022/acorex-components-datetime-input.mjs"
|
|
178
178
|
},
|
|
179
|
-
"./decorators": {
|
|
180
|
-
"types": "./decorators/index.d.ts",
|
|
181
|
-
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
182
|
-
},
|
|
183
179
|
"./datetime-picker": {
|
|
184
180
|
"types": "./datetime-picker/index.d.ts",
|
|
185
181
|
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
186
182
|
},
|
|
183
|
+
"./decorators": {
|
|
184
|
+
"types": "./decorators/index.d.ts",
|
|
185
|
+
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
186
|
+
},
|
|
187
187
|
"./dialog": {
|
|
188
188
|
"types": "./dialog/index.d.ts",
|
|
189
189
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
@@ -424,14 +424,14 @@
|
|
|
424
424
|
"types": "./step-wizard/index.d.ts",
|
|
425
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
426
426
|
},
|
|
427
|
-
"./switch": {
|
|
428
|
-
"types": "./switch/index.d.ts",
|
|
429
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
|
-
},
|
|
431
427
|
"./tabs": {
|
|
432
428
|
"types": "./tabs/index.d.ts",
|
|
433
429
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
434
430
|
},
|
|
431
|
+
"./switch": {
|
|
432
|
+
"types": "./switch/index.d.ts",
|
|
433
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
434
|
+
},
|
|
435
435
|
"./tag": {
|
|
436
436
|
"types": "./tag/index.d.ts",
|
|
437
437
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
@@ -444,14 +444,14 @@
|
|
|
444
444
|
"types": "./text-area/index.d.ts",
|
|
445
445
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
446
446
|
},
|
|
447
|
-
"./time-duration": {
|
|
448
|
-
"types": "./time-duration/index.d.ts",
|
|
449
|
-
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
450
|
-
},
|
|
451
447
|
"./text-box": {
|
|
452
448
|
"types": "./text-box/index.d.ts",
|
|
453
449
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
454
450
|
},
|
|
451
|
+
"./time-duration": {
|
|
452
|
+
"types": "./time-duration/index.d.ts",
|
|
453
|
+
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
454
|
+
},
|
|
455
455
|
"./time-line": {
|
|
456
456
|
"types": "./time-line/index.d.ts",
|
|
457
457
|
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
@@ -476,14 +476,14 @@
|
|
|
476
476
|
"types": "./tree-view-legacy/index.d.ts",
|
|
477
477
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
478
478
|
},
|
|
479
|
-
"./video-player": {
|
|
480
|
-
"types": "./video-player/index.d.ts",
|
|
481
|
-
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
482
|
-
},
|
|
483
479
|
"./uploader": {
|
|
484
480
|
"types": "./uploader/index.d.ts",
|
|
485
481
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|
|
486
482
|
},
|
|
483
|
+
"./video-player": {
|
|
484
|
+
"types": "./video-player/index.d.ts",
|
|
485
|
+
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
486
|
+
},
|
|
487
487
|
"./wysiwyg": {
|
|
488
488
|
"types": "./wysiwyg/index.d.ts",
|
|
489
489
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|