@thetradeengineorg1/snova-shell-module 0.0.18 → 0.0.20
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 +85 -51
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +3 -5
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +90 -55
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +85 -51
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/shell-components/components/header-side/header-side.component.d.ts +4 -0
- package/lib/shell-components/components/header-side/header-side.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -7673,13 +7673,11 @@
|
|
|
7673
7673
|
return AvatarComponent;
|
|
7674
7674
|
}());
|
|
7675
7675
|
AvatarComponent.ɵfac = function AvatarComponent_Factory(t) { return new (t || AvatarComponent)(); };
|
|
7676
|
-
AvatarComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AvatarComponent, selectors: [["app-avatar"]], inputs: { name: "name", src: "src", isRound: "isRound", size: "size", avatarClass: "avatarClass" }, decls:
|
|
7676
|
+
AvatarComponent.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AvatarComponent, selectors: [["app-avatar"]], inputs: { name: "name", src: "src", isRound: "isRound", size: "size", avatarClass: "avatarClass" }, decls: 1, vars: 6, consts: [["initialsSize", "2", 3, "name", "src", "round", "size"]], template: function AvatarComponent_Template(rf, ctx) {
|
|
7677
7677
|
if (rf & 1) {
|
|
7678
|
-
i0__namespace.ɵɵ
|
|
7679
|
-
i0__namespace.ɵɵelement(1, "ngx-avatar", 0);
|
|
7678
|
+
i0__namespace.ɵɵelement(0, "ngx-avatar", 0);
|
|
7680
7679
|
}
|
|
7681
7680
|
if (rf & 2) {
|
|
7682
|
-
i0__namespace.ɵɵadvance(1);
|
|
7683
7681
|
i0__namespace.ɵɵclassMap(ctx.avatarClass);
|
|
7684
7682
|
i0__namespace.ɵɵproperty("name", ctx.name)("src", ctx.src)("round", ctx.isRound)("size", ctx.size);
|
|
7685
7683
|
}
|
|
@@ -12002,14 +12000,18 @@
|
|
|
12002
12000
|
i0__namespace.ɵɵproperty("src", ctx_r37.selectedCompany.companyMiniLogo, i0__namespace.ɵɵsanitizeUrl);
|
|
12003
12001
|
}
|
|
12004
12002
|
}
|
|
12005
|
-
function
|
|
12003
|
+
function HeaderSideComponent_div_5_div_3_div_3_Template(rf, ctx) {
|
|
12006
12004
|
if (rf & 1) {
|
|
12007
|
-
i0__namespace.ɵɵ
|
|
12005
|
+
i0__namespace.ɵɵelementStart(0, "div", 62);
|
|
12006
|
+
i0__namespace.ɵɵtext(1);
|
|
12007
|
+
i0__namespace.ɵɵelementEnd();
|
|
12008
12008
|
}
|
|
12009
12009
|
if (rf & 2) {
|
|
12010
12010
|
var ctx_r38 = i0__namespace.ɵɵnextContext(3);
|
|
12011
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r38.getAvatarColor(ctx_r38.selectedCompany.companyName));
|
|
12011
12012
|
i0__namespace.ɵɵpropertyInterpolate("matTooltip", ctx_r38.selectedCompany.companyName);
|
|
12012
|
-
i0__namespace.ɵɵ
|
|
12013
|
+
i0__namespace.ɵɵadvance(1);
|
|
12014
|
+
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r38.getInitials(ctx_r38.selectedCompany.companyName), "");
|
|
12013
12015
|
}
|
|
12014
12016
|
}
|
|
12015
12017
|
var _c5 = function (a0) { return { "margin-bottom": a0 }; };
|
|
@@ -12018,7 +12020,7 @@
|
|
|
12018
12020
|
i0__namespace.ɵɵelementStart(0, "div", 56);
|
|
12019
12021
|
i0__namespace.ɵɵelementStart(1, "div", 57);
|
|
12020
12022
|
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_div_5_div_3_img_2_Template, 1, 1, "img", 58);
|
|
12021
|
-
i0__namespace.ɵɵtemplate(3,
|
|
12023
|
+
i0__namespace.ɵɵtemplate(3, HeaderSideComponent_div_5_div_3_div_3_Template, 2, 4, "div", 59);
|
|
12022
12024
|
i0__namespace.ɵɵelementEnd();
|
|
12023
12025
|
i0__namespace.ɵɵelementStart(4, "span", 60);
|
|
12024
12026
|
i0__namespace.ɵɵtext(5);
|
|
@@ -12062,14 +12064,19 @@
|
|
|
12062
12064
|
i0__namespace.ɵɵproperty("src", companyList_r41.companyMiniLogo, i0__namespace.ɵɵsanitizeUrl);
|
|
12063
12065
|
}
|
|
12064
12066
|
}
|
|
12065
|
-
function
|
|
12067
|
+
function HeaderSideComponent_div_5_mat_option_12_div_3_Template(rf, ctx) {
|
|
12066
12068
|
if (rf & 1) {
|
|
12067
|
-
i0__namespace.ɵɵ
|
|
12069
|
+
i0__namespace.ɵɵelementStart(0, "div", 62);
|
|
12070
|
+
i0__namespace.ɵɵtext(1);
|
|
12071
|
+
i0__namespace.ɵɵelementEnd();
|
|
12068
12072
|
}
|
|
12069
12073
|
if (rf & 2) {
|
|
12070
12074
|
var companyList_r41 = i0__namespace.ɵɵnextContext().$implicit;
|
|
12075
|
+
var ctx_r43 = i0__namespace.ɵɵnextContext(2);
|
|
12076
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r43.getAvatarColor(companyList_r41.companyName));
|
|
12071
12077
|
i0__namespace.ɵɵpropertyInterpolate("matTooltip", companyList_r41.companyName);
|
|
12072
|
-
i0__namespace.ɵɵ
|
|
12078
|
+
i0__namespace.ɵɵadvance(1);
|
|
12079
|
+
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r43.getInitials(companyList_r41.companyName), "");
|
|
12073
12080
|
}
|
|
12074
12081
|
}
|
|
12075
12082
|
function HeaderSideComponent_div_5_mat_option_12_Template(rf, ctx) {
|
|
@@ -12077,7 +12084,7 @@
|
|
|
12077
12084
|
i0__namespace.ɵɵelementStart(0, "mat-option", 64);
|
|
12078
12085
|
i0__namespace.ɵɵelementStart(1, "div", 65);
|
|
12079
12086
|
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_div_5_mat_option_12_img_2_Template, 1, 1, "img", 66);
|
|
12080
|
-
i0__namespace.ɵɵtemplate(3,
|
|
12087
|
+
i0__namespace.ɵɵtemplate(3, HeaderSideComponent_div_5_mat_option_12_div_3_Template, 2, 4, "div", 59);
|
|
12081
12088
|
i0__namespace.ɵɵelementStart(4, "div", 67);
|
|
12082
12089
|
i0__namespace.ɵɵtext(5);
|
|
12083
12090
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12247,13 +12254,18 @@
|
|
|
12247
12254
|
function HeaderSideComponent_button_13_div_2_Template(rf, ctx) {
|
|
12248
12255
|
if (rf & 1) {
|
|
12249
12256
|
i0__namespace.ɵɵelementStart(0, "div", 79);
|
|
12250
|
-
i0__namespace.ɵɵ
|
|
12257
|
+
i0__namespace.ɵɵelementStart(1, "div", 62);
|
|
12258
|
+
i0__namespace.ɵɵtext(2);
|
|
12259
|
+
i0__namespace.ɵɵelementEnd();
|
|
12251
12260
|
i0__namespace.ɵɵelementEnd();
|
|
12252
12261
|
}
|
|
12253
12262
|
if (rf & 2) {
|
|
12254
12263
|
var ctx_r61 = i0__namespace.ɵɵnextContext(2);
|
|
12255
12264
|
i0__namespace.ɵɵadvance(1);
|
|
12256
|
-
i0__namespace.ɵɵ
|
|
12265
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r61.getAvatarColor(ctx_r61.authenticatedUserRecord.fullName));
|
|
12266
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", ctx_r61.authenticatedUserRecord.fullName);
|
|
12267
|
+
i0__namespace.ɵɵadvance(1);
|
|
12268
|
+
i0__namespace.ɵɵtextInterpolate(ctx_r61.getInitials(ctx_r61.authenticatedUserRecord.fullName));
|
|
12257
12269
|
}
|
|
12258
12270
|
}
|
|
12259
12271
|
function HeaderSideComponent_button_13_Template(rf, ctx) {
|
|
@@ -12262,7 +12274,7 @@
|
|
|
12262
12274
|
i0__namespace.ɵɵelementStart(0, "button", 75);
|
|
12263
12275
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_button_13_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r63_1); var ctx_r62 = i0__namespace.ɵɵnextContext(); return ctx_r62.toggleRecording(); });
|
|
12264
12276
|
i0__namespace.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 1, 1, "img", 76);
|
|
12265
|
-
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template,
|
|
12277
|
+
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 4, "div", 77);
|
|
12266
12278
|
i0__namespace.ɵɵelementEnd();
|
|
12267
12279
|
}
|
|
12268
12280
|
if (rf & 2) {
|
|
@@ -12277,13 +12289,13 @@
|
|
|
12277
12289
|
}
|
|
12278
12290
|
function HeaderSideComponent_mat_icon_25_Template(rf, ctx) {
|
|
12279
12291
|
if (rf & 1) {
|
|
12280
|
-
i0__namespace.ɵɵelement(0, "mat-icon",
|
|
12292
|
+
i0__namespace.ɵɵelement(0, "mat-icon", 80);
|
|
12281
12293
|
}
|
|
12282
12294
|
}
|
|
12283
12295
|
function HeaderSideComponent_button_26_Template(rf, ctx) {
|
|
12284
12296
|
if (rf & 1) {
|
|
12285
12297
|
var _r65_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12286
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12298
|
+
i0__namespace.ɵɵelementStart(0, "button", 81);
|
|
12287
12299
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_button_26_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r65_1); var ctx_r64 = i0__namespace.ɵɵnextContext(); return ctx_r64.clearDemoData(); });
|
|
12288
12300
|
i0__namespace.ɵɵpipe(1, "translate");
|
|
12289
12301
|
i0__namespace.ɵɵelementStart(2, "mat-icon");
|
|
@@ -12305,7 +12317,7 @@
|
|
|
12305
12317
|
function HeaderSideComponent_button_27_Template(rf, ctx) {
|
|
12306
12318
|
if (rf & 1) {
|
|
12307
12319
|
var _r67_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12308
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12320
|
+
i0__namespace.ɵɵelementStart(0, "button", 81);
|
|
12309
12321
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_button_27_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r67_1); var ctx_r66 = i0__namespace.ɵɵnextContext(); return ctx_r66.exportConfigurationDialogData(); });
|
|
12310
12322
|
i0__namespace.ɵɵpipe(1, "translate");
|
|
12311
12323
|
i0__namespace.ɵɵelementStart(2, "mat-icon");
|
|
@@ -12327,7 +12339,7 @@
|
|
|
12327
12339
|
function HeaderSideComponent_button_28_Template(rf, ctx) {
|
|
12328
12340
|
if (rf & 1) {
|
|
12329
12341
|
var _r70_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12330
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12342
|
+
i0__namespace.ɵɵelementStart(0, "button", 82, 83);
|
|
12331
12343
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_button_28_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r70_1); var _r68 = i0__namespace.ɵɵreference(1); var ctx_r69 = i0__namespace.ɵɵnextContext(); return ctx_r69.addUploadFilePopupOpen(_r68); });
|
|
12332
12344
|
i0__namespace.ɵɵpipe(2, "translate");
|
|
12333
12345
|
i0__namespace.ɵɵelementStart(3, "mat-icon");
|
|
@@ -12379,7 +12391,7 @@
|
|
|
12379
12391
|
function HeaderSideComponent_button_31_Template(rf, ctx) {
|
|
12380
12392
|
if (rf & 1) {
|
|
12381
12393
|
var _r76_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12382
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12394
|
+
i0__namespace.ɵɵelementStart(0, "button", 81);
|
|
12383
12395
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_button_31_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r76_1); var ctx_r75 = i0__namespace.ɵɵnextContext(); return ctx_r75.alternateSignIn(); });
|
|
12384
12396
|
i0__namespace.ɵɵpipe(1, "translate");
|
|
12385
12397
|
i0__namespace.ɵɵelementStart(2, "mat-icon");
|
|
@@ -12400,13 +12412,13 @@
|
|
|
12400
12412
|
}
|
|
12401
12413
|
function HeaderSideComponent_div_44_Template(rf, ctx) {
|
|
12402
12414
|
if (rf & 1) {
|
|
12403
|
-
i0__namespace.ɵɵelement(0, "div",
|
|
12415
|
+
i0__namespace.ɵɵelement(0, "div", 84);
|
|
12404
12416
|
}
|
|
12405
12417
|
}
|
|
12406
12418
|
function HeaderSideComponent_app_submit_feedback_47_Template(rf, ctx) {
|
|
12407
12419
|
if (rf & 1) {
|
|
12408
12420
|
var _r78_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12409
|
-
i0__namespace.ɵɵelementStart(0, "app-submit-feedback",
|
|
12421
|
+
i0__namespace.ɵɵelementStart(0, "app-submit-feedback", 85);
|
|
12410
12422
|
i0__namespace.ɵɵlistener("closeDialog", function HeaderSideComponent_app_submit_feedback_47_Template_app_submit_feedback_closeDialog_0_listener() { i0__namespace.ɵɵrestoreView(_r78_1); var ctx_r77 = i0__namespace.ɵɵnextContext(); return ctx_r77.closeFeedBacklogDialog(); });
|
|
12411
12423
|
i0__namespace.ɵɵelementEnd();
|
|
12412
12424
|
}
|
|
@@ -12414,8 +12426,8 @@
|
|
|
12414
12426
|
var _c6 = function () { return ["/applications/view-forms"]; };
|
|
12415
12427
|
function HeaderSideComponent_mat_card_52_Template(rf, ctx) {
|
|
12416
12428
|
if (rf & 1) {
|
|
12417
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12418
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12429
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12430
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12419
12431
|
i0__namespace.ɵɵtext(2, "Forms");
|
|
12420
12432
|
i0__namespace.ɵɵelementEnd();
|
|
12421
12433
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12427,8 +12439,8 @@
|
|
|
12427
12439
|
var _c7 = function () { return ["/applications/custom-applications"]; };
|
|
12428
12440
|
function HeaderSideComponent_mat_card_53_Template(rf, ctx) {
|
|
12429
12441
|
if (rf & 1) {
|
|
12430
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12431
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12442
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12443
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12432
12444
|
i0__namespace.ɵɵtext(2, "Custom applications");
|
|
12433
12445
|
i0__namespace.ɵɵelementEnd();
|
|
12434
12446
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12440,8 +12452,8 @@
|
|
|
12440
12452
|
var _c8 = function () { return ["/rolemanagement/rolemanagement"]; };
|
|
12441
12453
|
function HeaderSideComponent_mat_card_54_Template(rf, ctx) {
|
|
12442
12454
|
if (rf & 1) {
|
|
12443
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12444
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12455
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12456
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12445
12457
|
i0__namespace.ɵɵtext(2, "Role configuration");
|
|
12446
12458
|
i0__namespace.ɵɵelementEnd();
|
|
12447
12459
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12453,8 +12465,8 @@
|
|
|
12453
12465
|
var _c9 = function () { return ["/rolemanagement/entityrolemanagement"]; };
|
|
12454
12466
|
function HeaderSideComponent_mat_card_55_Template(rf, ctx) {
|
|
12455
12467
|
if (rf & 1) {
|
|
12456
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12457
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12468
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12469
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12458
12470
|
i0__namespace.ɵɵtext(2);
|
|
12459
12471
|
i0__namespace.ɵɵpipe(3, "softLabelsPipe");
|
|
12460
12472
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12481,12 +12493,12 @@
|
|
|
12481
12493
|
}
|
|
12482
12494
|
function HeaderSideComponent_div_56_Template(rf, ctx) {
|
|
12483
12495
|
if (rf & 1) {
|
|
12484
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
12485
|
-
i0__namespace.ɵɵtemplate(1, HeaderSideComponent_div_56_span_1_Template, 2, 0, "span",
|
|
12496
|
+
i0__namespace.ɵɵelementStart(0, "div", 88);
|
|
12497
|
+
i0__namespace.ɵɵtemplate(1, HeaderSideComponent_div_56_span_1_Template, 2, 0, "span", 89);
|
|
12486
12498
|
i0__namespace.ɵɵelementStart(2, "span");
|
|
12487
12499
|
i0__namespace.ɵɵtext(3);
|
|
12488
12500
|
i0__namespace.ɵɵelementEnd();
|
|
12489
|
-
i0__namespace.ɵɵtemplate(4, HeaderSideComponent_div_56_ng_template_4_Template, 1, 0, "ng-template", null,
|
|
12501
|
+
i0__namespace.ɵɵtemplate(4, HeaderSideComponent_div_56_ng_template_4_Template, 1, 0, "ng-template", null, 90, i0__namespace.ɵɵtemplateRefExtractor);
|
|
12490
12502
|
i0__namespace.ɵɵelementEnd();
|
|
12491
12503
|
}
|
|
12492
12504
|
if (rf & 2) {
|
|
@@ -12502,9 +12514,9 @@
|
|
|
12502
12514
|
function HeaderSideComponent_ngx_dropzone_preview_74_Template(rf, ctx) {
|
|
12503
12515
|
if (rf & 1) {
|
|
12504
12516
|
var _r84_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12505
|
-
i0__namespace.ɵɵelementStart(0, "ngx-dropzone-preview",
|
|
12517
|
+
i0__namespace.ɵɵelementStart(0, "ngx-dropzone-preview", 91);
|
|
12506
12518
|
i0__namespace.ɵɵlistener("removed", function HeaderSideComponent_ngx_dropzone_preview_74_Template_ngx_dropzone_preview_removed_0_listener() { var restoredCtx = i0__namespace.ɵɵrestoreView(_r84_1); var f_r82 = restoredCtx.$implicit; var ctx_r83 = i0__namespace.ɵɵnextContext(); return ctx_r83.onRemove(f_r82); });
|
|
12507
|
-
i0__namespace.ɵɵelementStart(1, "ngx-dropzone-label",
|
|
12519
|
+
i0__namespace.ɵɵelementStart(1, "ngx-dropzone-label", 92);
|
|
12508
12520
|
i0__namespace.ɵɵtext(2);
|
|
12509
12521
|
i0__namespace.ɵɵelementEnd();
|
|
12510
12522
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12521,7 +12533,7 @@
|
|
|
12521
12533
|
}
|
|
12522
12534
|
function HeaderSideComponent_mat_progress_bar_78_Template(rf, ctx) {
|
|
12523
12535
|
if (rf & 1) {
|
|
12524
|
-
i0__namespace.ɵɵelement(0, "mat-progress-bar",
|
|
12536
|
+
i0__namespace.ɵɵelement(0, "mat-progress-bar", 93);
|
|
12525
12537
|
}
|
|
12526
12538
|
if (rf & 2) {
|
|
12527
12539
|
var ctx_r27 = i0__namespace.ɵɵnextContext();
|
|
@@ -12543,16 +12555,16 @@
|
|
|
12543
12555
|
function HeaderSideComponent_div_80_Template(rf, ctx) {
|
|
12544
12556
|
if (rf & 1) {
|
|
12545
12557
|
var _r86_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12546
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
12547
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
12558
|
+
i0__namespace.ɵɵelementStart(0, "div", 94);
|
|
12559
|
+
i0__namespace.ɵɵelementStart(1, "button", 95);
|
|
12548
12560
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_1_listener() { i0__namespace.ɵɵrestoreView(_r86_1); var ctx_r85 = i0__namespace.ɵɵnextContext(); return ctx_r85.saveFiles(); });
|
|
12549
|
-
i0__namespace.ɵɵelement(2, "fa-icon",
|
|
12561
|
+
i0__namespace.ɵɵelement(2, "fa-icon", 96);
|
|
12550
12562
|
i0__namespace.ɵɵtext(3);
|
|
12551
12563
|
i0__namespace.ɵɵpipe(4, "translate");
|
|
12552
12564
|
i0__namespace.ɵɵelementEnd();
|
|
12553
|
-
i0__namespace.ɵɵelementStart(5, "button",
|
|
12565
|
+
i0__namespace.ɵɵelementStart(5, "button", 97);
|
|
12554
12566
|
i0__namespace.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_5_listener() { i0__namespace.ɵɵrestoreView(_r86_1); var ctx_r87 = i0__namespace.ɵɵnextContext(); return ctx_r87.removeAllFiles(); });
|
|
12555
|
-
i0__namespace.ɵɵelement(6, "fa-icon",
|
|
12567
|
+
i0__namespace.ɵɵelement(6, "fa-icon", 98);
|
|
12556
12568
|
i0__namespace.ɵɵtext(7);
|
|
12557
12569
|
i0__namespace.ɵɵpipe(8, "translate");
|
|
12558
12570
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12567,17 +12579,17 @@
|
|
|
12567
12579
|
}
|
|
12568
12580
|
function HeaderSideComponent_div_81_i_5_Template(rf, ctx) {
|
|
12569
12581
|
if (rf & 1) {
|
|
12570
|
-
i0__namespace.ɵɵelement(0, "i",
|
|
12582
|
+
i0__namespace.ɵɵelement(0, "i", 102);
|
|
12571
12583
|
}
|
|
12572
12584
|
}
|
|
12573
12585
|
function HeaderSideComponent_div_81_Template(rf, ctx) {
|
|
12574
12586
|
if (rf & 1) {
|
|
12575
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
12576
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
12577
|
-
i0__namespace.ɵɵelement(2, "fa-icon",
|
|
12587
|
+
i0__namespace.ɵɵelementStart(0, "div", 94);
|
|
12588
|
+
i0__namespace.ɵɵelementStart(1, "button", 99);
|
|
12589
|
+
i0__namespace.ɵɵelement(2, "fa-icon", 100);
|
|
12578
12590
|
i0__namespace.ɵɵtext(3);
|
|
12579
12591
|
i0__namespace.ɵɵpipe(4, "translate");
|
|
12580
|
-
i0__namespace.ɵɵtemplate(5, HeaderSideComponent_div_81_i_5_Template, 1, 0, "i",
|
|
12592
|
+
i0__namespace.ɵɵtemplate(5, HeaderSideComponent_div_81_i_5_Template, 1, 0, "i", 101);
|
|
12581
12593
|
i0__namespace.ɵɵelementEnd();
|
|
12582
12594
|
i0__namespace.ɵɵelementEnd();
|
|
12583
12595
|
}
|
|
@@ -12594,7 +12606,7 @@
|
|
|
12594
12606
|
var _c10 = function (a0) { return [a0]; };
|
|
12595
12607
|
function HeaderSideComponent_ng_template_82_Template(rf, ctx) {
|
|
12596
12608
|
if (rf & 1) {
|
|
12597
|
-
i0__namespace.ɵɵelement(0, "announcement-dialog",
|
|
12609
|
+
i0__namespace.ɵɵelement(0, "announcement-dialog", 103);
|
|
12598
12610
|
}
|
|
12599
12611
|
if (rf & 2) {
|
|
12600
12612
|
var data_r89 = ctx.$implicit;
|
|
@@ -12673,6 +12685,7 @@
|
|
|
12673
12685
|
_this.searchText = null;
|
|
12674
12686
|
_this.logInUserId = _this.cookieService.get("CurrentUserId");
|
|
12675
12687
|
_this.newNotificationsCount = 0;
|
|
12688
|
+
_this.avatarColors = ["#0000FF", "#A52A2A", "#D2691E", "#8B008B", "#8B0000", "#008000"];
|
|
12676
12689
|
// this.signalr.initializeSignalRConnection();
|
|
12677
12690
|
_this.signalr.notifications$.subscribe(function (data) { return _this.newNotificationsCount = data && data.length ? data.length : 0; });
|
|
12678
12691
|
_this.pushNotifications.requestPermission();
|
|
@@ -14022,9 +14035,7 @@
|
|
|
14022
14035
|
this.searchText = null;
|
|
14023
14036
|
};
|
|
14024
14037
|
HeaderSideComponent.prototype.searchCompanies = function (companies, search) {
|
|
14025
|
-
console.log(companies, search);
|
|
14026
14038
|
if (search == null || search == '') {
|
|
14027
|
-
console.log("loop enters");
|
|
14028
14039
|
return companies;
|
|
14029
14040
|
}
|
|
14030
14041
|
else if (search != null) {
|
|
@@ -14098,6 +14109,29 @@
|
|
|
14098
14109
|
}
|
|
14099
14110
|
});
|
|
14100
14111
|
};
|
|
14112
|
+
HeaderSideComponent.prototype.getAvatarColor = function (name) {
|
|
14113
|
+
if (!name)
|
|
14114
|
+
return this.avatarColors[0];
|
|
14115
|
+
var index = this.stringToNumber(name) % this.avatarColors.length;
|
|
14116
|
+
return this.avatarColors[index];
|
|
14117
|
+
};
|
|
14118
|
+
// Convert name to numeric hash
|
|
14119
|
+
HeaderSideComponent.prototype.stringToNumber = function (str) {
|
|
14120
|
+
var hash = 0;
|
|
14121
|
+
for (var i = 0; i < str.length; i++) {
|
|
14122
|
+
hash = str.charCodeAt(i) + ((hash << 5) - hash);
|
|
14123
|
+
}
|
|
14124
|
+
return Math.abs(hash);
|
|
14125
|
+
};
|
|
14126
|
+
// Extract initials (e.g. “Time Champ” → “TC”)
|
|
14127
|
+
HeaderSideComponent.prototype.getInitials = function (name) {
|
|
14128
|
+
if (!name)
|
|
14129
|
+
return "";
|
|
14130
|
+
var words = name.trim().split(" ");
|
|
14131
|
+
if (words.length === 1)
|
|
14132
|
+
return words[0].substring(0, 2).toUpperCase();
|
|
14133
|
+
return (words[0][0] + words[1][0]).toUpperCase();
|
|
14134
|
+
};
|
|
14101
14135
|
return HeaderSideComponent;
|
|
14102
14136
|
}(CustomAppBaseComponent));
|
|
14103
14137
|
HeaderSideComponent.ɵfac = function HeaderSideComponent_Factory(t) { return new (t || HeaderSideComponent)(i0__namespace.ɵɵdirectiveInject(i1__namespace$5.PushNotificationsService), i0__namespace.ɵɵdirectiveInject(ThemeService), i0__namespace.ɵɵdirectiveInject(i3__namespace$1.NgxUiLoaderService), i0__namespace.ɵɵdirectiveInject(LayoutService), i0__namespace.ɵɵdirectiveInject(i5__namespace$1.TranslateService), i0__namespace.ɵɵdirectiveInject(i2__namespace.Router), i0__namespace.ɵɵdirectiveInject(i5__namespace.CookieService), i0__namespace.ɵɵdirectiveInject(i1__namespace$3.MatDialog), i0__namespace.ɵɵdirectiveInject(CommonService), i0__namespace.ɵɵdirectiveInject(i3__namespace.Store), i0__namespace.ɵɵdirectiveInject(i2__namespace$2.PubNubAngular), i0__namespace.ɵɵdirectiveInject(AuthenticationService), i0__namespace.ɵɵdirectiveInject(i1__namespace$2.Actions), i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i6__namespace.ToastrService), i0__namespace.ɵɵdirectiveInject(i15__namespace.StoreManagementService), i0__namespace.ɵɵdirectiveInject(ShellModulesService), i0__namespace.ɵɵdirectiveInject(ChatService), i0__namespace.ɵɵdirectiveInject(SignalrService), i0__namespace.ɵɵdirectiveInject(WINDOW)); };
|
|
@@ -14117,7 +14151,7 @@
|
|
|
14117
14151
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.openAnnoucementDialogComponent = _t.first);
|
|
14118
14152
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.fileUploadDropzonePopup = _t);
|
|
14119
14153
|
}
|
|
14120
|
-
}, 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"], ["style", "width: 20px;height: 20px;border-radius: 50px;", 3, "src", 4, "ngIf"], ["
|
|
14154
|
+
}, 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"], ["style", "width: 20px;height: 20px;border-radius: 50px;", 3, "src", 4, "ngIf"], ["class", "avatar", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "backgroundColor", 4, "ngIf"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", "fxFlex", "calc(100% - 40px)", 1, "language-display", 2, "color", "black !important", 3, "matTooltip"], [2, "width", "20px", "height", "20px", "border-radius", "50px", 3, "src"], ["matTooltipClass", "tooltipClass-mat", 1, "avatar", 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"], ["style", "width: 20px;height: 20px;border-radius: 50px;margin-top: 10px;", 3, "src", 4, "ngIf"], [1, "ml-05"], [2, "width", "20px", "height", "20px", "border-radius", "50px", "margin-top", "10px", 3, "src"], ["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"], [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) {
|
|
14121
14155
|
if (rf & 1) {
|
|
14122
14156
|
var _r90_1 = i0__namespace.ɵɵgetCurrentView();
|
|
14123
14157
|
i0__namespace.ɵɵelementStart(0, "mat-toolbar", 0);
|
|
@@ -14315,7 +14349,7 @@
|
|
|
14315
14349
|
i0__namespace.ɵɵadvance(1);
|
|
14316
14350
|
i0__namespace.ɵɵproperty("ngIf", ctx.importingInProgress);
|
|
14317
14351
|
}
|
|
14318
|
-
}, directives: [i19__namespace.MatToolbar, i20__namespace.DefaultFlexDirective, MenuComponent, i20__namespace.DefaultLayoutDirective, i22__namespace$1.DefaultShowHideDirective, i20__namespace.DefaultLayoutAlignDirective, i10__namespace.NgIf, i16__namespace.MatMenu, NotificationsComponent, i20__namespace$1.SatPopover, FeedTimeComponent, i16__namespace.MatMenuItem, i17__namespace.MatIcon, i7__namespace$2.MatDivider, i20__namespace$1.SatPopoverAnchor, i7__namespace.MatCardContent, i12__namespace.MatList, i7__namespace.MatCard, i7__namespace.MatCardTitle, i4__namespace.FaIconComponent, i33__namespace.NgxDropzoneComponent, i33__namespace.ɵb, i10__namespace.NgForOf, i34__namespace.MatSelect, i9__namespace.NgControlStatus, i9__namespace.NgModel, i34__namespace.MatSelectTrigger, i22__namespace.MatFormField, i23__namespace.MatInput, i9__namespace.DefaultValueAccessor, i20__namespace.DefaultLayoutGapDirective, i10__namespace.NgStyle, i22__namespace$1.DefaultStyleDirective, i7__namespace$1.MatTooltip,
|
|
14352
|
+
}, directives: [i19__namespace.MatToolbar, i20__namespace.DefaultFlexDirective, MenuComponent, i20__namespace.DefaultLayoutDirective, i22__namespace$1.DefaultShowHideDirective, i20__namespace.DefaultLayoutAlignDirective, i10__namespace.NgIf, i16__namespace.MatMenu, NotificationsComponent, i20__namespace$1.SatPopover, FeedTimeComponent, i16__namespace.MatMenuItem, i17__namespace.MatIcon, i7__namespace$2.MatDivider, i20__namespace$1.SatPopoverAnchor, i7__namespace.MatCardContent, i12__namespace.MatList, i7__namespace.MatCard, i7__namespace.MatCardTitle, i4__namespace.FaIconComponent, i33__namespace.NgxDropzoneComponent, i33__namespace.ɵb, i10__namespace.NgForOf, i34__namespace.MatSelect, i9__namespace.NgControlStatus, i9__namespace.NgModel, i34__namespace.MatSelectTrigger, i22__namespace.MatFormField, i23__namespace.MatInput, i9__namespace.DefaultValueAccessor, i20__namespace.DefaultLayoutGapDirective, i10__namespace.NgStyle, i22__namespace$1.DefaultStyleDirective, i7__namespace$1.MatTooltip, i14__namespace.MatOption, i8__namespace.MatButton, i10__namespace.NgClass, i22__namespace$1.DefaultClassDirective, i16__namespace.MatMenuTrigger, FeedBackSubmissionComponent, i2__namespace.RouterLink, i33__namespace.NgxDropzonePreviewComponent, i28__namespace.MatProgressBar, AnnoucementDialogComponent], pipes: [i5__namespace$1.TranslatePipe, SoftLabelPipe], styles: [".file-or-folder-icon[_ngcontent-%COMP%] {\n width: 50px;\n height: 50px;\n font-size: 50px;\n }\n\n .file-or-folder-name-align[_ngcontent-%COMP%] {\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n text-align: center;\n word-break: break-word;\n }\n\n .dropzone-height[_ngcontent-%COMP%] {\n height: 130px;\n }\n\n .custom-dropzone-preview[_ngcontent-%COMP%] {\n height: 100px !important;\n min-height: 100px !important;\n padding: 0px !important;\n }"], data: { animation: [
|
|
14319
14353
|
animations.trigger('fade', [
|
|
14320
14354
|
animations.transition('void => *', [
|
|
14321
14355
|
animations.style({ opacity: 0 }),
|