@vanira/sdk 0.0.8 → 0.0.9
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.
|
@@ -10,6 +10,8 @@ export declare class VaniraInternalProvider extends AbstractWidgetProvider {
|
|
|
10
10
|
private floatingWelcomeChips;
|
|
11
11
|
private panel;
|
|
12
12
|
private welcomeChipsData;
|
|
13
|
+
private isRendered;
|
|
14
|
+
protected root: ShadowRoot | null;
|
|
13
15
|
private chatAdapter;
|
|
14
16
|
private sessionManager;
|
|
15
17
|
/** Whether this tab currently owns the widget session. */
|