@thetradeengineorg1/snova-shell-module 0.0.267 → 0.0.269
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 +396 -424
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/shell-components/components/menu/menu.component.js +394 -420
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +396 -422
- 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 _r36 = 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(_r36); const item_r32 = i0.ɵɵnextContext().$implicit; const ctx_r34 = i0.ɵɵnextContext(); return ctx_r34.selectMenu(item_r32, $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_r32 = i0.ɵɵnextContext().$implicit;
|
|
6897
|
+
const ctx_r33 = i0.ɵɵnextContext();
|
|
6898
6898
|
i0.ɵɵadvance(1);
|
|
6899
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/",
|
|
6899
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/", item_r32.state, "");
|
|
6900
6900
|
i0.ɵɵadvance(2);
|
|
6901
|
-
i0.ɵɵtextInterpolate(
|
|
6901
|
+
i0.ɵɵtextInterpolate(item_r32.icon);
|
|
6902
6902
|
i0.ɵɵadvance(1);
|
|
6903
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind2(5, 3,
|
|
6903
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind2(5, 3, item_r32.menu, ctx_r33.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_r32 = ctx.$implicit;
|
|
6911
6911
|
i0.ɵɵadvance(1);
|
|
6912
|
-
i0.ɵɵproperty("ngIf",
|
|
6912
|
+
i0.ɵɵproperty("ngIf", item_r32.type == "link" || item_r32.type == "applicationlink");
|
|
6913
6913
|
} }
|
|
6914
6914
|
function MenuComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
6915
|
-
const
|
|
6915
|
+
const _r39 = 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(_r39); const ctx_r38 = i0.ɵɵnextContext(); return ctx_r38.openApps(); });
|
|
6919
6919
|
i0.ɵɵpipe(2, "translate");
|
|
6920
6920
|
i0.ɵɵelementEnd();
|
|
6921
6921
|
i0.ɵɵelementEnd();
|
|
@@ -6939,285 +6939,262 @@ 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 _r41 = 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(_r41); const ctx_r40 = i0.ɵɵnextContext(); return ctx_r40.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
|
-
} }
|
|
6974
6951
|
const _c10$1 = function () { return { exact: true }; };
|
|
6975
|
-
function
|
|
6976
|
-
const
|
|
6977
|
-
i0.ɵɵelementStart(0, "div",
|
|
6978
|
-
i0.ɵɵelementStart(1, "button",
|
|
6979
|
-
i0.ɵɵlistener("mousedown", function
|
|
6952
|
+
function MenuComponent_div_29_ng_container_12_div_1_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
6953
|
+
const _r49 = i0.ɵɵgetCurrentView();
|
|
6954
|
+
i0.ɵɵelementStart(0, "div", 75);
|
|
6955
|
+
i0.ɵɵelementStart(1, "button", 76);
|
|
6956
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_29_ng_container_12_div_1_div_1_Template_button_mousedown_1_listener($event) { i0.ɵɵrestoreView(_r49); const item_r44 = i0.ɵɵnextContext().$implicit; const ctx_r47 = i0.ɵɵnextContext(3); return ctx_r47.selectAdimnTool(item_r44.state, $event, item_r44); });
|
|
6980
6957
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
6981
|
-
i0.ɵɵelementStart(3, "mat-icon",
|
|
6958
|
+
i0.ɵɵelementStart(3, "mat-icon", 77);
|
|
6982
6959
|
i0.ɵɵtext(4);
|
|
6983
6960
|
i0.ɵɵelementEnd();
|
|
6984
|
-
i0.ɵɵelement(5, "span",
|
|
6961
|
+
i0.ɵɵelement(5, "span", 78);
|
|
6985
6962
|
i0.ɵɵpipe(6, "highLightText");
|
|
6986
6963
|
i0.ɵɵpipe(7, "softLabelsPipe");
|
|
6987
6964
|
i0.ɵɵelementEnd();
|
|
6988
6965
|
i0.ɵɵelementEnd();
|
|
6989
6966
|
} if (rf & 2) {
|
|
6990
|
-
const
|
|
6991
|
-
const
|
|
6992
|
-
const
|
|
6993
|
-
const
|
|
6967
|
+
const ctx_r50 = i0.ɵɵnextContext();
|
|
6968
|
+
const item_r44 = ctx_r50.$implicit;
|
|
6969
|
+
const i_r45 = ctx_r50.index;
|
|
6970
|
+
const ctx_r46 = i0.ɵɵnextContext(3);
|
|
6994
6971
|
i0.ɵɵadvance(1);
|
|
6995
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/",
|
|
6996
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
6997
|
-
i0.ɵɵproperty("ngClass",
|
|
6972
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/", item_r44.state, "");
|
|
6973
|
+
i0.ɵɵpropertyInterpolate("matTooltip", ctx_r46.translateapplicationname(i0.ɵɵpipeBind2(2, 7, item_r44.menu, ctx_r46.softLabels)));
|
|
6974
|
+
i0.ɵɵproperty("ngClass", ctx_r46.selectedRowIndex == i_r45 ? "color-text" : "color-text1")("routerLinkActiveOptions", i0.ɵɵpureFunction0(16, _c10$1));
|
|
6998
6975
|
i0.ɵɵadvance(2);
|
|
6999
|
-
i0.ɵɵproperty("ngClass",
|
|
6976
|
+
i0.ɵɵproperty("ngClass", ctx_r46.selectedRowIndex == i_r45 ? "color-text" : "color-text1");
|
|
7000
6977
|
i0.ɵɵadvance(1);
|
|
7001
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
6978
|
+
i0.ɵɵtextInterpolate1(" ", item_r44.icon, "");
|
|
7002
6979
|
i0.ɵɵadvance(1);
|
|
7003
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(6, 10, i0.ɵɵpipeBind2(7, 13,
|
|
6980
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(6, 10, i0.ɵɵpipeBind2(7, 13, ctx_r46.translateapplicationname(item_r44.menu), ctx_r46.softLabels), ctx_r46.searchText), i0.ɵɵsanitizeHtml);
|
|
7004
6981
|
} }
|
|
7005
|
-
function
|
|
7006
|
-
i0.ɵɵelementStart(0, "div",
|
|
7007
|
-
i0.ɵɵtemplate(1,
|
|
6982
|
+
function MenuComponent_div_29_ng_container_12_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
6983
|
+
i0.ɵɵelementStart(0, "div", 73);
|
|
6984
|
+
i0.ɵɵtemplate(1, MenuComponent_div_29_ng_container_12_div_1_div_1_Template, 8, 17, "div", 74);
|
|
7008
6985
|
i0.ɵɵelementEnd();
|
|
7009
6986
|
} if (rf & 2) {
|
|
7010
|
-
const
|
|
7011
|
-
const
|
|
7012
|
-
const
|
|
7013
|
-
i0.ɵɵstyleProp("background-color",
|
|
6987
|
+
const item_r44 = ctx.$implicit;
|
|
6988
|
+
const i_r45 = ctx.index;
|
|
6989
|
+
const ctx_r43 = i0.ɵɵnextContext(3);
|
|
6990
|
+
i0.ɵɵstyleProp("background-color", ctx_r43.selectedRowIndex == i_r45 ? "#f1f5f9" : "white");
|
|
7014
6991
|
i0.ɵɵadvance(1);
|
|
7015
|
-
i0.ɵɵproperty("ngIf",
|
|
6992
|
+
i0.ɵɵproperty("ngIf", item_r44.type == "link" || item_r44.type == "applicationlink");
|
|
7016
6993
|
} }
|
|
7017
|
-
function
|
|
6994
|
+
function MenuComponent_div_29_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
7018
6995
|
i0.ɵɵelementContainerStart(0);
|
|
7019
|
-
i0.ɵɵtemplate(1,
|
|
6996
|
+
i0.ɵɵtemplate(1, MenuComponent_div_29_ng_container_12_div_1_Template, 2, 3, "div", 72);
|
|
7020
6997
|
i0.ɵɵelementContainerEnd();
|
|
7021
6998
|
} if (rf & 2) {
|
|
7022
|
-
const
|
|
6999
|
+
const ctx_r42 = i0.ɵɵnextContext(2);
|
|
7023
7000
|
i0.ɵɵadvance(1);
|
|
7024
|
-
i0.ɵɵproperty("ngForOf",
|
|
7001
|
+
i0.ɵɵproperty("ngForOf", ctx_r42.items);
|
|
7025
7002
|
} }
|
|
7026
|
-
function
|
|
7027
|
-
i0.ɵɵelementStart(0, "div",
|
|
7028
|
-
i0.ɵɵelementStart(1, "div",
|
|
7003
|
+
function MenuComponent_div_29_Template(rf, ctx) { if (rf & 1) {
|
|
7004
|
+
i0.ɵɵelementStart(0, "div", 62);
|
|
7005
|
+
i0.ɵɵelementStart(1, "div", 63);
|
|
7029
7006
|
i0.ɵɵnamespaceSVG();
|
|
7030
|
-
i0.ɵɵelementStart(2, "svg",
|
|
7031
|
-
i0.ɵɵelement(3, "path",
|
|
7032
|
-
i0.ɵɵelement(4, "path",
|
|
7033
|
-
i0.ɵɵelement(5, "path",
|
|
7034
|
-
i0.ɵɵelement(6, "path",
|
|
7035
|
-
i0.ɵɵelement(7, "path",
|
|
7007
|
+
i0.ɵɵelementStart(2, "svg", 64);
|
|
7008
|
+
i0.ɵɵelement(3, "path", 65);
|
|
7009
|
+
i0.ɵɵelement(4, "path", 66);
|
|
7010
|
+
i0.ɵɵelement(5, "path", 67);
|
|
7011
|
+
i0.ɵɵelement(6, "path", 68);
|
|
7012
|
+
i0.ɵɵelement(7, "path", 69);
|
|
7036
7013
|
i0.ɵɵelementEnd();
|
|
7037
7014
|
i0.ɵɵnamespaceHTML();
|
|
7038
|
-
i0.ɵɵelementStart(8, "span",
|
|
7015
|
+
i0.ɵɵelementStart(8, "span", 70);
|
|
7039
7016
|
i0.ɵɵtext(9);
|
|
7040
7017
|
i0.ɵɵpipe(10, "translate");
|
|
7041
7018
|
i0.ɵɵelementEnd();
|
|
7042
7019
|
i0.ɵɵelementEnd();
|
|
7043
|
-
i0.ɵɵelementStart(11, "div",
|
|
7044
|
-
i0.ɵɵtemplate(12,
|
|
7020
|
+
i0.ɵɵelementStart(11, "div", 71);
|
|
7021
|
+
i0.ɵɵtemplate(12, MenuComponent_div_29_ng_container_12_Template, 2, 1, "ng-container", 16);
|
|
7045
7022
|
i0.ɵɵelementEnd();
|
|
7046
7023
|
i0.ɵɵelementEnd();
|
|
7047
7024
|
} if (rf & 2) {
|
|
7048
|
-
const
|
|
7025
|
+
const ctx_r10 = i0.ɵɵnextContext();
|
|
7049
7026
|
i0.ɵɵadvance(9);
|
|
7050
7027
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(10, 2, "SHELL.APPLICATIONS"));
|
|
7051
7028
|
i0.ɵɵadvance(3);
|
|
7052
|
-
i0.ɵɵproperty("ngIf",
|
|
7029
|
+
i0.ɵɵproperty("ngIf", ctx_r10.items && ctx_r10.items.length > 0);
|
|
7053
7030
|
} }
|
|
7054
|
-
function
|
|
7055
|
-
const
|
|
7056
|
-
i0.ɵɵelementStart(0, "fa-icon",
|
|
7057
|
-
i0.ɵɵlistener("click", function
|
|
7031
|
+
function MenuComponent_div_30_div_1_fa_icon_10_Template(rf, ctx) { if (rf & 1) {
|
|
7032
|
+
const _r55 = i0.ɵɵgetCurrentView();
|
|
7033
|
+
i0.ɵɵelementStart(0, "fa-icon", 91);
|
|
7034
|
+
i0.ɵɵlistener("click", function MenuComponent_div_30_div_1_fa_icon_10_Template_fa_icon_click_0_listener() { i0.ɵɵrestoreView(_r55); const ctx_r54 = i0.ɵɵnextContext(3); ctx_r54.initializeWorkspaceForm(); return ctx_r54.openWorkspaceForm(); });
|
|
7058
7035
|
i0.ɵɵpipe(1, "translate");
|
|
7059
7036
|
i0.ɵɵelementEnd();
|
|
7060
7037
|
} if (rf & 2) {
|
|
7061
7038
|
i0.ɵɵnextContext(3);
|
|
7062
|
-
const
|
|
7039
|
+
const _r18 = i0.ɵɵreference(38);
|
|
7063
7040
|
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind1(1, 2, "APP.ADDDASHBOARD"));
|
|
7064
|
-
i0.ɵɵproperty("satPopoverAnchorFor",
|
|
7041
|
+
i0.ɵɵproperty("satPopoverAnchorFor", _r18);
|
|
7065
7042
|
} }
|
|
7066
|
-
function
|
|
7067
|
-
const
|
|
7068
|
-
i0.ɵɵelementStart(0, "div",
|
|
7069
|
-
i0.ɵɵelementStart(2, "button",
|
|
7070
|
-
i0.ɵɵlistener("mousedown", function
|
|
7043
|
+
function MenuComponent_div_30_div_1_ng_container_12_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7044
|
+
const _r61 = i0.ɵɵgetCurrentView();
|
|
7045
|
+
i0.ɵɵelementStart(0, "div", 93, 94);
|
|
7046
|
+
i0.ɵɵelementStart(2, "button", 95);
|
|
7047
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_30_div_1_ng_container_12_div_1_Template_button_mousedown_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r61); const wc_r57 = restoredCtx.$implicit; const ctx_r60 = i0.ɵɵnextContext(4); return ctx_r60.selectMenu(wc_r57, $event); })("click", function MenuComponent_div_30_div_1_ng_container_12_div_1_Template_button_click_2_listener() { const restoredCtx = i0.ɵɵrestoreView(_r61); const wc_r57 = restoredCtx.$implicit; const ctx_r62 = i0.ɵɵnextContext(4); return ctx_r62.navigateToUrl(wc_r57.workspaceId); });
|
|
7071
7048
|
i0.ɵɵnamespaceSVG();
|
|
7072
|
-
i0.ɵɵelementStart(3, "svg",
|
|
7073
|
-
i0.ɵɵelement(4, "rect",
|
|
7074
|
-
i0.ɵɵelement(5, "rect",
|
|
7075
|
-
i0.ɵɵelement(6, "rect",
|
|
7076
|
-
i0.ɵɵelement(7, "rect",
|
|
7049
|
+
i0.ɵɵelementStart(3, "svg", 83);
|
|
7050
|
+
i0.ɵɵelement(4, "rect", 84);
|
|
7051
|
+
i0.ɵɵelement(5, "rect", 85);
|
|
7052
|
+
i0.ɵɵelement(6, "rect", 86);
|
|
7053
|
+
i0.ɵɵelement(7, "rect", 87);
|
|
7077
7054
|
i0.ɵɵelementEnd();
|
|
7078
7055
|
i0.ɵɵnamespaceHTML();
|
|
7079
|
-
i0.ɵɵelement(8, "span",
|
|
7056
|
+
i0.ɵɵelement(8, "span", 96);
|
|
7080
7057
|
i0.ɵɵpipe(9, "highLightText");
|
|
7081
7058
|
i0.ɵɵelementEnd();
|
|
7082
7059
|
i0.ɵɵelementEnd();
|
|
7083
7060
|
} if (rf & 2) {
|
|
7084
|
-
const
|
|
7085
|
-
const
|
|
7086
|
-
const
|
|
7087
|
-
i0.ɵɵstyleProp("background-color",
|
|
7061
|
+
const wc_r57 = ctx.$implicit;
|
|
7062
|
+
const i_r58 = ctx.index;
|
|
7063
|
+
const ctx_r56 = i0.ɵɵnextContext(4);
|
|
7064
|
+
i0.ɵɵstyleProp("background-color", ctx_r56.ws == i_r58 ? "#f1f5f9" : "white");
|
|
7088
7065
|
i0.ɵɵadvance(2);
|
|
7089
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/dashboard/",
|
|
7090
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
7091
|
-
i0.ɵɵproperty("ngClass",
|
|
7066
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/dashboard/", wc_r57.workspaceId, "");
|
|
7067
|
+
i0.ɵɵpropertyInterpolate("matTooltip", wc_r57.workspaceName);
|
|
7068
|
+
i0.ɵɵproperty("ngClass", ctx_r56.ws == i_r58 ? "color-text" : "color-text1");
|
|
7092
7069
|
i0.ɵɵadvance(6);
|
|
7093
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 6,
|
|
7070
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 6, wc_r57.workspaceName, ctx_r56.searchText), i0.ɵɵsanitizeHtml);
|
|
7094
7071
|
} }
|
|
7095
|
-
function
|
|
7072
|
+
function MenuComponent_div_30_div_1_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
7096
7073
|
i0.ɵɵelementContainerStart(0);
|
|
7097
|
-
i0.ɵɵtemplate(1,
|
|
7074
|
+
i0.ɵɵtemplate(1, MenuComponent_div_30_div_1_ng_container_12_div_1_Template, 10, 9, "div", 92);
|
|
7098
7075
|
i0.ɵɵelementContainerEnd();
|
|
7099
7076
|
} if (rf & 2) {
|
|
7100
|
-
const
|
|
7077
|
+
const ctx_r53 = i0.ɵɵnextContext(3);
|
|
7101
7078
|
i0.ɵɵadvance(1);
|
|
7102
|
-
i0.ɵɵproperty("ngForOf",
|
|
7079
|
+
i0.ɵɵproperty("ngForOf", ctx_r53.workspaces);
|
|
7103
7080
|
} }
|
|
7104
|
-
function
|
|
7105
|
-
i0.ɵɵelementStart(0, "div",
|
|
7106
|
-
i0.ɵɵelementStart(1, "div",
|
|
7081
|
+
function MenuComponent_div_30_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7082
|
+
i0.ɵɵelementStart(0, "div", 81);
|
|
7083
|
+
i0.ɵɵelementStart(1, "div", 82);
|
|
7107
7084
|
i0.ɵɵnamespaceSVG();
|
|
7108
|
-
i0.ɵɵelementStart(2, "svg",
|
|
7109
|
-
i0.ɵɵelement(3, "rect",
|
|
7110
|
-
i0.ɵɵelement(4, "rect",
|
|
7111
|
-
i0.ɵɵelement(5, "rect",
|
|
7112
|
-
i0.ɵɵelement(6, "rect",
|
|
7085
|
+
i0.ɵɵelementStart(2, "svg", 83);
|
|
7086
|
+
i0.ɵɵelement(3, "rect", 84);
|
|
7087
|
+
i0.ɵɵelement(4, "rect", 85);
|
|
7088
|
+
i0.ɵɵelement(5, "rect", 86);
|
|
7089
|
+
i0.ɵɵelement(6, "rect", 87);
|
|
7113
7090
|
i0.ɵɵelementEnd();
|
|
7114
7091
|
i0.ɵɵnamespaceHTML();
|
|
7115
|
-
i0.ɵɵelementStart(7, "span",
|
|
7092
|
+
i0.ɵɵelementStart(7, "span", 88);
|
|
7116
7093
|
i0.ɵɵtext(8);
|
|
7117
7094
|
i0.ɵɵpipe(9, "translate");
|
|
7118
7095
|
i0.ɵɵelementEnd();
|
|
7119
|
-
i0.ɵɵtemplate(10,
|
|
7096
|
+
i0.ɵɵtemplate(10, MenuComponent_div_30_div_1_fa_icon_10_Template, 2, 4, "fa-icon", 89);
|
|
7120
7097
|
i0.ɵɵelementEnd();
|
|
7121
|
-
i0.ɵɵelementStart(11, "div",
|
|
7122
|
-
i0.ɵɵtemplate(12,
|
|
7098
|
+
i0.ɵɵelementStart(11, "div", 90);
|
|
7099
|
+
i0.ɵɵtemplate(12, MenuComponent_div_30_div_1_ng_container_12_Template, 2, 1, "ng-container", 16);
|
|
7123
7100
|
i0.ɵɵelementEnd();
|
|
7124
7101
|
i0.ɵɵelementEnd();
|
|
7125
7102
|
} if (rf & 2) {
|
|
7126
|
-
const
|
|
7103
|
+
const ctx_r51 = i0.ɵɵnextContext(2);
|
|
7127
7104
|
i0.ɵɵadvance(8);
|
|
7128
7105
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 3, "SHELL.DASHBOARDS"));
|
|
7129
7106
|
i0.ɵɵadvance(2);
|
|
7130
|
-
i0.ɵɵproperty("ngIf",
|
|
7107
|
+
i0.ɵɵproperty("ngIf", ctx_r51.canAccess_feature_AddDashboard);
|
|
7131
7108
|
i0.ɵɵadvance(2);
|
|
7132
|
-
i0.ɵɵproperty("ngIf",
|
|
7109
|
+
i0.ɵɵproperty("ngIf", ctx_r51.workspaces && ctx_r51.workspaces.length > 0);
|
|
7133
7110
|
} }
|
|
7134
|
-
function
|
|
7135
|
-
i0.ɵɵelementStart(0, "div",
|
|
7136
|
-
i0.ɵɵtemplate(1,
|
|
7111
|
+
function MenuComponent_div_30_Template(rf, ctx) { if (rf & 1) {
|
|
7112
|
+
i0.ɵɵelementStart(0, "div", 79);
|
|
7113
|
+
i0.ɵɵtemplate(1, MenuComponent_div_30_div_1_Template, 13, 5, "div", 80);
|
|
7137
7114
|
i0.ɵɵelementEnd();
|
|
7138
7115
|
} if (rf & 2) {
|
|
7139
|
-
const
|
|
7116
|
+
const ctx_r11 = i0.ɵɵnextContext();
|
|
7140
7117
|
i0.ɵɵadvance(1);
|
|
7141
|
-
i0.ɵɵproperty("ngIf",
|
|
7118
|
+
i0.ɵɵproperty("ngIf", ctx_r11.workspaces && ctx_r11.workspaces.length > 0);
|
|
7142
7119
|
} }
|
|
7143
|
-
function
|
|
7144
|
-
const
|
|
7120
|
+
function MenuComponent_div_31_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
7121
|
+
const _r67 = i0.ɵɵgetCurrentView();
|
|
7145
7122
|
i0.ɵɵelementStart(0, "div");
|
|
7146
|
-
i0.ɵɵelementStart(1, "button",
|
|
7147
|
-
i0.ɵɵlistener("mousedown", function
|
|
7123
|
+
i0.ɵɵelementStart(1, "button", 101);
|
|
7124
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_31_div_5_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r67); const widget_r64 = restoredCtx.$implicit; const ctx_r66 = i0.ɵɵnextContext(2); return ctx_r66.OnSelect(widget_r64, $event); });
|
|
7148
7125
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7149
|
-
i0.ɵɵelement(3, "span",
|
|
7126
|
+
i0.ɵɵelement(3, "span", 102);
|
|
7150
7127
|
i0.ɵɵpipe(4, "highLightText");
|
|
7151
7128
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7152
7129
|
i0.ɵɵelementEnd();
|
|
7153
7130
|
i0.ɵɵelementEnd();
|
|
7154
7131
|
} if (rf & 2) {
|
|
7155
|
-
const
|
|
7156
|
-
const
|
|
7157
|
-
const
|
|
7158
|
-
i0.ɵɵstyleProp("background-color",
|
|
7132
|
+
const widget_r64 = ctx.$implicit;
|
|
7133
|
+
const i_r65 = ctx.index;
|
|
7134
|
+
const ctx_r63 = i0.ɵɵnextContext(2);
|
|
7135
|
+
i0.ɵɵstyleProp("background-color", ctx_r63.wd == i_r65 ? ctx_r63.themeBaseColor : "white");
|
|
7159
7136
|
i0.ɵɵadvance(1);
|
|
7160
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/widgets/",
|
|
7161
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 7,
|
|
7162
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(16, _c10$1))("ngClass",
|
|
7137
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/widgets/", widget_r64.widgetId, "");
|
|
7138
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 7, widget_r64.widgetName, ctx_r63.softLabels));
|
|
7139
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(16, _c10$1))("ngClass", ctx_r63.wd == i_r65 ? "color-text" : "color-text1");
|
|
7163
7140
|
i0.ɵɵadvance(2);
|
|
7164
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 10, i0.ɵɵpipeBind2(5, 13,
|
|
7141
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 10, i0.ɵɵpipeBind2(5, 13, widget_r64.widgetName, ctx_r63.softLabels), ctx_r63.searchText), i0.ɵɵsanitizeHtml);
|
|
7165
7142
|
} }
|
|
7166
|
-
function
|
|
7167
|
-
i0.ɵɵelementStart(0, "div",
|
|
7168
|
-
i0.ɵɵelementStart(1, "div",
|
|
7143
|
+
function MenuComponent_div_31_Template(rf, ctx) { if (rf & 1) {
|
|
7144
|
+
i0.ɵɵelementStart(0, "div", 97);
|
|
7145
|
+
i0.ɵɵelementStart(1, "div", 98);
|
|
7169
7146
|
i0.ɵɵtext(2);
|
|
7170
7147
|
i0.ɵɵpipe(3, "translate");
|
|
7171
7148
|
i0.ɵɵelementEnd();
|
|
7172
|
-
i0.ɵɵelementStart(4, "div",
|
|
7173
|
-
i0.ɵɵtemplate(5,
|
|
7149
|
+
i0.ɵɵelementStart(4, "div", 99);
|
|
7150
|
+
i0.ɵɵtemplate(5, MenuComponent_div_31_div_5_Template, 6, 17, "div", 100);
|
|
7174
7151
|
i0.ɵɵelementEnd();
|
|
7175
7152
|
i0.ɵɵelementEnd();
|
|
7176
7153
|
} if (rf & 2) {
|
|
7177
|
-
const
|
|
7154
|
+
const ctx_r12 = i0.ɵɵnextContext();
|
|
7178
7155
|
i0.ɵɵadvance(2);
|
|
7179
7156
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "SHELL.FAVOURITEAPPS"));
|
|
7180
7157
|
i0.ɵɵadvance(3);
|
|
7181
|
-
i0.ɵɵproperty("ngForOf",
|
|
7158
|
+
i0.ɵɵproperty("ngForOf", ctx_r12.widgets);
|
|
7182
7159
|
} }
|
|
7183
|
-
function
|
|
7184
|
-
const
|
|
7160
|
+
function MenuComponent_div_32_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
7161
|
+
const _r72 = i0.ɵɵgetCurrentView();
|
|
7185
7162
|
i0.ɵɵelementStart(0, "div");
|
|
7186
|
-
i0.ɵɵelementStart(1, "button",
|
|
7187
|
-
i0.ɵɵlistener("mousedown", function
|
|
7163
|
+
i0.ɵɵelementStart(1, "button", 105);
|
|
7164
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_32_div_4_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r72); const project_r69 = restoredCtx.$implicit; const ctx_r71 = i0.ɵɵnextContext(2); return ctx_r71.onProjectSelect(project_r69, $event); });
|
|
7188
7165
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7189
|
-
i0.ɵɵelement(3, "span",
|
|
7166
|
+
i0.ɵɵelement(3, "span", 102);
|
|
7190
7167
|
i0.ɵɵpipe(4, "highLightText");
|
|
7191
7168
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7192
7169
|
i0.ɵɵelementEnd();
|
|
7193
7170
|
i0.ɵɵelementEnd();
|
|
7194
7171
|
} if (rf & 2) {
|
|
7195
|
-
const
|
|
7196
|
-
const
|
|
7197
|
-
const
|
|
7198
|
-
i0.ɵɵstyleProp("background-color",
|
|
7172
|
+
const project_r69 = ctx.$implicit;
|
|
7173
|
+
const i_r70 = ctx.index;
|
|
7174
|
+
const ctx_r68 = i0.ɵɵnextContext(2);
|
|
7175
|
+
i0.ɵɵstyleProp("background-color", ctx_r68.projectIndex == i_r70 ? ctx_r68.themeBaseColor : "white");
|
|
7199
7176
|
i0.ɵɵadvance(1);
|
|
7200
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6,
|
|
7201
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
7177
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6, project_r69.itemName, ctx_r68.softLabels));
|
|
7178
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r68.projectIndex == i_r70 ? "color-text" : "color-text1");
|
|
7202
7179
|
i0.ɵɵadvance(2);
|
|
7203
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12,
|
|
7180
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12, project_r69.itemName, ctx_r68.softLabels), ctx_r68.searchText), i0.ɵɵsanitizeHtml);
|
|
7204
7181
|
} }
|
|
7205
|
-
function
|
|
7206
|
-
i0.ɵɵelementStart(0, "div",
|
|
7207
|
-
i0.ɵɵelementStart(1, "div",
|
|
7182
|
+
function MenuComponent_div_32_Template(rf, ctx) { if (rf & 1) {
|
|
7183
|
+
i0.ɵɵelementStart(0, "div", 103);
|
|
7184
|
+
i0.ɵɵelementStart(1, "div", 98);
|
|
7208
7185
|
i0.ɵɵtext(2, "Projects");
|
|
7209
7186
|
i0.ɵɵelementEnd();
|
|
7210
|
-
i0.ɵɵelementStart(3, "div",
|
|
7211
|
-
i0.ɵɵtemplate(4,
|
|
7187
|
+
i0.ɵɵelementStart(3, "div", 104);
|
|
7188
|
+
i0.ɵɵtemplate(4, MenuComponent_div_32_div_4_Template, 6, 16, "div", 100);
|
|
7212
7189
|
i0.ɵɵelementEnd();
|
|
7213
7190
|
i0.ɵɵelementEnd();
|
|
7214
7191
|
} if (rf & 2) {
|
|
7215
|
-
const
|
|
7192
|
+
const ctx_r13 = i0.ɵɵnextContext();
|
|
7216
7193
|
i0.ɵɵadvance(4);
|
|
7217
|
-
i0.ɵɵproperty("ngForOf",
|
|
7194
|
+
i0.ɵɵproperty("ngForOf", ctx_r13.projectList);
|
|
7218
7195
|
} }
|
|
7219
|
-
function
|
|
7220
|
-
i0.ɵɵelementStart(0, "div",
|
|
7196
|
+
function MenuComponent_div_33_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7197
|
+
i0.ɵɵelementStart(0, "div", 98);
|
|
7221
7198
|
i0.ɵɵtext(1);
|
|
7222
7199
|
i0.ɵɵpipe(2, "translate");
|
|
7223
7200
|
i0.ɵɵelementEnd();
|
|
@@ -7225,8 +7202,8 @@ function MenuComponent_div_34_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
7225
7202
|
i0.ɵɵadvance(1);
|
|
7226
7203
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "SHELL.WIBUG"));
|
|
7227
7204
|
} }
|
|
7228
|
-
function
|
|
7229
|
-
i0.ɵɵelementStart(0, "div",
|
|
7205
|
+
function MenuComponent_div_33_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
7206
|
+
i0.ɵɵelementStart(0, "div", 98);
|
|
7230
7207
|
i0.ɵɵtext(1);
|
|
7231
7208
|
i0.ɵɵpipe(2, "translate");
|
|
7232
7209
|
i0.ɵɵelementEnd();
|
|
@@ -7234,149 +7211,149 @@ function MenuComponent_div_34_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
7234
7211
|
i0.ɵɵadvance(1);
|
|
7235
7212
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "SHELL.WI"));
|
|
7236
7213
|
} }
|
|
7237
|
-
function
|
|
7238
|
-
const
|
|
7214
|
+
function MenuComponent_div_33_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
7215
|
+
const _r79 = i0.ɵɵgetCurrentView();
|
|
7239
7216
|
i0.ɵɵelementStart(0, "div");
|
|
7240
|
-
i0.ɵɵelementStart(1, "button",
|
|
7241
|
-
i0.ɵɵlistener("mousedown", function
|
|
7217
|
+
i0.ɵɵelementStart(1, "button", 105);
|
|
7218
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_33_div_4_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r79); const userStory_r76 = restoredCtx.$implicit; const ctx_r78 = i0.ɵɵnextContext(2); return ctx_r78.OnUserStorySelect(userStory_r76, $event); });
|
|
7242
7219
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7243
|
-
i0.ɵɵelement(3, "span",
|
|
7220
|
+
i0.ɵɵelement(3, "span", 102);
|
|
7244
7221
|
i0.ɵɵpipe(4, "highLightText");
|
|
7245
7222
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7246
7223
|
i0.ɵɵelementEnd();
|
|
7247
7224
|
i0.ɵɵelementEnd();
|
|
7248
7225
|
} if (rf & 2) {
|
|
7249
|
-
const
|
|
7250
|
-
const
|
|
7251
|
-
const
|
|
7252
|
-
i0.ɵɵstyleProp("background-color",
|
|
7226
|
+
const userStory_r76 = ctx.$implicit;
|
|
7227
|
+
const i_r77 = ctx.index;
|
|
7228
|
+
const ctx_r75 = i0.ɵɵnextContext(2);
|
|
7229
|
+
i0.ɵɵstyleProp("background-color", ctx_r75.users == i_r77 ? ctx_r75.themeBaseColor : "white");
|
|
7253
7230
|
i0.ɵɵadvance(1);
|
|
7254
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6,
|
|
7255
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
7231
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6, userStory_r76.itemName, ctx_r75.softLabels));
|
|
7232
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r75.users == i_r77 ? "color-text" : "color-text1");
|
|
7256
7233
|
i0.ɵɵadvance(2);
|
|
7257
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12,
|
|
7234
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12, userStory_r76.itemName, ctx_r75.softLabels), ctx_r75.searchText), i0.ɵɵsanitizeHtml);
|
|
7258
7235
|
} }
|
|
7259
|
-
function
|
|
7260
|
-
i0.ɵɵelementStart(0, "div",
|
|
7261
|
-
i0.ɵɵtemplate(1,
|
|
7262
|
-
i0.ɵɵtemplate(2,
|
|
7263
|
-
i0.ɵɵelementStart(3, "div",
|
|
7264
|
-
i0.ɵɵtemplate(4,
|
|
7236
|
+
function MenuComponent_div_33_Template(rf, ctx) { if (rf & 1) {
|
|
7237
|
+
i0.ɵɵelementStart(0, "div", 103);
|
|
7238
|
+
i0.ɵɵtemplate(1, MenuComponent_div_33_div_1_Template, 3, 3, "div", 106);
|
|
7239
|
+
i0.ɵɵtemplate(2, MenuComponent_div_33_div_2_Template, 3, 3, "div", 106);
|
|
7240
|
+
i0.ɵɵelementStart(3, "div", 107);
|
|
7241
|
+
i0.ɵɵtemplate(4, MenuComponent_div_33_div_4_Template, 6, 16, "div", 100);
|
|
7265
7242
|
i0.ɵɵelementEnd();
|
|
7266
7243
|
i0.ɵɵelementEnd();
|
|
7267
7244
|
} if (rf & 2) {
|
|
7268
|
-
const
|
|
7245
|
+
const ctx_r14 = i0.ɵɵnextContext();
|
|
7269
7246
|
i0.ɵɵadvance(1);
|
|
7270
|
-
i0.ɵɵproperty("ngIf",
|
|
7247
|
+
i0.ɵɵproperty("ngIf", ctx_r14.isEnableBugBoard);
|
|
7271
7248
|
i0.ɵɵadvance(1);
|
|
7272
|
-
i0.ɵɵproperty("ngIf", !
|
|
7249
|
+
i0.ɵɵproperty("ngIf", !ctx_r14.isEnableBugBoard);
|
|
7273
7250
|
i0.ɵɵadvance(2);
|
|
7274
|
-
i0.ɵɵproperty("ngForOf",
|
|
7251
|
+
i0.ɵɵproperty("ngForOf", ctx_r14.userStorySearchList);
|
|
7275
7252
|
} }
|
|
7276
|
-
function
|
|
7277
|
-
const
|
|
7253
|
+
function MenuComponent_div_34_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
7254
|
+
const _r84 = i0.ɵɵgetCurrentView();
|
|
7278
7255
|
i0.ɵɵelementStart(0, "div");
|
|
7279
|
-
i0.ɵɵelementStart(1, "button",
|
|
7280
|
-
i0.ɵɵlistener("mousedown", function
|
|
7256
|
+
i0.ɵɵelementStart(1, "button", 105);
|
|
7257
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_34_div_5_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r84); const goal_r81 = restoredCtx.$implicit; const ctx_r83 = i0.ɵɵnextContext(2); return ctx_r83.OnGoalSelect(goal_r81, $event); });
|
|
7281
7258
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7282
|
-
i0.ɵɵelement(3, "span",
|
|
7259
|
+
i0.ɵɵelement(3, "span", 102);
|
|
7283
7260
|
i0.ɵɵpipe(4, "highLightText");
|
|
7284
7261
|
i0.ɵɵpipe(5, "softLabelsPipe");
|
|
7285
7262
|
i0.ɵɵelementEnd();
|
|
7286
7263
|
i0.ɵɵelementEnd();
|
|
7287
7264
|
} if (rf & 2) {
|
|
7288
|
-
const
|
|
7289
|
-
const
|
|
7290
|
-
const
|
|
7291
|
-
i0.ɵɵstyleProp("background-color",
|
|
7265
|
+
const goal_r81 = ctx.$implicit;
|
|
7266
|
+
const i_r82 = ctx.index;
|
|
7267
|
+
const ctx_r80 = i0.ɵɵnextContext(2);
|
|
7268
|
+
i0.ɵɵstyleProp("background-color", ctx_r80.goalIndex == i_r82 ? ctx_r80.themeBaseColor : "white");
|
|
7292
7269
|
i0.ɵɵadvance(1);
|
|
7293
|
-
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6,
|
|
7294
|
-
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
7270
|
+
i0.ɵɵpropertyInterpolate("matTooltip", i0.ɵɵpipeBind2(2, 6, goal_r81.itemName, ctx_r80.softLabels));
|
|
7271
|
+
i0.ɵɵproperty("routerLinkActiveOptions", i0.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r80.goalIndex == i_r82 ? "color-text" : "color-text1");
|
|
7295
7272
|
i0.ɵɵadvance(2);
|
|
7296
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12,
|
|
7273
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(4, 9, i0.ɵɵpipeBind2(5, 12, goal_r81.itemName, ctx_r80.softLabels), ctx_r80.searchText), i0.ɵɵsanitizeHtml);
|
|
7297
7274
|
} }
|
|
7298
|
-
function
|
|
7299
|
-
i0.ɵɵelementStart(0, "div",
|
|
7300
|
-
i0.ɵɵelementStart(1, "div",
|
|
7275
|
+
function MenuComponent_div_34_Template(rf, ctx) { if (rf & 1) {
|
|
7276
|
+
i0.ɵɵelementStart(0, "div", 103);
|
|
7277
|
+
i0.ɵɵelementStart(1, "div", 98);
|
|
7301
7278
|
i0.ɵɵtext(2);
|
|
7302
7279
|
i0.ɵɵpipe(3, "translate");
|
|
7303
7280
|
i0.ɵɵelementEnd();
|
|
7304
|
-
i0.ɵɵelementStart(4, "div",
|
|
7305
|
-
i0.ɵɵtemplate(5,
|
|
7281
|
+
i0.ɵɵelementStart(4, "div", 108);
|
|
7282
|
+
i0.ɵɵtemplate(5, MenuComponent_div_34_div_5_Template, 6, 16, "div", 100);
|
|
7306
7283
|
i0.ɵɵelementEnd();
|
|
7307
7284
|
i0.ɵɵelementEnd();
|
|
7308
7285
|
} if (rf & 2) {
|
|
7309
|
-
const
|
|
7286
|
+
const ctx_r15 = i0.ɵɵnextContext();
|
|
7310
7287
|
i0.ɵɵadvance(2);
|
|
7311
7288
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "SHELL.GOALSPRINT"));
|
|
7312
7289
|
i0.ɵɵadvance(3);
|
|
7313
|
-
i0.ɵɵproperty("ngForOf",
|
|
7290
|
+
i0.ɵɵproperty("ngForOf", ctx_r15.goalSearchList);
|
|
7314
7291
|
} }
|
|
7315
|
-
function
|
|
7316
|
-
const
|
|
7317
|
-
i0.ɵɵelementStart(0, "div",
|
|
7318
|
-
i0.ɵɵelementStart(2, "button",
|
|
7319
|
-
i0.ɵɵlistener("mousedown", function
|
|
7320
|
-
i0.ɵɵelementStart(3, "div",
|
|
7321
|
-
i0.ɵɵelementStart(4, "app-avatar",
|
|
7322
|
-
i0.ɵɵlistener("click", function
|
|
7292
|
+
function MenuComponent_div_35_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
7293
|
+
const _r90 = i0.ɵɵgetCurrentView();
|
|
7294
|
+
i0.ɵɵelementStart(0, "div", 111, 94);
|
|
7295
|
+
i0.ɵɵelementStart(2, "button", 112);
|
|
7296
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_35_div_4_Template_button_mousedown_2_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r90); const employee_r86 = restoredCtx.$implicit; const ctx_r89 = i0.ɵɵnextContext(2); return ctx_r89.selectEmployee(employee_r86, $event); });
|
|
7297
|
+
i0.ɵɵelementStart(3, "div", 113);
|
|
7298
|
+
i0.ɵɵelementStart(4, "app-avatar", 114);
|
|
7299
|
+
i0.ɵɵlistener("click", function MenuComponent_div_35_div_4_Template_app_avatar_click_4_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r90); const employee_r86 = restoredCtx.$implicit; const ctx_r91 = i0.ɵɵnextContext(2); ctx_r91.profilePage(employee_r86.userId); return $event.stopPropagation(); });
|
|
7323
7300
|
i0.ɵɵpipe(5, "removeSpecialCharacters");
|
|
7324
7301
|
i0.ɵɵpipe(6, "fetchSizedAndCachedImage");
|
|
7325
7302
|
i0.ɵɵelementEnd();
|
|
7326
|
-
i0.ɵɵelementStart(7, "div",
|
|
7327
|
-
i0.ɵɵelement(8, "span",
|
|
7303
|
+
i0.ɵɵelementStart(7, "div", 115);
|
|
7304
|
+
i0.ɵɵelement(8, "span", 102);
|
|
7328
7305
|
i0.ɵɵpipe(9, "highLightText");
|
|
7329
7306
|
i0.ɵɵelementEnd();
|
|
7330
7307
|
i0.ɵɵelementEnd();
|
|
7331
7308
|
i0.ɵɵelementEnd();
|
|
7332
7309
|
i0.ɵɵelementEnd();
|
|
7333
7310
|
} if (rf & 2) {
|
|
7334
|
-
const
|
|
7335
|
-
const
|
|
7336
|
-
const
|
|
7337
|
-
i0.ɵɵstyleProp("background-color",
|
|
7311
|
+
const employee_r86 = ctx.$implicit;
|
|
7312
|
+
const i_r87 = ctx.index;
|
|
7313
|
+
const ctx_r85 = i0.ɵɵnextContext(2);
|
|
7314
|
+
i0.ɵɵstyleProp("background-color", ctx_r85.selectedEmployeeIndex == i_r87 ? ctx_r85.themeBaseColor : "white");
|
|
7338
7315
|
i0.ɵɵadvance(2);
|
|
7339
|
-
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard/profile/",
|
|
7340
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
7341
|
-
i0.ɵɵproperty("ngClass",
|
|
7316
|
+
i0.ɵɵpropertyInterpolate1("routerLink", "/dashboard/profile/", employee_r86.itemId, "/overview");
|
|
7317
|
+
i0.ɵɵpropertyInterpolate("matTooltip", employee_r86.itemName);
|
|
7318
|
+
i0.ɵɵproperty("ngClass", ctx_r85.selectedEmployeeIndex == i_r87 ? "color-text" : "color-text1");
|
|
7342
7319
|
i0.ɵɵadvance(2);
|
|
7343
|
-
i0.ɵɵpropertyInterpolate("matTooltip",
|
|
7344
|
-
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(5, 10,
|
|
7320
|
+
i0.ɵɵpropertyInterpolate("matTooltip", employee_r86.itemName);
|
|
7321
|
+
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(5, 10, employee_r86.itemName))("src", i0.ɵɵpipeBind3(6, 12, employee_r86.profileImage, "20", ""))("isRound", true);
|
|
7345
7322
|
i0.ɵɵadvance(4);
|
|
7346
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 16,
|
|
7323
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 16, employee_r86.itemName, ctx_r85.searchText), i0.ɵɵsanitizeHtml);
|
|
7347
7324
|
} }
|
|
7348
|
-
function
|
|
7349
|
-
i0.ɵɵelementStart(0, "div",
|
|
7350
|
-
i0.ɵɵelementStart(1, "div",
|
|
7325
|
+
function MenuComponent_div_35_Template(rf, ctx) { if (rf & 1) {
|
|
7326
|
+
i0.ɵɵelementStart(0, "div", 97);
|
|
7327
|
+
i0.ɵɵelementStart(1, "div", 98);
|
|
7351
7328
|
i0.ɵɵtext(2, "Employees");
|
|
7352
7329
|
i0.ɵɵelementEnd();
|
|
7353
|
-
i0.ɵɵelementStart(3, "div",
|
|
7354
|
-
i0.ɵɵtemplate(4,
|
|
7330
|
+
i0.ɵɵelementStart(3, "div", 109);
|
|
7331
|
+
i0.ɵɵtemplate(4, MenuComponent_div_35_div_4_Template, 10, 19, "div", 110);
|
|
7355
7332
|
i0.ɵɵelementEnd();
|
|
7356
7333
|
i0.ɵɵelementEnd();
|
|
7357
7334
|
} if (rf & 2) {
|
|
7358
|
-
const
|
|
7335
|
+
const ctx_r16 = i0.ɵɵnextContext();
|
|
7359
7336
|
i0.ɵɵadvance(4);
|
|
7360
|
-
i0.ɵɵproperty("ngForOf",
|
|
7337
|
+
i0.ɵɵproperty("ngForOf", ctx_r16.employeeList);
|
|
7361
7338
|
} }
|
|
7362
|
-
function
|
|
7363
|
-
const
|
|
7364
|
-
i0.ɵɵelementStart(0, "div",
|
|
7365
|
-
i0.ɵɵelementStart(1, "button",
|
|
7366
|
-
i0.ɵɵlistener("mousedown", function
|
|
7339
|
+
function MenuComponent_div_36_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
7340
|
+
const _r96 = i0.ɵɵgetCurrentView();
|
|
7341
|
+
i0.ɵɵelementStart(0, "div", 124);
|
|
7342
|
+
i0.ɵɵelementStart(1, "button", 125);
|
|
7343
|
+
i0.ɵɵlistener("mousedown", function MenuComponent_div_36_div_9_Template_button_mousedown_1_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r96); const search_r93 = restoredCtx.$implicit; const ctx_r95 = i0.ɵɵnextContext(2); ctx_r95.searchText = search_r93.recentSearch; return ctx_r95.SearchRecentItem(search_r93, $event); });
|
|
7367
7344
|
i0.ɵɵpipe(2, "softLabelsPipe");
|
|
7368
7345
|
i0.ɵɵpipe(3, "timeago");
|
|
7369
7346
|
i0.ɵɵnamespaceSVG();
|
|
7370
|
-
i0.ɵɵelementStart(4, "svg",
|
|
7371
|
-
i0.ɵɵelement(5, "circle",
|
|
7372
|
-
i0.ɵɵelement(6, "polyline",
|
|
7347
|
+
i0.ɵɵelementStart(4, "svg", 126);
|
|
7348
|
+
i0.ɵɵelement(5, "circle", 119);
|
|
7349
|
+
i0.ɵɵelement(6, "polyline", 120);
|
|
7373
7350
|
i0.ɵɵelementEnd();
|
|
7374
7351
|
i0.ɵɵnamespaceHTML();
|
|
7375
|
-
i0.ɵɵelementStart(7, "span",
|
|
7376
|
-
i0.ɵɵelement(8, "span",
|
|
7352
|
+
i0.ɵɵelementStart(7, "span", 127);
|
|
7353
|
+
i0.ɵɵelement(8, "span", 128);
|
|
7377
7354
|
i0.ɵɵpipe(9, "highLightText");
|
|
7378
7355
|
i0.ɵɵpipe(10, "softLabelsPipe");
|
|
7379
|
-
i0.ɵɵelementStart(11, "span",
|
|
7356
|
+
i0.ɵɵelementStart(11, "span", 129);
|
|
7380
7357
|
i0.ɵɵtext(12);
|
|
7381
7358
|
i0.ɵɵpipe(13, "timeago");
|
|
7382
7359
|
i0.ɵɵelementEnd();
|
|
@@ -7384,45 +7361,45 @@ function MenuComponent_div_37_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
7384
7361
|
i0.ɵɵelementEnd();
|
|
7385
7362
|
i0.ɵɵelementEnd();
|
|
7386
7363
|
} if (rf & 2) {
|
|
7387
|
-
const
|
|
7388
|
-
const
|
|
7389
|
-
const
|
|
7390
|
-
i0.ɵɵstyleProp("background-color",
|
|
7364
|
+
const search_r93 = ctx.$implicit;
|
|
7365
|
+
const i_r94 = ctx.index;
|
|
7366
|
+
const ctx_r92 = i0.ɵɵnextContext(2);
|
|
7367
|
+
i0.ɵɵstyleProp("background-color", ctx_r92.rs == i_r94 ? "#f1f5f9" : "white");
|
|
7391
7368
|
i0.ɵɵadvance(1);
|
|
7392
|
-
i0.ɵɵpropertyInterpolate2("matTooltip", "", i0.ɵɵpipeBind2(2, 7,
|
|
7393
|
-
i0.ɵɵproperty("ngClass",
|
|
7369
|
+
i0.ɵɵpropertyInterpolate2("matTooltip", "", i0.ɵɵpipeBind2(2, 7, search_r93.recentSearch, ctx_r92.softLabels), " \n (", i0.ɵɵpipeBind1(3, 10, ctx_r92.convertToLocalTime(search_r93.createdDateTime)), ")");
|
|
7370
|
+
i0.ɵɵproperty("ngClass", ctx_r92.rs == i_r94 ? "color-text" : "color-text1");
|
|
7394
7371
|
i0.ɵɵadvance(7);
|
|
7395
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 12, i0.ɵɵpipeBind2(10, 15,
|
|
7372
|
+
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(9, 12, i0.ɵɵpipeBind2(10, 15, search_r93.recentSearch, ctx_r92.softLabels), ctx_r92.searchText), i0.ɵɵsanitizeHtml);
|
|
7396
7373
|
i0.ɵɵadvance(4);
|
|
7397
|
-
i0.ɵɵtextInterpolate1("(", i0.ɵɵpipeBind1(13, 18,
|
|
7374
|
+
i0.ɵɵtextInterpolate1("(", i0.ɵɵpipeBind1(13, 18, ctx_r92.convertToLocalTime(search_r93.createdDateTime)), ")");
|
|
7398
7375
|
} }
|
|
7399
|
-
function
|
|
7400
|
-
i0.ɵɵelementStart(0, "div",
|
|
7401
|
-
i0.ɵɵelementStart(1, "div",
|
|
7376
|
+
function MenuComponent_div_36_Template(rf, ctx) { if (rf & 1) {
|
|
7377
|
+
i0.ɵɵelementStart(0, "div", 116);
|
|
7378
|
+
i0.ɵɵelementStart(1, "div", 117);
|
|
7402
7379
|
i0.ɵɵnamespaceSVG();
|
|
7403
|
-
i0.ɵɵelementStart(2, "svg",
|
|
7404
|
-
i0.ɵɵelement(3, "circle",
|
|
7405
|
-
i0.ɵɵelement(4, "polyline",
|
|
7380
|
+
i0.ɵɵelementStart(2, "svg", 118);
|
|
7381
|
+
i0.ɵɵelement(3, "circle", 119);
|
|
7382
|
+
i0.ɵɵelement(4, "polyline", 120);
|
|
7406
7383
|
i0.ɵɵelementEnd();
|
|
7407
7384
|
i0.ɵɵnamespaceHTML();
|
|
7408
|
-
i0.ɵɵelementStart(5, "span",
|
|
7385
|
+
i0.ɵɵelementStart(5, "span", 121);
|
|
7409
7386
|
i0.ɵɵtext(6);
|
|
7410
7387
|
i0.ɵɵpipe(7, "translate");
|
|
7411
7388
|
i0.ɵɵelementEnd();
|
|
7412
7389
|
i0.ɵɵelementEnd();
|
|
7413
|
-
i0.ɵɵelementStart(8, "div",
|
|
7414
|
-
i0.ɵɵtemplate(9,
|
|
7390
|
+
i0.ɵɵelementStart(8, "div", 122);
|
|
7391
|
+
i0.ɵɵtemplate(9, MenuComponent_div_36_div_9_Template, 14, 20, "div", 123);
|
|
7415
7392
|
i0.ɵɵpipe(10, "slice");
|
|
7416
7393
|
i0.ɵɵelementEnd();
|
|
7417
7394
|
i0.ɵɵelementEnd();
|
|
7418
7395
|
} if (rf & 2) {
|
|
7419
|
-
const
|
|
7396
|
+
const ctx_r17 = i0.ɵɵnextContext();
|
|
7420
7397
|
i0.ɵɵadvance(6);
|
|
7421
7398
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 2, "SHELL.RECENTSEARCHS"));
|
|
7422
7399
|
i0.ɵɵadvance(3);
|
|
7423
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind3(10, 4,
|
|
7400
|
+
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind3(10, 4, ctx_r17.recentSearches, 0, 9));
|
|
7424
7401
|
} }
|
|
7425
|
-
function
|
|
7402
|
+
function MenuComponent_mat_error_50_Template(rf, ctx) { if (rf & 1) {
|
|
7426
7403
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7427
7404
|
i0.ɵɵtext(1);
|
|
7428
7405
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7431,7 +7408,7 @@ function MenuComponent_mat_error_51_Template(rf, ctx) { if (rf & 1) {
|
|
|
7431
7408
|
i0.ɵɵadvance(1);
|
|
7432
7409
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.DASHBOARDNAMEREQUIRED"), " ");
|
|
7433
7410
|
} }
|
|
7434
|
-
function
|
|
7411
|
+
function MenuComponent_mat_error_51_Template(rf, ctx) { if (rf & 1) {
|
|
7435
7412
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7436
7413
|
i0.ɵɵtext(1);
|
|
7437
7414
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7440,7 +7417,7 @@ function MenuComponent_mat_error_52_Template(rf, ctx) { if (rf & 1) {
|
|
|
7440
7417
|
i0.ɵɵadvance(1);
|
|
7441
7418
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.DASHBOARDNAMELENGTHEXCEED"), " ");
|
|
7442
7419
|
} }
|
|
7443
|
-
function
|
|
7420
|
+
function MenuComponent_mat_error_55_Template(rf, ctx) { if (rf & 1) {
|
|
7444
7421
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7445
7422
|
i0.ɵɵtext(1);
|
|
7446
7423
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7449,19 +7426,19 @@ function MenuComponent_mat_error_56_Template(rf, ctx) { if (rf & 1) {
|
|
|
7449
7426
|
i0.ɵɵadvance(1);
|
|
7450
7427
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.CUSTOMAPPDESCRIPTIONMAXLENGTHERROR"), " ");
|
|
7451
7428
|
} }
|
|
7452
|
-
function
|
|
7453
|
-
const
|
|
7429
|
+
function MenuComponent_mat_option_63_Template(rf, ctx) { if (rf & 1) {
|
|
7430
|
+
const _r100 = i0.ɵɵgetCurrentView();
|
|
7454
7431
|
i0.ɵɵelementStart(0, "mat-option", 41, 42);
|
|
7455
|
-
i0.ɵɵlistener("click", function
|
|
7432
|
+
i0.ɵɵlistener("click", function MenuComponent_mat_option_63_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r100); const _r98 = i0.ɵɵreference(1); const ctx_r99 = i0.ɵɵnextContext(); return ctx_r99.toggleRolesPerOne(_r98.value); });
|
|
7456
7433
|
i0.ɵɵtext(2);
|
|
7457
7434
|
i0.ɵɵelementEnd();
|
|
7458
7435
|
} if (rf & 2) {
|
|
7459
|
-
const
|
|
7460
|
-
i0.ɵɵproperty("value",
|
|
7436
|
+
const roles_r97 = ctx.$implicit;
|
|
7437
|
+
i0.ɵɵproperty("value", roles_r97.roleId);
|
|
7461
7438
|
i0.ɵɵadvance(2);
|
|
7462
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
7439
|
+
i0.ɵɵtextInterpolate1(" ", roles_r97.roleName, " ");
|
|
7463
7440
|
} }
|
|
7464
|
-
function
|
|
7441
|
+
function MenuComponent_mat_error_64_Template(rf, ctx) { if (rf & 1) {
|
|
7465
7442
|
i0.ɵɵelementStart(0, "mat-error");
|
|
7466
7443
|
i0.ɵɵtext(1);
|
|
7467
7444
|
i0.ɵɵpipe(2, "translate");
|
|
@@ -7470,35 +7447,35 @@ function MenuComponent_mat_error_65_Template(rf, ctx) { if (rf & 1) {
|
|
|
7470
7447
|
i0.ɵɵadvance(1);
|
|
7471
7448
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "APP.SELECTANYROLE"), " ");
|
|
7472
7449
|
} }
|
|
7473
|
-
function
|
|
7474
|
-
const
|
|
7450
|
+
function MenuComponent_mat_option_72_Template(rf, ctx) { if (rf & 1) {
|
|
7451
|
+
const _r104 = i0.ɵɵgetCurrentView();
|
|
7475
7452
|
i0.ɵɵelementStart(0, "mat-option", 41, 45);
|
|
7476
|
-
i0.ɵɵlistener("click", function
|
|
7453
|
+
i0.ɵɵlistener("click", function MenuComponent_mat_option_72_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r104); const ctx_r103 = i0.ɵɵnextContext(); return ctx_r103.toggleEditRolesPerOne(); });
|
|
7477
7454
|
i0.ɵɵtext(2);
|
|
7478
7455
|
i0.ɵɵelementEnd();
|
|
7479
7456
|
} if (rf & 2) {
|
|
7480
|
-
const
|
|
7481
|
-
i0.ɵɵproperty("value",
|
|
7457
|
+
const role_r101 = ctx.$implicit;
|
|
7458
|
+
i0.ɵɵproperty("value", role_r101.roleId);
|
|
7482
7459
|
i0.ɵɵadvance(2);
|
|
7483
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
7460
|
+
i0.ɵɵtextInterpolate1(" ", role_r101.roleName, " ");
|
|
7484
7461
|
} }
|
|
7485
|
-
function
|
|
7486
|
-
const
|
|
7462
|
+
function MenuComponent_mat_option_80_Template(rf, ctx) { if (rf & 1) {
|
|
7463
|
+
const _r108 = i0.ɵɵgetCurrentView();
|
|
7487
7464
|
i0.ɵɵelementStart(0, "mat-option", 41, 47);
|
|
7488
|
-
i0.ɵɵlistener("click", function
|
|
7465
|
+
i0.ɵɵlistener("click", function MenuComponent_mat_option_80_Template_mat_option_click_0_listener() { i0.ɵɵrestoreView(_r108); const ctx_r107 = i0.ɵɵnextContext(); return ctx_r107.toggleDeleteRolesPerOne(); });
|
|
7489
7466
|
i0.ɵɵtext(2);
|
|
7490
7467
|
i0.ɵɵelementEnd();
|
|
7491
7468
|
} if (rf & 2) {
|
|
7492
|
-
const
|
|
7493
|
-
i0.ɵɵproperty("value",
|
|
7469
|
+
const role_r105 = ctx.$implicit;
|
|
7470
|
+
i0.ɵɵproperty("value", role_r105.roleId);
|
|
7494
7471
|
i0.ɵɵadvance(2);
|
|
7495
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
7472
|
+
i0.ɵɵtextInterpolate1(" ", role_r105.roleName, " ");
|
|
7496
7473
|
} }
|
|
7497
|
-
function
|
|
7474
|
+
function MenuComponent_mat_progress_bar_83_Template(rf, ctx) { if (rf & 1) {
|
|
7498
7475
|
i0.ɵɵelement(0, "mat-progress-bar", 61);
|
|
7499
7476
|
} }
|
|
7500
|
-
function
|
|
7501
|
-
i0.ɵɵelement(0, "mat-spinner",
|
|
7477
|
+
function MenuComponent_mat_spinner_127_Template(rf, ctx) { if (rf & 1) {
|
|
7478
|
+
i0.ɵɵelement(0, "mat-spinner", 130);
|
|
7502
7479
|
} if (rf & 2) {
|
|
7503
7480
|
i0.ɵɵproperty("diameter", 100);
|
|
7504
7481
|
} }
|
|
@@ -9886,8 +9863,8 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
9886
9863
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.openMenuPopOver = _t);
|
|
9887
9864
|
} }, hostBindings: function MenuComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
9888
9865
|
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);
|
|
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
|
|
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 _r109 = i0.ɵɵgetCurrentView();
|
|
9891
9868
|
i0.ɵɵelementStart(0, "button", 0);
|
|
9892
9869
|
i0.ɵɵelementStart(1, "mat-icon", 1);
|
|
9893
9870
|
i0.ɵɵtext(2, "menu");
|
|
@@ -9921,7 +9898,7 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
9921
9898
|
i0.ɵɵtemplate(20, MenuComponent_mat_icon_20_Template, 2, 0, "mat-icon", 17);
|
|
9922
9899
|
i0.ɵɵelementEnd();
|
|
9923
9900
|
i0.ɵɵelementStart(21, "mat-icon", 18, 19);
|
|
9924
|
-
i0.ɵɵlistener("click", function MenuComponent_Template_mat_icon_click_21_listener() { i0.ɵɵrestoreView(
|
|
9901
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_icon_click_21_listener() { i0.ɵɵrestoreView(_r109); const _r8 = i0.ɵɵreference(22); return ctx.openInfo(_r8); });
|
|
9925
9902
|
i0.ɵɵtext(23, "info");
|
|
9926
9903
|
i0.ɵɵelementEnd();
|
|
9927
9904
|
i0.ɵɵelementStart(24, "mat-icon", 20);
|
|
@@ -9931,154 +9908,153 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
9931
9908
|
i0.ɵɵelementStart(26, "div", 21);
|
|
9932
9909
|
i0.ɵɵtemplate(27, MenuComponent_mat_progress_bar_27_Template, 1, 0, "mat-progress-bar", 22);
|
|
9933
9910
|
i0.ɵɵelementStart(28, "div", 23);
|
|
9934
|
-
i0.ɵɵtemplate(29, MenuComponent_div_29_Template,
|
|
9935
|
-
i0.ɵɵtemplate(30, MenuComponent_div_30_Template,
|
|
9936
|
-
i0.ɵɵtemplate(31, MenuComponent_div_31_Template,
|
|
9937
|
-
i0.ɵɵtemplate(32, MenuComponent_div_32_Template,
|
|
9938
|
-
i0.ɵɵtemplate(33, MenuComponent_div_33_Template, 5,
|
|
9939
|
-
i0.ɵɵtemplate(34, MenuComponent_div_34_Template,
|
|
9940
|
-
i0.ɵɵtemplate(35, MenuComponent_div_35_Template,
|
|
9941
|
-
i0.ɵɵtemplate(36, MenuComponent_div_36_Template,
|
|
9942
|
-
i0.ɵɵ
|
|
9943
|
-
i0.ɵɵ
|
|
9944
|
-
i0.ɵɵelementStart(
|
|
9945
|
-
i0.ɵɵelementStart(40, "mat-card",
|
|
9946
|
-
i0.ɵɵelementStart(41, "
|
|
9947
|
-
i0.ɵɵ
|
|
9948
|
-
i0.ɵɵ
|
|
9949
|
-
i0.ɵɵ
|
|
9950
|
-
i0.ɵɵelementEnd();
|
|
9951
|
-
i0.ɵɵ
|
|
9952
|
-
i0.ɵɵelementStart(45, "
|
|
9953
|
-
i0.ɵɵ
|
|
9954
|
-
i0.ɵɵ
|
|
9955
|
-
i0.ɵɵelementStart(47, "
|
|
9956
|
-
i0.ɵɵ
|
|
9957
|
-
i0.ɵɵ
|
|
9958
|
-
i0.ɵɵ
|
|
9911
|
+
i0.ɵɵtemplate(29, MenuComponent_div_29_Template, 13, 4, "div", 24);
|
|
9912
|
+
i0.ɵɵtemplate(30, MenuComponent_div_30_Template, 2, 1, "div", 25);
|
|
9913
|
+
i0.ɵɵtemplate(31, MenuComponent_div_31_Template, 6, 4, "div", 26);
|
|
9914
|
+
i0.ɵɵtemplate(32, MenuComponent_div_32_Template, 5, 1, "div", 27);
|
|
9915
|
+
i0.ɵɵtemplate(33, MenuComponent_div_33_Template, 5, 3, "div", 27);
|
|
9916
|
+
i0.ɵɵtemplate(34, MenuComponent_div_34_Template, 6, 4, "div", 27);
|
|
9917
|
+
i0.ɵɵtemplate(35, MenuComponent_div_35_Template, 5, 1, "div", 26);
|
|
9918
|
+
i0.ɵɵtemplate(36, MenuComponent_div_36_Template, 11, 8, "div", 28);
|
|
9919
|
+
i0.ɵɵelementEnd();
|
|
9920
|
+
i0.ɵɵelementStart(37, "sat-popover", 29, 30);
|
|
9921
|
+
i0.ɵɵelementStart(39, "mat-card", 31);
|
|
9922
|
+
i0.ɵɵelementStart(40, "mat-card-title", 32);
|
|
9923
|
+
i0.ɵɵelementStart(41, "div", 33);
|
|
9924
|
+
i0.ɵɵtext(42);
|
|
9925
|
+
i0.ɵɵpipe(43, "translate");
|
|
9926
|
+
i0.ɵɵelementEnd();
|
|
9927
|
+
i0.ɵɵelementEnd();
|
|
9928
|
+
i0.ɵɵelementStart(44, "mat-card-content");
|
|
9929
|
+
i0.ɵɵelementStart(45, "form", 34);
|
|
9930
|
+
i0.ɵɵlistener("submit", function MenuComponent_Template_form_submit_45_listener() { return ctx.workspaceForm.valid && ctx.upsertWorkspace(); });
|
|
9931
|
+
i0.ɵɵelementStart(46, "div", 35);
|
|
9932
|
+
i0.ɵɵelementStart(47, "mat-form-field", 36);
|
|
9933
|
+
i0.ɵɵelement(48, "input", 37);
|
|
9934
|
+
i0.ɵɵpipe(49, "translate");
|
|
9935
|
+
i0.ɵɵtemplate(50, MenuComponent_mat_error_50_Template, 3, 3, "mat-error", 16);
|
|
9959
9936
|
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);
|
|
9961
9937
|
i0.ɵɵelementEnd();
|
|
9962
|
-
i0.ɵɵelementStart(
|
|
9963
|
-
i0.ɵɵelement(
|
|
9964
|
-
i0.ɵɵpipe(
|
|
9965
|
-
i0.ɵɵtemplate(
|
|
9938
|
+
i0.ɵɵelementStart(52, "mat-form-field", 36);
|
|
9939
|
+
i0.ɵɵelement(53, "textarea", 38);
|
|
9940
|
+
i0.ɵɵpipe(54, "translate");
|
|
9941
|
+
i0.ɵɵtemplate(55, MenuComponent_mat_error_55_Template, 3, 3, "mat-error", 16);
|
|
9966
9942
|
i0.ɵɵelementEnd();
|
|
9967
|
-
i0.ɵɵelementStart(
|
|
9968
|
-
i0.ɵɵlistener("click", function
|
|
9969
|
-
i0.ɵɵelementStart(
|
|
9970
|
-
i0.ɵɵpipe(
|
|
9971
|
-
i0.ɵɵelementStart(
|
|
9972
|
-
i0.ɵɵlistener("click", function
|
|
9973
|
-
i0.ɵɵtext(
|
|
9974
|
-
i0.ɵɵpipe(
|
|
9943
|
+
i0.ɵɵelementStart(56, "mat-form-field", 39);
|
|
9944
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_form_field_click_56_listener($event) { return $event.stopPropagation(); });
|
|
9945
|
+
i0.ɵɵelementStart(57, "mat-select", 40);
|
|
9946
|
+
i0.ɵɵpipe(58, "translate");
|
|
9947
|
+
i0.ɵɵelementStart(59, "mat-option", 41, 42);
|
|
9948
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_59_listener() { return ctx.toggleAllRolesSelected(); });
|
|
9949
|
+
i0.ɵɵtext(61);
|
|
9950
|
+
i0.ɵɵpipe(62, "translate");
|
|
9975
9951
|
i0.ɵɵelementEnd();
|
|
9976
|
-
i0.ɵɵtemplate(
|
|
9952
|
+
i0.ɵɵtemplate(63, MenuComponent_mat_option_63_Template, 3, 2, "mat-option", 43);
|
|
9977
9953
|
i0.ɵɵelementEnd();
|
|
9978
|
-
i0.ɵɵtemplate(
|
|
9954
|
+
i0.ɵɵtemplate(64, MenuComponent_mat_error_64_Template, 3, 3, "mat-error", 16);
|
|
9979
9955
|
i0.ɵɵelementEnd();
|
|
9980
|
-
i0.ɵɵelementStart(
|
|
9981
|
-
i0.ɵɵelementStart(
|
|
9982
|
-
i0.ɵɵpipe(
|
|
9983
|
-
i0.ɵɵelementStart(
|
|
9984
|
-
i0.ɵɵlistener("click", function
|
|
9985
|
-
i0.ɵɵtext(
|
|
9986
|
-
i0.ɵɵpipe(
|
|
9956
|
+
i0.ɵɵelementStart(65, "mat-form-field", 36);
|
|
9957
|
+
i0.ɵɵelementStart(66, "mat-select", 44);
|
|
9958
|
+
i0.ɵɵpipe(67, "translate");
|
|
9959
|
+
i0.ɵɵelementStart(68, "mat-option", 41, 45);
|
|
9960
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_68_listener() { return ctx.toggleEditAllRolesSelected(); });
|
|
9961
|
+
i0.ɵɵtext(70);
|
|
9962
|
+
i0.ɵɵpipe(71, "translate");
|
|
9987
9963
|
i0.ɵɵelementEnd();
|
|
9988
|
-
i0.ɵɵtemplate(
|
|
9964
|
+
i0.ɵɵtemplate(72, MenuComponent_mat_option_72_Template, 3, 2, "mat-option", 43);
|
|
9989
9965
|
i0.ɵɵelementEnd();
|
|
9990
9966
|
i0.ɵɵelementEnd();
|
|
9991
|
-
i0.ɵɵelementStart(
|
|
9992
|
-
i0.ɵɵelementStart(
|
|
9993
|
-
i0.ɵɵpipe(
|
|
9994
|
-
i0.ɵɵelementStart(
|
|
9995
|
-
i0.ɵɵlistener("click", function
|
|
9996
|
-
i0.ɵɵtext(
|
|
9997
|
-
i0.ɵɵpipe(
|
|
9967
|
+
i0.ɵɵelementStart(73, "mat-form-field", 36);
|
|
9968
|
+
i0.ɵɵelementStart(74, "mat-select", 46);
|
|
9969
|
+
i0.ɵɵpipe(75, "translate");
|
|
9970
|
+
i0.ɵɵelementStart(76, "mat-option", 41, 47);
|
|
9971
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_76_listener() { return ctx.toggleDeleteAllRolesSelected(); });
|
|
9972
|
+
i0.ɵɵtext(78);
|
|
9973
|
+
i0.ɵɵpipe(79, "translate");
|
|
9998
9974
|
i0.ɵɵelementEnd();
|
|
9999
|
-
i0.ɵɵtemplate(
|
|
9975
|
+
i0.ɵɵtemplate(80, MenuComponent_mat_option_80_Template, 3, 2, "mat-option", 43);
|
|
10000
9976
|
i0.ɵɵelementEnd();
|
|
10001
9977
|
i0.ɵɵelementEnd();
|
|
10002
9978
|
i0.ɵɵelementEnd();
|
|
10003
|
-
i0.ɵɵelementStart(
|
|
10004
|
-
i0.ɵɵelementStart(
|
|
10005
|
-
i0.ɵɵlistener("click", function
|
|
10006
|
-
i0.ɵɵtemplate(
|
|
10007
|
-
i0.ɵɵelement(
|
|
10008
|
-
i0.ɵɵtext(
|
|
10009
|
-
i0.ɵɵpipe(
|
|
9979
|
+
i0.ɵɵelementStart(81, "div", 32);
|
|
9980
|
+
i0.ɵɵelementStart(82, "button", 48);
|
|
9981
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_button_click_82_listener() { return ctx.upsertWorkspace(); });
|
|
9982
|
+
i0.ɵɵtemplate(83, MenuComponent_mat_progress_bar_83_Template, 1, 0, "mat-progress-bar", 22);
|
|
9983
|
+
i0.ɵɵelement(84, "fa-icon", 49);
|
|
9984
|
+
i0.ɵɵtext(85);
|
|
9985
|
+
i0.ɵɵpipe(86, "translate");
|
|
10010
9986
|
i0.ɵɵelementEnd();
|
|
10011
|
-
i0.ɵɵelementStart(
|
|
10012
|
-
i0.ɵɵlistener("click", function
|
|
10013
|
-
i0.ɵɵelement(
|
|
10014
|
-
i0.ɵɵtext(
|
|
10015
|
-
i0.ɵɵpipe(
|
|
9987
|
+
i0.ɵɵelementStart(87, "button", 50);
|
|
9988
|
+
i0.ɵɵlistener("click", function MenuComponent_Template_button_click_87_listener() { return ctx.closeAddWorkspaceDialog(); });
|
|
9989
|
+
i0.ɵɵelement(88, "fa-icon", 51);
|
|
9990
|
+
i0.ɵɵtext(89);
|
|
9991
|
+
i0.ɵɵpipe(90, "translate");
|
|
10016
9992
|
i0.ɵɵelementEnd();
|
|
10017
9993
|
i0.ɵɵelementEnd();
|
|
10018
9994
|
i0.ɵɵelementEnd();
|
|
10019
9995
|
i0.ɵɵelementEnd();
|
|
10020
9996
|
i0.ɵɵelementEnd();
|
|
10021
9997
|
i0.ɵɵelementEnd();
|
|
10022
|
-
i0.ɵɵelementStart(
|
|
10023
|
-
i0.ɵɵelementStart(
|
|
10024
|
-
i0.ɵɵelementStart(
|
|
10025
|
-
i0.ɵɵelementStart(
|
|
10026
|
-
i0.ɵɵelementStart(
|
|
10027
|
-
i0.ɵɵtext(
|
|
9998
|
+
i0.ɵɵelementStart(91, "sat-popover", 52, 53);
|
|
9999
|
+
i0.ɵɵelementStart(93, "div", 54);
|
|
10000
|
+
i0.ɵɵelementStart(94, "table");
|
|
10001
|
+
i0.ɵɵelementStart(95, "tr");
|
|
10002
|
+
i0.ɵɵelementStart(96, "td");
|
|
10003
|
+
i0.ɵɵtext(97, "Ctrl + Q: ");
|
|
10028
10004
|
i0.ɵɵelementEnd();
|
|
10029
|
-
i0.ɵɵelementStart(
|
|
10030
|
-
i0.ɵɵtext(
|
|
10005
|
+
i0.ɵɵelementStart(98, "td");
|
|
10006
|
+
i0.ɵɵtext(99, "\u00A0");
|
|
10031
10007
|
i0.ɵɵelementEnd();
|
|
10032
|
-
i0.ɵɵelementStart(
|
|
10033
|
-
i0.ɵɵtext(
|
|
10034
|
-
i0.ɵɵpipe(
|
|
10008
|
+
i0.ɵɵelementStart(100, "td");
|
|
10009
|
+
i0.ɵɵtext(101);
|
|
10010
|
+
i0.ɵɵpipe(102, "translate");
|
|
10035
10011
|
i0.ɵɵelementEnd();
|
|
10036
10012
|
i0.ɵɵelementEnd();
|
|
10037
|
-
i0.ɵɵelementStart(
|
|
10038
|
-
i0.ɵɵelementStart(
|
|
10039
|
-
i0.ɵɵtext(
|
|
10013
|
+
i0.ɵɵelementStart(103, "tr");
|
|
10014
|
+
i0.ɵɵelementStart(104, "td");
|
|
10015
|
+
i0.ɵɵtext(105, "Ctrl + B: ");
|
|
10040
10016
|
i0.ɵɵelementEnd();
|
|
10041
|
-
i0.ɵɵelementStart(
|
|
10042
|
-
i0.ɵɵtext(
|
|
10017
|
+
i0.ɵɵelementStart(106, "td");
|
|
10018
|
+
i0.ɵɵtext(107, "\u00A0");
|
|
10043
10019
|
i0.ɵɵelementEnd();
|
|
10044
|
-
i0.ɵɵelementStart(
|
|
10045
|
-
i0.ɵɵtext(
|
|
10046
|
-
i0.ɵɵpipe(
|
|
10020
|
+
i0.ɵɵelementStart(108, "td");
|
|
10021
|
+
i0.ɵɵtext(109);
|
|
10022
|
+
i0.ɵɵpipe(110, "translate");
|
|
10047
10023
|
i0.ɵɵelementEnd();
|
|
10048
10024
|
i0.ɵɵelementEnd();
|
|
10049
|
-
i0.ɵɵelementStart(
|
|
10050
|
-
i0.ɵɵelementStart(
|
|
10051
|
-
i0.ɵɵtext(
|
|
10025
|
+
i0.ɵɵelementStart(111, "tr");
|
|
10026
|
+
i0.ɵɵelementStart(112, "td");
|
|
10027
|
+
i0.ɵɵtext(113, "Ctrl + Y: ");
|
|
10052
10028
|
i0.ɵɵelementEnd();
|
|
10053
|
-
i0.ɵɵelementStart(
|
|
10054
|
-
i0.ɵɵtext(
|
|
10029
|
+
i0.ɵɵelementStart(114, "td");
|
|
10030
|
+
i0.ɵɵtext(115, "\u00A0");
|
|
10055
10031
|
i0.ɵɵelementEnd();
|
|
10056
|
-
i0.ɵɵelementStart(
|
|
10057
|
-
i0.ɵɵtext(
|
|
10058
|
-
i0.ɵɵpipe(
|
|
10032
|
+
i0.ɵɵelementStart(116, "td");
|
|
10033
|
+
i0.ɵɵtext(117);
|
|
10034
|
+
i0.ɵɵpipe(118, "translate");
|
|
10059
10035
|
i0.ɵɵelementEnd();
|
|
10060
10036
|
i0.ɵɵelementEnd();
|
|
10061
|
-
i0.ɵɵelementStart(
|
|
10062
|
-
i0.ɵɵelementStart(
|
|
10063
|
-
i0.ɵɵtext(
|
|
10037
|
+
i0.ɵɵelementStart(119, "tr");
|
|
10038
|
+
i0.ɵɵelementStart(120, "td");
|
|
10039
|
+
i0.ɵɵtext(121, "Ctrl + M: ");
|
|
10064
10040
|
i0.ɵɵelementEnd();
|
|
10065
|
-
i0.ɵɵelementStart(
|
|
10066
|
-
i0.ɵɵtext(
|
|
10041
|
+
i0.ɵɵelementStart(122, "td");
|
|
10042
|
+
i0.ɵɵtext(123, "\u00A0");
|
|
10067
10043
|
i0.ɵɵelementEnd();
|
|
10068
|
-
i0.ɵɵelementStart(
|
|
10069
|
-
i0.ɵɵtext(
|
|
10070
|
-
i0.ɵɵpipe(
|
|
10044
|
+
i0.ɵɵelementStart(124, "td");
|
|
10045
|
+
i0.ɵɵtext(125);
|
|
10046
|
+
i0.ɵɵpipe(126, "translate");
|
|
10071
10047
|
i0.ɵɵelementEnd();
|
|
10072
10048
|
i0.ɵɵelementEnd();
|
|
10073
10049
|
i0.ɵɵelementEnd();
|
|
10074
10050
|
i0.ɵɵelementEnd();
|
|
10075
10051
|
i0.ɵɵelementEnd();
|
|
10076
|
-
i0.ɵɵtemplate(
|
|
10052
|
+
i0.ɵɵtemplate(127, MenuComponent_mat_spinner_127_Template, 1, 1, "mat-spinner", 55);
|
|
10077
10053
|
i0.ɵɵelementEnd();
|
|
10078
10054
|
i0.ɵɵelementEnd();
|
|
10079
10055
|
} if (rf & 2) {
|
|
10080
10056
|
const _r0 = i0.ɵɵreference(8);
|
|
10081
|
-
const
|
|
10057
|
+
const _r30 = i0.ɵɵreference(92);
|
|
10082
10058
|
i0.ɵɵproperty("matMenuTriggerFor", _r0);
|
|
10083
10059
|
i0.ɵɵadvance(4);
|
|
10084
10060
|
i0.ɵɵpropertyInterpolate("src", ctx.companyMiniLogo, i0.ɵɵsanitizeUrl);
|
|
@@ -10094,21 +10070,19 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
10094
10070
|
i0.ɵɵproperty("ngIf", ctx.searchById);
|
|
10095
10071
|
i0.ɵɵadvance(1);
|
|
10096
10072
|
i0.ɵɵclassProp("hide-placeholder", ctx.searchByText || ctx.searchById);
|
|
10097
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(16,
|
|
10073
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(16, 58, "APP.STARTHEREORCLICKCONTROL+Q"));
|
|
10098
10074
|
i0.ɵɵproperty("ngModel", ctx.searchText);
|
|
10099
10075
|
i0.ɵɵadvance(5);
|
|
10100
10076
|
i0.ɵɵproperty("ngIf", !ctx.searchText);
|
|
10101
10077
|
i0.ɵɵadvance(1);
|
|
10102
10078
|
i0.ɵɵproperty("ngIf", ctx.searchText);
|
|
10103
10079
|
i0.ɵɵadvance(1);
|
|
10104
|
-
i0.ɵɵproperty("satPopoverAnchorFor",
|
|
10080
|
+
i0.ɵɵproperty("satPopoverAnchorFor", _r30);
|
|
10105
10081
|
i0.ɵɵadvance(5);
|
|
10106
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(
|
|
10082
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(90, _c11, ctx.display, !ctx.display));
|
|
10107
10083
|
i0.ɵɵadvance(1);
|
|
10108
10084
|
i0.ɵɵproperty("ngIf", ctx.loadingSearchMenuData || ctx.recentSearchesfetchInProgress || ctx.widgetsfetchInProgress);
|
|
10109
10085
|
i0.ɵɵadvance(2);
|
|
10110
|
-
i0.ɵɵproperty("ngIf", !(ctx.searchById || ctx.searchByText));
|
|
10111
|
-
i0.ɵɵadvance(1);
|
|
10112
10086
|
i0.ɵɵproperty("ngIf", ctx.items && ctx.items.length > 0 && !(ctx.searchById || ctx.searchByText));
|
|
10113
10087
|
i0.ɵɵadvance(1);
|
|
10114
10088
|
i0.ɵɵproperty("ngIf", !(ctx.searchById || ctx.searchByText));
|
|
@@ -10127,46 +10101,46 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
10127
10101
|
i0.ɵɵadvance(1);
|
|
10128
10102
|
i0.ɵɵproperty("interactiveClose", false);
|
|
10129
10103
|
i0.ɵɵadvance(5);
|
|
10130
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10104
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(43, 60, "APP.ADDDASHBOARDTITLE"), " ");
|
|
10131
10105
|
i0.ɵɵadvance(3);
|
|
10132
10106
|
i0.ɵɵproperty("formGroup", ctx.workspaceForm);
|
|
10133
10107
|
i0.ɵɵadvance(3);
|
|
10134
|
-
i0.ɵɵpropertyInterpolate1("placeholder", "", i0.ɵɵpipeBind1(
|
|
10108
|
+
i0.ɵɵpropertyInterpolate1("placeholder", "", i0.ɵɵpipeBind1(49, 62, "HRMANAGAMENT.NAME"), "*");
|
|
10135
10109
|
i0.ɵɵadvance(2);
|
|
10136
10110
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("workspaceName").hasError("required") && ctx.workspaceForm.get("workspaceName").touched);
|
|
10137
10111
|
i0.ɵɵadvance(1);
|
|
10138
10112
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("workspaceName").hasError("maxlength"));
|
|
10139
10113
|
i0.ɵɵadvance(2);
|
|
10140
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10114
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(54, 64, "COMPANYSETTINGS.DESCRIPTION"));
|
|
10141
10115
|
i0.ɵɵadvance(2);
|
|
10142
10116
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("description").hasError("maxlength") && ctx.workspaceForm.get("description").touched);
|
|
10143
10117
|
i0.ɵɵadvance(2);
|
|
10144
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10118
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(58, 66, "WIDGETS.VIEWROLES"));
|
|
10145
10119
|
i0.ɵɵproperty("compareWith", ctx.compareSelectedRolesFn);
|
|
10146
10120
|
i0.ɵɵadvance(2);
|
|
10147
10121
|
i0.ɵɵproperty("value", 0);
|
|
10148
10122
|
i0.ɵɵadvance(2);
|
|
10149
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10123
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(62, 68, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
10150
10124
|
i0.ɵɵadvance(2);
|
|
10151
10125
|
i0.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
10152
10126
|
i0.ɵɵadvance(1);
|
|
10153
10127
|
i0.ɵɵproperty("ngIf", ctx.workspaceForm.get("selectedRoles").hasError("required") && ctx.workspaceForm.get("selectedRoles").touched);
|
|
10154
10128
|
i0.ɵɵadvance(2);
|
|
10155
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10129
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(67, 70, "WIDGETS.EDITROLES"));
|
|
10156
10130
|
i0.ɵɵproperty("compareWith", ctx.compareEditSelectedRolesFn);
|
|
10157
10131
|
i0.ɵɵadvance(2);
|
|
10158
10132
|
i0.ɵɵproperty("value", 0);
|
|
10159
10133
|
i0.ɵɵadvance(2);
|
|
10160
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10134
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(71, 72, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
10161
10135
|
i0.ɵɵadvance(2);
|
|
10162
10136
|
i0.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
10163
10137
|
i0.ɵɵadvance(2);
|
|
10164
|
-
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(
|
|
10138
|
+
i0.ɵɵpropertyInterpolate("placeholder", i0.ɵɵpipeBind1(75, 74, "WIDGETS.DELETEROLES"));
|
|
10165
10139
|
i0.ɵɵproperty("compareWith", ctx.compareDeleteSelectedRolesFn);
|
|
10166
10140
|
i0.ɵɵadvance(2);
|
|
10167
10141
|
i0.ɵɵproperty("value", 0);
|
|
10168
10142
|
i0.ɵɵadvance(2);
|
|
10169
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10143
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(79, 76, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
10170
10144
|
i0.ɵɵadvance(2);
|
|
10171
10145
|
i0.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
10172
10146
|
i0.ɵɵadvance(2);
|
|
@@ -10174,19 +10148,19 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
10174
10148
|
i0.ɵɵadvance(1);
|
|
10175
10149
|
i0.ɵɵproperty("ngIf", ctx.dashboardUpdateInProgress);
|
|
10176
10150
|
i0.ɵɵadvance(2);
|
|
10177
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10151
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(86, 78, "SAVE"), " ");
|
|
10178
10152
|
i0.ɵɵadvance(4);
|
|
10179
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10153
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(90, 80, "CANCEL"), " ");
|
|
10180
10154
|
i0.ɵɵadvance(2);
|
|
10181
10155
|
i0.ɵɵproperty("interactiveClose", true);
|
|
10182
10156
|
i0.ɵɵadvance(10);
|
|
10183
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10157
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(102, 82, "SHELL.TOOPENSEARCHMENU"), "");
|
|
10184
10158
|
i0.ɵɵadvance(8);
|
|
10185
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10159
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(110, 84, "SHELL.TOOPENGOALSANDUSERS"), "");
|
|
10186
10160
|
i0.ɵɵadvance(8);
|
|
10187
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10161
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(118, 86, "SHELL.TOSEARCHBYID"), "");
|
|
10188
10162
|
i0.ɵɵadvance(8);
|
|
10189
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
10163
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(126, 88, "SHELL.TOCLOSEMENU"), "");
|
|
10190
10164
|
i0.ɵɵadvance(2);
|
|
10191
10165
|
i0.ɵɵproperty("ngIf", ctx.searchByTextLoading && ctx.display);
|
|
10192
10166
|
} }, 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 });
|