@propmix/profet-common-header 3.0.15-utility-unstable.2 → 3.0.15-utility-unstable.3

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.
@@ -33,6 +33,15 @@ import { signOut } from 'aws-amplify/auth';
33
33
  import { Observable, ReplaySubject, Subject, reduce } from 'rxjs';
34
34
  import * as i10 from '@angular/material/core';
35
35
 
36
+ class BaseController {
37
+ constructor(commonService) {
38
+ this.commonService = commonService;
39
+ }
40
+ close() {
41
+ this.commonService.toggleUtilityContentDrawer();
42
+ }
43
+ }
44
+
36
45
  class CompanySwitchWarningComponent {
37
46
  constructor(comInfo) {
38
47
  this.comInfo = comInfo;
@@ -756,5 +765,5 @@ const APP_DOMAIN = [
756
765
  * Generated bundle index. Do not edit.
757
766
  */
758
767
 
759
- export { APP_DOMAIN, CommonHeaderModule, CommonHeaderService, HeaderComponent, PROFET_APPS };
768
+ export { APP_DOMAIN, BaseController, CommonHeaderModule, CommonHeaderService, HeaderComponent, PROFET_APPS };
760
769
  //# sourceMappingURL=propmix-profet-common-header.mjs.map