@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.
@@ -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 }],