@thetradeengineorg1/snova-shell-module 0.0.266 → 0.0.267
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 +424 -396
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/shell-components/components/menu/menu.component.js +420 -394
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +422 -396
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/package.json +1 -1
|
@@ -6881,10 +6881,10 @@ const _c7$1 = ["allDeleteSelected"];
|
|
|
6881
6881
|
const _c8$1 = ["infoPopOver"];
|
|
6882
6882
|
const _c9$1 = ["openMenuPopUp"];
|
|
6883
6883
|
function MenuComponent_div_9_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
6884
|
-
const
|
|
6884
|
+
const _r37 = i0.ɵɵgetCurrentView();
|
|
6885
6885
|
i0.ɵɵelementStart(0, "div");
|
|
6886
6886
|
i0.ɵɵelementStart(1, "button", 56);
|
|
6887
|
-
i0.ɵɵlistener("click", function MenuComponent_div_9_div_1_Template_button_click_1_listener($event) { i0.ɵɵrestoreView(
|
|
6887
|
+
i0.ɵɵlistener("click", function MenuComponent_div_9_div_1_Template_button_click_1_listener($event) { i0.ɵɵrestoreView(_r37); const item_r33 = i0.ɵɵnextContext().$implicit; const ctx_r35 = i0.ɵɵnextContext(); return ctx_r35.selectMenu(item_r33, $event); });
|
|
6888
6888
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
6889
6889
|
i0.ɵɵtext(3);
|
|
6890
6890
|
i0.ɵɵelementEnd();
|
|
@@ -6893,29 +6893,29 @@ function MenuComponent_div_9_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
6893
6893
|
i0.ɵɵelementEnd();
|
|
6894
6894
|
i0.ɵɵelementEnd();
|
|
6895
6895
|
} if (rf & 2) {
|
|
6896
|
-
const
|
|
6897
|
-
const
|
|
6896
|
+
const item_r33 = i0.ɵɵnextContext().$implicit;
|
|
6897
|
+
const ctx_r34 = i0.ɵɵnextContext();
|
|
6898
6898
|
i0.ɵɵadvance(1);
|
|
6899
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/",
|
|
6899
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/", item_r33.state, "");
|
|
6900
6900
|
i0.ɵɵadvance(2);
|
|
6901
|
-
i0.ɵɵtextInterpolate(
|
|
6901
|
+
i0.ɵɵtextInterpolate(item_r33.icon);
|
|
6902
6902
|
i0.ɵɵadvance(1);
|
|
6903
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind2(5, 3,
|
|
6903
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind2(5, 3, item_r33.menu, ctx_r34.softLabels), " ");
|
|
6904
6904
|
} }
|
|
6905
6905
|
function MenuComponent_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
6906
6906
|
i0.ɵɵelementStart(0, "div");
|
|
6907
6907
|
i0.ɵɵtemplate(1, MenuComponent_div_9_div_1_Template, 6, 6, "div", 16);
|
|
6908
6908
|
i0.ɵɵelementEnd();
|
|
6909
6909
|
} if (rf & 2) {
|
|
6910
|
-
const
|
|
6910
|
+
const item_r33 = ctx.$implicit;
|
|
6911
6911
|
i0.ɵɵadvance(1);
|
|
6912
|
-
i0.ɵɵproperty("ngIf",
|
|
6912
|
+
i0.ɵɵproperty("ngIf", item_r33.type == "link" || item_r33.type == "applicationlink");
|
|
6913
6913
|
} }
|
|
6914
6914
|
function MenuComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
6915
|
-
const
|
|
6915
|
+
const _r40 = i0.ɵɵgetCurrentView();
|
|
6916
6916
|
i0.ɵɵelementStart(0, "div", 57);
|
|
6917
6917
|
i0.ɵɵelementStart(1, "fa-icon", 58);
|
|
6918
|
-
i0.ɵɵlistener("click", function MenuComponent_div_10_Template_fa_icon_click_1_listener() { i0.ɵɵrestoreView(
|
|
6918
|
+
i0.ɵɵlistener("click", function MenuComponent_div_10_Template_fa_icon_click_1_listener() { i0.ɵɵrestoreView(_r40); const ctx_r39 = i0.ɵɵnextContext(); return ctx_r39.openApps(); });
|
|
6919
6919
|
i0.ɵɵpipe(2, "translate");
|
|
6920
6920
|
i0.ɵɵelementEnd();
|
|
6921
6921
|
i0.ɵɵelementEnd();
|
|
@@ -6939,262 +6939,285 @@ function MenuComponent_span_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
6939
6939
|
i0.ɵɵelement(0, "span");
|
|
6940
6940
|
} }
|
|
6941
6941
|
function MenuComponent_mat_icon_20_Template(rf, ctx) { if (rf & 1) {
|
|
6942
|
-
const
|
|
6942
|
+
const _r42 = i0.ɵɵgetCurrentView();
|
|
6943
6943
|
i0.ɵɵelementStart(0, "mat-icon", 60);
|
|
6944
|
-
i0.ɵɵlistener("click", function MenuComponent_mat_icon_20_Template_mat_icon_click_0_listener($event) { i0.ɵɵrestoreView(
|
|
6944
|
+
i0.ɵɵlistener("click", function MenuComponent_mat_icon_20_Template_mat_icon_click_0_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r41 = i0.ɵɵnextContext(); return ctx_r41.closeSearch($event); });
|
|
6945
6945
|
i0.ɵɵtext(1, " close");
|
|
6946
6946
|
i0.ɵɵelementEnd();
|
|
6947
6947
|
} }
|
|
6948
6948
|
function MenuComponent_mat_progress_bar_27_Template(rf, ctx) { if (rf & 1) {
|
|
6949
6949
|
i0.ɵɵelement(0, "mat-progress-bar", 61);
|
|
6950
6950
|
} }
|
|
6951
|
+
function MenuComponent_div_29_Template(rf, ctx) { if (rf & 1) {
|
|
6952
|
+
i0.ɵɵelementStart(0, "div", 62);
|
|
6953
|
+
i0.ɵɵelementStart(1, "div", 63);
|
|
6954
|
+
i0.ɵɵelementStart(2, "div", 64);
|
|
6955
|
+
i0.ɵɵtext(3, "Dashboard");
|
|
6956
|
+
i0.ɵɵelementEnd();
|
|
6957
|
+
i0.ɵɵelementStart(4, "div", 65);
|
|
6958
|
+
i0.ɵɵelementStart(5, "button", 66);
|
|
6959
|
+
i0.ɵɵnamespaceSVG();
|
|
6960
|
+
i0.ɵɵelementStart(6, "svg", 67);
|
|
6961
|
+
i0.ɵɵelement(7, "path", 68);
|
|
6962
|
+
i0.ɵɵelement(8, "polyline", 69);
|
|
6963
|
+
i0.ɵɵelement(9, "polyline", 70);
|
|
6964
|
+
i0.ɵɵelementEnd();
|
|
6965
|
+
i0.ɵɵnamespaceHTML();
|
|
6966
|
+
i0.ɵɵelementStart(10, "span", 71);
|
|
6967
|
+
i0.ɵɵtext(11, "Dashboard");
|
|
6968
|
+
i0.ɵɵelementEnd();
|
|
6969
|
+
i0.ɵɵelementEnd();
|
|
6970
|
+
i0.ɵɵelementEnd();
|
|
6971
|
+
i0.ɵɵelementEnd();
|
|
6972
|
+
i0.ɵɵelementEnd();
|
|
6973
|
+
} }
|
|
6951
6974
|
const _c10$1 = function () { return { exact: true }; };
|
|
6952
|
-
function
|
|
6953
|
-
const
|
|
6954
|
-
i0.ɵɵelementStart(0, "div",
|
|
6955
|
-
i0.ɵɵelementStart(1, "button",
|
|
6956
|
-
i0.ɵɵlistener("mousedown", function
|
|
6975
|
+
function MenuComponent_div_30_ng_container_12_div_1_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
6976
|
+
const _r50 = i0.ɵɵgetCurrentView();
|
|
6977
|
+
i0.ɵɵelementStart(0, "div", 85);
|
|
6978
|
+
i0.ɵɵelementStart(1, "button", 86);
|
|
6979
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_30_ng_container_12_div_1_div_1_Template_button_mousedown_1_listener($event) { i0.ɵɵrestoreView(_r50); const item_r45 = i0.ɵɵnextContext().$implicit; const ctx_r48 = i0.ɵɵnextContext(3); return ctx_r48.selectAdimnTool(item_r45.state, $event, item_r45); });
|
|
6957
6980
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
6958
|
-
i0.ɵɵelementStart(3, "mat-icon",
|
|
6981
|
+
i0.ɵɵelementStart(3, "mat-icon", 87);
|
|
6959
6982
|
i0.ɵɵtext(4);
|
|
6960
6983
|
i0.ɵɵelementEnd();
|
|
6961
|
-
i0.ɵɵelement(5, "span",
|
|
6984
|
+
i0.ɵɵelement(5, "span", 88);
|
|
6962
6985
|
i0.ɵɵpipe(6, "highLightText");
|
|
6963
6986
|
i0.ɵɵpipe(7, "softLabelsPipe");
|
|
6964
6987
|
i0.ɵɵelementEnd();
|
|
6965
6988
|
i0.ɵɵelementEnd();
|
|
6966
6989
|
} if (rf & 2) {
|
|
6967
|
-
const
|
|
6968
|
-
const
|
|
6969
|
-
const
|
|
6970
|
-
const
|
|
6990
|
+
const ctx_r51 = i0.ɵɵnextContext();
|
|
6991
|
+
const item_r45 = ctx_r51.$implicit;
|
|
6992
|
+
const i_r46 = ctx_r51.index;
|
|
6993
|
+
const ctx_r47 = i0.ɵɵnextContext(3);
|
|
6971
6994
|
i0.ɵɵadvance(1);
|
|
6972
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/",
|
|
6973
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
6974
|
-
i0.ɵɵproperty("ngClass",
|
|
6995
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/", item_r45.state, "");
|
|
6996
|
+
i0.ɵɵpropertyInterpolate("matTooltip", ctx_r47.translateapplicationname(i0.ɵɵpipeBind2(2, 7, item_r45.menu, ctx_r47.softLabels)));
|
|
6997
|
+
i0.ɵɵproperty("ngClass", ctx_r47.selectedRowIndex == i_r46 ? "color-text" : "color-text1")("routerLinkActiveOptions", i0.ɵɵpureFunction0(16, _c10$1));
|
|
6975
6998
|
i0.ɵɵadvance(2);
|
|
6976
|
-
i0.ɵɵproperty("ngClass",
|
|
6999
|
+
i0.ɵɵproperty("ngClass", ctx_r47.selectedRowIndex == i_r46 ? "color-text" : "color-text1");
|
|
6977
7000
|
i0.ɵɵadvance(1);
|
|
6978
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
7001
|
+
i0.ɵɵtextInterpolate1(" ", item_r45.icon, "");
|
|
6979
7002
|
i0.ɵɵadvance(1);
|
|
6980
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(6, 10, i0.ɵɵpipeBind2(7, 13,
|
|
7003
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(6, 10, i0.ɵɵpipeBind2(7, 13, ctx_r47.translateapplicationname(item_r45.menu), ctx_r47.softLabels), ctx_r47.searchText), i0.ɵɵsanitizeHtml);
|
|
6981
7004
|
} }
|
|
6982
|
-
function
|
|
6983
|
-
i0.ɵɵelementStart(0, "div",
|
|
6984
|
-
i0.ɵɵtemplate(1,
|
|
7005
|
+
function MenuComponent_div_30_ng_container_12_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7006
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
7007
|
+
i0.ɵɵtemplate(1, MenuComponent_div_30_ng_container_12_div_1_div_1_Template, 8, 17, "div", 84);
|
|
6985
7008
|
i0.ɵɵelementEnd();
|
|
6986
7009
|
} if (rf & 2) {
|
|
6987
|
-
const
|
|
6988
|
-
const
|
|
6989
|
-
const
|
|
6990
|
-
i0.ɵɵstyleProp("background-color",
|
|
7010
|
+
const item_r45 = ctx.$implicit;
|
|
7011
|
+
const i_r46 = ctx.index;
|
|
7012
|
+
const ctx_r44 = i0.ɵɵnextContext(3);
|
|
7013
|
+
i0.ɵɵstyleProp("background-color", ctx_r44.selectedRowIndex == i_r46 ? "#f1f5f9" : "white");
|
|
6991
7014
|
i0.ɵɵadvance(1);
|
|
6992
|
-
i0.ɵɵproperty("ngIf",
|
|
7015
|
+
i0.ɵɵproperty("ngIf", item_r45.type == "link" || item_r45.type == "applicationlink");
|
|
6993
7016
|
} }
|
|
6994
|
-
function
|
|
7017
|
+
function MenuComponent_div_30_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
6995
7018
|
i0.ɵɵelementContainerStart(0);
|
|
6996
|
-
i0.ɵɵtemplate(1,
|
|
7019
|
+
i0.ɵɵtemplate(1, MenuComponent_div_30_ng_container_12_div_1_Template, 2, 3, "div", 82);
|
|
6997
7020
|
i0.ɵɵelementContainerEnd();
|
|
6998
7021
|
} if (rf & 2) {
|
|
6999
|
-
const
|
|
7022
|
+
const ctx_r43 = i0.ɵɵnextContext(2);
|
|
7000
7023
|
i0.ɵɵadvance(1);
|
|
7001
|
-
i0.ɵɵproperty("ngForOf",
|
|
7024
|
+
i0.ɵɵproperty("ngForOf", ctx_r43.items);
|
|
7002
7025
|
} }
|
|
7003
|
-
function
|
|
7004
|
-
i0.ɵɵelementStart(0, "div",
|
|
7005
|
-
i0.ɵɵelementStart(1, "div",
|
|
7026
|
+
function MenuComponent_div_30_Template(rf, ctx) { if (rf & 1) {
|
|
7027
|
+
i0.ɵɵelementStart(0, "div", 72);
|
|
7028
|
+
i0.ɵɵelementStart(1, "div", 73);
|
|
7006
7029
|
i0.ɵɵnamespaceSVG();
|
|
7007
|
-
i0.ɵɵelementStart(2, "svg",
|
|
7008
|
-
i0.ɵɵelement(3, "path",
|
|
7009
|
-
i0.ɵɵelement(4, "path",
|
|
7010
|
-
i0.ɵɵelement(5, "path",
|
|
7011
|
-
i0.ɵɵelement(6, "path",
|
|
7012
|
-
i0.ɵɵelement(7, "path",
|
|
7030
|
+
i0.ɵɵelementStart(2, "svg", 74);
|
|
7031
|
+
i0.ɵɵelement(3, "path", 75);
|
|
7032
|
+
i0.ɵɵelement(4, "path", 76);
|
|
7033
|
+
i0.ɵɵelement(5, "path", 77);
|
|
7034
|
+
i0.ɵɵelement(6, "path", 78);
|
|
7035
|
+
i0.ɵɵelement(7, "path", 79);
|
|
7013
7036
|
i0.ɵɵelementEnd();
|
|
7014
7037
|
i0.ɵɵnamespaceHTML();
|
|
7015
|
-
i0.ɵɵelementStart(8, "span",
|
|
7038
|
+
i0.ɵɵelementStart(8, "span", 80);
|
|
7016
7039
|
i0.ɵɵtext(9);
|
|
7017
7040
|
i0.ɵɵpipe(10, "translate");
|
|
7018
7041
|
i0.ɵɵelementEnd();
|
|
7019
7042
|
i0.ɵɵelementEnd();
|
|
7020
|
-
i0.ɵɵelementStart(11, "div",
|
|
7021
|
-
i0.ɵɵtemplate(12,
|
|
7043
|
+
i0.ɵɵelementStart(11, "div", 81);
|
|
7044
|
+
i0.ɵɵtemplate(12, MenuComponent_div_30_ng_container_12_Template, 2, 1, "ng-container", 16);
|
|
7022
7045
|
i0.ɵɵelementEnd();
|
|
7023
7046
|
i0.ɵɵelementEnd();
|
|
7024
7047
|
} if (rf & 2) {
|
|
7025
|
-
const
|
|
7048
|
+
const ctx_r11 = i0.ɵɵnextContext();
|
|
7026
7049
|
i0.ɵɵadvance(9);
|
|
7027
7050
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 2, "SHELL.APPLICATIONS"));
|
|
7028
7051
|
i0.ɵɵadvance(3);
|
|
7029
|
-
i0.ɵɵproperty("ngIf",
|
|
7052
|
+
i0.ɵɵproperty("ngIf", ctx_r11.items && ctx_r11.items.length > 0);
|
|
7030
7053
|
} }
|
|
7031
|
-
function
|
|
7032
|
-
const
|
|
7033
|
-
i0.ɵɵelementStart(0, "fa-icon",
|
|
7034
|
-
i0.ɵɵlistener("click", function
|
|
7054
|
+
function MenuComponent_div_31_div_1_fa_icon_10_Template(rf, ctx) { if (rf & 1) {
|
|
7055
|
+
const _r56 = i0.ɵɵgetCurrentView();
|
|
7056
|
+
i0.ɵɵelementStart(0, "fa-icon", 100);
|
|
7057
|
+
i0.ɵɵlistener("click", function MenuComponent_div_31_div_1_fa_icon_10_Template_fa_icon_click_0_listener() { i0.ɵɵrestoreView(_r56); const ctx_r55 = i0.ɵɵnextContext(3); ctx_r55.initializeWorkspaceForm(); return ctx_r55.openWorkspaceForm(); });
|
|
7035
7058
|
i0.ɵɵpipe(1, "translate");
|
|
7036
7059
|
i0.ɵɵelementEnd();
|
|
7037
7060
|
} if (rf & 2) {
|
|
7038
7061
|
i0.ɵɵnextContext(3);
|
|
7039
|
-
const
|
|
7062
|
+
const _r19 = i0.ɵɵreference(39);
|
|
7040
7063
|
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(1, 2, "APP.ADDDASHBOARD"));
|
|
7041
|
-
i0.ɵɵproperty("satPopoverAnchorFor",
|
|
7064
|
+
i0.ɵɵproperty("satPopoverAnchorFor", _r19);
|
|
7042
7065
|
} }
|
|
7043
|
-
function
|
|
7044
|
-
const
|
|
7045
|
-
i0.ɵɵelementStart(0, "div",
|
|
7046
|
-
i0.ɵɵelementStart(2, "button",
|
|
7047
|
-
i0.ɵɵlistener("mousedown", function
|
|
7066
|
+
function MenuComponent_div_31_div_1_ng_container_12_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7067
|
+
const _r62 = i0.ɵɵgetCurrentView();
|
|
7068
|
+
i0.ɵɵelementStart(0, "div", 102, 103);
|
|
7069
|
+
i0.ɵɵelementStart(2, "button", 104);
|
|
7070
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_31_div_1_ng_container_12_div_1_Template_button_mousedown_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r62); const wc_r58 = restoredCtx.$implicit; const ctx_r61 = i0.ɵɵnextContext(4); return ctx_r61.selectMenu(wc_r58, $event); })("click", function MenuComponent_div_31_div_1_ng_container_12_div_1_Template_button_click_2_listener() { const restoredCtx = i0.ɵɵrestoreView(_r62); const wc_r58 = restoredCtx.$implicit; const ctx_r63 = i0.ɵɵnextContext(4); return ctx_r63.navigateToUrl(wc_r58.workspaceId); });
|
|
7048
7071
|
i0.ɵɵnamespaceSVG();
|
|
7049
|
-
i0.ɵɵelementStart(3, "svg",
|
|
7050
|
-
i0.ɵɵelement(4, "rect",
|
|
7051
|
-
i0.ɵɵelement(5, "rect",
|
|
7052
|
-
i0.ɵɵelement(6, "rect",
|
|
7053
|
-
i0.ɵɵelement(7, "rect",
|
|
7072
|
+
i0.ɵɵelementStart(3, "svg", 92);
|
|
7073
|
+
i0.ɵɵelement(4, "rect", 93);
|
|
7074
|
+
i0.ɵɵelement(5, "rect", 94);
|
|
7075
|
+
i0.ɵɵelement(6, "rect", 95);
|
|
7076
|
+
i0.ɵɵelement(7, "rect", 96);
|
|
7054
7077
|
i0.ɵɵelementEnd();
|
|
7055
7078
|
i0.ɵɵnamespaceHTML();
|
|
7056
|
-
i0.ɵɵelement(8, "span",
|
|
7079
|
+
i0.ɵɵelement(8, "span", 105);
|
|
7057
7080
|
i0.ɵɵpipe(9, "highLightText");
|
|
7058
7081
|
i0.ɵɵelementEnd();
|
|
7059
7082
|
i0.ɵɵelementEnd();
|
|
7060
7083
|
} if (rf & 2) {
|
|
7061
|
-
const
|
|
7062
|
-
const
|
|
7063
|
-
const
|
|
7064
|
-
i0.ɵɵstyleProp("background-color",
|
|
7084
|
+
const wc_r58 = ctx.$implicit;
|
|
7085
|
+
const i_r59 = ctx.index;
|
|
7086
|
+
const ctx_r57 = i0.ɵɵnextContext(4);
|
|
7087
|
+
i0.ɵɵstyleProp("background-color", ctx_r57.ws == i_r59 ? "#f1f5f9" : "white");
|
|
7065
7088
|
i0.ɵɵadvance(2);
|
|
7066
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/dashboard/",
|
|
7067
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
7068
|
-
i0.ɵɵproperty("ngClass",
|
|
7089
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/dashboard/", wc_r58.workspaceId, "");
|
|
7090
|
+
i0.ɵɵpropertyInterpolate("matTooltip", wc_r58.workspaceName);
|
|
7091
|
+
i0.ɵɵproperty("ngClass", ctx_r57.ws == i_r59 ? "color-text" : "color-text1");
|
|
7069
7092
|
i0.ɵɵadvance(6);
|
|
7070
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 6,
|
|
7093
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 6, wc_r58.workspaceName, ctx_r57.searchText), i0.ɵɵsanitizeHtml);
|
|
7071
7094
|
} }
|
|
7072
|
-
function
|
|
7095
|
+
function MenuComponent_div_31_div_1_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
7073
7096
|
i0.ɵɵelementContainerStart(0);
|
|
7074
|
-
i0.ɵɵtemplate(1,
|
|
7097
|
+
i0.ɵɵtemplate(1, MenuComponent_div_31_div_1_ng_container_12_div_1_Template, 10, 9, "div", 101);
|
|
7075
7098
|
i0.ɵɵelementContainerEnd();
|
|
7076
7099
|
} if (rf & 2) {
|
|
7077
|
-
const
|
|
7100
|
+
const ctx_r54 = i0.ɵɵnextContext(3);
|
|
7078
7101
|
i0.ɵɵadvance(1);
|
|
7079
|
-
i0.ɵɵproperty("ngForOf",
|
|
7102
|
+
i0.ɵɵproperty("ngForOf", ctx_r54.workspaces);
|
|
7080
7103
|
} }
|
|
7081
|
-
function
|
|
7082
|
-
i0.ɵɵelementStart(0, "div",
|
|
7083
|
-
i0.ɵɵelementStart(1, "div",
|
|
7104
|
+
function MenuComponent_div_31_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7105
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
7106
|
+
i0.ɵɵelementStart(1, "div", 91);
|
|
7084
7107
|
i0.ɵɵnamespaceSVG();
|
|
7085
|
-
i0.ɵɵelementStart(2, "svg",
|
|
7086
|
-
i0.ɵɵelement(3, "rect",
|
|
7087
|
-
i0.ɵɵelement(4, "rect",
|
|
7088
|
-
i0.ɵɵelement(5, "rect",
|
|
7089
|
-
i0.ɵɵelement(6, "rect",
|
|
7108
|
+
i0.ɵɵelementStart(2, "svg", 92);
|
|
7109
|
+
i0.ɵɵelement(3, "rect", 93);
|
|
7110
|
+
i0.ɵɵelement(4, "rect", 94);
|
|
7111
|
+
i0.ɵɵelement(5, "rect", 95);
|
|
7112
|
+
i0.ɵɵelement(6, "rect", 96);
|
|
7090
7113
|
i0.ɵɵelementEnd();
|
|
7091
7114
|
i0.ɵɵnamespaceHTML();
|
|
7092
|
-
i0.ɵɵelementStart(7, "span",
|
|
7115
|
+
i0.ɵɵelementStart(7, "span", 97);
|
|
7093
7116
|
i0.ɵɵtext(8);
|
|
7094
7117
|
i0.ɵɵpipe(9, "translate");
|
|
7095
7118
|
i0.ɵɵelementEnd();
|
|
7096
|
-
i0.ɵɵtemplate(10,
|
|
7119
|
+
i0.ɵɵtemplate(10, MenuComponent_div_31_div_1_fa_icon_10_Template, 2, 4, "fa-icon", 98);
|
|
7097
7120
|
i0.ɵɵelementEnd();
|
|
7098
|
-
i0.ɵɵelementStart(11, "div",
|
|
7099
|
-
i0.ɵɵtemplate(12,
|
|
7121
|
+
i0.ɵɵelementStart(11, "div", 99);
|
|
7122
|
+
i0.ɵɵtemplate(12, MenuComponent_div_31_div_1_ng_container_12_Template, 2, 1, "ng-container", 16);
|
|
7100
7123
|
i0.ɵɵelementEnd();
|
|
7101
7124
|
i0.ɵɵelementEnd();
|
|
7102
7125
|
} if (rf & 2) {
|
|
7103
|
-
const
|
|
7126
|
+
const ctx_r52 = i0.ɵɵnextContext(2);
|
|
7104
7127
|
i0.ɵɵadvance(8);
|
|
7105
7128
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 3, "SHELL.DASHBOARDS"));
|
|
7106
7129
|
i0.ɵɵadvance(2);
|
|
7107
|
-
i0.ɵɵproperty("ngIf",
|
|
7130
|
+
i0.ɵɵproperty("ngIf", ctx_r52.canAccess_feature_AddDashboard);
|
|
7108
7131
|
i0.ɵɵadvance(2);
|
|
7109
|
-
i0.ɵɵproperty("ngIf",
|
|
7132
|
+
i0.ɵɵproperty("ngIf", ctx_r52.workspaces && ctx_r52.workspaces.length > 0);
|
|
7110
7133
|
} }
|
|
7111
|
-
function
|
|
7112
|
-
i0.ɵɵelementStart(0, "div",
|
|
7113
|
-
i0.ɵɵtemplate(1,
|
|
7134
|
+
function MenuComponent_div_31_Template(rf, ctx) { if (rf & 1) {
|
|
7135
|
+
i0.ɵɵelementStart(0, "div", 62);
|
|
7136
|
+
i0.ɵɵtemplate(1, MenuComponent_div_31_div_1_Template, 13, 5, "div", 89);
|
|
7114
7137
|
i0.ɵɵelementEnd();
|
|
7115
7138
|
} if (rf & 2) {
|
|
7116
|
-
const
|
|
7139
|
+
const ctx_r12 = i0.ɵɵnextContext();
|
|
7117
7140
|
i0.ɵɵadvance(1);
|
|
7118
|
-
i0.ɵɵproperty("ngIf",
|
|
7141
|
+
i0.ɵɵproperty("ngIf", ctx_r12.workspaces && ctx_r12.workspaces.length > 0);
|
|
7119
7142
|
} }
|
|
7120
|
-
function
|
|
7121
|
-
const
|
|
7143
|
+
function MenuComponent_div_32_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
7144
|
+
const _r68 = i0.ɵɵgetCurrentView();
|
|
7122
7145
|
i0.ɵɵelementStart(0, "div");
|
|
7123
|
-
i0.ɵɵelementStart(1, "button",
|
|
7124
|
-
i0.ɵɵlistener("mousedown", function
|
|
7146
|
+
i0.ɵɵelementStart(1, "button", 109);
|
|
7147
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_32_div_5_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r68); const widget_r65 = restoredCtx.$implicit; const ctx_r67 = i0.ɵɵnextContext(2); return ctx_r67.OnSelect(widget_r65, $event); });
|
|
7125
7148
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7126
|
-
i0.ɵɵelement(3, "span",
|
|
7149
|
+
i0.ɵɵelement(3, "span", 110);
|
|
7127
7150
|
i0.ɵɵpipe(4, "highLightText");
|
|
7128
7151
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7129
7152
|
i0.ɵɵelementEnd();
|
|
7130
7153
|
i0.ɵɵelementEnd();
|
|
7131
7154
|
} if (rf & 2) {
|
|
7132
|
-
const
|
|
7133
|
-
const
|
|
7134
|
-
const
|
|
7135
|
-
i0.ɵɵstyleProp("background-color",
|
|
7155
|
+
const widget_r65 = ctx.$implicit;
|
|
7156
|
+
const i_r66 = ctx.index;
|
|
7157
|
+
const ctx_r64 = i0.ɵɵnextContext(2);
|
|
7158
|
+
i0.ɵɵstyleProp("background-color", ctx_r64.wd == i_r66 ? ctx_r64.themeBaseColor : "white");
|
|
7136
7159
|
i0.ɵɵadvance(1);
|
|
7137
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/widgets/",
|
|
7138
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 7,
|
|
7139
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(16, _c10$1))("ngClass",
|
|
7160
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/widgets/", widget_r65.widgetId, "");
|
|
7161
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 7, widget_r65.widgetName, ctx_r64.softLabels));
|
|
7162
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(16, _c10$1))("ngClass", ctx_r64.wd == i_r66 ? "color-text" : "color-text1");
|
|
7140
7163
|
i0.ɵɵadvance(2);
|
|
7141
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 10, i0.ɵɵpipeBind2(5, 13,
|
|
7164
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 10, i0.ɵɵpipeBind2(5, 13, widget_r65.widgetName, ctx_r64.softLabels), ctx_r64.searchText), i0.ɵɵsanitizeHtml);
|
|
7142
7165
|
} }
|
|
7143
|
-
function
|
|
7144
|
-
i0.ɵɵelementStart(0, "div",
|
|
7145
|
-
i0.ɵɵelementStart(1, "div",
|
|
7166
|
+
function MenuComponent_div_32_Template(rf, ctx) { if (rf & 1) {
|
|
7167
|
+
i0.ɵɵelementStart(0, "div", 106);
|
|
7168
|
+
i0.ɵɵelementStart(1, "div", 64);
|
|
7146
7169
|
i0.ɵɵtext(2);
|
|
7147
7170
|
i0.ɵɵpipe(3, "translate");
|
|
7148
7171
|
i0.ɵɵelementEnd();
|
|
7149
|
-
i0.ɵɵelementStart(4, "div",
|
|
7150
|
-
i0.ɵɵtemplate(5,
|
|
7172
|
+
i0.ɵɵelementStart(4, "div", 107);
|
|
7173
|
+
i0.ɵɵtemplate(5, MenuComponent_div_32_div_5_Template, 6, 17, "div", 108);
|
|
7151
7174
|
i0.ɵɵelementEnd();
|
|
7152
7175
|
i0.ɵɵelementEnd();
|
|
7153
7176
|
} if (rf & 2) {
|
|
7154
|
-
const
|
|
7177
|
+
const ctx_r13 = i0.ɵɵnextContext();
|
|
7155
7178
|
i0.ɵɵadvance(2);
|
|
7156
7179
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "SHELL.FAVOURITEAPPS"));
|
|
7157
7180
|
i0.ɵɵadvance(3);
|
|
7158
|
-
i0.ɵɵproperty("ngForOf",
|
|
7181
|
+
i0.ɵɵproperty("ngForOf", ctx_r13.widgets);
|
|
7159
7182
|
} }
|
|
7160
|
-
function
|
|
7161
|
-
const
|
|
7183
|
+
function MenuComponent_div_33_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
7184
|
+
const _r73 = i0.ɵɵgetCurrentView();
|
|
7162
7185
|
i0.ɵɵelementStart(0, "div");
|
|
7163
|
-
i0.ɵɵelementStart(1, "button",
|
|
7164
|
-
i0.ɵɵlistener("mousedown", function
|
|
7186
|
+
i0.ɵɵelementStart(1, "button", 112);
|
|
7187
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_33_div_4_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r73); const project_r70 = restoredCtx.$implicit; const ctx_r72 = i0.ɵɵnextContext(2); return ctx_r72.onProjectSelect(project_r70, $event); });
|
|
7165
7188
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7166
|
-
i0.ɵɵelement(3, "span",
|
|
7189
|
+
i0.ɵɵelement(3, "span", 110);
|
|
7167
7190
|
i0.ɵɵpipe(4, "highLightText");
|
|
7168
7191
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7169
7192
|
i0.ɵɵelementEnd();
|
|
7170
7193
|
i0.ɵɵelementEnd();
|
|
7171
7194
|
} if (rf & 2) {
|
|
7172
|
-
const
|
|
7173
|
-
const
|
|
7174
|
-
const
|
|
7175
|
-
i0.ɵɵstyleProp("background-color",
|
|
7195
|
+
const project_r70 = ctx.$implicit;
|
|
7196
|
+
const i_r71 = ctx.index;
|
|
7197
|
+
const ctx_r69 = i0.ɵɵnextContext(2);
|
|
7198
|
+
i0.ɵɵstyleProp("background-color", ctx_r69.projectIndex == i_r71 ? ctx_r69.themeBaseColor : "white");
|
|
7176
7199
|
i0.ɵɵadvance(1);
|
|
7177
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6,
|
|
7178
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
7200
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6, project_r70.itemName, ctx_r69.softLabels));
|
|
7201
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r69.projectIndex == i_r71 ? "color-text" : "color-text1");
|
|
7179
7202
|
i0.ɵɵadvance(2);
|
|
7180
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12,
|
|
7203
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12, project_r70.itemName, ctx_r69.softLabels), ctx_r69.searchText), i0.ɵɵsanitizeHtml);
|
|
7181
7204
|
} }
|
|
7182
|
-
function
|
|
7183
|
-
i0.ɵɵelementStart(0, "div",
|
|
7184
|
-
i0.ɵɵelementStart(1, "div",
|
|
7205
|
+
function MenuComponent_div_33_Template(rf, ctx) { if (rf & 1) {
|
|
7206
|
+
i0.ɵɵelementStart(0, "div", 63);
|
|
7207
|
+
i0.ɵɵelementStart(1, "div", 64);
|
|
7185
7208
|
i0.ɵɵtext(2, "Projects");
|
|
7186
7209
|
i0.ɵɵelementEnd();
|
|
7187
|
-
i0.ɵɵelementStart(3, "div",
|
|
7188
|
-
i0.ɵɵtemplate(4,
|
|
7210
|
+
i0.ɵɵelementStart(3, "div", 111);
|
|
7211
|
+
i0.ɵɵtemplate(4, MenuComponent_div_33_div_4_Template, 6, 16, "div", 108);
|
|
7189
7212
|
i0.ɵɵelementEnd();
|
|
7190
7213
|
i0.ɵɵelementEnd();
|
|
7191
7214
|
} if (rf & 2) {
|
|
7192
|
-
const
|
|
7215
|
+
const ctx_r14 = i0.ɵɵnextContext();
|
|
7193
7216
|
i0.ɵɵadvance(4);
|
|
7194
|
-
i0.ɵɵproperty("ngForOf",
|
|
7217
|
+
i0.ɵɵproperty("ngForOf", ctx_r14.projectList);
|
|
7195
7218
|
} }
|
|
7196
|
-
function
|
|
7197
|
-
i0.ɵɵelementStart(0, "div",
|
|
7219
|
+
function MenuComponent_div_34_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7220
|
+
i0.ɵɵelementStart(0, "div", 64);
|
|
7198
7221
|
i0.ɵɵtext(1);
|
|
7199
7222
|
i0.ɵɵpipe(2, "translate");
|
|
7200
7223
|
i0.ɵɵelementEnd();
|
|
@@ -7202,8 +7225,8 @@ function MenuComponent_div_33_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
7202
7225
|
i0.ɵɵadvance(1);
|
|
7203
7226
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "SHELL.WIBUG"));
|
|
7204
7227
|
} }
|
|
7205
|
-
function
|
|
7206
|
-
i0.ɵɵelementStart(0, "div",
|
|
7228
|
+
function MenuComponent_div_34_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
7229
|
+
i0.ɵɵelementStart(0, "div", 64);
|
|
7207
7230
|
i0.ɵɵtext(1);
|
|
7208
7231
|
i0.ɵɵpipe(2, "translate");
|
|
7209
7232
|
i0.ɵɵelementEnd();
|
|
@@ -7211,149 +7234,149 @@ function MenuComponent_div_33_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
7211
7234
|
i0.ɵɵadvance(1);
|
|
7212
7235
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "SHELL.WI"));
|
|
7213
7236
|
} }
|
|
7214
|
-
function
|
|
7215
|
-
const
|
|
7237
|
+
function MenuComponent_div_34_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
7238
|
+
const _r80 = i0.ɵɵgetCurrentView();
|
|
7216
7239
|
i0.ɵɵelementStart(0, "div");
|
|
7217
|
-
i0.ɵɵelementStart(1, "button",
|
|
7218
|
-
i0.ɵɵlistener("mousedown", function
|
|
7240
|
+
i0.ɵɵelementStart(1, "button", 112);
|
|
7241
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_34_div_4_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r80); const userStory_r77 = restoredCtx.$implicit; const ctx_r79 = i0.ɵɵnextContext(2); return ctx_r79.OnUserStorySelect(userStory_r77, $event); });
|
|
7219
7242
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7220
|
-
i0.ɵɵelement(3, "span",
|
|
7243
|
+
i0.ɵɵelement(3, "span", 110);
|
|
7221
7244
|
i0.ɵɵpipe(4, "highLightText");
|
|
7222
7245
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7223
7246
|
i0.ɵɵelementEnd();
|
|
7224
7247
|
i0.ɵɵelementEnd();
|
|
7225
7248
|
} if (rf & 2) {
|
|
7226
|
-
const
|
|
7227
|
-
const
|
|
7228
|
-
const
|
|
7229
|
-
i0.ɵɵstyleProp("background-color",
|
|
7249
|
+
const userStory_r77 = ctx.$implicit;
|
|
7250
|
+
const i_r78 = ctx.index;
|
|
7251
|
+
const ctx_r76 = i0.ɵɵnextContext(2);
|
|
7252
|
+
i0.ɵɵstyleProp("background-color", ctx_r76.users == i_r78 ? ctx_r76.themeBaseColor : "white");
|
|
7230
7253
|
i0.ɵɵadvance(1);
|
|
7231
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6,
|
|
7232
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
7254
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6, userStory_r77.itemName, ctx_r76.softLabels));
|
|
7255
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r76.users == i_r78 ? "color-text" : "color-text1");
|
|
7233
7256
|
i0.ɵɵadvance(2);
|
|
7234
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12,
|
|
7257
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12, userStory_r77.itemName, ctx_r76.softLabels), ctx_r76.searchText), i0.ɵɵsanitizeHtml);
|
|
7235
7258
|
} }
|
|
7236
|
-
function
|
|
7237
|
-
i0.ɵɵelementStart(0, "div",
|
|
7238
|
-
i0.ɵɵtemplate(1,
|
|
7239
|
-
i0.ɵɵtemplate(2,
|
|
7240
|
-
i0.ɵɵelementStart(3, "div",
|
|
7241
|
-
i0.ɵɵtemplate(4,
|
|
7259
|
+
function MenuComponent_div_34_Template(rf, ctx) { if (rf & 1) {
|
|
7260
|
+
i0.ɵɵelementStart(0, "div", 63);
|
|
7261
|
+
i0.ɵɵtemplate(1, MenuComponent_div_34_div_1_Template, 3, 3, "div", 113);
|
|
7262
|
+
i0.ɵɵtemplate(2, MenuComponent_div_34_div_2_Template, 3, 3, "div", 113);
|
|
7263
|
+
i0.ɵɵelementStart(3, "div", 114);
|
|
7264
|
+
i0.ɵɵtemplate(4, MenuComponent_div_34_div_4_Template, 6, 16, "div", 108);
|
|
7242
7265
|
i0.ɵɵelementEnd();
|
|
7243
7266
|
i0.ɵɵelementEnd();
|
|
7244
7267
|
} if (rf & 2) {
|
|
7245
|
-
const
|
|
7268
|
+
const ctx_r15 = i0.ɵɵnextContext();
|
|
7246
7269
|
i0.ɵɵadvance(1);
|
|
7247
|
-
i0.ɵɵproperty("ngIf",
|
|
7270
|
+
i0.ɵɵproperty("ngIf", ctx_r15.isEnableBugBoard);
|
|
7248
7271
|
i0.ɵɵadvance(1);
|
|
7249
|
-
i0.ɵɵproperty("ngIf", !
|
|
7272
|
+
i0.ɵɵproperty("ngIf", !ctx_r15.isEnableBugBoard);
|
|
7250
7273
|
i0.ɵɵadvance(2);
|
|
7251
|
-
i0.ɵɵproperty("ngForOf",
|
|
7274
|
+
i0.ɵɵproperty("ngForOf", ctx_r15.userStorySearchList);
|
|
7252
7275
|
} }
|
|
7253
|
-
function
|
|
7254
|
-
const
|
|
7276
|
+
function MenuComponent_div_35_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
7277
|
+
const _r85 = i0.ɵɵgetCurrentView();
|
|
7255
7278
|
i0.ɵɵelementStart(0, "div");
|
|
7256
|
-
i0.ɵɵelementStart(1, "button",
|
|
7257
|
-
i0.ɵɵlistener("mousedown", function
|
|
7279
|
+
i0.ɵɵelementStart(1, "button", 112);
|
|
7280
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_35_div_5_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r85); const goal_r82 = restoredCtx.$implicit; const ctx_r84 = i0.ɵɵnextContext(2); return ctx_r84.OnGoalSelect(goal_r82, $event); });
|
|
7258
7281
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7259
|
-
i0.ɵɵelement(3, "span",
|
|
7282
|
+
i0.ɵɵelement(3, "span", 110);
|
|
7260
7283
|
i0.ɵɵpipe(4, "highLightText");
|
|
7261
7284
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7262
7285
|
i0.ɵɵelementEnd();
|
|
7263
7286
|
i0.ɵɵelementEnd();
|
|
7264
7287
|
} if (rf & 2) {
|
|
7265
|
-
const
|
|
7266
|
-
const
|
|
7267
|
-
const
|
|
7268
|
-
i0.ɵɵstyleProp("background-color",
|
|
7288
|
+
const goal_r82 = ctx.$implicit;
|
|
7289
|
+
const i_r83 = ctx.index;
|
|
7290
|
+
const ctx_r81 = i0.ɵɵnextContext(2);
|
|
7291
|
+
i0.ɵɵstyleProp("background-color", ctx_r81.goalIndex == i_r83 ? ctx_r81.themeBaseColor : "white");
|
|
7269
7292
|
i0.ɵɵadvance(1);
|
|
7270
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6,
|
|
7271
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
7293
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6, goal_r82.itemName, ctx_r81.softLabels));
|
|
7294
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r81.goalIndex == i_r83 ? "color-text" : "color-text1");
|
|
7272
7295
|
i0.ɵɵadvance(2);
|
|
7273
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12,
|
|
7296
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12, goal_r82.itemName, ctx_r81.softLabels), ctx_r81.searchText), i0.ɵɵsanitizeHtml);
|
|
7274
7297
|
} }
|
|
7275
|
-
function
|
|
7276
|
-
i0.ɵɵelementStart(0, "div",
|
|
7277
|
-
i0.ɵɵelementStart(1, "div",
|
|
7298
|
+
function MenuComponent_div_35_Template(rf, ctx) { if (rf & 1) {
|
|
7299
|
+
i0.ɵɵelementStart(0, "div", 63);
|
|
7300
|
+
i0.ɵɵelementStart(1, "div", 64);
|
|
7278
7301
|
i0.ɵɵtext(2);
|
|
7279
7302
|
i0.ɵɵpipe(3, "translate");
|
|
7280
7303
|
i0.ɵɵelementEnd();
|
|
7281
|
-
i0.ɵɵelementStart(4, "div",
|
|
7282
|
-
i0.ɵɵtemplate(5,
|
|
7304
|
+
i0.ɵɵelementStart(4, "div", 115);
|
|
7305
|
+
i0.ɵɵtemplate(5, MenuComponent_div_35_div_5_Template, 6, 16, "div", 108);
|
|
7283
7306
|
i0.ɵɵelementEnd();
|
|
7284
7307
|
i0.ɵɵelementEnd();
|
|
7285
7308
|
} if (rf & 2) {
|
|
7286
|
-
const
|
|
7309
|
+
const ctx_r16 = i0.ɵɵnextContext();
|
|
7287
7310
|
i0.ɵɵadvance(2);
|
|
7288
7311
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "SHELL.GOALSPRINT"));
|
|
7289
7312
|
i0.ɵɵadvance(3);
|
|
7290
|
-
i0.ɵɵproperty("ngForOf",
|
|
7313
|
+
i0.ɵɵproperty("ngForOf", ctx_r16.goalSearchList);
|
|
7291
7314
|
} }
|
|
7292
|
-
function
|
|
7293
|
-
const
|
|
7294
|
-
i0.ɵɵelementStart(0, "div",
|
|
7295
|
-
i0.ɵɵelementStart(2, "button",
|
|
7296
|
-
i0.ɵɵlistener("mousedown", function
|
|
7297
|
-
i0.ɵɵelementStart(3, "div",
|
|
7298
|
-
i0.ɵɵelementStart(4, "app-avatar",
|
|
7299
|
-
i0.ɵɵlistener("click", function
|
|
7315
|
+
function MenuComponent_div_36_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
7316
|
+
const _r91 = i0.ɵɵgetCurrentView();
|
|
7317
|
+
i0.ɵɵelementStart(0, "div", 118, 103);
|
|
7318
|
+
i0.ɵɵelementStart(2, "button", 119);
|
|
7319
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_36_div_4_Template_button_mousedown_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r91); const employee_r87 = restoredCtx.$implicit; const ctx_r90 = i0.ɵɵnextContext(2); return ctx_r90.selectEmployee(employee_r87, $event); });
|
|
7320
|
+
i0.ɵɵelementStart(3, "div", 120);
|
|
7321
|
+
i0.ɵɵelementStart(4, "app-avatar", 121);
|
|
7322
|
+
i0.ɵɵlistener("click", function MenuComponent_div_36_div_4_Template_app_avatar_click_4_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r91); const employee_r87 = restoredCtx.$implicit; const ctx_r92 = i0.ɵɵnextContext(2); ctx_r92.profilePage(employee_r87.userId); return $event.stopPropagation(); });
|
|
7300
7323
|
i0.ɵɵpipe(5, "removeSpecialCharacters");
|
|
7301
7324
|
i0.ɵɵpipe(6, "fetchSizedAndCachedImage");
|
|
7302
7325
|
i0.ɵɵelementEnd();
|
|
7303
|
-
i0.ɵɵelementStart(7, "div",
|
|
7304
|
-
i0.ɵɵelement(8, "span",
|
|
7326
|
+
i0.ɵɵelementStart(7, "div", 122);
|
|
7327
|
+
i0.ɵɵelement(8, "span", 110);
|
|
7305
7328
|
i0.ɵɵpipe(9, "highLightText");
|
|
7306
7329
|
i0.ɵɵelementEnd();
|
|
7307
7330
|
i0.ɵɵelementEnd();
|
|
7308
7331
|
i0.ɵɵelementEnd();
|
|
7309
7332
|
i0.ɵɵelementEnd();
|
|
7310
7333
|
} if (rf & 2) {
|
|
7311
|
-
const
|
|
7312
|
-
const
|
|
7313
|
-
const
|
|
7314
|
-
i0.ɵɵstyleProp("background-color",
|
|
7334
|
+
const employee_r87 = ctx.$implicit;
|
|
7335
|
+
const i_r88 = ctx.index;
|
|
7336
|
+
const ctx_r86 = i0.ɵɵnextContext(2);
|
|
7337
|
+
i0.ɵɵstyleProp("background-color", ctx_r86.selectedEmployeeIndex == i_r88 ? ctx_r86.themeBaseColor : "white");
|
|
7315
7338
|
i0.ɵɵadvance(2);
|
|
7316
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard/profile/",
|
|
7317
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
7318
|
-
i0.ɵɵproperty("ngClass",
|
|
7339
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard/profile/", employee_r87.itemId, "/overview");
|
|
7340
|
+
i0.ɵɵpropertyInterpolate("matTooltip", employee_r87.itemName);
|
|
7341
|
+
i0.ɵɵproperty("ngClass", ctx_r86.selectedEmployeeIndex == i_r88 ? "color-text" : "color-text1");
|
|
7319
7342
|
i0.ɵɵadvance(2);
|
|
7320
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
7321
|
-
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(5, 10,
|
|
7343
|
+
i0.ɵɵpropertyInterpolate("matTooltip", employee_r87.itemName);
|
|
7344
|
+
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(5, 10, employee_r87.itemName))("src", i0.ɵɵpipeBind3(6, 12, employee_r87.profileImage, "20", ""))("isRound", true);
|
|
7322
7345
|
i0.ɵɵadvance(4);
|
|
7323
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 16,
|
|
7346
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 16, employee_r87.itemName, ctx_r86.searchText), i0.ɵɵsanitizeHtml);
|
|
7324
7347
|
} }
|
|
7325
|
-
function
|
|
7326
|
-
i0.ɵɵelementStart(0, "div",
|
|
7327
|
-
i0.ɵɵelementStart(1, "div",
|
|
7348
|
+
function MenuComponent_div_36_Template(rf, ctx) { if (rf & 1) {
|
|
7349
|
+
i0.ɵɵelementStart(0, "div", 106);
|
|
7350
|
+
i0.ɵɵelementStart(1, "div", 64);
|
|
7328
7351
|
i0.ɵɵtext(2, "Employees");
|
|
7329
7352
|
i0.ɵɵelementEnd();
|
|
7330
|
-
i0.ɵɵelementStart(3, "div",
|
|
7331
|
-
i0.ɵɵtemplate(4,
|
|
7353
|
+
i0.ɵɵelementStart(3, "div", 116);
|
|
7354
|
+
i0.ɵɵtemplate(4, MenuComponent_div_36_div_4_Template, 10, 19, "div", 117);
|
|
7332
7355
|
i0.ɵɵelementEnd();
|
|
7333
7356
|
i0.ɵɵelementEnd();
|
|
7334
7357
|
} if (rf & 2) {
|
|
7335
|
-
const
|
|
7358
|
+
const ctx_r17 = i0.ɵɵnextContext();
|
|
7336
7359
|
i0.ɵɵadvance(4);
|
|
7337
|
-
i0.ɵɵproperty("ngForOf",
|
|
7360
|
+
i0.ɵɵproperty("ngForOf", ctx_r17.employeeList);
|
|
7338
7361
|
} }
|
|
7339
|
-
function
|
|
7340
|
-
const
|
|
7341
|
-
i0.ɵɵelementStart(0, "div",
|
|
7342
|
-
i0.ɵɵelementStart(1, "button",
|
|
7343
|
-
i0.ɵɵlistener("mousedown", function
|
|
7362
|
+
function MenuComponent_div_37_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
7363
|
+
const _r97 = i0.ɵɵgetCurrentView();
|
|
7364
|
+
i0.ɵɵelementStart(0, "div", 131);
|
|
7365
|
+
i0.ɵɵelementStart(1, "button", 132);
|
|
7366
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_37_div_9_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r97); const search_r94 = restoredCtx.$implicit; const ctx_r96 = i0.ɵɵnextContext(2); ctx_r96.searchText = search_r94.recentSearch; return ctx_r96.SearchRecentItem(search_r94, $event); });
|
|
7344
7367
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7345
7368
|
i0.ɵɵpipe(3, "timeago");
|
|
7346
7369
|
i0.ɵɵnamespaceSVG();
|
|
7347
|
-
i0.ɵɵelementStart(4, "svg",
|
|
7348
|
-
i0.ɵɵelement(5, "circle",
|
|
7349
|
-
i0.ɵɵelement(6, "polyline",
|
|
7370
|
+
i0.ɵɵelementStart(4, "svg", 133);
|
|
7371
|
+
i0.ɵɵelement(5, "circle", 126);
|
|
7372
|
+
i0.ɵɵelement(6, "polyline", 127);
|
|
7350
7373
|
i0.ɵɵelementEnd();
|
|
7351
7374
|
i0.ɵɵnamespaceHTML();
|
|
7352
|
-
i0.ɵɵelementStart(7, "span",
|
|
7353
|
-
i0.ɵɵelement(8, "span",
|
|
7375
|
+
i0.ɵɵelementStart(7, "span", 134);
|
|
7376
|
+
i0.ɵɵelement(8, "span", 135);
|
|
7354
7377
|
i0.ɵɵpipe(9, "highLightText");
|
|
7355
7378
|
i0.ɵɵpipe(10, "softLabelsPipe");
|
|
7356
|
-
i0.ɵɵelementStart(11, "span",
|
|
7379
|
+
i0.ɵɵelementStart(11, "span", 136);
|
|
7357
7380
|
i0.ɵɵtext(12);
|
|
7358
7381
|
i0.ɵɵpipe(13, "timeago");
|
|
7359
7382
|
i0.ɵɵelementEnd();
|
|
@@ -7361,45 +7384,45 @@ function MenuComponent_div_36_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
7361
7384
|
i0.ɵɵelementEnd();
|
|
7362
7385
|
i0.ɵɵelementEnd();
|
|
7363
7386
|
} if (rf & 2) {
|
|
7364
|
-
const
|
|
7365
|
-
const
|
|
7366
|
-
const
|
|
7367
|
-
i0.ɵɵstyleProp("background-color",
|
|
7387
|
+
const search_r94 = ctx.$implicit;
|
|
7388
|
+
const i_r95 = ctx.index;
|
|
7389
|
+
const ctx_r93 = i0.ɵɵnextContext(2);
|
|
7390
|
+
i0.ɵɵstyleProp("background-color", ctx_r93.rs == i_r95 ? "#f1f5f9" : "white");
|
|
7368
7391
|
i0.ɵɵadvance(1);
|
|
7369
|
-
i0.ɵɵpropertyInterpolate2("matTooltip", "", i0.ɵɵpipeBind2(2, 7,
|
|
7370
|
-
i0.ɵɵproperty("ngClass",
|
|
7392
|
+
i0.ɵɵpropertyInterpolate2("matTooltip", "", i0.ɵɵpipeBind2(2, 7, search_r94.recentSearch, ctx_r93.softLabels), " \n (", i0.ɵɵpipeBind1(3, 10, ctx_r93.convertToLocalTime(search_r94.createdDateTime)), ")");
|
|
7393
|
+
i0.ɵɵproperty("ngClass", ctx_r93.rs == i_r95 ? "color-text" : "color-text1");
|
|
7371
7394
|
i0.ɵɵadvance(7);
|
|
7372
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 12, i0.ɵɵpipeBind2(10, 15,
|
|
7395
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 12, i0.ɵɵpipeBind2(10, 15, search_r94.recentSearch, ctx_r93.softLabels), ctx_r93.searchText), i0.ɵɵsanitizeHtml);
|
|
7373
7396
|
i0.ɵɵadvance(4);
|
|
7374
|
-
i0.ɵɵtextInterpolate1("(", i0.ɵɵpipeBind1(13, 18,
|
|
7397
|
+
i0.ɵɵtextInterpolate1("(", i0.ɵɵpipeBind1(13, 18, ctx_r93.convertToLocalTime(search_r94.createdDateTime)), ")");
|
|
7375
7398
|
} }
|
|
7376
|
-
function
|
|
7377
|
-
i0.ɵɵelementStart(0, "div",
|
|
7378
|
-
i0.ɵɵelementStart(1, "div",
|
|
7399
|
+
function MenuComponent_div_37_Template(rf, ctx) { if (rf & 1) {
|
|
7400
|
+
i0.ɵɵelementStart(0, "div", 123);
|
|
7401
|
+
i0.ɵɵelementStart(1, "div", 124);
|
|
7379
7402
|
i0.ɵɵnamespaceSVG();
|
|
7380
|
-
i0.ɵɵelementStart(2, "svg",
|
|
7381
|
-
i0.ɵɵelement(3, "circle",
|
|
7382
|
-
i0.ɵɵelement(4, "polyline",
|
|
7403
|
+
i0.ɵɵelementStart(2, "svg", 125);
|
|
7404
|
+
i0.ɵɵelement(3, "circle", 126);
|
|
7405
|
+
i0.ɵɵelement(4, "polyline", 127);
|
|
7383
7406
|
i0.ɵɵelementEnd();
|
|
7384
7407
|
i0.ɵɵnamespaceHTML();
|
|
7385
|
-
i0.ɵɵelementStart(5, "span",
|
|
7408
|
+
i0.ɵɵelementStart(5, "span", 128);
|
|
7386
7409
|
i0.ɵɵtext(6);
|
|
7387
7410
|
i0.ɵɵpipe(7, "translate");
|
|
7388
7411
|
i0.ɵɵelementEnd();
|
|
7389
7412
|
i0.ɵɵelementEnd();
|
|
7390
|
-
i0.ɵɵelementStart(8, "div",
|
|
7391
|
-
i0.ɵɵtemplate(9,
|
|
7413
|
+
i0.ɵɵelementStart(8, "div", 129);
|
|
7414
|
+
i0.ɵɵtemplate(9, MenuComponent_div_37_div_9_Template, 14, 20, "div", 130);
|
|
7392
7415
|
i0.ɵɵpipe(10, "slice");
|
|
7393
7416
|
i0.ɵɵelementEnd();
|
|
7394
7417
|
i0.ɵɵelementEnd();
|
|
7395
7418
|
} if (rf & 2) {
|
|
7396
|
-
const
|
|
7419
|
+
const ctx_r18 = i0.ɵɵnextContext();
|
|
7397
7420
|
i0.ɵɵadvance(6);
|
|
7398
7421
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 2, "SHELL.RECENTSEARCHS"));
|
|
7399
7422
|
i0.ɵɵadvance(3);
|
|
7400
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind3(10, 4,
|
|
7423
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind3(10, 4, ctx_r18.recentSearches, 0, 9));
|
|
7401
7424
|
} }
|
|
7402
|
-
function
|
|
7425
|
+
function MenuComponent_mat_error_51_Template(rf, ctx) { if (rf & 1) {
|
|
7403
7426
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7404
7427
|
i0.ɵɵtext(1);
|
|
7405
7428
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7408,7 +7431,7 @@ function MenuComponent_mat_error_50_Template(rf, ctx) { if (rf & 1) {
|
|
|
7408
7431
|
i0.ɵɵadvance(1);
|
|
7409
7432
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.DASHBOARDNAMEREQUIRED"), " ");
|
|
7410
7433
|
} }
|
|
7411
|
-
function
|
|
7434
|
+
function MenuComponent_mat_error_52_Template(rf, ctx) { if (rf & 1) {
|
|
7412
7435
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7413
7436
|
i0.ɵɵtext(1);
|
|
7414
7437
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7417,7 +7440,7 @@ function MenuComponent_mat_error_51_Template(rf, ctx) { if (rf & 1) {
|
|
|
7417
7440
|
i0.ɵɵadvance(1);
|
|
7418
7441
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.DASHBOARDNAMELENGTHEXCEED"), " ");
|
|
7419
7442
|
} }
|
|
7420
|
-
function
|
|
7443
|
+
function MenuComponent_mat_error_56_Template(rf, ctx) { if (rf & 1) {
|
|
7421
7444
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7422
7445
|
i0.ɵɵtext(1);
|
|
7423
7446
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7426,19 +7449,19 @@ function MenuComponent_mat_error_55_Template(rf, ctx) { if (rf & 1) {
|
|
|
7426
7449
|
i0.ɵɵadvance(1);
|
|
7427
7450
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.CUSTOMAPPDESCRIPTIONMAXLENGTHERROR"), " ");
|
|
7428
7451
|
} }
|
|
7429
|
-
function
|
|
7430
|
-
const
|
|
7452
|
+
function MenuComponent_mat_option_64_Template(rf, ctx) { if (rf & 1) {
|
|
7453
|
+
const _r101 = i0.ɵɵgetCurrentView();
|
|
7431
7454
|
i0.ɵɵelementStart(0, "mat-option", 41, 42);
|
|
7432
|
-
i0.ɵɵlistener("click", function
|
|
7455
|
+
i0.ɵɵlistener("click", function MenuComponent_mat_option_64_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r101); const _r99 = i0.ɵɵreference(1); const ctx_r100 = i0.ɵɵnextContext(); return ctx_r100.toggleRolesPerOne(_r99.value); });
|
|
7433
7456
|
i0.ɵɵtext(2);
|
|
7434
7457
|
i0.ɵɵelementEnd();
|
|
7435
7458
|
} if (rf & 2) {
|
|
7436
|
-
const
|
|
7437
|
-
i0.ɵɵproperty("value",
|
|
7459
|
+
const roles_r98 = ctx.$implicit;
|
|
7460
|
+
i0.ɵɵproperty("value", roles_r98.roleId);
|
|
7438
7461
|
i0.ɵɵadvance(2);
|
|
7439
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
7462
|
+
i0.ɵɵtextInterpolate1(" ", roles_r98.roleName, " ");
|
|
7440
7463
|
} }
|
|
7441
|
-
function
|
|
7464
|
+
function MenuComponent_mat_error_65_Template(rf, ctx) { if (rf & 1) {
|
|
7442
7465
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7443
7466
|
i0.ɵɵtext(1);
|
|
7444
7467
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7447,35 +7470,35 @@ function MenuComponent_mat_error_64_Template(rf, ctx) { if (rf & 1) {
|
|
|
7447
7470
|
i0.ɵɵadvance(1);
|
|
7448
7471
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.SELECTANYROLE"), " ");
|
|
7449
7472
|
} }
|
|
7450
|
-
function
|
|
7451
|
-
const
|
|
7473
|
+
function MenuComponent_mat_option_73_Template(rf, ctx) { if (rf & 1) {
|
|
7474
|
+
const _r105 = i0.ɵɵgetCurrentView();
|
|
7452
7475
|
i0.ɵɵelementStart(0, "mat-option", 41, 45);
|
|
7453
|
-
i0.ɵɵlistener("click", function
|
|
7476
|
+
i0.ɵɵlistener("click", function MenuComponent_mat_option_73_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r105); const ctx_r104 = i0.ɵɵnextContext(); return ctx_r104.toggleEditRolesPerOne(); });
|
|
7454
7477
|
i0.ɵɵtext(2);
|
|
7455
7478
|
i0.ɵɵelementEnd();
|
|
7456
7479
|
} if (rf & 2) {
|
|
7457
|
-
const
|
|
7458
|
-
i0.ɵɵproperty("value",
|
|
7480
|
+
const role_r102 = ctx.$implicit;
|
|
7481
|
+
i0.ɵɵproperty("value", role_r102.roleId);
|
|
7459
7482
|
i0.ɵɵadvance(2);
|
|
7460
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
7483
|
+
i0.ɵɵtextInterpolate1(" ", role_r102.roleName, " ");
|
|
7461
7484
|
} }
|
|
7462
|
-
function
|
|
7463
|
-
const
|
|
7485
|
+
function MenuComponent_mat_option_81_Template(rf, ctx) { if (rf & 1) {
|
|
7486
|
+
const _r109 = i0.ɵɵgetCurrentView();
|
|
7464
7487
|
i0.ɵɵelementStart(0, "mat-option", 41, 47);
|
|
7465
|
-
i0.ɵɵlistener("click", function
|
|
7488
|
+
i0.ɵɵlistener("click", function MenuComponent_mat_option_81_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r109); const ctx_r108 = i0.ɵɵnextContext(); return ctx_r108.toggleDeleteRolesPerOne(); });
|
|
7466
7489
|
i0.ɵɵtext(2);
|
|
7467
7490
|
i0.ɵɵelementEnd();
|
|
7468
7491
|
} if (rf & 2) {
|
|
7469
|
-
const
|
|
7470
|
-
i0.ɵɵproperty("value",
|
|
7492
|
+
const role_r106 = ctx.$implicit;
|
|
7493
|
+
i0.ɵɵproperty("value", role_r106.roleId);
|
|
7471
7494
|
i0.ɵɵadvance(2);
|
|
7472
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
7495
|
+
i0.ɵɵtextInterpolate1(" ", role_r106.roleName, " ");
|
|
7473
7496
|
} }
|
|
7474
|
-
function
|
|
7497
|
+
function MenuComponent_mat_progress_bar_84_Template(rf, ctx) { if (rf & 1) {
|
|
7475
7498
|
i0.ɵɵelement(0, "mat-progress-bar", 61);
|
|
7476
7499
|
} }
|
|
7477
|
-
function
|
|
7478
|
-
i0.ɵɵelement(0, "mat-spinner",
|
|
7500
|
+
function MenuComponent_mat_spinner_128_Template(rf, ctx) { if (rf & 1) {
|
|
7501
|
+
i0.ɵɵelement(0, "mat-spinner", 137);
|
|
7479
7502
|
} if (rf & 2) {
|
|
7480
7503
|
i0.ɵɵproperty("diameter", 100);
|
|
7481
7504
|
} }
|
|
@@ -9863,8 +9886,8 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
9863
9886
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.openMenuPopOver = _t);
|
|
9864
9887
|
} }, hostBindings: function MenuComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
9865
9888
|
i0.ɵɵlistener("keydown.control.q", function MenuComponent_keydown_control_q_HostBindingHandler() { return ctx.keyOpenEvent(); }, false, i0.ɵɵresolveDocument)("keydown.control.m", function MenuComponent_keydown_control_m_HostBindingHandler() { return ctx.keyCloseEvent(); }, false, i0.ɵɵresolveDocument)("keydown.control.b", function MenuComponent_keydown_control_b_HostBindingHandler() { return ctx.remoteSearchByText(); }, false, i0.ɵɵresolveDocument)("keydown.control.y", function MenuComponent_keydown_control_y_HostBindingHandler() { return ctx.remoteSearchById(); }, false, i0.ɵɵresolveDocument);
|
|
9866
|
-
} }, inputs: { reloadAll: ["reload", "reloadAll"] }, outputs: { isOpened: "isOpened", openNewDashboard: "openNewDashboard" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 128, vars: 93, consts: [["type", "submit", "mat-icon-button", "", "fxHide.gt-xs", "", "fxShow", "", 1, "visibles", 3, "matMenuTriggerFor"], [1, "newMenu"], ["fxFlex", "", "fxHide.gt-xs", "", "fxShow", "", 1, "newLogo", "default-bg", "top-logo-bg", "newminilogo", "zoom-image-hover", "custom-header-icon-mobile"], ["alt", "", "id", "mini-logo-topbar", 2, "width", "30px", "height", "30px", 3, "src", "click"], ["fxFlex", "", "fxHide", "", "fxShow.gt-xs", "", 1, "newLogo", "top-logo-bg", "apps-button", "zoom-image-hover", "custom-header-icon", 2, "left", "0px"], ["id", "main-logo-topbar", 1, "img-height-main-logo-topbar", 2, "cursor", "pointer", "left", "20px", "position", "relative", 3, "src", "click"], ["yPosition", "below", 1, "filter-panel", 2, "height", "auto", 3, "click"], ["menus", "matMenu"], [4, "ngFor", "ngForOf"], ["style", "position: relative;\nleft: 90%", "class", "store-icom mat-icon-button store-icon-container", 3, "ngClass", 4, "ngIf"], [1, "SearchBox", "dropdown", 2, "position", "absolute !important"], ["class", "mat-color-accent input-group-addon", 4, "ngIf"], ["type", "text", "autocomplete", "off", 1, "SearchBox-input", "dropbtn", 3, "placeholder", "ngModel", "ngModelChange", "input", "click", "focus", "blur", "keydown.enter", "keydown.arrowdown", "keydown.arrowup", "keydown.arrowleft", "keydown.arrowright"], ["element", ""], [1, "SearchBox-button"], [1, "close_icon_search"], [4, "ngIf"], ["class", "icon-button mr-05", "aria-hidden", "false", "style", "cursor:pointer", 3, "click", 4, "ngIf"], ["color", "primary", 1, "SearchBox-icon", "icon-color", "mt-lg-n2", "mr-05", "info-class", "info-icon-custom", 3, "satPopoverAnchorFor", "click"], ["infoPopOver", "satPopoverAnchor"], ["color", "primary", 1, "SearchBox-icon", "icon-color", "mt-lg-n2", "search-icon-custom"], [1, "dropdown-content", "dropdown-content-navbar", "search-dropdown-custom-modal", 3, "ngClass"], ["color", "primary", "mode", "indeterminate", 4, "ngIf"], [1, "row", "rowselect", "custom-row-selector"], ["class", "column columnselect-next pl-05 custom-search-modal-apps-container-main", 4, "ngIf"], ["class", "column pl-05", 4, "ngIf"], ["class", "column columnselect-apps ml-0", 4, "ngIf"], ["class", "columnselect-next ml-0", 4, "ngIf"], ["class", "column columnselect-apps ml-0 custom-search-modal-recents-container-main", 4, "ngIf"], ["backdropClass", "backdrop-color", "hasBackdrop", "", "verticalAlign", "below", "horizontalAlign", "end", 3, "interactiveClose"], ["addWorkspace", ""], [1, "filter-data", "p-0"], [1, "text-center"], [1, "card-title-text", "mat-bg-primary", "p-05", "mb-1"], ["novalidate", "", 3, "formGroup", "submit"], [1, "card-content"], [1, "full-width"], ["matInput", "", "formControlName", "workspaceName", 3, "placeholder"], ["matInput", "", "formControlName", "description", "rows", "2", 3, "placeholder"], [1, "full-width", 3, "click"], ["formControlName", "selectedRoles", "multiple", "", "required", "", 3, "compareWith", "placeholder"], [3, "value", "click"], ["allSelected", ""], [3, "value", "click", 4, "ngFor", "ngForOf"], ["formControlName", "editRoleIds", "multiple", "", 3, "compareWith", "placeholder"], ["allEditSelected", ""], ["formControlName", "deleteRoleIds", "multiple", "", 3, "compareWith", "placeholder"], ["allDeleteSelected", ""], ["mat-button", "", "mat-raised-button", "", "color", "primary", "type", "button", 1, "mr-1", 3, "disabled", "click"], ["icon", "plus", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", "type", "button", 3, "click"], ["icon", "times", 1, "mr-05"], ["hasBackdrop", "", "verticalAlign", "above", 3, "interactiveClose"], ["p", ""], [1, "tooltip-wrapper", 2, "background", "#fff", "border", "1px solid #ddd", "border-radius", "10px", "padding", "10px 14px", "box-shadow", "0 4px 12px rgba(0,0,0,0.12)"], ["class", "spinner-class", 3, "diameter", 4, "ngIf"], ["mat-menu-item", "", "routerLinkActive", "item-active", 3, "routerLink", "click"], [1, "store-icom", "mat-icon-button", "store-icon-container", 2, "position", "relative", "left", "90%", 3, "ngClass"], ["icon", "store", "matTooltipClass", "tooltipClass-mat", 1, "mat-color-accent", "cursor-pointer", "theme-navbar-icon-color", "store-icon-fa", 3, "matTooltip", "click"], [1, "mat-color-accent", "input-group-addon"], ["aria-hidden", "false", 1, "icon-button", "mr-05", 2, "cursor", "pointer", 3, "click"], ["color", "primary", "mode", "indeterminate"], [1, "column", "columnselect-next", "pl-05", "custom-search-modal-apps-container-main"], [1, "in-header", "custom-search-modal-apps-header"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-file-text", "w-4", "h-4"], ["d", "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"], ["d", "M14 2v4a2 2 0 0 0 2 2h4"], ["d", "M10 9H8"], ["d", "M16 13H8"], ["d", "M16 17H8"], [1, "custom-search-modal-apps-header-text"], ["id", "style-1", 1, "custom-search-modal-apps-container", 2, "background-color", "white !important"], ["class", "custom-search-modal-apps-main", 3, "background-color", 4, "ngFor", "ngForOf"], [1, "custom-search-modal-apps-main"], ["class", "custom-search-modal-apps-content", 4, "ngIf"], [1, "custom-search-modal-apps-content"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 1, "custom-search-modal-apps-btn", 3, "routerLink", "ngClass", "routerLinkActiveOptions", "matTooltip", "mousedown"], [1, "icon-color", "custom-search-modal-apps-icon", 3, "ngClass"], [1, "custom-search-modal-apps-text", 3, "innerHTML"], [1, "column", "pl-05"], ["class", "columnselect-next ml-0 custom-search-modal-dashboard-container-main", 4, "ngIf"], [1, "columnselect-next", "ml-0", "custom-search-modal-dashboard-container-main"], [1, "in-header", "custom-search-modal-dashboard-header"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-layout-dashboard", "w-4", "h-4"], ["width", "7", "height", "9", "x", "3", "y", "3", "rx", "1"], ["width", "7", "height", "5", "x", "14", "y", "3", "rx", "1"], ["width", "7", "height", "9", "x", "14", "y", "12", "rx", "1"], ["width", "7", "height", "5", "x", "3", "y", "16", "rx", "1"], [1, "custom-search-modal-dashboard-header-text"], ["icon", "plus-square", "class", "mat-color-accent cursor-pointer custom-search-modal-dashboard-header-add-icon", 3, "matTooltip", "satPopoverAnchorFor", "click", 4, "ngIf"], ["id", "style-2", 1, "custom-search-modal-dashboard-container", 2, "background-color", "white !important"], ["icon", "plus-square", 1, "mat-color-accent", "cursor-pointer", "custom-search-modal-dashboard-header-add-icon", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["class", "scroll custom-search-modal-dashboard-main", 3, "background-color", 4, "ngFor", "ngForOf"], [1, "scroll", "custom-search-modal-dashboard-main"], ["workspaceElement", ""], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 1, "custom-search-modal-dashboard-btn", 3, "ngClass", "routerLink", "matTooltip", "mousedown", "click"], [1, "custom-search-modal-dashboard-text", 3, "innerHTML"], [1, "column", "columnselect-apps", "ml-0"], [1, "in-header"], ["id", "style-3", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], [3, "background-color", 4, "ngFor", "ngForOf"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 3, "routerLinkActiveOptions", "routerLink", "ngClass", "matTooltip", "mousedown"], [3, "innerHTML"], [1, "columnselect-next", "ml-0"], ["id", "style-7", 1, "scroll", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 3, "routerLinkActiveOptions", "ngClass", "matTooltip", "mousedown"], ["class", "in-header", 4, "ngIf"], ["id", "style-5", 1, "scroll", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["id", "style-6", 1, "scroll", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["id", "style-4", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["style", "background-color: white;", 3, "background-color", 4, "ngFor", "ngForOf"], [2, "background-color", "white"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 3, "ngClass", "routerLink", "matTooltip", "mousedown"], ["fxLayout", "row"], ["fxLayoutAlign", "start center", "size", "20", 3, "name", "matTooltip", "src", "isRound", "click"], [1, "ml-05"], [1, "column", "columnselect-apps", "ml-0", "custom-search-modal-recents-container-main"], [1, "in-header", "custom-search-modal-recents-header"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-clock", "w-4", "h-4"], ["cx", "12", "cy", "12", "r", "10"], ["points", "12 6 12 12 16 14"], [1, "custom-search-modal-recents-header-text"], [1, "custom-search-modal-recents-container", 2, "background-color", "white !important"], ["class", "scroll custom-search-modal-recents-main", 3, "background-color", 4, "ngFor", "ngForOf"], [1, "scroll", "custom-search-modal-recents-main"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 1, "custom-search-modal-recents-btn", 3, "ngClass", "matTooltip", "mousedown"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-clock", "w-4", "h-4", "text-muted-foreground"], [1, "custom-search-modal-recents-item"], [1, "custom-search-modal-recents-text", 3, "innerHTML"], [1, "custom-search-modal-recents-time-text"], [1, "spinner-class", 3, "diameter"]], template: function MenuComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9867
|
-
const
|
|
9889
|
+
} }, inputs: { reloadAll: ["reload", "reloadAll"] }, outputs: { isOpened: "isOpened", openNewDashboard: "openNewDashboard" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 129, vars: 94, consts: [["type", "submit", "mat-icon-button", "", "fxHide.gt-xs", "", "fxShow", "", 1, "visibles", 3, "matMenuTriggerFor"], [1, "newMenu"], ["fxFlex", "", "fxHide.gt-xs", "", "fxShow", "", 1, "newLogo", "default-bg", "top-logo-bg", "newminilogo", "zoom-image-hover", "custom-header-icon-mobile"], ["alt", "", "id", "mini-logo-topbar", 2, "width", "30px", "height", "30px", 3, "src", "click"], ["fxFlex", "", "fxHide", "", "fxShow.gt-xs", "", 1, "newLogo", "top-logo-bg", "apps-button", "zoom-image-hover", "custom-header-icon", 2, "left", "0px"], ["id", "main-logo-topbar", 1, "img-height-main-logo-topbar", 2, "cursor", "pointer", "left", "20px", "position", "relative", 3, "src", "click"], ["yPosition", "below", 1, "filter-panel", 2, "height", "auto", 3, "click"], ["menus", "matMenu"], [4, "ngFor", "ngForOf"], ["style", "position: relative;\nleft: 90%", "class", "store-icom mat-icon-button store-icon-container", 3, "ngClass", 4, "ngIf"], [1, "SearchBox", "dropdown", 2, "position", "absolute !important"], ["class", "mat-color-accent input-group-addon", 4, "ngIf"], ["type", "text", "autocomplete", "off", 1, "SearchBox-input", "dropbtn", 3, "placeholder", "ngModel", "ngModelChange", "input", "click", "focus", "blur", "keydown.enter", "keydown.arrowdown", "keydown.arrowup", "keydown.arrowleft", "keydown.arrowright"], ["element", ""], [1, "SearchBox-button"], [1, "close_icon_search"], [4, "ngIf"], ["class", "icon-button mr-05", "aria-hidden", "false", "style", "cursor:pointer", 3, "click", 4, "ngIf"], ["color", "primary", 1, "SearchBox-icon", "icon-color", "mt-lg-n2", "mr-05", "info-class", "info-icon-custom", 3, "satPopoverAnchorFor", "click"], ["infoPopOver", "satPopoverAnchor"], ["color", "primary", 1, "SearchBox-icon", "icon-color", "mt-lg-n2", "search-icon-custom"], [1, "dropdown-content", "dropdown-content-navbar", "search-dropdown-custom-modal", 3, "ngClass"], ["color", "primary", "mode", "indeterminate", 4, "ngIf"], [1, "row", "rowselect", "custom-row-selector"], ["class", "column pl-05", 4, "ngIf"], ["class", "column columnselect-next pl-05 custom-search-modal-apps-container-main", 4, "ngIf"], ["class", "column columnselect-apps ml-0", 4, "ngIf"], ["class", "columnselect-next ml-0", 4, "ngIf"], ["class", "column columnselect-apps ml-0 custom-search-modal-recents-container-main", 4, "ngIf"], ["backdropClass", "backdrop-color", "hasBackdrop", "", "verticalAlign", "below", "horizontalAlign", "end", 3, "interactiveClose"], ["addWorkspace", ""], [1, "filter-data", "p-0"], [1, "text-center"], [1, "card-title-text", "mat-bg-primary", "p-05", "mb-1"], ["novalidate", "", 3, "formGroup", "submit"], [1, "card-content"], [1, "full-width"], ["matInput", "", "formControlName", "workspaceName", 3, "placeholder"], ["matInput", "", "formControlName", "description", "rows", "2", 3, "placeholder"], [1, "full-width", 3, "click"], ["formControlName", "selectedRoles", "multiple", "", "required", "", 3, "compareWith", "placeholder"], [3, "value", "click"], ["allSelected", ""], [3, "value", "click", 4, "ngFor", "ngForOf"], ["formControlName", "editRoleIds", "multiple", "", 3, "compareWith", "placeholder"], ["allEditSelected", ""], ["formControlName", "deleteRoleIds", "multiple", "", 3, "compareWith", "placeholder"], ["allDeleteSelected", ""], ["mat-button", "", "mat-raised-button", "", "color", "primary", "type", "button", 1, "mr-1", 3, "disabled", "click"], ["icon", "plus", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", "type", "button", 3, "click"], ["icon", "times", 1, "mr-05"], ["hasBackdrop", "", "verticalAlign", "above", 3, "interactiveClose"], ["p", ""], [1, "tooltip-wrapper", 2, "background", "#fff", "border", "1px solid #ddd", "border-radius", "10px", "padding", "10px 14px", "box-shadow", "0 4px 12px rgba(0,0,0,0.12)"], ["class", "spinner-class", 3, "diameter", 4, "ngIf"], ["mat-menu-item", "", "routerLinkActive", "item-active", 3, "routerLink", "click"], [1, "store-icom", "mat-icon-button", "store-icon-container", 2, "position", "relative", "left", "90%", 3, "ngClass"], ["icon", "store", "matTooltipClass", "tooltipClass-mat", 1, "mat-color-accent", "cursor-pointer", "theme-navbar-icon-color", "store-icon-fa", 3, "matTooltip", "click"], [1, "mat-color-accent", "input-group-addon"], ["aria-hidden", "false", 1, "icon-button", "mr-05", 2, "cursor", "pointer", 3, "click"], ["color", "primary", "mode", "indeterminate"], [1, "column", "pl-05"], [1, "columnselect-next", "ml-0"], [1, "in-header"], [1, "custom-search-modal-dashboard-container", 2, "background-color", "white !important", "overflow", "auto"], ["mat-menu-item", "", "routerLink", "/dashboard-management/dashboard", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", "matTooltip", "Go to Dashboard", 1, "custom-search-modal-dashboard-btn", "color-text1"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-box", "w-4", "h-4"], ["d", "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"], ["points", "3.27 6.96 12 12.01 20.73 6.96"], ["points", "12 22.08 12 12"], [1, "custom-search-modal-dashboard-text"], [1, "column", "columnselect-next", "pl-05", "custom-search-modal-apps-container-main"], [1, "in-header", "custom-search-modal-apps-header"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-file-text", "w-4", "h-4"], ["d", "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"], ["d", "M14 2v4a2 2 0 0 0 2 2h4"], ["d", "M10 9H8"], ["d", "M16 13H8"], ["d", "M16 17H8"], [1, "custom-search-modal-apps-header-text"], ["id", "style-1", 1, "custom-search-modal-apps-container", 2, "background-color", "white !important"], ["class", "custom-search-modal-apps-main", 3, "background-color", 4, "ngFor", "ngForOf"], [1, "custom-search-modal-apps-main"], ["class", "custom-search-modal-apps-content", 4, "ngIf"], [1, "custom-search-modal-apps-content"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 1, "custom-search-modal-apps-btn", 3, "routerLink", "ngClass", "routerLinkActiveOptions", "matTooltip", "mousedown"], [1, "icon-color", "custom-search-modal-apps-icon", 3, "ngClass"], [1, "custom-search-modal-apps-text", 3, "innerHTML"], ["class", "columnselect-next ml-0 custom-search-modal-dashboard-container-main", 4, "ngIf"], [1, "columnselect-next", "ml-0", "custom-search-modal-dashboard-container-main"], [1, "in-header", "custom-search-modal-dashboard-header"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-layout-dashboard", "w-4", "h-4"], ["width", "7", "height", "9", "x", "3", "y", "3", "rx", "1"], ["width", "7", "height", "5", "x", "14", "y", "3", "rx", "1"], ["width", "7", "height", "9", "x", "14", "y", "12", "rx", "1"], ["width", "7", "height", "5", "x", "3", "y", "16", "rx", "1"], [1, "custom-search-modal-dashboard-header-text"], ["icon", "plus-square", "class", "mat-color-accent cursor-pointer custom-search-modal-dashboard-header-add-icon", 3, "matTooltip", "satPopoverAnchorFor", "click", 4, "ngIf"], ["id", "style-2", 1, "custom-search-modal-dashboard-container", 2, "background-color", "white !important"], ["icon", "plus-square", 1, "mat-color-accent", "cursor-pointer", "custom-search-modal-dashboard-header-add-icon", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["class", "scroll custom-search-modal-dashboard-main", 3, "background-color", 4, "ngFor", "ngForOf"], [1, "scroll", "custom-search-modal-dashboard-main"], ["workspaceElement", ""], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 1, "custom-search-modal-dashboard-btn", 3, "ngClass", "routerLink", "matTooltip", "mousedown", "click"], [1, "custom-search-modal-dashboard-text", 3, "innerHTML"], [1, "column", "columnselect-apps", "ml-0"], ["id", "style-3", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], [3, "background-color", 4, "ngFor", "ngForOf"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 3, "routerLinkActiveOptions", "routerLink", "ngClass", "matTooltip", "mousedown"], [3, "innerHTML"], ["id", "style-7", 1, "scroll", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 3, "routerLinkActiveOptions", "ngClass", "matTooltip", "mousedown"], ["class", "in-header", 4, "ngIf"], ["id", "style-5", 1, "scroll", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["id", "style-6", 1, "scroll", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["id", "style-4", 2, "background-color", "white !important", "height", "445px !important", "overflow", "auto"], ["style", "background-color: white;", 3, "background-color", 4, "ngFor", "ngForOf"], [2, "background-color", "white"], ["mat-menu-item", "", "routerLinkActive", "item-active", "matTooltipClass", "tooltipClass-mat", 3, "ngClass", "routerLink", "matTooltip", "mousedown"], ["fxLayout", "row"], ["fxLayoutAlign", "start center", "size", "20", 3, "name", "matTooltip", "src", "isRound", "click"], [1, "ml-05"], [1, "column", "columnselect-apps", "ml-0", "custom-search-modal-recents-container-main"], [1, "in-header", "custom-search-modal-recents-header"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-clock", "w-4", "h-4"], ["cx", "12", "cy", "12", "r", "10"], ["points", "12 6 12 12 16 14"], [1, "custom-search-modal-recents-header-text"], [1, "custom-search-modal-recents-container", 2, "background-color", "white !important"], ["class", "scroll custom-search-modal-recents-main", 3, "background-color", 4, "ngFor", "ngForOf"], [1, "scroll", "custom-search-modal-recents-main"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 1, "custom-search-modal-recents-btn", 3, "ngClass", "matTooltip", "mousedown"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none", "stroke", "currentColor", "stroke-width", "2", "stroke-linecap", "round", "stroke-linejoin", "round", "aria-hidden", "true", 1, "lucide", "lucide-clock", "w-4", "h-4", "text-muted-foreground"], [1, "custom-search-modal-recents-item"], [1, "custom-search-modal-recents-text", 3, "innerHTML"], [1, "custom-search-modal-recents-time-text"], [1, "spinner-class", 3, "diameter"]], template: function MenuComponent_Template(rf, ctx) { if (rf & 1) {
|
|
9890
|
+
const _r110 = i0.ɵɵgetCurrentView();
|
|
9868
9891
|
i0.ɵɵelementStart(0, "button", 0);
|
|
9869
9892
|
i0.ɵɵelementStart(1, "mat-icon", 1);
|
|
9870
9893
|
i0.ɵɵtext(2, "menu");
|
|
@@ -9898,7 +9921,7 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
9898
9921
|
i0.ɵɵtemplate(20, MenuComponent_mat_icon_20_Template, 2, 0, "mat-icon", 17);
|
|
9899
9922
|
i0.ɵɵelementEnd();
|
|
9900
9923
|
i0.ɵɵelementStart(21, "mat-icon", 18, 19);
|
|
9901
|
-
i0.ɵɵlistener("click", function MenuComponent_Template_mat_icon_click_21_listener() { i0.ɵɵrestoreView(
|
|
9924
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_icon_click_21_listener() { i0.ɵɵrestoreView(_r110); const _r8 = i0.ɵɵreference(22); return ctx.openInfo(_r8); });
|
|
9902
9925
|
i0.ɵɵtext(23, "info");
|
|
9903
9926
|
i0.ɵɵelementEnd();
|
|
9904
9927
|
i0.ɵɵelementStart(24, "mat-icon", 20);
|
|
@@ -9908,153 +9931,154 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
9908
9931
|
i0.ɵɵelementStart(26, "div", 21);
|
|
9909
9932
|
i0.ɵɵtemplate(27, MenuComponent_mat_progress_bar_27_Template, 1, 0, "mat-progress-bar", 22);
|
|
9910
9933
|
i0.ɵɵelementStart(28, "div", 23);
|
|
9911
|
-
i0.ɵɵtemplate(29, MenuComponent_div_29_Template,
|
|
9912
|
-
i0.ɵɵtemplate(30, MenuComponent_div_30_Template,
|
|
9913
|
-
i0.ɵɵtemplate(31, MenuComponent_div_31_Template,
|
|
9914
|
-
i0.ɵɵtemplate(32, MenuComponent_div_32_Template,
|
|
9915
|
-
i0.ɵɵtemplate(33, MenuComponent_div_33_Template, 5,
|
|
9916
|
-
i0.ɵɵtemplate(34, MenuComponent_div_34_Template,
|
|
9917
|
-
i0.ɵɵtemplate(35, MenuComponent_div_35_Template,
|
|
9918
|
-
i0.ɵɵtemplate(36, MenuComponent_div_36_Template,
|
|
9919
|
-
i0.ɵɵ
|
|
9920
|
-
i0.ɵɵ
|
|
9921
|
-
i0.ɵɵelementStart(
|
|
9922
|
-
i0.ɵɵelementStart(40, "mat-card
|
|
9923
|
-
i0.ɵɵelementStart(41, "
|
|
9924
|
-
i0.ɵɵ
|
|
9925
|
-
i0.ɵɵ
|
|
9926
|
-
i0.ɵɵ
|
|
9927
|
-
i0.ɵɵelementEnd();
|
|
9928
|
-
i0.ɵɵ
|
|
9929
|
-
i0.ɵɵelementStart(45, "
|
|
9930
|
-
i0.ɵɵ
|
|
9931
|
-
i0.ɵɵ
|
|
9932
|
-
i0.ɵɵelementStart(47, "
|
|
9933
|
-
i0.ɵɵ
|
|
9934
|
-
i0.ɵɵ
|
|
9935
|
-
i0.ɵɵ
|
|
9934
|
+
i0.ɵɵtemplate(29, MenuComponent_div_29_Template, 12, 0, "div", 24);
|
|
9935
|
+
i0.ɵɵtemplate(30, MenuComponent_div_30_Template, 13, 4, "div", 25);
|
|
9936
|
+
i0.ɵɵtemplate(31, MenuComponent_div_31_Template, 2, 1, "div", 24);
|
|
9937
|
+
i0.ɵɵtemplate(32, MenuComponent_div_32_Template, 6, 4, "div", 26);
|
|
9938
|
+
i0.ɵɵtemplate(33, MenuComponent_div_33_Template, 5, 1, "div", 27);
|
|
9939
|
+
i0.ɵɵtemplate(34, MenuComponent_div_34_Template, 5, 3, "div", 27);
|
|
9940
|
+
i0.ɵɵtemplate(35, MenuComponent_div_35_Template, 6, 4, "div", 27);
|
|
9941
|
+
i0.ɵɵtemplate(36, MenuComponent_div_36_Template, 5, 1, "div", 26);
|
|
9942
|
+
i0.ɵɵtemplate(37, MenuComponent_div_37_Template, 11, 8, "div", 28);
|
|
9943
|
+
i0.ɵɵelementEnd();
|
|
9944
|
+
i0.ɵɵelementStart(38, "sat-popover", 29, 30);
|
|
9945
|
+
i0.ɵɵelementStart(40, "mat-card", 31);
|
|
9946
|
+
i0.ɵɵelementStart(41, "mat-card-title", 32);
|
|
9947
|
+
i0.ɵɵelementStart(42, "div", 33);
|
|
9948
|
+
i0.ɵɵtext(43);
|
|
9949
|
+
i0.ɵɵpipe(44, "translate");
|
|
9950
|
+
i0.ɵɵelementEnd();
|
|
9951
|
+
i0.ɵɵelementEnd();
|
|
9952
|
+
i0.ɵɵelementStart(45, "mat-card-content");
|
|
9953
|
+
i0.ɵɵelementStart(46, "form", 34);
|
|
9954
|
+
i0.ɵɵlistener("submit", function MenuComponent_Template_form_submit_46_listener() { return ctx.workspaceForm.valid && ctx.upsertWorkspace(); });
|
|
9955
|
+
i0.ɵɵelementStart(47, "div", 35);
|
|
9956
|
+
i0.ɵɵelementStart(48, "mat-form-field", 36);
|
|
9957
|
+
i0.ɵɵelement(49, "input", 37);
|
|
9958
|
+
i0.ɵɵpipe(50, "translate");
|
|
9936
9959
|
i0.ɵɵtemplate(51, MenuComponent_mat_error_51_Template, 3, 3, "mat-error", 16);
|
|
9960
|
+
i0.ɵɵtemplate(52, MenuComponent_mat_error_52_Template, 3, 3, "mat-error", 16);
|
|
9937
9961
|
i0.ɵɵelementEnd();
|
|
9938
|
-
i0.ɵɵelementStart(
|
|
9939
|
-
i0.ɵɵelement(
|
|
9940
|
-
i0.ɵɵpipe(
|
|
9941
|
-
i0.ɵɵtemplate(
|
|
9962
|
+
i0.ɵɵelementStart(53, "mat-form-field", 36);
|
|
9963
|
+
i0.ɵɵelement(54, "textarea", 38);
|
|
9964
|
+
i0.ɵɵpipe(55, "translate");
|
|
9965
|
+
i0.ɵɵtemplate(56, MenuComponent_mat_error_56_Template, 3, 3, "mat-error", 16);
|
|
9942
9966
|
i0.ɵɵelementEnd();
|
|
9943
|
-
i0.ɵɵelementStart(
|
|
9944
|
-
i0.ɵɵlistener("click", function
|
|
9945
|
-
i0.ɵɵelementStart(
|
|
9946
|
-
i0.ɵɵpipe(
|
|
9947
|
-
i0.ɵɵelementStart(
|
|
9948
|
-
i0.ɵɵlistener("click", function
|
|
9949
|
-
i0.ɵɵtext(
|
|
9950
|
-
i0.ɵɵpipe(
|
|
9967
|
+
i0.ɵɵelementStart(57, "mat-form-field", 39);
|
|
9968
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_form_field_click_57_listener($event) { return $event.stopPropagation(); });
|
|
9969
|
+
i0.ɵɵelementStart(58, "mat-select", 40);
|
|
9970
|
+
i0.ɵɵpipe(59, "translate");
|
|
9971
|
+
i0.ɵɵelementStart(60, "mat-option", 41, 42);
|
|
9972
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_60_listener() { return ctx.toggleAllRolesSelected(); });
|
|
9973
|
+
i0.ɵɵtext(62);
|
|
9974
|
+
i0.ɵɵpipe(63, "translate");
|
|
9951
9975
|
i0.ɵɵelementEnd();
|
|
9952
|
-
i0.ɵɵtemplate(
|
|
9976
|
+
i0.ɵɵtemplate(64, MenuComponent_mat_option_64_Template, 3, 2, "mat-option", 43);
|
|
9953
9977
|
i0.ɵɵelementEnd();
|
|
9954
|
-
i0.ɵɵtemplate(
|
|
9978
|
+
i0.ɵɵtemplate(65, MenuComponent_mat_error_65_Template, 3, 3, "mat-error", 16);
|
|
9955
9979
|
i0.ɵɵelementEnd();
|
|
9956
|
-
i0.ɵɵelementStart(
|
|
9957
|
-
i0.ɵɵelementStart(
|
|
9958
|
-
i0.ɵɵpipe(
|
|
9959
|
-
i0.ɵɵelementStart(
|
|
9960
|
-
i0.ɵɵlistener("click", function
|
|
9961
|
-
i0.ɵɵtext(
|
|
9962
|
-
i0.ɵɵpipe(
|
|
9980
|
+
i0.ɵɵelementStart(66, "mat-form-field", 36);
|
|
9981
|
+
i0.ɵɵelementStart(67, "mat-select", 44);
|
|
9982
|
+
i0.ɵɵpipe(68, "translate");
|
|
9983
|
+
i0.ɵɵelementStart(69, "mat-option", 41, 45);
|
|
9984
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_69_listener() { return ctx.toggleEditAllRolesSelected(); });
|
|
9985
|
+
i0.ɵɵtext(71);
|
|
9986
|
+
i0.ɵɵpipe(72, "translate");
|
|
9963
9987
|
i0.ɵɵelementEnd();
|
|
9964
|
-
i0.ɵɵtemplate(
|
|
9988
|
+
i0.ɵɵtemplate(73, MenuComponent_mat_option_73_Template, 3, 2, "mat-option", 43);
|
|
9965
9989
|
i0.ɵɵelementEnd();
|
|
9966
9990
|
i0.ɵɵelementEnd();
|
|
9967
|
-
i0.ɵɵelementStart(
|
|
9968
|
-
i0.ɵɵelementStart(
|
|
9969
|
-
i0.ɵɵpipe(
|
|
9970
|
-
i0.ɵɵelementStart(
|
|
9971
|
-
i0.ɵɵlistener("click", function
|
|
9972
|
-
i0.ɵɵtext(
|
|
9973
|
-
i0.ɵɵpipe(
|
|
9991
|
+
i0.ɵɵelementStart(74, "mat-form-field", 36);
|
|
9992
|
+
i0.ɵɵelementStart(75, "mat-select", 46);
|
|
9993
|
+
i0.ɵɵpipe(76, "translate");
|
|
9994
|
+
i0.ɵɵelementStart(77, "mat-option", 41, 47);
|
|
9995
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_77_listener() { return ctx.toggleDeleteAllRolesSelected(); });
|
|
9996
|
+
i0.ɵɵtext(79);
|
|
9997
|
+
i0.ɵɵpipe(80, "translate");
|
|
9974
9998
|
i0.ɵɵelementEnd();
|
|
9975
|
-
i0.ɵɵtemplate(
|
|
9999
|
+
i0.ɵɵtemplate(81, MenuComponent_mat_option_81_Template, 3, 2, "mat-option", 43);
|
|
9976
10000
|
i0.ɵɵelementEnd();
|
|
9977
10001
|
i0.ɵɵelementEnd();
|
|
9978
10002
|
i0.ɵɵelementEnd();
|
|
9979
|
-
i0.ɵɵelementStart(
|
|
9980
|
-
i0.ɵɵelementStart(
|
|
9981
|
-
i0.ɵɵlistener("click", function
|
|
9982
|
-
i0.ɵɵtemplate(
|
|
9983
|
-
i0.ɵɵelement(
|
|
9984
|
-
i0.ɵɵtext(
|
|
9985
|
-
i0.ɵɵpipe(
|
|
10003
|
+
i0.ɵɵelementStart(82, "div", 32);
|
|
10004
|
+
i0.ɵɵelementStart(83, "button", 48);
|
|
10005
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_button_click_83_listener() { return ctx.upsertWorkspace(); });
|
|
10006
|
+
i0.ɵɵtemplate(84, MenuComponent_mat_progress_bar_84_Template, 1, 0, "mat-progress-bar", 22);
|
|
10007
|
+
i0.ɵɵelement(85, "fa-icon", 49);
|
|
10008
|
+
i0.ɵɵtext(86);
|
|
10009
|
+
i0.ɵɵpipe(87, "translate");
|
|
9986
10010
|
i0.ɵɵelementEnd();
|
|
9987
|
-
i0.ɵɵelementStart(
|
|
9988
|
-
i0.ɵɵlistener("click", function
|
|
9989
|
-
i0.ɵɵelement(
|
|
9990
|
-
i0.ɵɵtext(
|
|
9991
|
-
i0.ɵɵpipe(
|
|
10011
|
+
i0.ɵɵelementStart(88, "button", 50);
|
|
10012
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_button_click_88_listener() { return ctx.closeAddWorkspaceDialog(); });
|
|
10013
|
+
i0.ɵɵelement(89, "fa-icon", 51);
|
|
10014
|
+
i0.ɵɵtext(90);
|
|
10015
|
+
i0.ɵɵpipe(91, "translate");
|
|
9992
10016
|
i0.ɵɵelementEnd();
|
|
9993
10017
|
i0.ɵɵelementEnd();
|
|
9994
10018
|
i0.ɵɵelementEnd();
|
|
9995
10019
|
i0.ɵɵelementEnd();
|
|
9996
10020
|
i0.ɵɵelementEnd();
|
|
9997
10021
|
i0.ɵɵelementEnd();
|
|
9998
|
-
i0.ɵɵelementStart(
|
|
9999
|
-
i0.ɵɵelementStart(
|
|
10000
|
-
i0.ɵɵelementStart(
|
|
10001
|
-
i0.ɵɵelementStart(
|
|
10002
|
-
i0.ɵɵelementStart(
|
|
10003
|
-
i0.ɵɵtext(
|
|
10022
|
+
i0.ɵɵelementStart(92, "sat-popover", 52, 53);
|
|
10023
|
+
i0.ɵɵelementStart(94, "div", 54);
|
|
10024
|
+
i0.ɵɵelementStart(95, "table");
|
|
10025
|
+
i0.ɵɵelementStart(96, "tr");
|
|
10026
|
+
i0.ɵɵelementStart(97, "td");
|
|
10027
|
+
i0.ɵɵtext(98, "Ctrl + Q: ");
|
|
10004
10028
|
i0.ɵɵelementEnd();
|
|
10005
|
-
i0.ɵɵelementStart(
|
|
10006
|
-
i0.ɵɵtext(
|
|
10029
|
+
i0.ɵɵelementStart(99, "td");
|
|
10030
|
+
i0.ɵɵtext(100, "\u00A0");
|
|
10007
10031
|
i0.ɵɵelementEnd();
|
|
10008
|
-
i0.ɵɵelementStart(
|
|
10009
|
-
i0.ɵɵtext(
|
|
10010
|
-
i0.ɵɵpipe(
|
|
10032
|
+
i0.ɵɵelementStart(101, "td");
|
|
10033
|
+
i0.ɵɵtext(102);
|
|
10034
|
+
i0.ɵɵpipe(103, "translate");
|
|
10011
10035
|
i0.ɵɵelementEnd();
|
|
10012
10036
|
i0.ɵɵelementEnd();
|
|
10013
|
-
i0.ɵɵelementStart(
|
|
10014
|
-
i0.ɵɵelementStart(
|
|
10015
|
-
i0.ɵɵtext(
|
|
10037
|
+
i0.ɵɵelementStart(104, "tr");
|
|
10038
|
+
i0.ɵɵelementStart(105, "td");
|
|
10039
|
+
i0.ɵɵtext(106, "Ctrl + B: ");
|
|
10016
10040
|
i0.ɵɵelementEnd();
|
|
10017
|
-
i0.ɵɵelementStart(
|
|
10018
|
-
i0.ɵɵtext(
|
|
10041
|
+
i0.ɵɵelementStart(107, "td");
|
|
10042
|
+
i0.ɵɵtext(108, "\u00A0");
|
|
10019
10043
|
i0.ɵɵelementEnd();
|
|
10020
|
-
i0.ɵɵelementStart(
|
|
10021
|
-
i0.ɵɵtext(
|
|
10022
|
-
i0.ɵɵpipe(
|
|
10044
|
+
i0.ɵɵelementStart(109, "td");
|
|
10045
|
+
i0.ɵɵtext(110);
|
|
10046
|
+
i0.ɵɵpipe(111, "translate");
|
|
10023
10047
|
i0.ɵɵelementEnd();
|
|
10024
10048
|
i0.ɵɵelementEnd();
|
|
10025
|
-
i0.ɵɵelementStart(
|
|
10026
|
-
i0.ɵɵelementStart(
|
|
10027
|
-
i0.ɵɵtext(
|
|
10049
|
+
i0.ɵɵelementStart(112, "tr");
|
|
10050
|
+
i0.ɵɵelementStart(113, "td");
|
|
10051
|
+
i0.ɵɵtext(114, "Ctrl + Y: ");
|
|
10028
10052
|
i0.ɵɵelementEnd();
|
|
10029
|
-
i0.ɵɵelementStart(
|
|
10030
|
-
i0.ɵɵtext(
|
|
10053
|
+
i0.ɵɵelementStart(115, "td");
|
|
10054
|
+
i0.ɵɵtext(116, "\u00A0");
|
|
10031
10055
|
i0.ɵɵelementEnd();
|
|
10032
|
-
i0.ɵɵelementStart(
|
|
10033
|
-
i0.ɵɵtext(
|
|
10034
|
-
i0.ɵɵpipe(
|
|
10056
|
+
i0.ɵɵelementStart(117, "td");
|
|
10057
|
+
i0.ɵɵtext(118);
|
|
10058
|
+
i0.ɵɵpipe(119, "translate");
|
|
10035
10059
|
i0.ɵɵelementEnd();
|
|
10036
10060
|
i0.ɵɵelementEnd();
|
|
10037
|
-
i0.ɵɵelementStart(
|
|
10038
|
-
i0.ɵɵelementStart(
|
|
10039
|
-
i0.ɵɵtext(
|
|
10061
|
+
i0.ɵɵelementStart(120, "tr");
|
|
10062
|
+
i0.ɵɵelementStart(121, "td");
|
|
10063
|
+
i0.ɵɵtext(122, "Ctrl + M: ");
|
|
10040
10064
|
i0.ɵɵelementEnd();
|
|
10041
|
-
i0.ɵɵelementStart(
|
|
10042
|
-
i0.ɵɵtext(
|
|
10065
|
+
i0.ɵɵelementStart(123, "td");
|
|
10066
|
+
i0.ɵɵtext(124, "\u00A0");
|
|
10043
10067
|
i0.ɵɵelementEnd();
|
|
10044
|
-
i0.ɵɵelementStart(
|
|
10045
|
-
i0.ɵɵtext(
|
|
10046
|
-
i0.ɵɵpipe(
|
|
10068
|
+
i0.ɵɵelementStart(125, "td");
|
|
10069
|
+
i0.ɵɵtext(126);
|
|
10070
|
+
i0.ɵɵpipe(127, "translate");
|
|
10047
10071
|
i0.ɵɵelementEnd();
|
|
10048
10072
|
i0.ɵɵelementEnd();
|
|
10049
10073
|
i0.ɵɵelementEnd();
|
|
10050
10074
|
i0.ɵɵelementEnd();
|
|
10051
10075
|
i0.ɵɵelementEnd();
|
|
10052
|
-
i0.ɵɵtemplate(
|
|
10076
|
+
i0.ɵɵtemplate(128, MenuComponent_mat_spinner_128_Template, 1, 1, "mat-spinner", 55);
|
|
10053
10077
|
i0.ɵɵelementEnd();
|
|
10054
10078
|
i0.ɵɵelementEnd();
|
|
10055
10079
|
} if (rf & 2) {
|
|
10056
10080
|
const _r0 = i0.ɵɵreference(8);
|
|
10057
|
-
const
|
|
10081
|
+
const _r31 = i0.ɵɵreference(93);
|
|
10058
10082
|
i0.ɵɵproperty("matMenuTriggerFor", _r0);
|
|
10059
10083
|
i0.ɵɵadvance(4);
|
|
10060
10084
|
i0.ɵɵpropertyInterpolate("src", ctx.companyMiniLogo, i0.ɵɵsanitizeUrl);
|
|
@@ -10070,19 +10094,21 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
10070
10094
|
i0.ɵɵproperty("ngIf", ctx.searchById);
|
|
10071
10095
|
i0.ɵɵadvance(1);
|
|
10072
10096
|
i0.ɵɵclassProp("hide-placeholder", ctx.searchByText || ctx.searchById);
|
|
10073
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(16,
|
|
10097
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(16, 59, "APP.STARTHEREORCLICKCONTROL+Q"));
|
|
10074
10098
|
i0.ɵɵproperty("ngModel", ctx.searchText);
|
|
10075
10099
|
i0.ɵɵadvance(5);
|
|
10076
10100
|
i0.ɵɵproperty("ngIf", !ctx.searchText);
|
|
10077
10101
|
i0.ɵɵadvance(1);
|
|
10078
10102
|
i0.ɵɵproperty("ngIf", ctx.searchText);
|
|
10079
10103
|
i0.ɵɵadvance(1);
|
|
10080
|
-
i0.ɵɵproperty("satPopoverAnchorFor",
|
|
10104
|
+
i0.ɵɵproperty("satPopoverAnchorFor", _r31);
|
|
10081
10105
|
i0.ɵɵadvance(5);
|
|
10082
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(
|
|
10106
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(91, _c11, ctx.display, !ctx.display));
|
|
10083
10107
|
i0.ɵɵadvance(1);
|
|
10084
10108
|
i0.ɵɵproperty("ngIf", ctx.loadingSearchMenuData || ctx.recentSearchesfetchInProgress || ctx.widgetsfetchInProgress);
|
|
10085
10109
|
i0.ɵɵadvance(2);
|
|
10110
|
+
i0.ɵɵproperty("ngIf", !(ctx.searchById || ctx.searchByText));
|
|
10111
|
+
i0.ɵɵadvance(1);
|
|
10086
10112
|
i0.ɵɵproperty("ngIf", ctx.items && ctx.items.length > 0 && !(ctx.searchById || ctx.searchByText));
|
|
10087
10113
|
i0.ɵɵadvance(1);
|
|
10088
10114
|
i0.ɵɵproperty("ngIf", !(ctx.searchById || ctx.searchByText));
|
|
@@ -10101,46 +10127,46 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
10101
10127
|
i0.ɵɵadvance(1);
|
|
10102
10128
|
i0.ɵɵproperty("interactiveClose", false);
|
|
10103
10129
|
i0.ɵɵadvance(5);
|
|
10104
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10130
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(44, 61, "APP.ADDDASHBOARDTITLE"), " ");
|
|
10105
10131
|
i0.ɵɵadvance(3);
|
|
10106
10132
|
i0.ɵɵproperty("formGroup", ctx.workspaceForm);
|
|
10107
10133
|
i0.ɵɵadvance(3);
|
|
10108
|
-
i0.ɵɵpropertyInterpolate1("placeholder", "", i0.ɵɵpipeBind1(
|
|
10134
|
+
i0.ɵɵpropertyInterpolate1("placeholder", "", i0.ɵɵpipeBind1(50, 63, "HRMANAGAMENT.NAME"), "*");
|
|
10109
10135
|
i0.ɵɵadvance(2);
|
|
10110
10136
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("workspaceName").hasError("required") && ctx.workspaceForm.get("workspaceName").touched);
|
|
10111
10137
|
i0.ɵɵadvance(1);
|
|
10112
10138
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("workspaceName").hasError("maxlength"));
|
|
10113
10139
|
i0.ɵɵadvance(2);
|
|
10114
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10140
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(55, 65, "COMPANYSETTINGS.DESCRIPTION"));
|
|
10115
10141
|
i0.ɵɵadvance(2);
|
|
10116
10142
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("description").hasError("maxlength") && ctx.workspaceForm.get("description").touched);
|
|
10117
10143
|
i0.ɵɵadvance(2);
|
|
10118
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10144
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(59, 67, "WIDGETS.VIEWROLES"));
|
|
10119
10145
|
i0.ɵɵproperty("compareWith", ctx.compareSelectedRolesFn);
|
|
10120
10146
|
i0.ɵɵadvance(2);
|
|
10121
10147
|
i0.ɵɵproperty("value", 0);
|
|
10122
10148
|
i0.ɵɵadvance(2);
|
|
10123
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10149
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(63, 69, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
10124
10150
|
i0.ɵɵadvance(2);
|
|
10125
10151
|
i0.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
10126
10152
|
i0.ɵɵadvance(1);
|
|
10127
10153
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("selectedRoles").hasError("required") && ctx.workspaceForm.get("selectedRoles").touched);
|
|
10128
10154
|
i0.ɵɵadvance(2);
|
|
10129
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10155
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(68, 71, "WIDGETS.EDITROLES"));
|
|
10130
10156
|
i0.ɵɵproperty("compareWith", ctx.compareEditSelectedRolesFn);
|
|
10131
10157
|
i0.ɵɵadvance(2);
|
|
10132
10158
|
i0.ɵɵproperty("value", 0);
|
|
10133
10159
|
i0.ɵɵadvance(2);
|
|
10134
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10160
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(72, 73, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
10135
10161
|
i0.ɵɵadvance(2);
|
|
10136
10162
|
i0.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
10137
10163
|
i0.ɵɵadvance(2);
|
|
10138
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10164
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(76, 75, "WIDGETS.DELETEROLES"));
|
|
10139
10165
|
i0.ɵɵproperty("compareWith", ctx.compareDeleteSelectedRolesFn);
|
|
10140
10166
|
i0.ɵɵadvance(2);
|
|
10141
10167
|
i0.ɵɵproperty("value", 0);
|
|
10142
10168
|
i0.ɵɵadvance(2);
|
|
10143
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10169
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(80, 77, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
10144
10170
|
i0.ɵɵadvance(2);
|
|
10145
10171
|
i0.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
10146
10172
|
i0.ɵɵadvance(2);
|
|
@@ -10148,19 +10174,19 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
10148
10174
|
i0.ɵɵadvance(1);
|
|
10149
10175
|
i0.ɵɵproperty("ngIf", ctx.dashboardUpdateInProgress);
|
|
10150
10176
|
i0.ɵɵadvance(2);
|
|
10151
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10177
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(87, 79, "SAVE"), " ");
|
|
10152
10178
|
i0.ɵɵadvance(4);
|
|
10153
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10179
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(91, 81, "CANCEL"), " ");
|
|
10154
10180
|
i0.ɵɵadvance(2);
|
|
10155
10181
|
i0.ɵɵproperty("interactiveClose", true);
|
|
10156
10182
|
i0.ɵɵadvance(10);
|
|
10157
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10183
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(103, 83, "SHELL.TOOPENSEARCHMENU"), "");
|
|
10158
10184
|
i0.ɵɵadvance(8);
|
|
10159
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10185
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(111, 85, "SHELL.TOOPENGOALSANDUSERS"), "");
|
|
10160
10186
|
i0.ɵɵadvance(8);
|
|
10161
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10187
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(119, 87, "SHELL.TOSEARCHBYID"), "");
|
|
10162
10188
|
i0.ɵɵadvance(8);
|
|
10163
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10189
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(127, 89, "SHELL.TOCLOSEMENU"), "");
|
|
10164
10190
|
i0.ɵɵadvance(2);
|
|
10165
10191
|
i0.ɵɵproperty("ngIf", ctx.searchByTextLoading && ctx.display);
|
|
10166
10192
|
} }, directives: [i8.MatButton, i22$1.DefaultShowHideDirective, i16.MatMenuTrigger, i17.MatIcon, i20.DefaultFlexDirective, i16.MatMenu, i10.NgForOf, i10.NgIf, i9.DefaultValueAccessor, i9.NgControlStatus, i9.NgModel, i20$1.SatPopoverAnchor, i10.NgClass, i22$1.DefaultClassDirective, i20$1.SatPopover, i7.MatCard, i7.MatCardTitle, i7.MatCardContent, i9.ɵNgNoValidate, i9.NgControlStatusGroup, i9.FormGroupDirective, i22.MatFormField, i23.MatInput, i9.FormControlName, i34.MatSelect, i9.RequiredValidator, i14.MatOption, i4.FaIconComponent, i16.MatMenuItem, i2.RouterLinkActive, i2.RouterLink, i7$1.MatTooltip, i28.MatProgressBar, i20.DefaultLayoutDirective, AvatarComponent, i20.DefaultLayoutAlignDirective, i22.MatError, i30.MatSpinner], pipes: [i5$1.TranslatePipe, SoftLabelPipe, HighLightTextPipe, RemoveSpecialCharactersPipe, FetchSizedAndCachedImagePipe, i10.SlicePipe, i35.TimeagoPipe], encapsulation: 2 });
|