@thetradeengineorg1/snova-shell-module 0.0.8 → 0.0.10

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.
@@ -8448,7 +8448,7 @@
8448
8448
  var companySettingsModel = JSON.parse(localStorage.getItem(LocalStorageProperties.CompanySettings));
8449
8449
  _this.companyMainLogo = companySettingsModel.find(function (x) { return x.key.toLowerCase() == "mainlogo"; }) != null ? companySettingsModel.find(function (x) { return x.key.toLowerCase() == "mainlogo"; }).value : _this.companyMainLogo;
8450
8450
  _this.companyMiniLogo = companySettingsModel.find(function (x) { return x.key.toLowerCase() == "minilogo"; }) != null ? companySettingsModel.find(function (x) { return x.key.toLowerCase() == "minilogo"; }).value : _this.companyMiniLogo;
8451
- document.getElementById("shortcut-fav-icon").setAttribute("href", _this.themeModel.companyMiniLogo);
8451
+ //document.getElementById("shortcut-fav-icon").setAttribute("href", this.themeModel.companyMiniLogo);
8452
8452
  _this.themeBaseColor = localStorage.getItem('themeColor');
8453
8453
  // // this.themeModel = this.cookieService.check('CompanyTheme') ? JSON.parse(this.cookieService.get("CompanyTheme")) : null;
8454
8454
  // // if (this.themeModel && this.themeModel.companyThemeId !== "00000000-0000-0000-0000-000000000000") {
@@ -12055,14 +12055,14 @@
12055
12055
  i0__namespace.ɵɵadvance(2);
12056
12056
  i0__namespace.ɵɵproperty("ngIf", ctx_r0.selectedCompany);
12057
12057
  i0__namespace.ɵɵadvance(4);
12058
- i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(8, 7, "HRMANAGAMENT.SEARCH"));
12058
+ i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(8, 8, "HRMANAGAMENT.SEARCH"));
12059
12059
  i0__namespace.ɵɵproperty("ngModel", ctx_r0.searchText);
12060
12060
  i0__namespace.ɵɵadvance(3);
12061
12061
  i0__namespace.ɵɵproperty("ngIf", !ctx_r0.searchText);
12062
12062
  i0__namespace.ɵɵadvance(1);
12063
12063
  i0__namespace.ɵɵproperty("ngIf", ctx_r0.searchText);
12064
12064
  i0__namespace.ɵɵadvance(1);
12065
- i0__namespace.ɵɵproperty("ngForOf", ctx_r0.searchCompanies(ctx_r0.companiesList, ctx_r0.searchText));
12065
+ i0__namespace.ɵɵproperty("ngForOf", ctx_r0.searchCompanies(ctx_r0.companiesList, ctx_r0.searchText))("ngForTrackBy", ctx_r0.trackByCompanyId);
12066
12066
  }
12067
12067
  }
12068
12068
  function HeaderSideComponent_div_6_Template(rf, ctx) {
@@ -12527,7 +12527,6 @@
12527
12527
  i0__namespace.ɵɵproperty("data", i0__namespace.ɵɵpureFunction1(1, _c10, data_r83));
12528
12528
  }
12529
12529
  }
