@hivegpt/hiveai-angular 0.0.118 → 0.0.119
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/bundles/hivegpt-hiveai-angular.umd.js +0 -4
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +1 -5
- package/fesm2015/hivegpt-hiveai-angular.js +0 -4
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/hivegpt-hiveai-angular.metadata.json +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts +0 -2
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1420,9 +1420,6 @@
|
|
|
1420
1420
|
ChatDrawerComponent.prototype.toggleCollapse = function () {
|
|
1421
1421
|
this.isCollapsed = !this.isCollapsed;
|
|
1422
1422
|
};
|
|
1423
|
-
ChatDrawerComponent.prototype.OpenSourcesDrawer = function () {
|
|
1424
|
-
this.sourcesDrawer.open();
|
|
1425
|
-
};
|
|
1426
1423
|
return ChatDrawerComponent;
|
|
1427
1424
|
}());
|
|
1428
1425
|
ChatDrawerComponent.decorators = [
|
|
@@ -1444,7 +1441,6 @@
|
|
|
1444
1441
|
ChatDrawerComponent.propDecorators = {
|
|
1445
1442
|
chatMain: [{ type: i0.ViewChild, args: ['chatMain',] }],
|
|
1446
1443
|
drawer: [{ type: i0.ViewChild, args: ['drawer',] }],
|
|
1447
|
-
sourcesDrawer: [{ type: i0.ViewChild, args: ['sourcesDrawer',] }],
|
|
1448
1444
|
myTextarea: [{ type: i0.ViewChild, args: ['myTextarea', { static: false },] }],
|
|
1449
1445
|
copilotName: [{ type: i0.Input }],
|
|
1450
1446
|
firstName: [{ type: i0.Input }],
|