@thetradeengineorg1/snova-shell-module 0.0.12 → 0.0.14
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 +136 -122
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +133 -125
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +130 -122
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/package.json +1 -1
|
@@ -10856,26 +10856,40 @@ const _c1$3 = ["feedBackPopover"];
|
|
|
10856
10856
|
const _c2$2 = ["documentPopover"];
|
|
10857
10857
|
const _c3$1 = ["openAnnoucementDialogComponent"];
|
|
10858
10858
|
const _c4 = ["fileUploadDropzonePopup"];
|
|
10859
|
+
function HeaderSideComponent_div_5_div_3_img_2_Template(rf, ctx) { if (rf & 1) {
|
|
10860
|
+
i0.ɵɵelement(0, "img", 61);
|
|
10861
|
+
} if (rf & 2) {
|
|
10862
|
+
const ctx_r37 = i0.ɵɵnextContext(3);
|
|
10863
|
+
i0.ɵɵproperty("src", ctx_r37.selectedCompany.companyMiniLogo, i0.ɵɵsanitizeUrl);
|
|
10864
|
+
} }
|
|
10865
|
+
function HeaderSideComponent_div_5_div_3_app_avatar_3_Template(rf, ctx) { if (rf & 1) {
|
|
10866
|
+
i0.ɵɵelement(0, "app-avatar", 62);
|
|
10867
|
+
i0.ɵɵpipe(1, "removeSpecialCharacters");
|
|
10868
|
+
} if (rf & 2) {
|
|
10869
|
+
const ctx_r38 = i0.ɵɵnextContext(3);
|
|
10870
|
+
i0.ɵɵpropertyInterpolate("matTooltip", ctx_r38.selectedCompany.companyName);
|
|
10871
|
+
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(1, 3, ctx_r38.selectedCompany.companyName))("isRound", true);
|
|
10872
|
+
} }
|
|
10859
10873
|
const _c5 = function (a0) { return { "margin-bottom": a0 }; };
|
|
10860
10874
|
function HeaderSideComponent_div_5_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
10861
10875
|
i0.ɵɵelementStart(0, "div", 56);
|
|
10862
10876
|
i0.ɵɵelementStart(1, "div", 57);
|
|
10863
|
-
i0.ɵɵ
|
|
10864
|
-
i0.ɵɵ
|
|
10865
|
-
i0.ɵɵpipe(4, "fetchSizedAndCachedImage");
|
|
10877
|
+
i0.ɵɵtemplate(2, HeaderSideComponent_div_5_div_3_img_2_Template, 1, 1, "img", 58);
|
|
10878
|
+
i0.ɵɵtemplate(3, HeaderSideComponent_div_5_div_3_app_avatar_3_Template, 2, 5, "app-avatar", 59);
|
|
10866
10879
|
i0.ɵɵelementEnd();
|
|
10867
|
-
i0.ɵɵelementStart(
|
|
10868
|
-
i0.ɵɵtext(
|
|
10880
|
+
i0.ɵɵelementStart(4, "span", 60);
|
|
10881
|
+
i0.ɵɵtext(5);
|
|
10869
10882
|
i0.ɵɵelementEnd();
|
|
10870
10883
|
i0.ɵɵelementEnd();
|
|
10871
10884
|
} if (rf & 2) {
|
|
10872
10885
|
const ctx_r33 = i0.ɵɵnextContext(2);
|
|
10873
10886
|
i0.ɵɵadvance(1);
|
|
10874
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(
|
|
10887
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(5, _c5, ctx_r33.selectedCompany.companyMiniLogo ? "10px" : "0px"));
|
|
10888
|
+
i0.ɵɵadvance(1);
|
|
10889
|
+
i0.ɵɵproperty("ngIf", ctx_r33.selectedCompany.companyMiniLogo);
|
|
10890
|
+
i0.ɵɵadvance(1);
|
|
10891
|
+
i0.ɵɵproperty("ngIf", !ctx_r33.selectedCompany.companyMiniLogo);
|
|
10875
10892
|
i0.ɵɵadvance(1);
|
|
10876
|
-
i0.ɵɵpropertyInterpolate("matTooltip", ctx_r33.selectedCompany.companyName);
|
|
10877
|
-
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(3, 7, ctx_r33.selectedCompany.companyName))("src", i0.ɵɵpipeBind3(4, 9, ctx_r33.selectedCompany.companyMiniLogo, "20", ""))("isRound", true);
|
|
10878
|
-
i0.ɵɵadvance(3);
|
|
10879
10893
|
i0.ɵɵpropertyInterpolate("matTooltip", ctx_r33.selectedCompany.companyName);
|
|
10880
10894
|
i0.ɵɵadvance(1);
|
|
10881
10895
|
i0.ɵɵtextInterpolate(ctx_r33.selectedCompanyName);
|
|
@@ -10884,47 +10898,41 @@ function HeaderSideComponent_div_5_span_10_Template(rf, ctx) { if (rf & 1) {
|
|
|
10884
10898
|
i0.ɵɵelement(0, "span");
|
|
10885
10899
|
} }
|
|
10886
10900
|
function HeaderSideComponent_div_5_mat_icon_11_Template(rf, ctx) { if (rf & 1) {
|
|
10887
|
-
const
|
|
10888
|
-
i0.ɵɵelementStart(0, "mat-icon",
|
|
10889
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_div_5_mat_icon_11_Template_mat_icon_click_0_listener() { i0.ɵɵrestoreView(
|
|
10901
|
+
const _r40 = i0.ɵɵgetCurrentView();
|
|
10902
|
+
i0.ɵɵelementStart(0, "mat-icon", 63);
|
|
10903
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_div_5_mat_icon_11_Template_mat_icon_click_0_listener() { i0.ɵɵrestoreView(_r40); const ctx_r39 = i0.ɵɵnextContext(2); return ctx_r39.closeSearch(); });
|
|
10890
10904
|
i0.ɵɵtext(1, " close");
|
|
10891
10905
|
i0.ɵɵelementEnd();
|
|
10892
10906
|
} }
|
|
10893
10907
|
function HeaderSideComponent_div_5_mat_option_12_Template(rf, ctx) { if (rf & 1) {
|
|
10894
|
-
i0.ɵɵelementStart(0, "mat-option",
|
|
10895
|
-
i0.ɵɵelementStart(1, "div",
|
|
10896
|
-
i0.ɵɵ
|
|
10897
|
-
i0.ɵɵ
|
|
10898
|
-
i0.ɵɵpipe(4, "fetchSizedAndCachedImage");
|
|
10899
|
-
i0.ɵɵelementStart(5, "div", 64);
|
|
10900
|
-
i0.ɵɵtext(6);
|
|
10908
|
+
i0.ɵɵelementStart(0, "mat-option", 64);
|
|
10909
|
+
i0.ɵɵelementStart(1, "div", 65);
|
|
10910
|
+
i0.ɵɵelementStart(2, "div", 66);
|
|
10911
|
+
i0.ɵɵtext(3);
|
|
10901
10912
|
i0.ɵɵelementEnd();
|
|
10902
10913
|
i0.ɵɵelementEnd();
|
|
10903
10914
|
i0.ɵɵelementEnd();
|
|
10904
10915
|
} if (rf & 2) {
|
|
10905
|
-
const
|
|
10906
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
10907
|
-
i0.ɵɵproperty("value",
|
|
10908
|
-
i0.ɵɵadvance(
|
|
10909
|
-
i0.ɵɵ
|
|
10910
|
-
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(3, 8, companyList_r39.companyName))("ngStyle", i0.ɵɵpureFunction1(14, _c5, companyList_r39.companyMiniLogo ? "10px" : "0px"))("src", i0.ɵɵpipeBind3(4, 10, companyList_r39.companyMiniLogo, "20", ""))("isRound", true);
|
|
10911
|
-
i0.ɵɵadvance(4);
|
|
10912
|
-
i0.ɵɵtextInterpolate1(" ", companyList_r39.companyName, " ");
|
|
10916
|
+
const companyList_r41 = ctx.$implicit;
|
|
10917
|
+
i0.ɵɵpropertyInterpolate("matTooltip", companyList_r41.companyName);
|
|
10918
|
+
i0.ɵɵproperty("value", companyList_r41);
|
|
10919
|
+
i0.ɵɵadvance(3);
|
|
10920
|
+
i0.ɵɵtextInterpolate1(" ", companyList_r41.companyName, " ");
|
|
10913
10921
|
} }
|
|
10914
10922
|
function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
10915
|
-
const
|
|
10923
|
+
const _r44 = i0.ɵɵgetCurrentView();
|
|
10916
10924
|
i0.ɵɵelementStart(0, "div", 46);
|
|
10917
10925
|
i0.ɵɵlistener("click", function HeaderSideComponent_div_5_Template_div_click_0_listener($event) { return $event.stopPropagation(); });
|
|
10918
10926
|
i0.ɵɵelementStart(1, "mat-select", 47);
|
|
10919
|
-
i0.ɵɵlistener("ngModelChange", function HeaderSideComponent_div_5_Template_mat_select_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(
|
|
10927
|
+
i0.ɵɵlistener("ngModelChange", function HeaderSideComponent_div_5_Template_mat_select_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r43 = i0.ɵɵnextContext(); return ctx_r43.selectedCompany = $event; })("selectionChange", function HeaderSideComponent_div_5_Template_mat_select_selectionChange_1_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r45 = i0.ɵɵnextContext(); return ctx_r45.selectCompany($event.value); });
|
|
10920
10928
|
i0.ɵɵelementStart(2, "mat-select-trigger");
|
|
10921
|
-
i0.ɵɵtemplate(3, HeaderSideComponent_div_5_div_3_Template,
|
|
10929
|
+
i0.ɵɵtemplate(3, HeaderSideComponent_div_5_div_3_Template, 6, 7, "div", 48);
|
|
10922
10930
|
i0.ɵɵelementEnd();
|
|
10923
10931
|
i0.ɵɵelementStart(4, "div", 49);
|
|
10924
10932
|
i0.ɵɵelementStart(5, "div", 50);
|
|
10925
10933
|
i0.ɵɵelementStart(6, "mat-form-field", 51);
|
|
10926
10934
|
i0.ɵɵelementStart(7, "input", 52);
|
|
10927
|
-
i0.ɵɵlistener("ngModelChange", function HeaderSideComponent_div_5_Template_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(
|
|
10935
|
+
i0.ɵɵlistener("ngModelChange", function HeaderSideComponent_div_5_Template_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r44); const ctx_r46 = i0.ɵɵnextContext(); return ctx_r46.searchText = $event; });
|
|
10928
10936
|
i0.ɵɵpipe(8, "translate");
|
|
10929
10937
|
i0.ɵɵelementEnd();
|
|
10930
10938
|
i0.ɵɵelementEnd();
|
|
@@ -10934,7 +10942,7 @@ function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
10934
10942
|
i0.ɵɵtemplate(11, HeaderSideComponent_div_5_mat_icon_11_Template, 2, 0, "mat-icon", 54);
|
|
10935
10943
|
i0.ɵɵelementEnd();
|
|
10936
10944
|
i0.ɵɵelementEnd();
|
|
10937
|
-
i0.ɵɵtemplate(12, HeaderSideComponent_div_5_mat_option_12_Template,
|
|
10945
|
+
i0.ɵɵtemplate(12, HeaderSideComponent_div_5_mat_option_12_Template, 4, 3, "mat-option", 55);
|
|
10938
10946
|
i0.ɵɵelementEnd();
|
|
10939
10947
|
i0.ɵɵelementEnd();
|
|
10940
10948
|
} if (rf & 2) {
|
|
@@ -10954,10 +10962,10 @@ function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
10954
10962
|
i0.ɵɵproperty("ngForOf", ctx_r0.searchCompanies(ctx_r0.companiesList, ctx_r0.searchText))("ngForTrackBy", ctx_r0.trackByCompanyId);
|
|
10955
10963
|
} }
|
|
10956
10964
|
function HeaderSideComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
10957
|
-
const
|
|
10965
|
+
const _r48 = i0.ɵɵgetCurrentView();
|
|
10958
10966
|
i0.ɵɵelementStart(0, "div");
|
|
10959
|
-
i0.ɵɵelementStart(1, "button",
|
|
10960
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_div_6_Template_button_click_1_listener() { i0.ɵɵrestoreView(
|
|
10967
|
+
i0.ɵɵelementStart(1, "button", 67);
|
|
10968
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_div_6_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r48); const ctx_r47 = i0.ɵɵnextContext(); return ctx_r47.navigateToSettings(); });
|
|
10961
10969
|
i0.ɵɵpipe(2, "translate");
|
|
10962
10970
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
10963
10971
|
i0.ɵɵtext(4, "settings");
|
|
@@ -10971,10 +10979,10 @@ function HeaderSideComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
10971
10979
|
i0.ɵɵproperty("ngClass", ctx_r1.router.url.includes("/settings") ? "icon_active_class" : "");
|
|
10972
10980
|
} }
|
|
10973
10981
|
function HeaderSideComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
10974
|
-
const
|
|
10982
|
+
const _r50 = i0.ɵɵgetCurrentView();
|
|
10975
10983
|
i0.ɵɵelementStart(0, "div");
|
|
10976
|
-
i0.ɵɵelementStart(1, "button",
|
|
10977
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_div_7_Template_button_click_1_listener() { i0.ɵɵrestoreView(
|
|
10984
|
+
i0.ɵɵelementStart(1, "button", 68);
|
|
10985
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_div_7_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r50); const ctx_r49 = i0.ɵɵnextContext(); return ctx_r49.navigateToStatusReport(); });
|
|
10978
10986
|
i0.ɵɵpipe(2, "translate");
|
|
10979
10987
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
10980
10988
|
i0.ɵɵtext(4, "assignment");
|
|
@@ -10986,10 +10994,10 @@ function HeaderSideComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
|
10986
10994
|
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(2, 1, "SHELL.MYWORK"));
|
|
10987
10995
|
} }
|
|
10988
10996
|
function HeaderSideComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
10989
|
-
const
|
|
10997
|
+
const _r52 = i0.ɵɵgetCurrentView();
|
|
10990
10998
|
i0.ɵɵelementStart(0, "div");
|
|
10991
|
-
i0.ɵɵelementStart(1, "button",
|
|
10992
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_div_8_Template_button_click_1_listener() { i0.ɵɵrestoreView(
|
|
10999
|
+
i0.ɵɵelementStart(1, "button", 69);
|
|
11000
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_div_8_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r52); const ctx_r51 = i0.ɵɵnextContext(); return ctx_r51.openTimeSheet(); });
|
|
10993
11001
|
i0.ɵɵpipe(2, "translate");
|
|
10994
11002
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
10995
11003
|
i0.ɵɵtext(4, "access_time");
|
|
@@ -11005,23 +11013,23 @@ function HeaderSideComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
|
11005
11013
|
i0.ɵɵproperty("satPopoverAnchorFor", _r7);
|
|
11006
11014
|
} }
|
|
11007
11015
|
function HeaderSideComponent_button_9_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
11008
|
-
i0.ɵɵelementStart(0, "span",
|
|
11016
|
+
i0.ɵɵelementStart(0, "span", 72);
|
|
11009
11017
|
i0.ɵɵtext(1);
|
|
11010
11018
|
i0.ɵɵelementEnd();
|
|
11011
11019
|
} if (rf & 2) {
|
|
11012
|
-
const
|
|
11020
|
+
const ctx_r53 = i0.ɵɵnextContext(2);
|
|
11013
11021
|
i0.ɵɵadvance(1);
|
|
11014
|
-
i0.ɵɵtextInterpolate(
|
|
11022
|
+
i0.ɵɵtextInterpolate(ctx_r53.newNotificationsCount);
|
|
11015
11023
|
} }
|
|
11016
11024
|
function HeaderSideComponent_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
11017
|
-
const
|
|
11018
|
-
i0.ɵɵelementStart(0, "button",
|
|
11019
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_9_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11025
|
+
const _r55 = i0.ɵɵgetCurrentView();
|
|
11026
|
+
i0.ɵɵelementStart(0, "button", 70);
|
|
11027
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_9_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r55); const ctx_r54 = i0.ɵɵnextContext(); return ctx_r54.toggleNotific(); });
|
|
11020
11028
|
i0.ɵɵpipe(1, "translate");
|
|
11021
11029
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
11022
11030
|
i0.ɵɵtext(3, "notifications");
|
|
11023
11031
|
i0.ɵɵelementEnd();
|
|
11024
|
-
i0.ɵɵtemplate(4, HeaderSideComponent_button_9_span_4_Template, 2, 1, "span",
|
|
11032
|
+
i0.ɵɵtemplate(4, HeaderSideComponent_button_9_span_4_Template, 2, 1, "span", 71);
|
|
11025
11033
|
i0.ɵɵelementEnd();
|
|
11026
11034
|
} if (rf & 2) {
|
|
11027
11035
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
@@ -11033,28 +11041,28 @@ function HeaderSideComponent_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
11033
11041
|
i0.ɵɵproperty("ngIf", ctx_r4.newNotificationsCount != 0);
|
|
11034
11042
|
} }
|
|
11035
11043
|
function HeaderSideComponent_button_13_img_1_Template(rf, ctx) { if (rf & 1) {
|
|
11036
|
-
i0.ɵɵelement(0, "img",
|
|
11044
|
+
i0.ɵɵelement(0, "img", 76);
|
|
11037
11045
|
i0.ɵɵpipe(1, "fetchSizedAndCachedImage");
|
|
11038
11046
|
} if (rf & 2) {
|
|
11039
|
-
const
|
|
11040
|
-
i0.ɵɵproperty("src", i0.ɵɵpipeBind3(1, 1,
|
|
11047
|
+
const ctx_r56 = i0.ɵɵnextContext(2);
|
|
11048
|
+
i0.ɵɵproperty("src", i0.ɵɵpipeBind3(1, 1, ctx_r56.authenticatedUserRecord.profileImage, "60", ""), i0.ɵɵsanitizeUrl);
|
|
11041
11049
|
} }
|
|
11042
11050
|
function HeaderSideComponent_button_13_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11043
|
-
i0.ɵɵelementStart(0, "div",
|
|
11044
|
-
i0.ɵɵelement(1, "app-avatar",
|
|
11051
|
+
i0.ɵɵelementStart(0, "div", 77);
|
|
11052
|
+
i0.ɵɵelement(1, "app-avatar", 78);
|
|
11045
11053
|
i0.ɵɵpipe(2, "removeSpecialCharacters");
|
|
11046
11054
|
i0.ɵɵelementEnd();
|
|
11047
11055
|
} if (rf & 2) {
|
|
11048
|
-
const
|
|
11056
|
+
const ctx_r57 = i0.ɵɵnextContext(2);
|
|
11049
11057
|
i0.ɵɵadvance(1);
|
|
11050
|
-
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(2, 2,
|
|
11058
|
+
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(2, 2, ctx_r57.authenticatedUserRecord.fullName))("isRound", true);
|
|
11051
11059
|
} }
|
|
11052
11060
|
function HeaderSideComponent_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
11053
|
-
const
|
|
11054
|
-
i0.ɵɵelementStart(0, "button",
|
|
11055
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_13_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11056
|
-
i0.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 2, 5, "img",
|
|
11057
|
-
i0.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 4, "div",
|
|
11061
|
+
const _r59 = i0.ɵɵgetCurrentView();
|
|
11062
|
+
i0.ɵɵelementStart(0, "button", 73);
|
|
11063
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_13_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r59); const ctx_r58 = i0.ɵɵnextContext(); return ctx_r58.toggleRecording(); });
|
|
11064
|
+
i0.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 2, 5, "img", 74);
|
|
11065
|
+
i0.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 4, "div", 75);
|
|
11058
11066
|
i0.ɵɵelementEnd();
|
|
11059
11067
|
} if (rf & 2) {
|
|
11060
11068
|
const ctx_r6 = i0.ɵɵnextContext();
|
|
@@ -11066,12 +11074,12 @@ function HeaderSideComponent_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
|
11066
11074
|
i0.ɵɵproperty("ngIf", !ctx_r6.authenticatedUserRecord.profileImage);
|
|
11067
11075
|
} }
|
|
11068
11076
|
function HeaderSideComponent_mat_icon_25_Template(rf, ctx) { if (rf & 1) {
|
|
11069
|
-
i0.ɵɵelement(0, "mat-icon",
|
|
11077
|
+
i0.ɵɵelement(0, "mat-icon", 79);
|
|
11070
11078
|
} }
|
|
11071
11079
|
function HeaderSideComponent_button_26_Template(rf, ctx) { if (rf & 1) {
|
|
11072
|
-
const
|
|
11073
|
-
i0.ɵɵelementStart(0, "button",
|
|
11074
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_26_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11080
|
+
const _r61 = i0.ɵɵgetCurrentView();
|
|
11081
|
+
i0.ɵɵelementStart(0, "button", 80);
|
|
11082
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_26_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r61); const ctx_r60 = i0.ɵɵnextContext(); return ctx_r60.clearDemoData(); });
|
|
11075
11083
|
i0.ɵɵpipe(1, "translate");
|
|
11076
11084
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
11077
11085
|
i0.ɵɵtext(3, "delete");
|
|
@@ -11088,9 +11096,9 @@ function HeaderSideComponent_button_26_Template(rf, ctx) { if (rf & 1) {
|
|
|
11088
11096
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 6, "SHELL.CLEARDEMODATA"));
|
|
11089
11097
|
} }
|
|
11090
11098
|
function HeaderSideComponent_button_27_Template(rf, ctx) { if (rf & 1) {
|
|
11091
|
-
const
|
|
11092
|
-
i0.ɵɵelementStart(0, "button",
|
|
11093
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_27_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11099
|
+
const _r63 = i0.ɵɵgetCurrentView();
|
|
11100
|
+
i0.ɵɵelementStart(0, "button", 80);
|
|
11101
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_27_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r63); const ctx_r62 = i0.ɵɵnextContext(); return ctx_r62.exportConfigurationDialogData(); });
|
|
11094
11102
|
i0.ɵɵpipe(1, "translate");
|
|
11095
11103
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
11096
11104
|
i0.ɵɵtext(3, "get_app");
|
|
@@ -11107,9 +11115,9 @@ function HeaderSideComponent_button_27_Template(rf, ctx) { if (rf & 1) {
|
|
|
11107
11115
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 6, "SHELL.EXPORTCONFIGURATION"));
|
|
11108
11116
|
} }
|
|
11109
11117
|
function HeaderSideComponent_button_28_Template(rf, ctx) { if (rf & 1) {
|
|
11110
|
-
const
|
|
11111
|
-
i0.ɵɵelementStart(0, "button",
|
|
11112
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_28_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11118
|
+
const _r66 = i0.ɵɵgetCurrentView();
|
|
11119
|
+
i0.ɵɵelementStart(0, "button", 81, 82);
|
|
11120
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_28_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r66); const _r64 = i0.ɵɵreference(1); const ctx_r65 = i0.ɵɵnextContext(); return ctx_r65.addUploadFilePopupOpen(_r64); });
|
|
11113
11121
|
i0.ɵɵpipe(2, "translate");
|
|
11114
11122
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
11115
11123
|
i0.ɵɵtext(4, "publish");
|
|
@@ -11128,9 +11136,9 @@ function HeaderSideComponent_button_28_Template(rf, ctx) { if (rf & 1) {
|
|
|
11128
11136
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 5, "SHELL.IMPORTCONFIGURATION"));
|
|
11129
11137
|
} }
|
|
11130
11138
|
function HeaderSideComponent_button_29_Template(rf, ctx) { if (rf & 1) {
|
|
11131
|
-
const
|
|
11139
|
+
const _r68 = i0.ɵɵgetCurrentView();
|
|
11132
11140
|
i0.ɵɵelementStart(0, "button", 14);
|
|
11133
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_29_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11141
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_29_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r68); const ctx_r67 = i0.ɵɵnextContext(); return ctx_r67.onNavigateToBillingScreen(); });
|
|
11134
11142
|
i0.ɵɵelementStart(1, "mat-icon");
|
|
11135
11143
|
i0.ɵɵtext(2, "account_balance");
|
|
11136
11144
|
i0.ɵɵelementEnd();
|
|
@@ -11140,9 +11148,9 @@ function HeaderSideComponent_button_29_Template(rf, ctx) { if (rf & 1) {
|
|
|
11140
11148
|
i0.ɵɵelementEnd();
|
|
11141
11149
|
} }
|
|
11142
11150
|
function HeaderSideComponent_button_30_Template(rf, ctx) { if (rf & 1) {
|
|
11143
|
-
const
|
|
11151
|
+
const _r70 = i0.ɵɵgetCurrentView();
|
|
11144
11152
|
i0.ɵɵelementStart(0, "button", 14);
|
|
11145
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_30_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11153
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_30_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r70); const ctx_r69 = i0.ɵɵnextContext(); return ctx_r69.onNavigateToPricingScreen(); });
|
|
11146
11154
|
i0.ɵɵelementStart(1, "mat-icon");
|
|
11147
11155
|
i0.ɵɵtext(2, "account_balance_wallet");
|
|
11148
11156
|
i0.ɵɵelementEnd();
|
|
@@ -11152,9 +11160,9 @@ function HeaderSideComponent_button_30_Template(rf, ctx) { if (rf & 1) {
|
|
|
11152
11160
|
i0.ɵɵelementEnd();
|
|
11153
11161
|
} }
|
|
11154
11162
|
function HeaderSideComponent_button_31_Template(rf, ctx) { if (rf & 1) {
|
|
11155
|
-
const
|
|
11156
|
-
i0.ɵɵelementStart(0, "button",
|
|
11157
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_button_31_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
11163
|
+
const _r72 = i0.ɵɵgetCurrentView();
|
|
11164
|
+
i0.ɵɵelementStart(0, "button", 80);
|
|
11165
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_button_31_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r72); const ctx_r71 = i0.ɵɵnextContext(); return ctx_r71.alternateSignIn(); });
|
|
11158
11166
|
i0.ɵɵpipe(1, "translate");
|
|
11159
11167
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
11160
11168
|
i0.ɵɵtext(3, "how_to_reg");
|
|
@@ -11171,18 +11179,18 @@ function HeaderSideComponent_button_31_Template(rf, ctx) { if (rf & 1) {
|
|
|
11171
11179
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 6, "SHELL.SIGNINAS"));
|
|
11172
11180
|
} }
|
|
11173
11181
|
function HeaderSideComponent_div_44_Template(rf, ctx) { if (rf & 1) {
|
|
11174
|
-
i0.ɵɵelement(0, "div",
|
|
11182
|
+
i0.ɵɵelement(0, "div", 83);
|
|
11175
11183
|
} }
|
|
11176
11184
|
function HeaderSideComponent_app_submit_feedback_47_Template(rf, ctx) { if (rf & 1) {
|
|
11177
|
-
const
|
|
11178
|
-
i0.ɵɵelementStart(0, "app-submit-feedback",
|
|
11179
|
-
i0.ɵɵlistener("closeDialog", function HeaderSideComponent_app_submit_feedback_47_Template_app_submit_feedback_closeDialog_0_listener() { i0.ɵɵrestoreView(
|
|
11185
|
+
const _r74 = i0.ɵɵgetCurrentView();
|
|
11186
|
+
i0.ɵɵelementStart(0, "app-submit-feedback", 84);
|
|
11187
|
+
i0.ɵɵlistener("closeDialog", function HeaderSideComponent_app_submit_feedback_47_Template_app_submit_feedback_closeDialog_0_listener() { i0.ɵɵrestoreView(_r74); const ctx_r73 = i0.ɵɵnextContext(); return ctx_r73.closeFeedBacklogDialog(); });
|
|
11180
11188
|
i0.ɵɵelementEnd();
|
|
11181
11189
|
} }
|
|
11182
11190
|
const _c6 = function () { return ["/applications/view-forms"]; };
|
|
11183
11191
|
function HeaderSideComponent_mat_card_52_Template(rf, ctx) { if (rf & 1) {
|
|
11184
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11185
|
-
i0.ɵɵelementStart(1, "span",
|
|
11192
|
+
i0.ɵɵelementStart(0, "mat-card", 85);
|
|
11193
|
+
i0.ɵɵelementStart(1, "span", 86);
|
|
11186
11194
|
i0.ɵɵtext(2, "Forms");
|
|
11187
11195
|
i0.ɵɵelementEnd();
|
|
11188
11196
|
i0.ɵɵelementEnd();
|
|
@@ -11191,8 +11199,8 @@ function HeaderSideComponent_mat_card_52_Template(rf, ctx) { if (rf & 1) {
|
|
|
11191
11199
|
} }
|
|
11192
11200
|
const _c7 = function () { return ["/applications/custom-applications"]; };
|
|
11193
11201
|
function HeaderSideComponent_mat_card_53_Template(rf, ctx) { if (rf & 1) {
|
|
11194
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11195
|
-
i0.ɵɵelementStart(1, "span",
|
|
11202
|
+
i0.ɵɵelementStart(0, "mat-card", 85);
|
|
11203
|
+
i0.ɵɵelementStart(1, "span", 86);
|
|
11196
11204
|
i0.ɵɵtext(2, "Custom applications");
|
|
11197
11205
|
i0.ɵɵelementEnd();
|
|
11198
11206
|
i0.ɵɵelementEnd();
|
|
@@ -11201,8 +11209,8 @@ function HeaderSideComponent_mat_card_53_Template(rf, ctx) { if (rf & 1) {
|
|
|
11201
11209
|
} }
|
|
11202
11210
|
const _c8 = function () { return ["/rolemanagement/rolemanagement"]; };
|
|
11203
11211
|
function HeaderSideComponent_mat_card_54_Template(rf, ctx) { if (rf & 1) {
|
|
11204
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11205
|
-
i0.ɵɵelementStart(1, "span",
|
|
11212
|
+
i0.ɵɵelementStart(0, "mat-card", 85);
|
|
11213
|
+
i0.ɵɵelementStart(1, "span", 86);
|
|
11206
11214
|
i0.ɵɵtext(2, "Role configuration");
|
|
11207
11215
|
i0.ɵɵelementEnd();
|
|
11208
11216
|
i0.ɵɵelementEnd();
|
|
@@ -11211,8 +11219,8 @@ function HeaderSideComponent_mat_card_54_Template(rf, ctx) { if (rf & 1) {
|
|
|
11211
11219
|
} }
|
|
11212
11220
|
const _c9 = function () { return ["/rolemanagement/entityrolemanagement"]; };
|
|
11213
11221
|
function HeaderSideComponent_mat_card_55_Template(rf, ctx) { if (rf & 1) {
|
|
11214
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11215
|
-
i0.ɵɵelementStart(1, "span",
|
|
11222
|
+
i0.ɵɵelementStart(0, "mat-card", 85);
|
|
11223
|
+
i0.ɵɵelementStart(1, "span", 86);
|
|
11216
11224
|
i0.ɵɵtext(2);
|
|
11217
11225
|
i0.ɵɵpipe(3, "softLabelsPipe");
|
|
11218
11226
|
i0.ɵɵelementEnd();
|
|
@@ -11232,41 +11240,41 @@ function HeaderSideComponent_div_56_ng_template_4_Template(rf, ctx) { if (rf & 1
|
|
|
11232
11240
|
i0.ɵɵtext(0, " Welcome back \u00A0");
|
|
11233
11241
|
} }
|
|
11234
11242
|
function HeaderSideComponent_div_56_Template(rf, ctx) { if (rf & 1) {
|
|
11235
|
-
i0.ɵɵelementStart(0, "div",
|
|
11236
|
-
i0.ɵɵtemplate(1, HeaderSideComponent_div_56_span_1_Template, 2, 0, "span",
|
|
11243
|
+
i0.ɵɵelementStart(0, "div", 87);
|
|
11244
|
+
i0.ɵɵtemplate(1, HeaderSideComponent_div_56_span_1_Template, 2, 0, "span", 88);
|
|
11237
11245
|
i0.ɵɵelementStart(2, "span");
|
|
11238
11246
|
i0.ɵɵtext(3);
|
|
11239
11247
|
i0.ɵɵelementEnd();
|
|
11240
|
-
i0.ɵɵtemplate(4, HeaderSideComponent_div_56_ng_template_4_Template, 1, 0, "ng-template", null,
|
|
11248
|
+
i0.ɵɵtemplate(4, HeaderSideComponent_div_56_ng_template_4_Template, 1, 0, "ng-template", null, 89, i0.ɵɵtemplateRefExtractor);
|
|
11241
11249
|
i0.ɵɵelementEnd();
|
|
11242
11250
|
} if (rf & 2) {
|
|
11243
|
-
const
|
|
11251
|
+
const _r76 = i0.ɵɵreference(5);
|
|
11244
11252
|
const ctx_r24 = i0.ɵɵnextContext();
|
|
11245
11253
|
i0.ɵɵproperty("@fade", undefined);
|
|
11246
11254
|
i0.ɵɵadvance(1);
|
|
11247
|
-
i0.ɵɵproperty("ngIf", ctx_r24.loggedInCount == 1)("ngIfElse",
|
|
11255
|
+
i0.ɵɵproperty("ngIf", ctx_r24.loggedInCount == 1)("ngIfElse", _r76);
|
|
11248
11256
|
i0.ɵɵadvance(2);
|
|
11249
11257
|
i0.ɵɵtextInterpolate1(" ", ctx_r24.userFullName, " ");
|
|
11250
11258
|
} }
|
|
11251
11259
|
function HeaderSideComponent_ngx_dropzone_preview_74_Template(rf, ctx) { if (rf & 1) {
|
|
11252
|
-
const
|
|
11253
|
-
i0.ɵɵelementStart(0, "ngx-dropzone-preview",
|
|
11254
|
-
i0.ɵɵlistener("removed", function HeaderSideComponent_ngx_dropzone_preview_74_Template_ngx_dropzone_preview_removed_0_listener() { const restoredCtx = i0.ɵɵrestoreView(
|
|
11255
|
-
i0.ɵɵelementStart(1, "ngx-dropzone-label",
|
|
11260
|
+
const _r80 = i0.ɵɵgetCurrentView();
|
|
11261
|
+
i0.ɵɵelementStart(0, "ngx-dropzone-preview", 90);
|
|
11262
|
+
i0.ɵɵlistener("removed", function HeaderSideComponent_ngx_dropzone_preview_74_Template_ngx_dropzone_preview_removed_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r80); const f_r78 = restoredCtx.$implicit; const ctx_r79 = i0.ɵɵnextContext(); return ctx_r79.onRemove(f_r78); });
|
|
11263
|
+
i0.ɵɵelementStart(1, "ngx-dropzone-label", 91);
|
|
11256
11264
|
i0.ɵɵtext(2);
|
|
11257
11265
|
i0.ɵɵelementEnd();
|
|
11258
11266
|
i0.ɵɵelementEnd();
|
|
11259
11267
|
} if (rf & 2) {
|
|
11260
|
-
const
|
|
11268
|
+
const f_r78 = ctx.$implicit;
|
|
11261
11269
|
const ctx_r26 = i0.ɵɵnextContext();
|
|
11262
11270
|
i0.ɵɵproperty("removable", true);
|
|
11263
11271
|
i0.ɵɵadvance(1);
|
|
11264
|
-
i0.ɵɵattribute("data-tip",
|
|
11272
|
+
i0.ɵɵattribute("data-tip", f_r78.name);
|
|
11265
11273
|
i0.ɵɵadvance(1);
|
|
11266
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r26.setLabelNameForDropzone(
|
|
11274
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r26.setLabelNameForDropzone(f_r78.name), " ");
|
|
11267
11275
|
} }
|
|
11268
11276
|
function HeaderSideComponent_mat_progress_bar_78_Template(rf, ctx) { if (rf & 1) {
|
|
11269
|
-
i0.ɵɵelement(0, "mat-progress-bar",
|
|
11277
|
+
i0.ɵɵelement(0, "mat-progress-bar", 92);
|
|
11270
11278
|
} if (rf & 2) {
|
|
11271
11279
|
const ctx_r27 = i0.ɵɵnextContext();
|
|
11272
11280
|
i0.ɵɵproperty("value", ctx_r27.progressValue);
|
|
@@ -11281,17 +11289,17 @@ function HeaderSideComponent_div_79_Template(rf, ctx) { if (rf & 1) {
|
|
|
11281
11289
|
i0.ɵɵtextInterpolate3(" ", ctx_r28.progressValue, "% completed (Uploading ", ctx_r28.fileCounter, " of ", ctx_r28.files.length, " files) ");
|
|
11282
11290
|
} }
|
|
11283
11291
|
function HeaderSideComponent_div_80_Template(rf, ctx) { if (rf & 1) {
|
|
11284
|
-
const
|
|
11285
|
-
i0.ɵɵelementStart(0, "div",
|
|
11286
|
-
i0.ɵɵelementStart(1, "button",
|
|
11287
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_1_listener() { i0.ɵɵrestoreView(
|
|
11288
|
-
i0.ɵɵelement(2, "fa-icon",
|
|
11292
|
+
const _r82 = i0.ɵɵgetCurrentView();
|
|
11293
|
+
i0.ɵɵelementStart(0, "div", 93);
|
|
11294
|
+
i0.ɵɵelementStart(1, "button", 94);
|
|
11295
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r82); const ctx_r81 = i0.ɵɵnextContext(); return ctx_r81.saveFiles(); });
|
|
11296
|
+
i0.ɵɵelement(2, "fa-icon", 95);
|
|
11289
11297
|
i0.ɵɵtext(3);
|
|
11290
11298
|
i0.ɵɵpipe(4, "translate");
|
|
11291
11299
|
i0.ɵɵelementEnd();
|
|
11292
|
-
i0.ɵɵelementStart(5, "button",
|
|
11293
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_5_listener() { i0.ɵɵrestoreView(
|
|
11294
|
-
i0.ɵɵelement(6, "fa-icon",
|
|
11300
|
+
i0.ɵɵelementStart(5, "button", 96);
|
|
11301
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r82); const ctx_r83 = i0.ɵɵnextContext(); return ctx_r83.removeAllFiles(); });
|
|
11302
|
+
i0.ɵɵelement(6, "fa-icon", 97);
|
|
11295
11303
|
i0.ɵɵtext(7);
|
|
11296
11304
|
i0.ɵɵpipe(8, "translate");
|
|
11297
11305
|
i0.ɵɵelementEnd();
|
|
@@ -11303,15 +11311,15 @@ function HeaderSideComponent_div_80_Template(rf, ctx) { if (rf & 1) {
|
|
|
11303
11311
|
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(8, 4, "DOCUMENTMANAGEMENT.CLEARFILES"), " ");
|
|
11304
11312
|
} }
|
|
11305
11313
|
function HeaderSideComponent_div_81_i_5_Template(rf, ctx) { if (rf & 1) {
|
|
11306
|
-
i0.ɵɵelement(0, "i",
|
|
11314
|
+
i0.ɵɵelement(0, "i", 101);
|
|
11307
11315
|
} }
|
|
11308
11316
|
function HeaderSideComponent_div_81_Template(rf, ctx) { if (rf & 1) {
|
|
11309
|
-
i0.ɵɵelementStart(0, "div",
|
|
11310
|
-
i0.ɵɵelementStart(1, "button",
|
|
11311
|
-
i0.ɵɵelement(2, "fa-icon",
|
|
11317
|
+
i0.ɵɵelementStart(0, "div", 93);
|
|
11318
|
+
i0.ɵɵelementStart(1, "button", 98);
|
|
11319
|
+
i0.ɵɵelement(2, "fa-icon", 99);
|
|
11312
11320
|
i0.ɵɵtext(3);
|
|
11313
11321
|
i0.ɵɵpipe(4, "translate");
|
|
11314
|
-
i0.ɵɵtemplate(5, HeaderSideComponent_div_81_i_5_Template, 1, 0, "i",
|
|
11322
|
+
i0.ɵɵtemplate(5, HeaderSideComponent_div_81_i_5_Template, 1, 0, "i", 100);
|
|
11315
11323
|
i0.ɵɵelementEnd();
|
|
11316
11324
|
i0.ɵɵelementEnd();
|
|
11317
11325
|
} if (rf & 2) {
|
|
@@ -11325,10 +11333,10 @@ function HeaderSideComponent_div_81_Template(rf, ctx) { if (rf & 1) {
|
|
|
11325
11333
|
} }
|
|
11326
11334
|
const _c10 = function (a0) { return [a0]; };
|
|
11327
11335
|
function HeaderSideComponent_ng_template_82_Template(rf, ctx) { if (rf & 1) {
|
|
11328
|
-
i0.ɵɵelement(0, "announcement-dialog",
|
|
11336
|
+
i0.ɵɵelement(0, "announcement-dialog", 102);
|
|
11329
11337
|
} if (rf & 2) {
|
|
11330
|
-
const
|
|
11331
|
-
i0.ɵɵproperty("data", i0.ɵɵpureFunction1(1, _c10,
|
|
11338
|
+
const data_r85 = ctx.$implicit;
|
|
11339
|
+
i0.ɵɵproperty("data", i0.ɵɵpureFunction1(1, _c10, data_r85));
|
|
11332
11340
|
} }
|
|
11333
11341
|
class HeaderSideComponent extends CustomAppBaseComponent {
|
|
11334
11342
|
constructor(pushNotifications, themeService, ngxService, layout, translate, router, cookieService, dialog, commonService, store, pubnub, authService, actionUpdates$, cdRef, toastr, storeManagementService, ShellModulesService, chatService, signalr, window) {
|
|
@@ -12796,8 +12804,8 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12796
12804
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.documentPopover = _t.first);
|
|
12797
12805
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.openAnnoucementDialogComponent = _t.first);
|
|
12798
12806
|
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", "ngForTrackBy"], ["fxLayout", "row", "fxLayoutGap", "15px"], [3, "ngStyle"], ["fxLayoutAlign", "start center", "matTooltipClass", "tooltipClass-mat", "size", "20", 3, "name", "matTooltip", "
|
|
12800
|
-
const
|
|
12807
|
+
} }, 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"], ["style", "width: 20px;height: 20px;border-radius: 50px;", 3, "src", 4, "ngIf"], ["fxLayoutAlign", "start center", "matTooltipClass", "tooltipClass-mat", "size", "20", 3, "name", "matTooltip", "isRound", 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"], ["fxLayoutAlign", "start center", "matTooltipClass", "tooltipClass-mat", "size", "20", 3, "name", "matTooltip", "isRound"], ["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"], [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) {
|
|
12808
|
+
const _r86 = i0.ɵɵgetCurrentView();
|
|
12801
12809
|
i0.ɵɵelementStart(0, "mat-toolbar", 0);
|
|
12802
12810
|
i0.ɵɵelementStart(1, "div", 1);
|
|
12803
12811
|
i0.ɵɵelementStart(2, "app-menu", 2);
|
|
@@ -12851,7 +12859,7 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12851
12859
|
i0.ɵɵelementEnd();
|
|
12852
12860
|
i0.ɵɵelement(38, "mat-divider");
|
|
12853
12861
|
i0.ɵɵelementStart(39, "button", 14);
|
|
12854
|
-
i0.ɵɵlistener("click", function HeaderSideComponent_Template_button_click_39_listener() { i0.ɵɵrestoreView(
|
|
12862
|
+
i0.ɵɵlistener("click", function HeaderSideComponent_Template_button_click_39_listener() { i0.ɵɵrestoreView(_r86); const _r17 = i0.ɵɵreference(46); _r17.toggle(); return ctx.openFeedBackDialog(); });
|
|
12855
12863
|
i0.ɵɵelementStart(40, "mat-icon", 20);
|
|
12856
12864
|
i0.ɵɵtext(41, " sentiment_satisfied_alt ");
|
|
12857
12865
|
i0.ɵɵelementEnd();
|
|
@@ -12991,7 +12999,7 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12991
12999
|
i0.ɵɵproperty("ngIf", ctx.filesPresent);
|
|
12992
13000
|
i0.ɵɵadvance(1);
|
|
12993
13001
|
i0.ɵɵproperty("ngIf", ctx.importingInProgress);
|
|
12994
|
-
} }, directives: [i19.MatToolbar, i20.DefaultFlexDirective, MenuComponent, i20.DefaultLayoutDirective, i22$1.DefaultShowHideDirective, i20.DefaultLayoutAlignDirective, i10.NgIf, i16.MatMenu, NotificationsComponent, i20$1.SatPopover, FeedTimeComponent, i16.MatMenuItem, i17.MatIcon, i7$2.MatDivider, i20$1.SatPopoverAnchor, i7.MatCardContent, i12.MatList, i7.MatCard, i7.MatCardTitle, i4.FaIconComponent, i33.NgxDropzoneComponent, i33.ɵb, i10.NgForOf, i34.MatSelect, i9.NgControlStatus, i9.NgModel, i34.MatSelectTrigger, i22.MatFormField, i23.MatInput, i9.DefaultValueAccessor, i20.DefaultLayoutGapDirective, i10.NgStyle, i22$1.DefaultStyleDirective,
|
|
13002
|
+
} }, directives: [i19.MatToolbar, i20.DefaultFlexDirective, MenuComponent, i20.DefaultLayoutDirective, i22$1.DefaultShowHideDirective, i20.DefaultLayoutAlignDirective, i10.NgIf, i16.MatMenu, NotificationsComponent, i20$1.SatPopover, FeedTimeComponent, i16.MatMenuItem, i17.MatIcon, i7$2.MatDivider, i20$1.SatPopoverAnchor, i7.MatCardContent, i12.MatList, i7.MatCard, i7.MatCardTitle, i4.FaIconComponent, i33.NgxDropzoneComponent, i33.ɵb, i10.NgForOf, i34.MatSelect, i9.NgControlStatus, i9.NgModel, i34.MatSelectTrigger, i22.MatFormField, i23.MatInput, i9.DefaultValueAccessor, i20.DefaultLayoutGapDirective, i10.NgStyle, i22$1.DefaultStyleDirective, i7$1.MatTooltip, AvatarComponent, i14.MatOption, i8.MatButton, i10.NgClass, i22$1.DefaultClassDirective, i16.MatMenuTrigger, FeedBackSubmissionComponent, i2.RouterLink, i33.NgxDropzonePreviewComponent, i28.MatProgressBar, AnnoucementDialogComponent], pipes: [i5$1.TranslatePipe, RemoveSpecialCharactersPipe, FetchSizedAndCachedImagePipe, 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: [
|
|
12995
13003
|
trigger('fade', [
|
|
12996
13004
|
transition('void => *', [
|
|
12997
13005
|
style({ opacity: 0 }),
|