@aakash58/chatbot 1.0.30 → 1.0.31
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/index.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ declare class Doohbot extends DoohbotInput {
|
|
|
54
54
|
platformTenant: string;
|
|
55
55
|
subTenant: string;
|
|
56
56
|
agent: string;
|
|
57
|
+
buttonStyle: 'fab' | 'sidebar' | 'sidebar-top' | 'sidebar-bottom';
|
|
57
58
|
enableDrag: boolean;
|
|
58
59
|
enableResize: boolean;
|
|
59
60
|
isFullScreen: boolean;
|
|
@@ -69,7 +70,6 @@ declare class Doohbot extends DoohbotInput {
|
|
|
69
70
|
maxMessageLength: number;
|
|
70
71
|
messageError: _angular_core.WritableSignal<string | null>;
|
|
71
72
|
private chatMessagesContainer;
|
|
72
|
-
buttonStyle: 'fab' | 'sidebar' | 'sidebar-top' | 'sidebar-bottom';
|
|
73
73
|
get isSidebar(): boolean;
|
|
74
74
|
get sidebarPosition(): 'top' | 'center' | 'bottom';
|
|
75
75
|
trackByMessageId: TrackByFunction<Message>;
|
|
@@ -106,7 +106,7 @@ declare class Doohbot extends DoohbotInput {
|
|
|
106
106
|
markAsReadEffect: _angular_core.EffectRef;
|
|
107
107
|
unreadCount: _angular_core.Signal<number>;
|
|
108
108
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Doohbot, never>;
|
|
109
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Doohbot, "app-doohbot", never, { "config": { "alias": "config"; "required": false; }; "platformTenant": { "alias": "platformTenant"; "required": false; }; "subTenant": { "alias": "subTenant"; "required": false; }; "agent": { "alias": "agent"; "required": false; }; "
|
|
109
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Doohbot, "app-doohbot", never, { "config": { "alias": "config"; "required": false; }; "platformTenant": { "alias": "platformTenant"; "required": false; }; "subTenant": { "alias": "subTenant"; "required": false; }; "agent": { "alias": "agent"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "enableDrag": { "alias": "enableDrag"; "required": false; }; "enableResize": { "alias": "enableResize"; "required": false; }; "primaryColor": { "alias": "primaryColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
export { Doohbot };
|