@thetradeengineorg1/snova-shell-module 0.0.19 → 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 +86 -53
- 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 +91 -57
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +86 -53
- 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,14 +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.ɵɵ
|
|
12251
|
-
i0__namespace.ɵɵ
|
|
12257
|
+
i0__namespace.ɵɵelementStart(1, "div", 62);
|
|
12258
|
+
i0__namespace.ɵɵtext(2);
|
|
12259
|
+
i0__namespace.ɵɵelementEnd();
|
|
12252
12260
|
i0__namespace.ɵɵelementEnd();
|
|
12253
12261
|
}
|
|
12254
12262
|
if (rf & 2) {
|
|
12255
12263
|
var ctx_r61 = i0__namespace.ɵɵnextContext(2);
|
|
12256
|
-
i0__namespace.ɵɵadvance(
|
|
12257
|
-
i0__namespace.ɵɵ
|
|
12264
|
+
i0__namespace.ɵɵadvance(1);
|
|
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));
|
|
12258
12269
|
}
|
|
12259
12270
|
}
|
|
12260
12271
|
function HeaderSideComponent_button_13_Template(rf, ctx) {
|
|
@@ -12263,7 +12274,7 @@
|
|
|
12263
12274
|
i0__namespace.ɵɵelementStart(0, "button", 75);
|
|
12264
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(); });
|
|
12265
12276
|
i0__namespace.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 1, 1, "img", 76);
|
|
12266
|
-
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3,
|
|
12277
|
+
i0__namespace.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 4, "div", 77);
|
|
12267
12278
|
i0__namespace.ɵɵelementEnd();
|
|
12268
12279
|
}
|
|
12269
12280
|
if (rf & 2) {
|
|
@@ -12278,13 +12289,13 @@
|
|
|
12278
12289
|
}
|
|
12279
12290
|
function HeaderSideComponent_mat_icon_25_Template(rf, ctx) {
|
|
12280
12291
|
if (rf & 1) {
|
|
12281
|
-
i0__namespace.ɵɵelement(0, "mat-icon",
|
|
12292
|
+
i0__namespace.ɵɵelement(0, "mat-icon", 80);
|
|
12282
12293
|
}
|
|
12283
12294
|
}
|
|
12284
12295
|
function HeaderSideComponent_button_26_Template(rf, ctx) {
|
|
12285
12296
|
if (rf & 1) {
|
|
12286
12297
|
var _r65_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12287
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12298
|
+
i0__namespace.ɵɵelementStart(0, "button", 81);
|
|
12288
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(); });
|
|
12289
12300
|
i0__namespace.ɵɵpipe(1, "translate");
|
|
12290
12301
|
i0__namespace.ɵɵelementStart(2, "mat-icon");
|
|
@@ -12306,7 +12317,7 @@
|
|
|
12306
12317
|
function HeaderSideComponent_button_27_Template(rf, ctx) {
|
|
12307
12318
|
if (rf & 1) {
|
|
12308
12319
|
var _r67_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12309
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12320
|
+
i0__namespace.ɵɵelementStart(0, "button", 81);
|
|
12310
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(); });
|
|
12311
12322
|
i0__namespace.ɵɵpipe(1, "translate");
|
|
12312
12323
|
i0__namespace.ɵɵelementStart(2, "mat-icon");
|
|
@@ -12328,7 +12339,7 @@
|
|
|
12328
12339
|
function HeaderSideComponent_button_28_Template(rf, ctx) {
|
|
12329
12340
|
if (rf & 1) {
|
|
12330
12341
|
var _r70_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12331
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12342
|
+
i0__namespace.ɵɵelementStart(0, "button", 82, 83);
|
|
12332
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); });
|
|
12333
12344
|
i0__namespace.ɵɵpipe(2, "translate");
|
|
12334
12345
|
i0__namespace.ɵɵelementStart(3, "mat-icon");
|
|
@@ -12380,7 +12391,7 @@
|
|
|
12380
12391
|
function HeaderSideComponent_button_31_Template(rf, ctx) {
|
|
12381
12392
|
if (rf & 1) {
|
|
12382
12393
|
var _r76_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12383
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
12394
|
+
i0__namespace.ɵɵelementStart(0, "button", 81);
|
|
12384
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(); });
|
|
12385
12396
|
i0__namespace.ɵɵpipe(1, "translate");
|
|
12386
12397
|
i0__namespace.ɵɵelementStart(2, "mat-icon");
|
|
@@ -12401,13 +12412,13 @@
|
|
|
12401
12412
|
}
|
|
12402
12413
|
function HeaderSideComponent_div_44_Template(rf, ctx) {
|
|
12403
12414
|
if (rf & 1) {
|
|
12404
|
-
i0__namespace.ɵɵelement(0, "div",
|
|
12415
|
+
i0__namespace.ɵɵelement(0, "div", 84);
|
|
12405
12416
|
}
|
|
12406
12417
|
}
|
|
12407
12418
|
function HeaderSideComponent_app_submit_feedback_47_Template(rf, ctx) {
|
|
12408
12419
|
if (rf & 1) {
|
|
12409
12420
|
var _r78_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12410
|
-
i0__namespace.ɵɵelementStart(0, "app-submit-feedback",
|
|
12421
|
+
i0__namespace.ɵɵelementStart(0, "app-submit-feedback", 85);
|
|
12411
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(); });
|
|
12412
12423
|
i0__namespace.ɵɵelementEnd();
|
|
12413
12424
|
}
|
|
@@ -12415,8 +12426,8 @@
|
|
|
12415
12426
|
var _c6 = function () { return ["/applications/view-forms"]; };
|
|
12416
12427
|
function HeaderSideComponent_mat_card_52_Template(rf, ctx) {
|
|
12417
12428
|
if (rf & 1) {
|
|
12418
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12419
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12429
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12430
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12420
12431
|
i0__namespace.ɵɵtext(2, "Forms");
|
|
12421
12432
|
i0__namespace.ɵɵelementEnd();
|
|
12422
12433
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12428,8 +12439,8 @@
|
|
|
12428
12439
|
var _c7 = function () { return ["/applications/custom-applications"]; };
|
|
12429
12440
|
function HeaderSideComponent_mat_card_53_Template(rf, ctx) {
|
|
12430
12441
|
if (rf & 1) {
|
|
12431
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12432
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12442
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12443
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12433
12444
|
i0__namespace.ɵɵtext(2, "Custom applications");
|
|
12434
12445
|
i0__namespace.ɵɵelementEnd();
|
|
12435
12446
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12441,8 +12452,8 @@
|
|
|
12441
12452
|
var _c8 = function () { return ["/rolemanagement/rolemanagement"]; };
|
|
12442
12453
|
function HeaderSideComponent_mat_card_54_Template(rf, ctx) {
|
|
12443
12454
|
if (rf & 1) {
|
|
12444
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12445
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12455
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12456
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12446
12457
|
i0__namespace.ɵɵtext(2, "Role configuration");
|
|
12447
12458
|
i0__namespace.ɵɵelementEnd();
|
|
12448
12459
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12454,8 +12465,8 @@
|
|
|
12454
12465
|
var _c9 = function () { return ["/rolemanagement/entityrolemanagement"]; };
|
|
12455
12466
|
function HeaderSideComponent_mat_card_55_Template(rf, ctx) {
|
|
12456
12467
|
if (rf & 1) {
|
|
12457
|
-
i0__namespace.ɵɵelementStart(0, "mat-card",
|
|
12458
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
12468
|
+
i0__namespace.ɵɵelementStart(0, "mat-card", 86);
|
|
12469
|
+
i0__namespace.ɵɵelementStart(1, "span", 87);
|
|
12459
12470
|
i0__namespace.ɵɵtext(2);
|
|
12460
12471
|
i0__namespace.ɵɵpipe(3, "softLabelsPipe");
|
|
12461
12472
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12482,12 +12493,12 @@
|
|
|
12482
12493
|
}
|
|
12483
12494
|
function HeaderSideComponent_div_56_Template(rf, ctx) {
|
|
12484
12495
|
if (rf & 1) {
|
|
12485
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
12486
|
-
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);
|
|
12487
12498
|
i0__namespace.ɵɵelementStart(2, "span");
|
|
12488
12499
|
i0__namespace.ɵɵtext(3);
|
|
12489
12500
|
i0__namespace.ɵɵelementEnd();
|
|
12490
|
-
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);
|
|
12491
12502
|
i0__namespace.ɵɵelementEnd();
|
|
12492
12503
|
}
|
|
12493
12504
|
if (rf & 2) {
|
|
@@ -12503,9 +12514,9 @@
|
|
|
12503
12514
|
function HeaderSideComponent_ngx_dropzone_preview_74_Template(rf, ctx) {
|
|
12504
12515
|
if (rf & 1) {
|
|
12505
12516
|
var _r84_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12506
|
-
i0__namespace.ɵɵelementStart(0, "ngx-dropzone-preview",
|
|
12517
|
+
i0__namespace.ɵɵelementStart(0, "ngx-dropzone-preview", 91);
|
|
12507
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); });
|
|
12508
|
-
i0__namespace.ɵɵelementStart(1, "ngx-dropzone-label",
|
|
12519
|
+
i0__namespace.ɵɵelementStart(1, "ngx-dropzone-label", 92);
|
|
12509
12520
|
i0__namespace.ɵɵtext(2);
|
|
12510
12521
|
i0__namespace.ɵɵelementEnd();
|
|
12511
12522
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12522,7 +12533,7 @@
|
|
|
12522
12533
|
}
|
|
12523
12534
|
function HeaderSideComponent_mat_progress_bar_78_Template(rf, ctx) {
|
|
12524
12535
|
if (rf & 1) {
|
|
12525
|
-
i0__namespace.ɵɵelement(0, "mat-progress-bar",
|
|
12536
|
+
i0__namespace.ɵɵelement(0, "mat-progress-bar", 93);
|
|
12526
12537
|
}
|
|
12527
12538
|
if (rf & 2) {
|
|
12528
12539
|
var ctx_r27 = i0__namespace.ɵɵnextContext();
|
|
@@ -12544,16 +12555,16 @@
|
|
|
12544
12555
|
function HeaderSideComponent_div_80_Template(rf, ctx) {
|
|
12545
12556
|
if (rf & 1) {
|
|
12546
12557
|
var _r86_1 = i0__namespace.ɵɵgetCurrentView();
|
|
12547
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
12548
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
12558
|
+
i0__namespace.ɵɵelementStart(0, "div", 94);
|
|
12559
|
+
i0__namespace.ɵɵelementStart(1, "button", 95);
|
|
12549
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(); });
|
|
12550
|
-
i0__namespace.ɵɵelement(2, "fa-icon",
|
|
12561
|
+
i0__namespace.ɵɵelement(2, "fa-icon", 96);
|
|
12551
12562
|
i0__namespace.ɵɵtext(3);
|
|
12552
12563
|
i0__namespace.ɵɵpipe(4, "translate");
|
|
12553
12564
|
i0__namespace.ɵɵelementEnd();
|
|
12554
|
-
i0__namespace.ɵɵelementStart(5, "button",
|
|
12565
|
+
i0__namespace.ɵɵelementStart(5, "button", 97);
|
|
12555
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(); });
|
|
12556
|
-
i0__namespace.ɵɵelement(6, "fa-icon",
|
|
12567
|
+
i0__namespace.ɵɵelement(6, "fa-icon", 98);
|
|
12557
12568
|
i0__namespace.ɵɵtext(7);
|
|
12558
12569
|
i0__namespace.ɵɵpipe(8, "translate");
|
|
12559
12570
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -12568,17 +12579,17 @@
|
|
|
12568
12579
|
}
|
|
12569
12580
|
function HeaderSideComponent_div_81_i_5_Template(rf, ctx) {
|
|
12570
12581
|
if (rf & 1) {
|
|
12571
|
-
i0__namespace.ɵɵelement(0, "i",
|
|
12582
|
+
i0__namespace.ɵɵelement(0, "i", 102);
|
|
12572
12583
|
}
|
|
12573
12584
|
}
|
|
12574
12585
|
function HeaderSideComponent_div_81_Template(rf, ctx) {
|
|
12575
12586
|
if (rf & 1) {
|
|
12576
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
12577
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
12578
|
-
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);
|
|
12579
12590
|
i0__namespace.ɵɵtext(3);
|
|
12580
12591
|
i0__namespace.ɵɵpipe(4, "translate");
|
|
12581
|
-
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);
|
|
12582
12593
|
i0__namespace.ɵɵelementEnd();
|
|
12583
12594
|
i0__namespace.ɵɵelementEnd();
|
|
12584
12595
|
}
|
|
@@ -12595,7 +12606,7 @@
|
|
|
12595
12606
|
var _c10 = function (a0) { return [a0]; };
|
|
12596
12607
|
function HeaderSideComponent_ng_template_82_Template(rf, ctx) {
|
|
12597
12608
|
if (rf & 1) {
|
|
12598
|
-
i0__namespace.ɵɵelement(0, "announcement-dialog",
|
|
12609
|
+
i0__namespace.ɵɵelement(0, "announcement-dialog", 103);
|
|
12599
12610
|
}
|
|
12600
12611
|
if (rf & 2) {
|
|
12601
12612
|
var data_r89 = ctx.$implicit;
|
|
@@ -12674,6 +12685,7 @@
|
|
|
12674
12685
|
_this.searchText = null;
|
|
12675
12686
|
_this.logInUserId = _this.cookieService.get("CurrentUserId");
|
|
12676
12687
|
_this.newNotificationsCount = 0;
|
|
12688
|
+
_this.avatarColors = ["#0000FF", "#A52A2A", "#D2691E", "#8B008B", "#8B0000", "#008000"];
|
|
12677
12689
|
// this.signalr.initializeSignalRConnection();
|
|
12678
12690
|
_this.signalr.notifications$.subscribe(function (data) { return _this.newNotificationsCount = data && data.length ? data.length : 0; });
|
|
12679
12691
|
_this.pushNotifications.requestPermission();
|
|
@@ -14023,9 +14035,7 @@
|
|
|
14023
14035
|
this.searchText = null;
|
|
14024
14036
|
};
|
|
14025
14037
|
HeaderSideComponent.prototype.searchCompanies = function (companies, search) {
|
|
14026
|
-
console.log(companies, search);
|
|
14027
14038
|
if (search == null || search == '') {
|
|
14028
|
-
console.log("loop enters");
|
|
14029
14039
|
return companies;
|
|
14030
14040
|
}
|
|
14031
14041
|
else if (search != null) {
|
|
@@ -14099,6 +14109,29 @@
|
|
|
14099
14109
|
}
|
|
14100
14110
|
});
|
|
14101
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
|
+
};
|
|
14102
14135
|
return HeaderSideComponent;
|
|
14103
14136
|
}(CustomAppBaseComponent));
|
|
14104
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)); };
|
|
@@ -14118,7 +14151,7 @@
|
|
|
14118
14151
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.openAnnoucementDialogComponent = _t.first);
|
|
14119
14152
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.fileUploadDropzonePopup = _t);
|
|
14120
14153
|
}
|
|
14121
|
-
}, 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) {
|
|
14122
14155
|
if (rf & 1) {
|
|
14123
14156
|
var _r90_1 = i0__namespace.ɵɵgetCurrentView();
|
|
14124
14157
|
i0__namespace.ɵɵelementStart(0, "mat-toolbar", 0);
|
|
@@ -14316,7 +14349,7 @@
|
|
|
14316
14349
|
i0__namespace.ɵɵadvance(1);
|
|
14317
14350
|
i0__namespace.ɵɵproperty("ngIf", ctx.importingInProgress);
|
|
14318
14351
|
}
|
|
14319
|
-
}, 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: [
|
|
14320
14353
|
animations.trigger('fade', [
|
|
14321
14354
|
animations.transition('void => *', [
|
|
14322
14355
|
animations.style({ opacity: 0 }),
|