fix(build): migrate smart config setup and align TypeScript compatibility updates

This commit is contained in:
2026-04-02 12:50:20 +00:00
parent 3338261cfa
commit 47f2a64a61
15 changed files with 2222 additions and 2749 deletions

View File

@@ -58,7 +58,7 @@ export class SioCombox extends DeesElement {
}
@property({ type: Object })
public accessor referenceObject: HTMLElement;
public accessor referenceObject: HTMLElement = null as any;
@state()
private accessor selectedConversationId: string | null = null;