@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.
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +12 -42
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +12 -43
- package/esm2015/lib/shell-components/components/menu/menu.component.js +2 -2
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +12 -42
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/shell-components/components/header-side/header-side.component.d.ts +1 -1
- package/lib/shell-components/components/header-side/header-side.component.d.ts.map +1 -1
- package/lib/shell-components/shell.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7413,7 +7413,7 @@ class MenuComponent extends CustomAppBaseComponent {
|
|
|
7413
7413
|
var companySettingsModel = JSON.parse(localStorage.getItem(LocalStorageProperties.CompanySettings));
|
|
7414
7414
|
this.companyMainLogo = companySettingsModel.find(x => x.key.toLowerCase() == "mainlogo") != null ? companySettingsModel.find(x => x.key.toLowerCase() == "mainlogo").value : this.companyMainLogo;
|
|
7415
7415
|
this.companyMiniLogo = companySettingsModel.find(x => x.key.toLowerCase() == "minilogo") != null ? companySettingsModel.find(x => x.key.toLowerCase() == "minilogo").value : this.companyMiniLogo;
|
|
7416
|
-
document.getElementById("shortcut-fav-icon").setAttribute("href", this.themeModel.companyMiniLogo);
|
|
7416
|
+
//document.getElementById("shortcut-fav-icon").setAttribute("href", this.themeModel.companyMiniLogo);
|
|
7417
7417
|
this.themeBaseColor = localStorage.getItem('themeColor');
|
|
7418
7418
|
// // this.themeModel = this.cookieService.check('CompanyTheme') ? JSON.parse(this.cookieService.get("CompanyTheme")) : null;
|
|
7419
7419
|
// // if (this.themeModel && this.themeModel.companyThemeId !== "00000000-0000-0000-0000-000000000000") {
|
|
@@ -10914,14 +10914,14 @@ function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
10914
10914
|
i0.ɵɵadvance(2);
|
|
10915
10915
|
i0.ɵɵproperty("ngIf", ctx_r0.selectedCompany);
|
|
10916
10916
|
i0.ɵɵadvance(4);
|
|
10917
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(8,
|
|
10917
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(8, 8, "HRMANAGAMENT.SEARCH"));
|
|
10918
10918
|
i0.ɵɵproperty("ngModel", ctx_r0.searchText);
|
|
10919
10919
|
i0.ɵɵadvance(3);
|
|
10920
10920
|
i0.ɵɵproperty("ngIf", !ctx_r0.searchText);
|
|
10921
10921
|
i0.ɵɵadvance(1);
|
|
10922
10922
|
i0.ɵɵproperty("ngIf", ctx_r0.searchText);
|
|
10923
10923
|
i0.ɵɵadvance(1);
|
|
10924
|
-
i0.ɵɵproperty("ngForOf", ctx_r0.searchCompanies(ctx_r0.companiesList, ctx_r0.searchText));
|
|
10924
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.searchCompanies(ctx_r0.companiesList, ctx_r0.searchText))("ngForTrackBy", ctx_r0.trackByCompanyId);
|
|
10925
10925
|
} }
|
|
10926
10926
|
function HeaderSideComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
10927
10927
|
const _r46 = i0.ɵɵgetCurrentView();
|
|
@@ -11300,7 +11300,6 @@ function HeaderSideComponent_ng_template_82_Template(rf, ctx) { if (rf & 1) {
|
|
|
11300
11300
|
const data_r83 = ctx.$implicit;
|
|
11301
11301
|
i0.ɵɵproperty("data", i0.ɵɵpureFunction1(1, _c10, data_r83));
|
|
11302
11302
|
} }
|
|
11303
|
-
/** @dynamic */
|
|
11304
11303
|
class HeaderSideComponent extends CustomAppBaseComponent {
|
|
11305
11304
|
constructor(pushNotifications, themeService, ngxService, layout, translate, router, cookieService, dialog, commonService, store, pubnub, authService, actionUpdates$, cdRef, toastr, storeManagementService, ShellModulesService, chatService, signalr, window) {
|
|
11306
11305
|
super();
|
|
@@ -11379,6 +11378,7 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
11379
11378
|
// this.getActTrackerRecorder();
|
|
11380
11379
|
if ((localStorage.getItem(LocalStorageProperties.UserModel) != null && localStorage.getItem(LocalStorageProperties.UserModel) != undefined)) {
|
|
11381
11380
|
this.loadNotifications();
|
|
11381
|
+
this.toggleRecording();
|
|
11382
11382
|
}
|
|
11383
11383
|
let currentCulture = this.cookieService.get(LocalStorageProperties.CurrentCulture);
|
|
11384
11384
|
const companylan = JSON.parse(this.cookieService.get(LocalStorageProperties.CompanyDetails));
|
|
@@ -11431,16 +11431,6 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
11431
11431
|
const userStoryUpdateChannelToSubscribeInto = ChannelNames.Channel_UserStoryUpdateNotification + CurrentUserId;
|
|
11432
11432
|
const AnnouncementChannelToSubscribeInto = ChannelNames.Channel_AnnouncementNotification + CurrentUserId;
|
|
11433
11433
|
const purchaseExecutionAssignedChannelToSubscribeInto = ChannelNames.Channel_PurchaseExecutionAssignToEmployeeNotification + CurrentUserId;
|
|
11434
|
-
console.log("subscribing to " + taskAssignmentChannelToSubscribeInto);
|
|
11435
|
-
console.log("subscribing to " + tastatusReportSubmissionChannelToSubscribeInto);
|
|
11436
|
-
console.log("subscribing to " + tastatusConfigAssignChannelToSubscribeInto);
|
|
11437
|
-
console.log("subscribing to" + assetsAssignedChannelToSubscribeInto);
|
|
11438
|
-
console.log("subscribing to" + projectCreatedChannelToSubscribeInto);
|
|
11439
|
-
console.log("subscribing to" + projectAccessToMemberChannelToSubscribeInto);
|
|
11440
|
-
console.log("subscribing to" + goalApprovedChannelToSubscribeInto);
|
|
11441
|
-
console.log("subscribing to" + userStoryUpdateChannelToSubscribeInto);
|
|
11442
|
-
console.log("subscribing to" + AnnouncementChannelToSubscribeInto);
|
|
11443
|
-
console.log("subscribing to" + purchaseExecutionAssignedChannelToSubscribeInto);
|
|
11444
11434
|
pubnub.subscribe({
|
|
11445
11435
|
channels: [taskAssignmentChannelToSubscribeInto, tastatusReportSubmissionChannelToSubscribeInto,
|
|
11446
11436
|
tastatusConfigAssignChannelToSubscribeInto, multiChartsSchedulingChannelToSubscribeInto,
|
|
@@ -12080,25 +12070,6 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12080
12070
|
const userStoryParkChannelToSubscribeInto = ChannelNames.Channel_UserStoryPark + CurrentUserId;
|
|
12081
12071
|
const genericActivityNotificationChannelToSubscribeInto = ChannelNames.Channel_GenericActivityNotification + CurrentUserId;
|
|
12082
12072
|
const purchaseExecutionAssignedChannelToSubscribeInto = ChannelNames.Channel_GenericActivityNotification + CurrentUserId;
|
|
12083
|
-
console.log("subscribing to " + taskAssignmentChannelToSubscribeInto);
|
|
12084
|
-
console.log("subscribing to " + tastatusReportSubmissionChannelToSubscribeInto);
|
|
12085
|
-
console.log("subscribing to " + tastatusConfigAssignChannelToSubscribeInto);
|
|
12086
|
-
console.log("subscribing to" + assetsAssignedChannelToSubscribeInto);
|
|
12087
|
-
console.log("subscribing to" + projectCreatedChannelToSubscribeInto);
|
|
12088
|
-
console.log("subscribing to" + projectAccessToMemberChannelToSubscribeInto);
|
|
12089
|
-
console.log("subscribing to" + goalApprovedChannelToSubscribeInto);
|
|
12090
|
-
console.log("subscribing to" + userStoryUpdateChannelToSubscribeInto);
|
|
12091
|
-
console.log("subscribing to" + AnnouncementChannelToSubscribeInto);
|
|
12092
|
-
console.log("subscribing to" + userStoryCommentChannelToSubscribeInto);
|
|
12093
|
-
console.log("subscribing to" + sprintStartedChannelToSubscribeInto);
|
|
12094
|
-
console.log("subscribing to" + sprintReplanChannelToSubscribeInto);
|
|
12095
|
-
console.log("subscribing to" + ReminderChannelToSubscribeInto);
|
|
12096
|
-
console.log("subscribing to" + PerformanceChannelToSubscribeInto);
|
|
12097
|
-
console.log("subscribing to" + projectFeatureChannelToSubscribeInto);
|
|
12098
|
-
console.log("subscribing to" + userStoryArchiveChannelToSubscribeInto);
|
|
12099
|
-
console.log("subscribing to" + userStoryParkChannelToSubscribeInto);
|
|
12100
|
-
console.log("subscribing to" + genericActivityNotificationChannelToSubscribeInto);
|
|
12101
|
-
console.log("subscribing to" + purchaseExecutionAssignedChannelToSubscribeInto);
|
|
12102
12073
|
this.pubnub.subscribe({
|
|
12103
12074
|
channels: [taskAssignmentChannelToSubscribeInto, tastatusReportSubmissionChannelToSubscribeInto,
|
|
12104
12075
|
tastatusConfigAssignChannelToSubscribeInto, multiChartsSchedulingChannelToSubscribeInto,
|
|
@@ -12113,7 +12084,6 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12113
12084
|
userStoryParkChannelToSubscribeInto, genericActivityNotificationChannelToSubscribeInto, purchaseExecutionAssignedChannelToSubscribeInto]
|
|
12114
12085
|
});
|
|
12115
12086
|
var roleUpdatesChannelToSubscribeInto = ChannelNames.Channel_RoleUpdates + "19B6F9FC-7370-4B9C-A05C-3B8D819EEEAF";
|
|
12116
|
-
console.log("subscribing to " + roleUpdatesChannelToSubscribeInto);
|
|
12117
12087
|
this.pubnub.subscribe({
|
|
12118
12088
|
channels: [roleUpdatesChannelToSubscribeInto]
|
|
12119
12089
|
});
|
|
@@ -12169,10 +12139,6 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12169
12139
|
this.layoutConf = this.layout.layoutConf;
|
|
12170
12140
|
// this.themeModel$ = this.store.pipe(select(sharedModuleReducers.getThemeModel));
|
|
12171
12141
|
//this.store.dispatch(new InitializeAfterLoginData());
|
|
12172
|
-
var user = JSON.parse(localStorage.getItem(LocalStorageProperties.UserModel));
|
|
12173
|
-
if (user != null) {
|
|
12174
|
-
this.monitorCompanyrelatedDetails(user);
|
|
12175
|
-
}
|
|
12176
12142
|
this.loggedInUserId = this.cookieService.get(LocalStorageProperties.CurrentUserId);
|
|
12177
12143
|
this.getEmployeeIdByUserId();
|
|
12178
12144
|
let environment = JSON.parse(localStorage.getItem(LocalStorageProperties.Environment));
|
|
@@ -12195,7 +12161,6 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12195
12161
|
var company = this.companiesList.filter(x => x.companyId.toLowerCase() == this.cookieService.get(LocalStorageProperties.CompanyId).toLowerCase());
|
|
12196
12162
|
this.selectedCompany = company ? company[0] : null;
|
|
12197
12163
|
this.selectedCompanyName = company ? company[0] ? company[0].companyName : null : null;
|
|
12198
|
-
this.cdRef.detectChanges();
|
|
12199
12164
|
}
|
|
12200
12165
|
navigateToDashboards() {
|
|
12201
12166
|
const userReference = localStorage.getItem(LocalStorageProperties.UserReferenceId);
|
|
@@ -12328,7 +12293,7 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12328
12293
|
// this.getUnreadNotifications();
|
|
12329
12294
|
}
|
|
12330
12295
|
toggleRecording() {
|
|
12331
|
-
this.getActTrackerRecorder();
|
|
12296
|
+
//this.getActTrackerRecorder();
|
|
12332
12297
|
var user = JSON.parse(localStorage.getItem(LocalStorageProperties.UserModel));
|
|
12333
12298
|
if (user != null) {
|
|
12334
12299
|
this.monitorCompanyrelatedDetails(user);
|
|
@@ -12712,7 +12677,9 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12712
12677
|
this.searchText = null;
|
|
12713
12678
|
}
|
|
12714
12679
|
searchCompanies(companies, search) {
|
|
12680
|
+
console.log(companies, search);
|
|
12715
12681
|
if (search == null || search == '') {
|
|
12682
|
+
console.log("loop enters");
|
|
12716
12683
|
return companies;
|
|
12717
12684
|
}
|
|
12718
12685
|
else if (search != null) {
|
|
@@ -12722,6 +12689,9 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12722
12689
|
return temp;
|
|
12723
12690
|
}
|
|
12724
12691
|
}
|
|
12692
|
+
trackByCompanyId(index, company) {
|
|
12693
|
+
return company.companyId;
|
|
12694
|
+
}
|
|
12725
12695
|
ngOnDestroy() {
|
|
12726
12696
|
// this.pubnub.unsubscribe({ channels: [this.loginUserchannelName] });
|
|
12727
12697
|
// var loginCompanyId = this.cookieService.get("CompanyId");
|
|
@@ -12796,7 +12766,7 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12796
12766
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.documentPopover = _t.first);
|
|
12797
12767
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.openAnnoucementDialogComponent = _t.first);
|
|
12798
12768
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fileUploadDropzonePopup = _t);
|
|
12799
|
-
} }, inputs: { notificPanel: "notificPanel" }, outputs: { opened: "opened" }, features: [i0.ɵɵ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) { if (rf & 1) {
|
|
12769
|
+
} }, inputs: { notificPanel: "notificPanel" }, outputs: { opened: "opened" }, features: [i0.ɵɵ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) { if (rf & 1) {
|
|
12800
12770
|
const _r84 = i0.ɵɵgetCurrentView();
|
|
12801
12771
|
i0.ɵɵelementStart(0, "mat-toolbar", 0);
|
|
12802
12772
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -12806,7 +12776,7 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12806
12776
|
i0.ɵɵelementEnd();
|
|
12807
12777
|
i0.ɵɵelement(3, "div", 3);
|
|
12808
12778
|
i0.ɵɵelementStart(4, "div", 4);
|
|
12809
|
-
i0.ɵɵtemplate(5, HeaderSideComponent_div_5_Template, 13,
|
|
12779
|
+
i0.ɵɵtemplate(5, HeaderSideComponent_div_5_Template, 13, 10, "div", 5);
|
|
12810
12780
|
i0.ɵɵtemplate(6, HeaderSideComponent_div_6_Template, 5, 4, "div", 6);
|
|
12811
12781
|
i0.ɵɵtemplate(7, HeaderSideComponent_div_7_Template, 5, 3, "div", 6);
|
|
12812
12782
|
i0.ɵɵelementEnd();
|