@acorex/components 22.0.1 → 22.0.2

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "22.0.1",
3
+ "version": "22.0.2",
4
4
  "peerDependencies": {
5
- "@acorex/core": "22.0.1",
6
- "@acorex/cdk": "22.0.1",
5
+ "@acorex/core": "22.0.2",
6
+ "@acorex/cdk": "22.0.2",
7
7
  "@angular/aria": ">=22.1.0",
8
8
  "polytype": ">=0.17.0",
9
9
  "angular-imask": ">=7.6.1",
@@ -1866,6 +1866,7 @@ declare class AXConversationInfoBarComponent {
1866
1866
  readonly menuItems: _angular_core.Signal<AXConversationDropdownMenuItem[]>;
1867
1867
  getStatus(conversation: AXConversation): _acorex_components_conversation.AXConversationPresenceStatus;
1868
1868
  getSubtitle(conversation: AXConversation): string;
1869
+ isTyping(conversation: AXConversation): boolean;
1869
1870
  onInfoLeftClick(): void;
1870
1871
  onInlineActionClick(actionId: string): Promise<void>;
1871
1872
  private activateAction;