12530
- /** @dynamic */
12531
12530
  var HeaderSideComponent = /** @class */ (function (_super) {
12532
12531
  __extends(HeaderSideComponent, _super);
12533
12532
  function HeaderSideComponent(pushNotifications, themeService, ngxService, layout, translate, router, cookieService, dialog, commonService, store, pubnub, authService, actionUpdates$, cdRef, toastr, storeManagementService, ShellModulesService, chatService, signalr, window) {
@@ -12607,6 +12606,7 @@
12607
12606
  // this.getActTrackerRecorder();
12608
12607
  if ((localStorage.getItem(LocalStorageProperties.UserModel) != null && localStorage.getItem(LocalStorageProperties.UserModel) != undefined)) {
12609
12608
  _this.loadNotifications();
12609
+ _this.toggleRecording();
12610
12610
  }
12611
12611
  var currentCulture = _this.cookieService.get(LocalStorageProperties.CurrentCulture);
12612
12612
  var companylan = JSON.parse(_this.cookieService.get(LocalStorageProperties.CompanyDetails));
@@ -12659,16 +12659,6 @@
12659
12659
  var userStoryUpdateChannelToSubscribeInto = ChannelNames.Channel_UserStoryUpdateNotification + CurrentUserId;
12660
12660
  var AnnouncementChannelToSubscribeInto = ChannelNames.Channel_AnnouncementNotification + CurrentUserId;
12661
12661
  var purchaseExecutionAssignedChannelToSubscribeInto = ChannelNames.Channel_PurchaseExecutionAssignToEmployeeNotification + CurrentUserId;
12662
- console.log("subscribing to " + taskAssignmentChannelToSubscribeInto);
12663
- console.log("subscribing to " + tastatusReportSubmissionChannelToSubscribeInto);
12664
- console.log("subscribing to " + tastatusConfigAssignChannelToSubscribeInto);
12665
- console.log("subscribing to" + assetsAssignedChannelToSubscribeInto);
12666
- console.log("subscribing to" + projectCreatedChannelToSubscribeInto);
12667
- console.log("subscribing to" + projectAccessToMemberChannelToSubscribeInto);
12668
- console.log("subscribing to" + goalApprovedChannelToSubscribeInto);
12669
- console.log("subscribing to" + userStoryUpdateChannelToSubscribeInto);
12670
- console.log("subscribing to" + AnnouncementChannelToSubscribeInto);
12671
- console.log("subscribing to" + purchaseExecutionAssignedChannelToSubscribeInto);
12672
12662
  pubnub.subscribe({
12673
12663
  channels: [taskAssignmentChannelToSubscribeInto, tastatusReportSubmissionChannelToSubscribeInto,
12674
12664
  tastatusConfigAssignChannelToSubscribeInto, multiChartsSchedulingChannelToSubscribeInto,
@@ -13325,25 +13315,6 @@
13325
13315
  var userStoryParkChannelToSubscribeInto = ChannelNames.Channel_UserStoryPark + CurrentUserId;
13326
13316
  var genericActivityNotificationChannelToSubscribeInto = ChannelNames.Channel_GenericActivityNotification + CurrentUserId;
13327
13317
  var purchaseExecutionAssignedChannelToSubscribeInto = ChannelNames.Channel_GenericActivityNotification + CurrentUserId;
13328
- console.log("subscribing to " + taskAssignmentChannelToSubscribeInto);
13329
- console.log("subscribing to " + tastatusReportSubmissionChannelToSubscribeInto);
13330
- console.log("subscribing to " + tastatusConfigAssignChannelToSubscribeInto);
13331
- console.log("subscribing to" + assetsAssignedChannelToSubscribeInto);
13332
- console.log("subscribing to" + projectCreatedChannelToSubscribeInto);
13333
- console.log("subscribing to" + projectAccessToMemberChannelToSubscribeInto);
13334
- console.log("subscribing to" + goalApprovedChannelToSubscribeInto);
13335
- console.log("subscribing to" + userStoryUpdateChannelToSubscribeInto);
13336
- console.log("subscribing to" + AnnouncementChannelToSubscribeInto);
13337
- console.log("subscribing to" + userStoryCommentChannelToSubscribeInto);
13338
- console.log("subscribing to" + sprintStartedChannelToSubscribeInto);
13339
- console.log("subscribing to" + sprintReplanChannelToSubscribeInto);
13340
- console.log("subscribing to" + ReminderChannelToSubscribeInto);
13341
- console.log("subscribing to" + PerformanceChannelToSubscribeInto);
13342
- console.log("subscribing to" + projectFeatureChannelToSubscribeInto);
13343
- console.log("subscribing to" + userStoryArchiveChannelToSubscribeInto);
13344
- console.log("subscribing to" + userStoryParkChannelToSubscribeInto);
13345
- console.log("subscribing to" + genericActivityNotificationChannelToSubscribeInto);
13346
- console.log("subscribing to" + purchaseExecutionAssignedChannelToSubscribeInto);
13347
13318
  this.pubnub.subscribe({
13348
13319
  channels: [taskAssignmentChannelToSubscribeInto, tastatusReportSubmissionChannelToSubscribeInto,
13349
13320
  tastatusConfigAssignChannelToSubscribeInto, multiChartsSchedulingChannelToSubscribeInto,
@@ -13358,7 +13329,6 @@
13358
13329
  userStoryParkChannelToSubscribeInto, genericActivityNotificationChannelToSubscribeInto, purchaseExecutionAssignedChannelToSubscribeInto]
13359
13330
  });
13360
13331
  var roleUpdatesChannelToSubscribeInto = ChannelNames.Channel_RoleUpdates + "19B6F9FC-7370-4B9C-A05C-3B8D819EEEAF";
13361
- console.log("subscribing to " + roleUpdatesChannelToSubscribeInto);
13362
13332
  this.pubnub.subscribe({
13363
13333
  channels: [roleUpdatesChannelToSubscribeInto]
13364
13334
  });
@@ -13415,10 +13385,6 @@
13415
13385
  this.layoutConf = this.layout.layoutConf;
13416
13386
  // this.themeModel$ = this.store.pipe(select(sharedModuleReducers.getThemeModel));
13417
13387
  //this.store.dispatch(new InitializeAfterLoginData());
13418
- var user = JSON.parse(localStorage.getItem(LocalStorageProperties.UserModel));
13419
- if (user != null) {
13420
- this.monitorCompanyrelatedDetails(user);
13421
- }
13422
13388
  this.loggedInUserId = this.cookieService.get(LocalStorageProperties.CurrentUserId);
13423
13389
  this.getEmployeeIdByUserId();
13424
13390
  var environment = JSON.parse(localStorage.getItem(LocalStorageProperties.Environment));
@@ -13442,7 +13408,6 @@
13442
13408
  var company = this.companiesList.filter(function (x) { return x.companyId.toLowerCase() == _this.cookieService.get(LocalStorageProperties.CompanyId).toLowerCase(); });
13443
13409
  this.selectedCompany = company ? company[0] : null;
13444
13410
  this.selectedCompanyName = company ? company[0] ? company[0].companyName : null : null;
13445
- this.cdRef.detectChanges();
13446
13411
  };
13447
13412
  HeaderSideComponent.prototype.navigateToDashboards = function () {
13448
13413
  var userReference = localStorage.getItem(LocalStorageProperties.UserReferenceId);
@@ -13577,7 +13542,7 @@
13577
13542
  // this.getUnreadNotifications();
13578
13543
  };
13579
13544
  HeaderSideComponent.prototype.toggleRecording = function () {
13580
- this.getActTrackerRecorder();
13545
+ //this.getActTrackerRecorder();
13581
13546
  var user = JSON.parse(localStorage.getItem(LocalStorageProperties.UserModel));
13582
13547
  if (user != null) {
13583
13548
  this.monitorCompanyrelatedDetails(user);
@@ -13983,7 +13948,9 @@
13983
13948
  this.searchText = null;
13984
13949
  };
13985
13950
  HeaderSideComponent.prototype.searchCompanies = function (companies, search) {
13951
+ console.log(companies, search);
13986
13952
  if (search == null || search == '') {
13953
+ console.log("loop enters");
13987
13954
  return companies;
13988
13955
  }
13989
13956
  else if (search != null) {
@@ -13993,6 +13960,9 @@
13993
13960
  return temp;
13994
13961
  }
13995
13962
  };
13963
+ HeaderSideComponent.prototype.trackByCompanyId = function (index, company) {
13964
+ return company.companyId;
13965
+ };
13996
13966
  HeaderSideComponent.prototype.ngOnDestroy = function () {
13997
13967
  // this.pubnub.unsubscribe({ channels: [this.loginUserchannelName] });
13998
13968
  // var loginCompanyId = this.cookieService.get("CompanyId");
@@ -14073,7 +14043,7 @@
14073
14043
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.openAnnoucementDialogComponent = _t.first);
14074
14044
  i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.fileUploadDropzonePopup = _t);
14075
14045
  }
14076
- }, inputs: { notificPanel: "notificPanel" }, outputs: { opened: "opened" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 84, vars: 46, consts: [[1, "topbar", "remove-padding"], ["fxFlex", ""], [3, "reload", "isOpened", "openNewDashboard"], ["fxFlex", "", "fxLayout", "row", "fxHide.xs", "", "fxLayoutAlign", "center", 2, "vertical-align", "center"], ["fxFlex", "", "fxLayout", "row", "fxLayoutAlign", "end center"], ["class", "filter-data custom-box language-section", "style", "width:150px;", 3, "click", 4, "ngIf"], [4, "ngIf"], ["mat-icon-button", "", "matTooltipClass", "tooltipClass-mat", "class", "topbar-button-right theme-navbar-icon-color", 3, "matTooltip", "overflow", "matMenuTriggerFor", "click", 4, "ngIf"], ["notification", "matMenu"], ["mat-icon-button", "", "class", "topbar-button-right img-button", 3, "matMenuTriggerFor", "ngClass", "click", 4, "ngIf"], ["hasBackdrop", "", "scrollStrategy", "reposition", "verticalAlign", "below", "horizontalAlign", "before", 3, "autoFocus", "restoreFocus", "interactiveClose"], ["feedTimeSheet", ""], [3, "isFeedTimeSheet", "closeFeedTimeSheetPopup"], ["accountMenu", "matMenu"], ["mat-menu-item", "", 3, "click"], ["class", "activity-recorder recording-style", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "overflow", "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "satPopoverAnchorFor", "click", 4, "ngIf"], ["mat-menu-item", "", 3, "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "overflow", "matTooltip", "click", 4, "ngIf"], [1, "feedback-icon", 3, "satPopoverAnchorFor"], ["class", "k-i-loading", 4, "ngIf"], ["verticalAlign", "below", "hasBackdrop", "", "backdropClass", "backdrop-color", "horizontalAlign", "end", 3, "interactiveClose"], ["feedBackPopover", ""], [3, "closeDialog", 4, "ngIf"], [1, "dialog_window", 3, "click"], ["menu2", "matMenu"], ["id", "style-1", 1, "p-0", "m-0", "listof_assets", "store-list-dropdown"], [1, "compact-list"], ["class", "p-0 asset-card", 3, "routerLink", 4, "ngIf"], ["class", "welcome-note", 4, "ngIf"], ["hasBackdrop", "", "backdropClass", "testrun-popover", "scrollStrategy", "reposition", 3, "interactiveClose"], ["fileUploadDropzonePopover", ""], [1, "p-0", "mr-0", "custom-hrm-dropzone"], ["fxLayout", "row", 1, "card-title-text", "mat-bg-primary", "p-05"], ["fxFlex", "", 1, "text-center"], ["fxFlex", "20px", "fxLayoutAlign", "end center"], [1, "inline_edit_close_btn", "btn", 3, "click"], ["icon", "times"], [1, "m-1"], ["ngx-dropzone", "", "accept", ".json", 1, "custom-dropzone", "dropzone-height", 3, "change"], ["class", "custom-dropzone-preview", 3, "removable", "removed", 4, "ngFor", "ngForOf"], [1, "m-05", "text-muted", 2, "text-align", "center"], ["color", "primary", "mode", "determinate", 3, "value", 4, "ngIf"], ["class", "mt-05", "fxLayoutAlign", "center end", 4, "ngIf"], ["openAnnoucementDialogComponent", ""], [1, "filter-data", "custom-box", "language-section", 2, "width", "150px", 3, "click"], ["placeholder", "", "name", "selectedCompany", 3, "ngModel", "ngModelChange", "selectionChange"], ["fxLayout", "row", "fxLayoutGap", "15px", 4, "ngIf"], ["fxFlex", "", "fxLayoutAlign", "start center", 1, "search_goalinput", "ml-1", 2, "position", "sticky", "top", "0", "z-index", "1", "background-color", "white"], ["fxLayoutAlign", "start center"], [1, "full-width"], ["matInput", "", "autocomplete", "off", 1, "search_goal", 3, "placeholder", "ngModel", "ngModelChange"], ["fxLayoutAlign", "end center", 1, "close_icon", "masterdata-search-close"], ["class", "icon-button mr-05 mt-05", "aria-hidden", "false", "style", "cursor:pointer", 3, "click", 4, "ngIf"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", 3, "value", "matTooltip", 4, "ngFor", "ngForOf"], ["fxLayout", "row", "fxLayoutGap", "15px"], [3, "ngStyle"], ["fxLayoutAlign", "start center", "matTooltipClass", "tooltipClass-mat", "size", "20", 3, "name", "matTooltip", "src", "isRound"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", "fxFlex", "calc(100% - 40px)", 1, "language-display", 2, "color", "black !important", 3, "matTooltip"], ["aria-hidden", "false", 1, "icon-button", "mr-05", "mt-05", 2, "cursor", "pointer", 3, "click"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", 3, "value", "matTooltip"], ["fxLayout", "row", 1, "cursor-pointer"], ["fxLayoutAlign", "start center", "matTooltipClass", "tooltipClass-mat", "size", "20", 3, "name", "ngStyle", "matTooltip", "src", "isRound"], [1, "ml-05"], ["matTooltipClass", "tooltipClass-mat", "mat-icon-button", "", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "ngClass", "click"], ["matTooltipClass", "tooltipClass-mat", "mat-icon-button", "", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "click"], ["mat-icon-button", "", "id", "feedTimeSheetComponent", "matTooltipClass", "tooltipClass-mat", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["mat-icon-button", "", "matTooltipClass", "tooltipClass-mat", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "matMenuTriggerFor", "click"], ["class", "notification-number mat-bg-warn", 4, "ngIf"], [1, "notification-number", "mat-bg-warn"], ["mat-icon-button", "", 1, "topbar-button-right", "img-button", 3, "matMenuTriggerFor", "ngClass", "click"], ["class", "icon-highlight-setter", "alt", "profile image", 3, "src", 4, "ngIf"], ["style", "margin-left: 4px !important;", 4, "ngIf"], ["alt", "profile image", 1, "icon-highlight-setter", 3, "src"], [2, "margin-left", "4px !important"], ["size", "30", 3, "name", "isRound"], [1, "activity-recorder", "recording-style"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "click"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["fileUploadDropzonePopup", "satPopoverAnchor"], [1, "k-i-loading"], [3, "closeDialog"], [1, "p-0", "asset-card", 3, "routerLink"], [1, "hide-content-overflow", "userStory-name-control", "store-dropdown-padding"], [1, "welcome-note"], [4, "ngIf", "ngIfElse"], ["elseSpan", ""], [1, "custom-dropzone-preview", 3, "removable", "removed"], [1, "custom-dropzone-label"], ["color", "primary", "mode", "determinate", 3, "value"], ["fxLayoutAlign", "center end", 1, "mt-05"], ["mat-button", "", "mat-raised-button", "", "color", "primary", 3, "click"], ["icon", "save", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", 1, "ml-1", 3, "click"], ["icon", "times", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", 1, "ml-1", 3, "disabled"], ["icon", "upload", 1, "mr-05"], ["class", "fa fa-spin fa-spinner", 4, "ngIf"], [1, "fa", "fa-spin", "fa-spinner"], [3, "data"]], template: function HeaderSideComponent_Template(rf, ctx) {
14046
+ }, inputs: { notificPanel: "notificPanel" }, outputs: { opened: "opened" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], decls: 84, vars: 46, consts: [[1, "topbar", "remove-padding"], ["fxFlex", ""], [3, "reload", "isOpened", "openNewDashboard"], ["fxFlex", "", "fxLayout", "row", "fxHide.xs", "", "fxLayoutAlign", "center", 2, "vertical-align", "center"], ["fxFlex", "", "fxLayout", "row", "fxLayoutAlign", "end center"], ["class", "filter-data custom-box language-section", "style", "width:150px;", 3, "click", 4, "ngIf"], [4, "ngIf"], ["mat-icon-button", "", "matTooltipClass", "tooltipClass-mat", "class", "topbar-button-right theme-navbar-icon-color", 3, "matTooltip", "overflow", "matMenuTriggerFor", "click", 4, "ngIf"], ["notification", "matMenu"], ["mat-icon-button", "", "class", "topbar-button-right img-button", 3, "matMenuTriggerFor", "ngClass", "click", 4, "ngIf"], ["hasBackdrop", "", "scrollStrategy", "reposition", "verticalAlign", "below", "horizontalAlign", "before", 3, "autoFocus", "restoreFocus", "interactiveClose"], ["feedTimeSheet", ""], [3, "isFeedTimeSheet", "closeFeedTimeSheetPopup"], ["accountMenu", "matMenu"], ["mat-menu-item", "", 3, "click"], ["class", "activity-recorder recording-style", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "overflow", "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "satPopoverAnchorFor", "click", 4, "ngIf"], ["mat-menu-item", "", 3, "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "overflow", "matTooltip", "click", 4, "ngIf"], [1, "feedback-icon", 3, "satPopoverAnchorFor"], ["class", "k-i-loading", 4, "ngIf"], ["verticalAlign", "below", "hasBackdrop", "", "backdropClass", "backdrop-color", "horizontalAlign", "end", 3, "interactiveClose"], ["feedBackPopover", ""], [3, "closeDialog", 4, "ngIf"], [1, "dialog_window", 3, "click"], ["menu2", "matMenu"], ["id", "style-1", 1, "p-0", "m-0", "listof_assets", "store-list-dropdown"], [1, "compact-list"], ["class", "p-0 asset-card", 3, "routerLink", 4, "ngIf"], ["class", "welcome-note", 4, "ngIf"], ["hasBackdrop", "", "backdropClass", "testrun-popover", "scrollStrategy", "reposition", 3, "interactiveClose"], ["fileUploadDropzonePopover", ""], [1, "p-0", "mr-0", "custom-hrm-dropzone"], ["fxLayout", "row", 1, "card-title-text", "mat-bg-primary", "p-05"], ["fxFlex", "", 1, "text-center"], ["fxFlex", "20px", "fxLayoutAlign", "end center"], [1, "inline_edit_close_btn", "btn", 3, "click"], ["icon", "times"], [1, "m-1"], ["ngx-dropzone", "", "accept", ".json", 1, "custom-dropzone", "dropzone-height", 3, "change"], ["class", "custom-dropzone-preview", 3, "removable", "removed", 4, "ngFor", "ngForOf"], [1, "m-05", "text-muted", 2, "text-align", "center"], ["color", "primary", "mode", "determinate", 3, "value", 4, "ngIf"], ["class", "mt-05", "fxLayoutAlign", "center end", 4, "ngIf"], ["openAnnoucementDialogComponent", ""], [1, "filter-data", "custom-box", "language-section", 2, "width", "150px", 3, "click"], ["placeholder", "", "name", "selectedCompany", 3, "ngModel", "ngModelChange", "selectionChange"], ["fxLayout", "row", "fxLayoutGap", "15px", 4, "ngIf"], ["fxFlex", "", "fxLayoutAlign", "start center", 1, "search_goalinput", "ml-1", 2, "position", "sticky", "top", "0", "z-index", "1", "background-color", "white"], ["fxLayoutAlign", "start center"], [1, "full-width"], ["matInput", "", "autocomplete", "off", 1, "search_goal", 3, "placeholder", "ngModel", "ngModelChange"], ["fxLayoutAlign", "end center", 1, "close_icon", "masterdata-search-close"], ["class", "icon-button mr-05 mt-05", "aria-hidden", "false", "style", "cursor:pointer", 3, "click", 4, "ngIf"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", 3, "value", "matTooltip", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["fxLayout", "row", "fxLayoutGap", "15px"], [3, "ngStyle"], ["fxLayoutAlign", "start center", "matTooltipClass", "tooltipClass-mat", "size", "20", 3, "name", "matTooltip", "src", "isRound"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", "fxFlex", "calc(100% - 40px)", 1, "language-display", 2, "color", "black !important", 3, "matTooltip"], ["aria-hidden", "false", 1, "icon-button", "mr-05", "mt-05", 2, "cursor", "pointer", 3, "click"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", 3, "value", "matTooltip"], ["fxLayout", "row", 1, "cursor-pointer"], ["fxLayoutAlign", "start center", "matTooltipClass", "tooltipClass-mat", "size", "20", 3, "name", "ngStyle", "matTooltip", "src", "isRound"], [1, "ml-05"], ["matTooltipClass", "tooltipClass-mat", "mat-icon-button", "", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "ngClass", "click"], ["matTooltipClass", "tooltipClass-mat", "mat-icon-button", "", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "click"], ["mat-icon-button", "", "id", "feedTimeSheetComponent", "matTooltipClass", "tooltipClass-mat", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["mat-icon-button", "", "matTooltipClass", "tooltipClass-mat", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "matMenuTriggerFor", "click"], ["class", "notification-number mat-bg-warn", 4, "ngIf"], [1, "notification-number", "mat-bg-warn"], ["mat-icon-button", "", 1, "topbar-button-right", "img-button", 3, "matMenuTriggerFor", "ngClass", "click"], ["class", "icon-highlight-setter", "alt", "profile image", 3, "src", 4, "ngIf"], ["style", "margin-left: 4px !important;", 4, "ngIf"], ["alt", "profile image", 1, "icon-highlight-setter", 3, "src"], [2, "margin-left", "4px !important"], ["size", "30", 3, "name", "isRound"], [1, "activity-recorder", "recording-style"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "click"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["fileUploadDropzonePopup", "satPopoverAnchor"], [1, "k-i-loading"], [3, "closeDialog"], [1, "p-0", "asset-card", 3, "routerLink"], [1, "hide-content-overflow", "userStory-name-control", "store-dropdown-padding"], [1, "welcome-note"], [4, "ngIf", "ngIfElse"], ["elseSpan", ""], [1, "custom-dropzone-preview", 3, "removable", "removed"], [1, "custom-dropzone-label"], ["color", "primary", "mode", "determinate", 3, "value"], ["fxLayoutAlign", "center end", 1, "mt-05"], ["mat-button", "", "mat-raised-button", "", "color", "primary", 3, "click"], ["icon", "save", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", 1, "ml-1", 3, "click"], ["icon", "times", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", 1, "ml-1", 3, "disabled"], ["icon", "upload", 1, "mr-05"], ["class", "fa fa-spin fa-spinner", 4, "ngIf"], [1, "fa", "fa-spin", "fa-spinner"], [3, "data"]], template: function HeaderSideComponent_Template(rf, ctx) {
14077
14047
  if (rf & 1) {
14078
14048
  var _r84_1 = i0__namespace.ɵɵgetCurrentView();
14079
14049
  i0__namespace.ɵɵelementStart(0, "mat-toolbar", 0);
@@ -14084,7 +14054,7 @@
14084
14054
  i0__namespace.ɵɵelementEnd();
14085
14055
  i0__namespace.ɵɵelement(3, "div", 3);
14086
14056
  i0__namespace.ɵɵelementStart(4, "div", 4);
14087
- i0__namespace.ɵɵtemplate(5, HeaderSideComponent_div_5_Template, 13, 9, "div", 5);
14057
+ i0__namespace.ɵɵtemplate(5, HeaderSideComponent_div_5_Template, 13, 10, "div", 5);
14088
14058
  i0__namespace.ɵɵtemplate(6, HeaderSideComponent_div_6_Template, 5, 4, "div", 6);
14089
14059
  i0__namespace.ɵɵtemplate(7, HeaderSideComponent_div_7_Template, 5, 3, "div", 6);
14090
14060
  i0__namespace.ɵɵelementEnd();