@acorex/components 20.3.41 → 20.3.43
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/fesm2022/acorex-components-conversation.mjs +2 -2
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation2.mjs +2 -2
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +4 -4
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +12 -12
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/package.json +42 -42
|
@@ -13579,7 +13579,7 @@ class AXComposerComponent {
|
|
|
13579
13579
|
[placement]="'top-start'"
|
|
13580
13580
|
(onClosed)="onEmojiPopoverClosed()"
|
|
13581
13581
|
>
|
|
13582
|
-
<div
|
|
13582
|
+
<div style="width: 400px; max-height: 500px;">
|
|
13583
13583
|
<ng-container *ngComponentOutlet="composerPopupComponent; inputs: getEmojiPopupInputs()"></ng-container>
|
|
13584
13584
|
</div>
|
|
13585
13585
|
</ax-popover>
|
|
@@ -13840,7 +13840,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImpor
|
|
|
13840
13840
|
[placement]="'top-start'"
|
|
13841
13841
|
(onClosed)="onEmojiPopoverClosed()"
|
|
13842
13842
|
>
|
|
13843
|
-
<div
|
|
13843
|
+
<div style="width: 400px; max-height: 500px;">
|
|
13844
13844
|
<ng-container *ngComponentOutlet="composerPopupComponent; inputs: getEmojiPopupInputs()"></ng-container>
|
|
13845
13845
|
</div>
|
|
13846
13846
|
</ax-popover>
|