@thetradeengineorg1/snova-shell-module 0.0.267 → 0.0.268
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
|
@@ -7808,10 +7808,10 @@
|
|
|
7808
7808
|
var _c9$1 = ["openMenuPopUp"];
|
|
7809
7809
|
function MenuComponent_div_9_div_1_Template(rf, ctx) {
|
|
7810
7810
|
if (rf & 1) {
|
|
7811
|
-
var
|
|
7811
|
+
var _r36_1 = i0__namespace.ɵɵgetCurrentView();
|
|
7812
7812
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
7813
7813
|
i0__namespace.ɵɵelementStart(1, "button", 56);
|
|
7814
|
-
i0__namespace.ɵɵlistener("click", function MenuComponent_div_9_div_1_Template_button_click_1_listener($event) { i0__namespace.ɵɵrestoreView(
|
|
7814
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_div_9_div_1_Template_button_click_1_listener($event) { i0__namespace.ɵɵrestoreView(_r36_1); var item_r32 = i0__namespace.ɵɵnextContext().$implicit; var ctx_r34 = i0__namespace.ɵɵnextContext(); return ctx_r34.selectMenu(item_r32, $event); });
|
|
7815
7815
|
i0__namespace.ɵɵelementStart(2, "mat-icon");
|
|
7816
7816
|
i0__namespace.ɵɵtext(3);
|
|
7817
7817
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -7821,14 +7821,14 @@
|
|
|
7821
7821
|
i0__namespace.ɵɵelementEnd();
|
|
7822
7822
|
}
|
|
7823
7823
|
if (rf & 2) {
|
|
7824
|
-
var
|
|
7825
|
-
var
|
|
7824
|
+
var item_r32 = i0__namespace.ɵɵnextContext().$implicit;
|
|
7825
|
+
var ctx_r33 = i0__namespace.ɵɵnextContext();
|
|
7826
7826
|
i0__namespace.ɵɵadvance(1);
|
|
7827
|
-
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/",
|
|
7827
|
+
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/", item_r32.state, "");
|
|
7828
7828
|
i0__namespace.ɵɵadvance(2);
|
|
7829
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
7829
|
+
i0__namespace.ɵɵtextInterpolate(item_r32.icon);
|
|
7830
7830
|
i0__namespace.ɵɵadvance(1);
|
|
7831
|
-
i0__namespace.ɵɵtextInterpolate1("", i0__namespace.ɵɵpipeBind2(5, 3,
|
|
7831
|
+
i0__namespace.ɵɵtextInterpolate1("", i0__namespace.ɵɵpipeBind2(5, 3, item_r32.menu, ctx_r33.softLabels), " ");
|
|
7832
7832
|
}
|
|
7833
7833
|
}
|
|
7834
7834
|
function MenuComponent_div_9_Template(rf, ctx) {
|
|
@@ -7838,17 +7838,17 @@
|
|
|
7838
7838
|
i0__namespace.ɵɵelementEnd();
|
|
7839
7839
|
}
|
|
7840
7840
|
if (rf & 2) {
|
|
7841
|
-
var
|
|
7841
|
+
var item_r32 = ctx.$implicit;
|
|
7842
7842
|
i0__namespace.ɵɵadvance(1);
|
|
7843
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
7843
|
+
i0__namespace.ɵɵproperty("ngIf", item_r32.type == "link" || item_r32.type == "applicationlink");
|
|
7844
7844
|
}
|
|
7845
7845
|
}
|
|
7846
7846
|
function MenuComponent_div_10_Template(rf, ctx) {
|
|
7847
7847
|
if (rf & 1) {
|
|
7848
|
-
var
|
|
7848
|
+
var _r39_1 = i0__namespace.ɵɵgetCurrentView();
|
|
7849
7849
|
i0__namespace.ɵɵelementStart(0, "div", 57);
|
|
7850
7850
|
i0__namespace.ɵɵelementStart(1, "fa-icon", 58);
|
|
7851
|
-
i0__namespace.ɵɵlistener("click", function MenuComponent_div_10_Template_fa_icon_click_1_listener() { i0__namespace.ɵɵrestoreView(
|
|
7851
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_div_10_Template_fa_icon_click_1_listener() { i0__namespace.ɵɵrestoreView(_r39_1); var ctx_r38 = i0__namespace.ɵɵnextContext(); return ctx_r38.openApps(); });
|
|
7852
7852
|
i0__namespace.ɵɵpipe(2, "translate");
|
|
7853
7853
|
i0__namespace.ɵɵelementEnd();
|
|
7854
7854
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -7881,9 +7881,9 @@
|
|
|
7881
7881
|
}
|
|
7882
7882
|
function MenuComponent_mat_icon_20_Template(rf, ctx) {
|
|
7883
7883
|
if (rf & 1) {
|
|
7884
|
-
var
|
|
7884
|
+
var _r41_1 = i0__namespace.ɵɵgetCurrentView();
|
|
7885
7885
|
i0__namespace.ɵɵelementStart(0, "mat-icon", 60);
|
|
7886
|
-
i0__namespace.ɵɵlistener("click", function MenuComponent_mat_icon_20_Template_mat_icon_click_0_listener($event) { i0__namespace.ɵɵrestoreView(
|
|
7886
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_mat_icon_20_Template_mat_icon_click_0_listener($event) { i0__namespace.ɵɵrestoreView(_r41_1); var ctx_r40 = i0__namespace.ɵɵnextContext(); return ctx_r40.closeSearch($event); });
|
|
7887
7887
|
i0__namespace.ɵɵtext(1, " close");
|
|
7888
7888
|
i0__namespace.ɵɵelementEnd();
|
|
7889
7889
|
}
|
|
@@ -7893,318 +7893,293 @@
|
|
|
7893
7893
|
i0__namespace.ɵɵelement(0, "mat-progress-bar", 61);
|
|
7894
7894
|
}
|
|
7895
7895
|
}
|
|
7896
|
-
function MenuComponent_div_29_Template(rf, ctx) {
|
|
7897
|
-
if (rf & 1) {
|
|
7898
|
-
i0__namespace.ɵɵelementStart(0, "div", 62);
|
|
7899
|
-
i0__namespace.ɵɵelementStart(1, "div", 63);
|
|
7900
|
-
i0__namespace.ɵɵelementStart(2, "div", 64);
|
|
7901
|
-
i0__namespace.ɵɵtext(3, "Dashboard");
|
|
7902
|
-
i0__namespace.ɵɵelementEnd();
|
|
7903
|
-
i0__namespace.ɵɵelementStart(4, "div", 65);
|
|
7904
|
-
i0__namespace.ɵɵelementStart(5, "button", 66);
|
|
7905
|
-
i0__namespace.ɵɵnamespaceSVG();
|
|
7906
|
-
i0__namespace.ɵɵelementStart(6, "svg", 67);
|
|
7907
|
-
i0__namespace.ɵɵelement(7, "path", 68);
|
|
7908
|
-
i0__namespace.ɵɵelement(8, "polyline", 69);
|
|
7909
|
-
i0__namespace.ɵɵelement(9, "polyline", 70);
|
|
7910
|
-
i0__namespace.ɵɵelementEnd();
|
|
7911
|
-
i0__namespace.ɵɵnamespaceHTML();
|
|
7912
|
-
i0__namespace.ɵɵelementStart(10, "span", 71);
|
|
7913
|
-
i0__namespace.ɵɵtext(11, "Dashboard");
|
|
7914
|
-
i0__namespace.ɵɵelementEnd();
|
|
7915
|
-
i0__namespace.ɵɵelementEnd();
|
|
7916
|
-
i0__namespace.ɵɵelementEnd();
|
|
7917
|
-
i0__namespace.ɵɵelementEnd();
|
|
7918
|
-
i0__namespace.ɵɵelementEnd();
|
|
7919
|
-
}
|
|
7920
|
-
}
|
|
7921
7896
|
var _c10$1 = function () { return { exact: true }; };
|
|
7922
|
-
function
|
|
7897
|
+
function MenuComponent_div_29_ng_container_12_div_1_div_1_Template(rf, ctx) {
|
|
7923
7898
|
if (rf & 1) {
|
|
7924
|
-
var
|
|
7925
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
7926
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
7927
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
7899
|
+
var _r49_1 = i0__namespace.ɵɵgetCurrentView();
|
|
7900
|
+
i0__namespace.ɵɵelementStart(0, "div", 75);
|
|
7901
|
+
i0__namespace.ɵɵelementStart(1, "button", 76);
|
|
7902
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_29_ng_container_12_div_1_div_1_Template_button_mousedown_1_listener($event) { i0__namespace.ɵɵrestoreView(_r49_1); var item_r44 = i0__namespace.ɵɵnextContext().$implicit; var ctx_r47 = i0__namespace.ɵɵnextContext(3); return ctx_r47.selectAdimnTool(item_r44.state, $event, item_r44); });
|
|
7928
7903
|
i0__namespace.ɵɵpipe(2, "softLabelsPipe");
|
|
7929
|
-
i0__namespace.ɵɵelementStart(3, "mat-icon",
|
|
7904
|
+
i0__namespace.ɵɵelementStart(3, "mat-icon", 77);
|
|
7930
7905
|
i0__namespace.ɵɵtext(4);
|
|
7931
7906
|
i0__namespace.ɵɵelementEnd();
|
|
7932
|
-
i0__namespace.ɵɵelement(5, "span",
|
|
7907
|
+
i0__namespace.ɵɵelement(5, "span", 78);
|
|
7933
7908
|
i0__namespace.ɵɵpipe(6, "highLightText");
|
|
7934
7909
|
i0__namespace.ɵɵpipe(7, "softLabelsPipe");
|
|
7935
7910
|
i0__namespace.ɵɵelementEnd();
|
|
7936
7911
|
i0__namespace.ɵɵelementEnd();
|
|
7937
7912
|
}
|
|
7938
7913
|
if (rf & 2) {
|
|
7939
|
-
var
|
|
7940
|
-
var
|
|
7941
|
-
var
|
|
7942
|
-
var
|
|
7914
|
+
var ctx_r50 = i0__namespace.ɵɵnextContext();
|
|
7915
|
+
var item_r44 = ctx_r50.$implicit;
|
|
7916
|
+
var i_r45 = ctx_r50.index;
|
|
7917
|
+
var ctx_r46 = i0__namespace.ɵɵnextContext(3);
|
|
7943
7918
|
i0__namespace.ɵɵadvance(1);
|
|
7944
|
-
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/",
|
|
7945
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip",
|
|
7946
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
7919
|
+
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/", item_r44.state, "");
|
|
7920
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", ctx_r46.translateapplicationname(i0__namespace.ɵɵpipeBind2(2, 7, item_r44.menu, ctx_r46.softLabels)));
|
|
7921
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r46.selectedRowIndex == i_r45 ? "color-text" : "color-text1")("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(16, _c10$1));
|
|
7947
7922
|
i0__namespace.ɵɵadvance(2);
|
|
7948
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
7923
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r46.selectedRowIndex == i_r45 ? "color-text" : "color-text1");
|
|
7949
7924
|
i0__namespace.ɵɵadvance(1);
|
|
7950
|
-
i0__namespace.ɵɵtextInterpolate1(" ",
|
|
7925
|
+
i0__namespace.ɵɵtextInterpolate1(" ", item_r44.icon, "");
|
|
7951
7926
|
i0__namespace.ɵɵadvance(1);
|
|
7952
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(6, 10, i0__namespace.ɵɵpipeBind2(7, 13,
|
|
7927
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(6, 10, i0__namespace.ɵɵpipeBind2(7, 13, ctx_r46.translateapplicationname(item_r44.menu), ctx_r46.softLabels), ctx_r46.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
7953
7928
|
}
|
|
7954
7929
|
}
|
|
7955
|
-
function
|
|
7930
|
+
function MenuComponent_div_29_ng_container_12_div_1_Template(rf, ctx) {
|
|
7956
7931
|
if (rf & 1) {
|
|
7957
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
7958
|
-
i0__namespace.ɵɵtemplate(1,
|
|
7932
|
+
i0__namespace.ɵɵelementStart(0, "div", 73);
|
|
7933
|
+
i0__namespace.ɵɵtemplate(1, MenuComponent_div_29_ng_container_12_div_1_div_1_Template, 8, 17, "div", 74);
|
|
7959
7934
|
i0__namespace.ɵɵelementEnd();
|
|
7960
7935
|
}
|
|
7961
7936
|
if (rf & 2) {
|
|
7962
|
-
var
|
|
7963
|
-
var
|
|
7964
|
-
var
|
|
7965
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
7937
|
+
var item_r44 = ctx.$implicit;
|
|
7938
|
+
var i_r45 = ctx.index;
|
|
7939
|
+
var ctx_r43 = i0__namespace.ɵɵnextContext(3);
|
|
7940
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r43.selectedRowIndex == i_r45 ? "#f1f5f9" : "white");
|
|
7966
7941
|
i0__namespace.ɵɵadvance(1);
|
|
7967
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
7942
|
+
i0__namespace.ɵɵproperty("ngIf", item_r44.type == "link" || item_r44.type == "applicationlink");
|
|
7968
7943
|
}
|
|
7969
7944
|
}
|
|
7970
|
-
function
|
|
7945
|
+
function MenuComponent_div_29_ng_container_12_Template(rf, ctx) {
|
|
7971
7946
|
if (rf & 1) {
|
|
7972
7947
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
7973
|
-
i0__namespace.ɵɵtemplate(1,
|
|
7948
|
+
i0__namespace.ɵɵtemplate(1, MenuComponent_div_29_ng_container_12_div_1_Template, 2, 3, "div", 72);
|
|
7974
7949
|
i0__namespace.ɵɵelementContainerEnd();
|
|
7975
7950
|
}
|
|
7976
7951
|
if (rf & 2) {
|
|
7977
|
-
var
|
|
7952
|
+
var ctx_r42 = i0__namespace.ɵɵnextContext(2);
|
|
7978
7953
|
i0__namespace.ɵɵadvance(1);
|
|
7979
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
7954
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r42.items);
|
|
7980
7955
|
}
|
|
7981
7956
|
}
|
|
7982
|
-
function
|
|
7957
|
+
function MenuComponent_div_29_Template(rf, ctx) {
|
|
7983
7958
|
if (rf & 1) {
|
|
7984
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
7985
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
7959
|
+
i0__namespace.ɵɵelementStart(0, "div", 62);
|
|
7960
|
+
i0__namespace.ɵɵelementStart(1, "div", 63);
|
|
7986
7961
|
i0__namespace.ɵɵnamespaceSVG();
|
|
7987
|
-
i0__namespace.ɵɵelementStart(2, "svg",
|
|
7988
|
-
i0__namespace.ɵɵelement(3, "path",
|
|
7989
|
-
i0__namespace.ɵɵelement(4, "path",
|
|
7990
|
-
i0__namespace.ɵɵelement(5, "path",
|
|
7991
|
-
i0__namespace.ɵɵelement(6, "path",
|
|
7992
|
-
i0__namespace.ɵɵelement(7, "path",
|
|
7962
|
+
i0__namespace.ɵɵelementStart(2, "svg", 64);
|
|
7963
|
+
i0__namespace.ɵɵelement(3, "path", 65);
|
|
7964
|
+
i0__namespace.ɵɵelement(4, "path", 66);
|
|
7965
|
+
i0__namespace.ɵɵelement(5, "path", 67);
|
|
7966
|
+
i0__namespace.ɵɵelement(6, "path", 68);
|
|
7967
|
+
i0__namespace.ɵɵelement(7, "path", 69);
|
|
7993
7968
|
i0__namespace.ɵɵelementEnd();
|
|
7994
7969
|
i0__namespace.ɵɵnamespaceHTML();
|
|
7995
|
-
i0__namespace.ɵɵelementStart(8, "span",
|
|
7970
|
+
i0__namespace.ɵɵelementStart(8, "span", 70);
|
|
7996
7971
|
i0__namespace.ɵɵtext(9);
|
|
7997
7972
|
i0__namespace.ɵɵpipe(10, "translate");
|
|
7998
7973
|
i0__namespace.ɵɵelementEnd();
|
|
7999
7974
|
i0__namespace.ɵɵelementEnd();
|
|
8000
|
-
i0__namespace.ɵɵelementStart(11, "div",
|
|
8001
|
-
i0__namespace.ɵɵtemplate(12,
|
|
7975
|
+
i0__namespace.ɵɵelementStart(11, "div", 71);
|
|
7976
|
+
i0__namespace.ɵɵtemplate(12, MenuComponent_div_29_ng_container_12_Template, 2, 1, "ng-container", 16);
|
|
8002
7977
|
i0__namespace.ɵɵelementEnd();
|
|
8003
7978
|
i0__namespace.ɵɵelementEnd();
|
|
8004
7979
|
}
|
|
8005
7980
|
if (rf & 2) {
|
|
8006
|
-
var
|
|
7981
|
+
var ctx_r10 = i0__namespace.ɵɵnextContext();
|
|
8007
7982
|
i0__namespace.ɵɵadvance(9);
|
|
8008
7983
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(10, 2, "SHELL.APPLICATIONS"));
|
|
8009
7984
|
i0__namespace.ɵɵadvance(3);
|
|
8010
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
7985
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r10.items && ctx_r10.items.length > 0);
|
|
8011
7986
|
}
|
|
8012
7987
|
}
|
|
8013
|
-
function
|
|
7988
|
+
function MenuComponent_div_30_div_1_fa_icon_10_Template(rf, ctx) {
|
|
8014
7989
|
if (rf & 1) {
|
|
8015
|
-
var
|
|
8016
|
-
i0__namespace.ɵɵelementStart(0, "fa-icon",
|
|
8017
|
-
i0__namespace.ɵɵlistener("click", function
|
|
7990
|
+
var _r55_1 = i0__namespace.ɵɵgetCurrentView();
|
|
7991
|
+
i0__namespace.ɵɵelementStart(0, "fa-icon", 91);
|
|
7992
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_div_30_div_1_fa_icon_10_Template_fa_icon_click_0_listener() { i0__namespace.ɵɵrestoreView(_r55_1); var ctx_r54 = i0__namespace.ɵɵnextContext(3); ctx_r54.initializeWorkspaceForm(); return ctx_r54.openWorkspaceForm(); });
|
|
8018
7993
|
i0__namespace.ɵɵpipe(1, "translate");
|
|
8019
7994
|
i0__namespace.ɵɵelementEnd();
|
|
8020
7995
|
}
|
|
8021
7996
|
if (rf & 2) {
|
|
8022
7997
|
i0__namespace.ɵɵnextContext(3);
|
|
8023
|
-
var
|
|
7998
|
+
var _r18 = i0__namespace.ɵɵreference(38);
|
|
8024
7999
|
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind1(1, 2, "APP.ADDDASHBOARD"));
|
|
8025
|
-
i0__namespace.ɵɵproperty("satPopoverAnchorFor",
|
|
8000
|
+
i0__namespace.ɵɵproperty("satPopoverAnchorFor", _r18);
|
|
8026
8001
|
}
|
|
8027
8002
|
}
|
|
8028
|
-
function
|
|
8003
|
+
function MenuComponent_div_30_div_1_ng_container_12_div_1_Template(rf, ctx) {
|
|
8029
8004
|
if (rf & 1) {
|
|
8030
|
-
var
|
|
8031
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8032
|
-
i0__namespace.ɵɵelementStart(2, "button",
|
|
8033
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
8005
|
+
var _r61_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8006
|
+
i0__namespace.ɵɵelementStart(0, "div", 93, 94);
|
|
8007
|
+
i0__namespace.ɵɵelementStart(2, "button", 95);
|
|
8008
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_30_div_1_ng_container_12_div_1_Template_button_mousedown_2_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r61_1); var wc_r57 = restoredCtx.$implicit; var ctx_r60 = i0__namespace.ɵɵ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() { var restoredCtx = i0__namespace.ɵɵrestoreView(_r61_1); var wc_r57 = restoredCtx.$implicit; var ctx_r62 = i0__namespace.ɵɵnextContext(4); return ctx_r62.navigateToUrl(wc_r57.workspaceId); });
|
|
8034
8009
|
i0__namespace.ɵɵnamespaceSVG();
|
|
8035
|
-
i0__namespace.ɵɵelementStart(3, "svg",
|
|
8036
|
-
i0__namespace.ɵɵelement(4, "rect",
|
|
8037
|
-
i0__namespace.ɵɵelement(5, "rect",
|
|
8038
|
-
i0__namespace.ɵɵelement(6, "rect",
|
|
8039
|
-
i0__namespace.ɵɵelement(7, "rect",
|
|
8010
|
+
i0__namespace.ɵɵelementStart(3, "svg", 83);
|
|
8011
|
+
i0__namespace.ɵɵelement(4, "rect", 84);
|
|
8012
|
+
i0__namespace.ɵɵelement(5, "rect", 85);
|
|
8013
|
+
i0__namespace.ɵɵelement(6, "rect", 86);
|
|
8014
|
+
i0__namespace.ɵɵelement(7, "rect", 87);
|
|
8040
8015
|
i0__namespace.ɵɵelementEnd();
|
|
8041
8016
|
i0__namespace.ɵɵnamespaceHTML();
|
|
8042
|
-
i0__namespace.ɵɵelement(8, "span",
|
|
8017
|
+
i0__namespace.ɵɵelement(8, "span", 96);
|
|
8043
8018
|
i0__namespace.ɵɵpipe(9, "highLightText");
|
|
8044
8019
|
i0__namespace.ɵɵelementEnd();
|
|
8045
8020
|
i0__namespace.ɵɵelementEnd();
|
|
8046
8021
|
}
|
|
8047
8022
|
if (rf & 2) {
|
|
8048
|
-
var
|
|
8049
|
-
var
|
|
8050
|
-
var
|
|
8051
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
8023
|
+
var wc_r57 = ctx.$implicit;
|
|
8024
|
+
var i_r58 = ctx.index;
|
|
8025
|
+
var ctx_r56 = i0__namespace.ɵɵnextContext(4);
|
|
8026
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r56.ws == i_r58 ? "#f1f5f9" : "white");
|
|
8052
8027
|
i0__namespace.ɵɵadvance(2);
|
|
8053
|
-
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/dashboard/",
|
|
8054
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip",
|
|
8055
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
8028
|
+
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/dashboard/", wc_r57.workspaceId, "");
|
|
8029
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", wc_r57.workspaceName);
|
|
8030
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r56.ws == i_r58 ? "color-text" : "color-text1");
|
|
8056
8031
|
i0__namespace.ɵɵadvance(6);
|
|
8057
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(9, 6,
|
|
8032
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(9, 6, wc_r57.workspaceName, ctx_r56.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
8058
8033
|
}
|
|
8059
8034
|
}
|
|
8060
|
-
function
|
|
8035
|
+
function MenuComponent_div_30_div_1_ng_container_12_Template(rf, ctx) {
|
|
8061
8036
|
if (rf & 1) {
|
|
8062
8037
|
i0__namespace.ɵɵelementContainerStart(0);
|
|
8063
|
-
i0__namespace.ɵɵtemplate(1,
|
|
8038
|
+
i0__namespace.ɵɵtemplate(1, MenuComponent_div_30_div_1_ng_container_12_div_1_Template, 10, 9, "div", 92);
|
|
8064
8039
|
i0__namespace.ɵɵelementContainerEnd();
|
|
8065
8040
|
}
|
|
8066
8041
|
if (rf & 2) {
|
|
8067
|
-
var
|
|
8042
|
+
var ctx_r53 = i0__namespace.ɵɵnextContext(3);
|
|
8068
8043
|
i0__namespace.ɵɵadvance(1);
|
|
8069
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
8044
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r53.workspaces);
|
|
8070
8045
|
}
|
|
8071
8046
|
}
|
|
8072
|
-
function
|
|
8047
|
+
function MenuComponent_div_30_div_1_Template(rf, ctx) {
|
|
8073
8048
|
if (rf & 1) {
|
|
8074
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8075
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
8049
|
+
i0__namespace.ɵɵelementStart(0, "div", 81);
|
|
8050
|
+
i0__namespace.ɵɵelementStart(1, "div", 82);
|
|
8076
8051
|
i0__namespace.ɵɵnamespaceSVG();
|
|
8077
|
-
i0__namespace.ɵɵelementStart(2, "svg",
|
|
8078
|
-
i0__namespace.ɵɵelement(3, "rect",
|
|
8079
|
-
i0__namespace.ɵɵelement(4, "rect",
|
|
8080
|
-
i0__namespace.ɵɵelement(5, "rect",
|
|
8081
|
-
i0__namespace.ɵɵelement(6, "rect",
|
|
8052
|
+
i0__namespace.ɵɵelementStart(2, "svg", 83);
|
|
8053
|
+
i0__namespace.ɵɵelement(3, "rect", 84);
|
|
8054
|
+
i0__namespace.ɵɵelement(4, "rect", 85);
|
|
8055
|
+
i0__namespace.ɵɵelement(5, "rect", 86);
|
|
8056
|
+
i0__namespace.ɵɵelement(6, "rect", 87);
|
|
8082
8057
|
i0__namespace.ɵɵelementEnd();
|
|
8083
8058
|
i0__namespace.ɵɵnamespaceHTML();
|
|
8084
|
-
i0__namespace.ɵɵelementStart(7, "span",
|
|
8059
|
+
i0__namespace.ɵɵelementStart(7, "span", 88);
|
|
8085
8060
|
i0__namespace.ɵɵtext(8);
|
|
8086
8061
|
i0__namespace.ɵɵpipe(9, "translate");
|
|
8087
8062
|
i0__namespace.ɵɵelementEnd();
|
|
8088
|
-
i0__namespace.ɵɵtemplate(10,
|
|
8063
|
+
i0__namespace.ɵɵtemplate(10, MenuComponent_div_30_div_1_fa_icon_10_Template, 2, 4, "fa-icon", 89);
|
|
8089
8064
|
i0__namespace.ɵɵelementEnd();
|
|
8090
|
-
i0__namespace.ɵɵelementStart(11, "div",
|
|
8091
|
-
i0__namespace.ɵɵtemplate(12,
|
|
8065
|
+
i0__namespace.ɵɵelementStart(11, "div", 90);
|
|
8066
|
+
i0__namespace.ɵɵtemplate(12, MenuComponent_div_30_div_1_ng_container_12_Template, 2, 1, "ng-container", 16);
|
|
8092
8067
|
i0__namespace.ɵɵelementEnd();
|
|
8093
8068
|
i0__namespace.ɵɵelementEnd();
|
|
8094
8069
|
}
|
|
8095
8070
|
if (rf & 2) {
|
|
8096
|
-
var
|
|
8071
|
+
var ctx_r51 = i0__namespace.ɵɵnextContext(2);
|
|
8097
8072
|
i0__namespace.ɵɵadvance(8);
|
|
8098
8073
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(9, 3, "SHELL.DASHBOARDS"));
|
|
8099
8074
|
i0__namespace.ɵɵadvance(2);
|
|
8100
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
8075
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r51.canAccess_feature_AddDashboard);
|
|
8101
8076
|
i0__namespace.ɵɵadvance(2);
|
|
8102
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
8077
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r51.workspaces && ctx_r51.workspaces.length > 0);
|
|
8103
8078
|
}
|
|
8104
8079
|
}
|
|
8105
|
-
function
|
|
8080
|
+
function MenuComponent_div_30_Template(rf, ctx) {
|
|
8106
8081
|
if (rf & 1) {
|
|
8107
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8108
|
-
i0__namespace.ɵɵtemplate(1,
|
|
8082
|
+
i0__namespace.ɵɵelementStart(0, "div", 79);
|
|
8083
|
+
i0__namespace.ɵɵtemplate(1, MenuComponent_div_30_div_1_Template, 13, 5, "div", 80);
|
|
8109
8084
|
i0__namespace.ɵɵelementEnd();
|
|
8110
8085
|
}
|
|
8111
8086
|
if (rf & 2) {
|
|
8112
|
-
var
|
|
8087
|
+
var ctx_r11 = i0__namespace.ɵɵnextContext();
|
|
8113
8088
|
i0__namespace.ɵɵadvance(1);
|
|
8114
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
8089
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r11.workspaces && ctx_r11.workspaces.length > 0);
|
|
8115
8090
|
}
|
|
8116
8091
|
}
|
|
8117
|
-
function
|
|
8092
|
+
function MenuComponent_div_31_div_5_Template(rf, ctx) {
|
|
8118
8093
|
if (rf & 1) {
|
|
8119
|
-
var
|
|
8094
|
+
var _r67_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8120
8095
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
8121
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
8122
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
8096
|
+
i0__namespace.ɵɵelementStart(1, "button", 101);
|
|
8097
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_31_div_5_Template_button_mousedown_1_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r67_1); var widget_r64 = restoredCtx.$implicit; var ctx_r66 = i0__namespace.ɵɵnextContext(2); return ctx_r66.OnSelect(widget_r64, $event); });
|
|
8123
8098
|
i0__namespace.ɵɵpipe(2, "softLabelsPipe");
|
|
8124
|
-
i0__namespace.ɵɵelement(3, "span",
|
|
8099
|
+
i0__namespace.ɵɵelement(3, "span", 102);
|
|
8125
8100
|
i0__namespace.ɵɵpipe(4, "highLightText");
|
|
8126
8101
|
i0__namespace.ɵɵpipe(5, "softLabelsPipe");
|
|
8127
8102
|
i0__namespace.ɵɵelementEnd();
|
|
8128
8103
|
i0__namespace.ɵɵelementEnd();
|
|
8129
8104
|
}
|
|
8130
8105
|
if (rf & 2) {
|
|
8131
|
-
var
|
|
8132
|
-
var
|
|
8133
|
-
var
|
|
8134
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
8106
|
+
var widget_r64 = ctx.$implicit;
|
|
8107
|
+
var i_r65 = ctx.index;
|
|
8108
|
+
var ctx_r63 = i0__namespace.ɵɵnextContext(2);
|
|
8109
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r63.wd == i_r65 ? ctx_r63.themeBaseColor : "white");
|
|
8135
8110
|
i0__namespace.ɵɵadvance(1);
|
|
8136
|
-
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/widgets/",
|
|
8137
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 7,
|
|
8138
|
-
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(16, _c10$1))("ngClass",
|
|
8111
|
+
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/dashboard-management/widgets/", widget_r64.widgetId, "");
|
|
8112
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 7, widget_r64.widgetName, ctx_r63.softLabels));
|
|
8113
|
+
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(16, _c10$1))("ngClass", ctx_r63.wd == i_r65 ? "color-text" : "color-text1");
|
|
8139
8114
|
i0__namespace.ɵɵadvance(2);
|
|
8140
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 10, i0__namespace.ɵɵpipeBind2(5, 13,
|
|
8115
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 10, i0__namespace.ɵɵpipeBind2(5, 13, widget_r64.widgetName, ctx_r63.softLabels), ctx_r63.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
8141
8116
|
}
|
|
8142
8117
|
}
|
|
8143
|
-
function
|
|
8118
|
+
function MenuComponent_div_31_Template(rf, ctx) {
|
|
8144
8119
|
if (rf & 1) {
|
|
8145
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8146
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
8120
|
+
i0__namespace.ɵɵelementStart(0, "div", 97);
|
|
8121
|
+
i0__namespace.ɵɵelementStart(1, "div", 98);
|
|
8147
8122
|
i0__namespace.ɵɵtext(2);
|
|
8148
8123
|
i0__namespace.ɵɵpipe(3, "translate");
|
|
8149
8124
|
i0__namespace.ɵɵelementEnd();
|
|
8150
|
-
i0__namespace.ɵɵelementStart(4, "div",
|
|
8151
|
-
i0__namespace.ɵɵtemplate(5,
|
|
8125
|
+
i0__namespace.ɵɵelementStart(4, "div", 99);
|
|
8126
|
+
i0__namespace.ɵɵtemplate(5, MenuComponent_div_31_div_5_Template, 6, 17, "div", 100);
|
|
8152
8127
|
i0__namespace.ɵɵelementEnd();
|
|
8153
8128
|
i0__namespace.ɵɵelementEnd();
|
|
8154
8129
|
}
|
|
8155
8130
|
if (rf & 2) {
|
|
8156
|
-
var
|
|
8131
|
+
var ctx_r12 = i0__namespace.ɵɵnextContext();
|
|
8157
8132
|
i0__namespace.ɵɵadvance(2);
|
|
8158
8133
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(3, 2, "SHELL.FAVOURITEAPPS"));
|
|
8159
8134
|
i0__namespace.ɵɵadvance(3);
|
|
8160
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
8135
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r12.widgets);
|
|
8161
8136
|
}
|
|
8162
8137
|
}
|
|
8163
|
-
function
|
|
8138
|
+
function MenuComponent_div_32_div_4_Template(rf, ctx) {
|
|
8164
8139
|
if (rf & 1) {
|
|
8165
|
-
var
|
|
8140
|
+
var _r72_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8166
8141
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
8167
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
8168
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
8142
|
+
i0__namespace.ɵɵelementStart(1, "button", 105);
|
|
8143
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_32_div_4_Template_button_mousedown_1_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r72_1); var project_r69 = restoredCtx.$implicit; var ctx_r71 = i0__namespace.ɵɵnextContext(2); return ctx_r71.onProjectSelect(project_r69, $event); });
|
|
8169
8144
|
i0__namespace.ɵɵpipe(2, "softLabelsPipe");
|
|
8170
|
-
i0__namespace.ɵɵelement(3, "span",
|
|
8145
|
+
i0__namespace.ɵɵelement(3, "span", 102);
|
|
8171
8146
|
i0__namespace.ɵɵpipe(4, "highLightText");
|
|
8172
8147
|
i0__namespace.ɵɵpipe(5, "softLabelsPipe");
|
|
8173
8148
|
i0__namespace.ɵɵelementEnd();
|
|
8174
8149
|
i0__namespace.ɵɵelementEnd();
|
|
8175
8150
|
}
|
|
8176
8151
|
if (rf & 2) {
|
|
8177
|
-
var
|
|
8178
|
-
var
|
|
8179
|
-
var
|
|
8180
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
8152
|
+
var project_r69 = ctx.$implicit;
|
|
8153
|
+
var i_r70 = ctx.index;
|
|
8154
|
+
var ctx_r68 = i0__namespace.ɵɵnextContext(2);
|
|
8155
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r68.projectIndex == i_r70 ? ctx_r68.themeBaseColor : "white");
|
|
8181
8156
|
i0__namespace.ɵɵadvance(1);
|
|
8182
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 6,
|
|
8183
|
-
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
8157
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 6, project_r69.itemName, ctx_r68.softLabels));
|
|
8158
|
+
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r68.projectIndex == i_r70 ? "color-text" : "color-text1");
|
|
8184
8159
|
i0__namespace.ɵɵadvance(2);
|
|
8185
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 9, i0__namespace.ɵɵpipeBind2(5, 12,
|
|
8160
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 9, i0__namespace.ɵɵpipeBind2(5, 12, project_r69.itemName, ctx_r68.softLabels), ctx_r68.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
8186
8161
|
}
|
|
8187
8162
|
}
|
|
8188
|
-
function
|
|
8163
|
+
function MenuComponent_div_32_Template(rf, ctx) {
|
|
8189
8164
|
if (rf & 1) {
|
|
8190
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8191
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
8165
|
+
i0__namespace.ɵɵelementStart(0, "div", 103);
|
|
8166
|
+
i0__namespace.ɵɵelementStart(1, "div", 98);
|
|
8192
8167
|
i0__namespace.ɵɵtext(2, "Projects");
|
|
8193
8168
|
i0__namespace.ɵɵelementEnd();
|
|
8194
|
-
i0__namespace.ɵɵelementStart(3, "div",
|
|
8195
|
-
i0__namespace.ɵɵtemplate(4,
|
|
8169
|
+
i0__namespace.ɵɵelementStart(3, "div", 104);
|
|
8170
|
+
i0__namespace.ɵɵtemplate(4, MenuComponent_div_32_div_4_Template, 6, 16, "div", 100);
|
|
8196
8171
|
i0__namespace.ɵɵelementEnd();
|
|
8197
8172
|
i0__namespace.ɵɵelementEnd();
|
|
8198
8173
|
}
|
|
8199
8174
|
if (rf & 2) {
|
|
8200
|
-
var
|
|
8175
|
+
var ctx_r13 = i0__namespace.ɵɵnextContext();
|
|
8201
8176
|
i0__namespace.ɵɵadvance(4);
|
|
8202
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
8177
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r13.projectList);
|
|
8203
8178
|
}
|
|
8204
8179
|
}
|
|
8205
|
-
function
|
|
8180
|
+
function MenuComponent_div_33_div_1_Template(rf, ctx) {
|
|
8206
8181
|
if (rf & 1) {
|
|
8207
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8182
|
+
i0__namespace.ɵɵelementStart(0, "div", 98);
|
|
8208
8183
|
i0__namespace.ɵɵtext(1);
|
|
8209
8184
|
i0__namespace.ɵɵpipe(2, "translate");
|
|
8210
8185
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -8214,9 +8189,9 @@
|
|
|
8214
8189
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, "SHELL.WIBUG"));
|
|
8215
8190
|
}
|
|
8216
8191
|
}
|
|
8217
|
-
function
|
|
8192
|
+
function MenuComponent_div_33_div_2_Template(rf, ctx) {
|
|
8218
8193
|
if (rf & 1) {
|
|
8219
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8194
|
+
i0__namespace.ɵɵelementStart(0, "div", 98);
|
|
8220
8195
|
i0__namespace.ɵɵtext(1);
|
|
8221
8196
|
i0__namespace.ɵɵpipe(2, "translate");
|
|
8222
8197
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -8226,110 +8201,110 @@
|
|
|
8226
8201
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(2, 1, "SHELL.WI"));
|
|
8227
8202
|
}
|
|
8228
8203
|
}
|
|
8229
|
-
function
|
|
8204
|
+
function MenuComponent_div_33_div_4_Template(rf, ctx) {
|
|
8230
8205
|
if (rf & 1) {
|
|
8231
|
-
var
|
|
8206
|
+
var _r79_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8232
8207
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
8233
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
8234
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
8208
|
+
i0__namespace.ɵɵelementStart(1, "button", 105);
|
|
8209
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_33_div_4_Template_button_mousedown_1_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r79_1); var userStory_r76 = restoredCtx.$implicit; var ctx_r78 = i0__namespace.ɵɵnextContext(2); return ctx_r78.OnUserStorySelect(userStory_r76, $event); });
|
|
8235
8210
|
i0__namespace.ɵɵpipe(2, "softLabelsPipe");
|
|
8236
|
-
i0__namespace.ɵɵelement(3, "span",
|
|
8211
|
+
i0__namespace.ɵɵelement(3, "span", 102);
|
|
8237
8212
|
i0__namespace.ɵɵpipe(4, "highLightText");
|
|
8238
8213
|
i0__namespace.ɵɵpipe(5, "softLabelsPipe");
|
|
8239
8214
|
i0__namespace.ɵɵelementEnd();
|
|
8240
8215
|
i0__namespace.ɵɵelementEnd();
|
|
8241
8216
|
}
|
|
8242
8217
|
if (rf & 2) {
|
|
8243
|
-
var
|
|
8244
|
-
var
|
|
8245
|
-
var
|
|
8246
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
8218
|
+
var userStory_r76 = ctx.$implicit;
|
|
8219
|
+
var i_r77 = ctx.index;
|
|
8220
|
+
var ctx_r75 = i0__namespace.ɵɵnextContext(2);
|
|
8221
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r75.users == i_r77 ? ctx_r75.themeBaseColor : "white");
|
|
8247
8222
|
i0__namespace.ɵɵadvance(1);
|
|
8248
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 6,
|
|
8249
|
-
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
8223
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 6, userStory_r76.itemName, ctx_r75.softLabels));
|
|
8224
|
+
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r75.users == i_r77 ? "color-text" : "color-text1");
|
|
8250
8225
|
i0__namespace.ɵɵadvance(2);
|
|
8251
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 9, i0__namespace.ɵɵpipeBind2(5, 12,
|
|
8226
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 9, i0__namespace.ɵɵpipeBind2(5, 12, userStory_r76.itemName, ctx_r75.softLabels), ctx_r75.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
8252
8227
|
}
|
|
8253
8228
|
}
|
|
8254
|
-
function
|
|
8229
|
+
function MenuComponent_div_33_Template(rf, ctx) {
|
|
8255
8230
|
if (rf & 1) {
|
|
8256
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8257
|
-
i0__namespace.ɵɵtemplate(1,
|
|
8258
|
-
i0__namespace.ɵɵtemplate(2,
|
|
8259
|
-
i0__namespace.ɵɵelementStart(3, "div",
|
|
8260
|
-
i0__namespace.ɵɵtemplate(4,
|
|
8231
|
+
i0__namespace.ɵɵelementStart(0, "div", 103);
|
|
8232
|
+
i0__namespace.ɵɵtemplate(1, MenuComponent_div_33_div_1_Template, 3, 3, "div", 106);
|
|
8233
|
+
i0__namespace.ɵɵtemplate(2, MenuComponent_div_33_div_2_Template, 3, 3, "div", 106);
|
|
8234
|
+
i0__namespace.ɵɵelementStart(3, "div", 107);
|
|
8235
|
+
i0__namespace.ɵɵtemplate(4, MenuComponent_div_33_div_4_Template, 6, 16, "div", 100);
|
|
8261
8236
|
i0__namespace.ɵɵelementEnd();
|
|
8262
8237
|
i0__namespace.ɵɵelementEnd();
|
|
8263
8238
|
}
|
|
8264
8239
|
if (rf & 2) {
|
|
8265
|
-
var
|
|
8240
|
+
var ctx_r14 = i0__namespace.ɵɵnextContext();
|
|
8266
8241
|
i0__namespace.ɵɵadvance(1);
|
|
8267
|
-
i0__namespace.ɵɵproperty("ngIf",
|
|
8242
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r14.isEnableBugBoard);
|
|
8268
8243
|
i0__namespace.ɵɵadvance(1);
|
|
8269
|
-
i0__namespace.ɵɵproperty("ngIf", !
|
|
8244
|
+
i0__namespace.ɵɵproperty("ngIf", !ctx_r14.isEnableBugBoard);
|
|
8270
8245
|
i0__namespace.ɵɵadvance(2);
|
|
8271
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
8246
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r14.userStorySearchList);
|
|
8272
8247
|
}
|
|
8273
8248
|
}
|
|
8274
|
-
function
|
|
8249
|
+
function MenuComponent_div_34_div_5_Template(rf, ctx) {
|
|
8275
8250
|
if (rf & 1) {
|
|
8276
|
-
var
|
|
8251
|
+
var _r84_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8277
8252
|
i0__namespace.ɵɵelementStart(0, "div");
|
|
8278
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
8279
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
8253
|
+
i0__namespace.ɵɵelementStart(1, "button", 105);
|
|
8254
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_34_div_5_Template_button_mousedown_1_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r84_1); var goal_r81 = restoredCtx.$implicit; var ctx_r83 = i0__namespace.ɵɵnextContext(2); return ctx_r83.OnGoalSelect(goal_r81, $event); });
|
|
8280
8255
|
i0__namespace.ɵɵpipe(2, "softLabelsPipe");
|
|
8281
|
-
i0__namespace.ɵɵelement(3, "span",
|
|
8256
|
+
i0__namespace.ɵɵelement(3, "span", 102);
|
|
8282
8257
|
i0__namespace.ɵɵpipe(4, "highLightText");
|
|
8283
8258
|
i0__namespace.ɵɵpipe(5, "softLabelsPipe");
|
|
8284
8259
|
i0__namespace.ɵɵelementEnd();
|
|
8285
8260
|
i0__namespace.ɵɵelementEnd();
|
|
8286
8261
|
}
|
|
8287
8262
|
if (rf & 2) {
|
|
8288
|
-
var
|
|
8289
|
-
var
|
|
8290
|
-
var
|
|
8291
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
8263
|
+
var goal_r81 = ctx.$implicit;
|
|
8264
|
+
var i_r82 = ctx.index;
|
|
8265
|
+
var ctx_r80 = i0__namespace.ɵɵnextContext(2);
|
|
8266
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r80.goalIndex == i_r82 ? ctx_r80.themeBaseColor : "white");
|
|
8292
8267
|
i0__namespace.ɵɵadvance(1);
|
|
8293
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 6,
|
|
8294
|
-
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(15, _c10$1))("ngClass",
|
|
8268
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", i0__namespace.ɵɵpipeBind2(2, 6, goal_r81.itemName, ctx_r80.softLabels));
|
|
8269
|
+
i0__namespace.ɵɵproperty("routerLinkActiveOptions", i0__namespace.ɵɵpureFunction0(15, _c10$1))("ngClass", ctx_r80.goalIndex == i_r82 ? "color-text" : "color-text1");
|
|
8295
8270
|
i0__namespace.ɵɵadvance(2);
|
|
8296
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 9, i0__namespace.ɵɵpipeBind2(5, 12,
|
|
8271
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(4, 9, i0__namespace.ɵɵpipeBind2(5, 12, goal_r81.itemName, ctx_r80.softLabels), ctx_r80.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
8297
8272
|
}
|
|
8298
8273
|
}
|
|
8299
|
-
function
|
|
8274
|
+
function MenuComponent_div_34_Template(rf, ctx) {
|
|
8300
8275
|
if (rf & 1) {
|
|
8301
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8302
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
8276
|
+
i0__namespace.ɵɵelementStart(0, "div", 103);
|
|
8277
|
+
i0__namespace.ɵɵelementStart(1, "div", 98);
|
|
8303
8278
|
i0__namespace.ɵɵtext(2);
|
|
8304
8279
|
i0__namespace.ɵɵpipe(3, "translate");
|
|
8305
8280
|
i0__namespace.ɵɵelementEnd();
|
|
8306
|
-
i0__namespace.ɵɵelementStart(4, "div",
|
|
8307
|
-
i0__namespace.ɵɵtemplate(5,
|
|
8281
|
+
i0__namespace.ɵɵelementStart(4, "div", 108);
|
|
8282
|
+
i0__namespace.ɵɵtemplate(5, MenuComponent_div_34_div_5_Template, 6, 16, "div", 100);
|
|
8308
8283
|
i0__namespace.ɵɵelementEnd();
|
|
8309
8284
|
i0__namespace.ɵɵelementEnd();
|
|
8310
8285
|
}
|
|
8311
8286
|
if (rf & 2) {
|
|
8312
|
-
var
|
|
8287
|
+
var ctx_r15 = i0__namespace.ɵɵnextContext();
|
|
8313
8288
|
i0__namespace.ɵɵadvance(2);
|
|
8314
8289
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(3, 2, "SHELL.GOALSPRINT"));
|
|
8315
8290
|
i0__namespace.ɵɵadvance(3);
|
|
8316
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
8291
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r15.goalSearchList);
|
|
8317
8292
|
}
|
|
8318
8293
|
}
|
|
8319
|
-
function
|
|
8294
|
+
function MenuComponent_div_35_div_4_Template(rf, ctx) {
|
|
8320
8295
|
if (rf & 1) {
|
|
8321
|
-
var
|
|
8322
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8323
|
-
i0__namespace.ɵɵelementStart(2, "button",
|
|
8324
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
8325
|
-
i0__namespace.ɵɵelementStart(3, "div",
|
|
8326
|
-
i0__namespace.ɵɵelementStart(4, "app-avatar",
|
|
8327
|
-
i0__namespace.ɵɵlistener("click", function
|
|
8296
|
+
var _r90_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8297
|
+
i0__namespace.ɵɵelementStart(0, "div", 111, 94);
|
|
8298
|
+
i0__namespace.ɵɵelementStart(2, "button", 112);
|
|
8299
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_35_div_4_Template_button_mousedown_2_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r90_1); var employee_r86 = restoredCtx.$implicit; var ctx_r89 = i0__namespace.ɵɵnextContext(2); return ctx_r89.selectEmployee(employee_r86, $event); });
|
|
8300
|
+
i0__namespace.ɵɵelementStart(3, "div", 113);
|
|
8301
|
+
i0__namespace.ɵɵelementStart(4, "app-avatar", 114);
|
|
8302
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_div_35_div_4_Template_app_avatar_click_4_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r90_1); var employee_r86 = restoredCtx.$implicit; var ctx_r91 = i0__namespace.ɵɵnextContext(2); ctx_r91.profilePage(employee_r86.userId); return $event.stopPropagation(); });
|
|
8328
8303
|
i0__namespace.ɵɵpipe(5, "removeSpecialCharacters");
|
|
8329
8304
|
i0__namespace.ɵɵpipe(6, "fetchSizedAndCachedImage");
|
|
8330
8305
|
i0__namespace.ɵɵelementEnd();
|
|
8331
|
-
i0__namespace.ɵɵelementStart(7, "div",
|
|
8332
|
-
i0__namespace.ɵɵelement(8, "span",
|
|
8306
|
+
i0__namespace.ɵɵelementStart(7, "div", 115);
|
|
8307
|
+
i0__namespace.ɵɵelement(8, "span", 102);
|
|
8333
8308
|
i0__namespace.ɵɵpipe(9, "highLightText");
|
|
8334
8309
|
i0__namespace.ɵɵelementEnd();
|
|
8335
8310
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -8337,57 +8312,57 @@
|
|
|
8337
8312
|
i0__namespace.ɵɵelementEnd();
|
|
8338
8313
|
}
|
|
8339
8314
|
if (rf & 2) {
|
|
8340
|
-
var
|
|
8341
|
-
var
|
|
8342
|
-
var
|
|
8343
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
8315
|
+
var employee_r86 = ctx.$implicit;
|
|
8316
|
+
var i_r87 = ctx.index;
|
|
8317
|
+
var ctx_r85 = i0__namespace.ɵɵnextContext(2);
|
|
8318
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r85.selectedEmployeeIndex == i_r87 ? ctx_r85.themeBaseColor : "white");
|
|
8344
8319
|
i0__namespace.ɵɵadvance(2);
|
|
8345
|
-
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/dashboard/profile/",
|
|
8346
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip",
|
|
8347
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
8320
|
+
i0__namespace.ɵɵpropertyInterpolate1("routerLink", "/dashboard/profile/", employee_r86.itemId, "/overview");
|
|
8321
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", employee_r86.itemName);
|
|
8322
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r85.selectedEmployeeIndex == i_r87 ? "color-text" : "color-text1");
|
|
8348
8323
|
i0__namespace.ɵɵadvance(2);
|
|
8349
|
-
i0__namespace.ɵɵpropertyInterpolate("matTooltip",
|
|
8350
|
-
i0__namespace.ɵɵproperty("name", i0__namespace.ɵɵpipeBind1(5, 10,
|
|
8324
|
+
i0__namespace.ɵɵpropertyInterpolate("matTooltip", employee_r86.itemName);
|
|
8325
|
+
i0__namespace.ɵɵproperty("name", i0__namespace.ɵɵpipeBind1(5, 10, employee_r86.itemName))("src", i0__namespace.ɵɵpipeBind3(6, 12, employee_r86.profileImage, "20", ""))("isRound", true);
|
|
8351
8326
|
i0__namespace.ɵɵadvance(4);
|
|
8352
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(9, 16,
|
|
8327
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(9, 16, employee_r86.itemName, ctx_r85.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
8353
8328
|
}
|
|
8354
8329
|
}
|
|
8355
|
-
function
|
|
8330
|
+
function MenuComponent_div_35_Template(rf, ctx) {
|
|
8356
8331
|
if (rf & 1) {
|
|
8357
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8358
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
8332
|
+
i0__namespace.ɵɵelementStart(0, "div", 97);
|
|
8333
|
+
i0__namespace.ɵɵelementStart(1, "div", 98);
|
|
8359
8334
|
i0__namespace.ɵɵtext(2, "Employees");
|
|
8360
8335
|
i0__namespace.ɵɵelementEnd();
|
|
8361
|
-
i0__namespace.ɵɵelementStart(3, "div",
|
|
8362
|
-
i0__namespace.ɵɵtemplate(4,
|
|
8336
|
+
i0__namespace.ɵɵelementStart(3, "div", 109);
|
|
8337
|
+
i0__namespace.ɵɵtemplate(4, MenuComponent_div_35_div_4_Template, 10, 19, "div", 110);
|
|
8363
8338
|
i0__namespace.ɵɵelementEnd();
|
|
8364
8339
|
i0__namespace.ɵɵelementEnd();
|
|
8365
8340
|
}
|
|
8366
8341
|
if (rf & 2) {
|
|
8367
|
-
var
|
|
8342
|
+
var ctx_r16 = i0__namespace.ɵɵnextContext();
|
|
8368
8343
|
i0__namespace.ɵɵadvance(4);
|
|
8369
|
-
i0__namespace.ɵɵproperty("ngForOf",
|
|
8344
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r16.employeeList);
|
|
8370
8345
|
}
|
|
8371
8346
|
}
|
|
8372
|
-
function
|
|
8347
|
+
function MenuComponent_div_36_div_9_Template(rf, ctx) {
|
|
8373
8348
|
if (rf & 1) {
|
|
8374
|
-
var
|
|
8375
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8376
|
-
i0__namespace.ɵɵelementStart(1, "button",
|
|
8377
|
-
i0__namespace.ɵɵlistener("mousedown", function
|
|
8349
|
+
var _r96_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8350
|
+
i0__namespace.ɵɵelementStart(0, "div", 124);
|
|
8351
|
+
i0__namespace.ɵɵelementStart(1, "button", 125);
|
|
8352
|
+
i0__namespace.ɵɵlistener("mousedown", function MenuComponent_div_36_div_9_Template_button_mousedown_1_listener($event) { var restoredCtx = i0__namespace.ɵɵrestoreView(_r96_1); var search_r93 = restoredCtx.$implicit; var ctx_r95 = i0__namespace.ɵɵnextContext(2); ctx_r95.searchText = search_r93.recentSearch; return ctx_r95.SearchRecentItem(search_r93, $event); });
|
|
8378
8353
|
i0__namespace.ɵɵpipe(2, "softLabelsPipe");
|
|
8379
8354
|
i0__namespace.ɵɵpipe(3, "timeago");
|
|
8380
8355
|
i0__namespace.ɵɵnamespaceSVG();
|
|
8381
|
-
i0__namespace.ɵɵelementStart(4, "svg",
|
|
8382
|
-
i0__namespace.ɵɵelement(5, "circle",
|
|
8383
|
-
i0__namespace.ɵɵelement(6, "polyline",
|
|
8356
|
+
i0__namespace.ɵɵelementStart(4, "svg", 126);
|
|
8357
|
+
i0__namespace.ɵɵelement(5, "circle", 119);
|
|
8358
|
+
i0__namespace.ɵɵelement(6, "polyline", 120);
|
|
8384
8359
|
i0__namespace.ɵɵelementEnd();
|
|
8385
8360
|
i0__namespace.ɵɵnamespaceHTML();
|
|
8386
|
-
i0__namespace.ɵɵelementStart(7, "span",
|
|
8387
|
-
i0__namespace.ɵɵelement(8, "span",
|
|
8361
|
+
i0__namespace.ɵɵelementStart(7, "span", 127);
|
|
8362
|
+
i0__namespace.ɵɵelement(8, "span", 128);
|
|
8388
8363
|
i0__namespace.ɵɵpipe(9, "highLightText");
|
|
8389
8364
|
i0__namespace.ɵɵpipe(10, "softLabelsPipe");
|
|
8390
|
-
i0__namespace.ɵɵelementStart(11, "span",
|
|
8365
|
+
i0__namespace.ɵɵelementStart(11, "span", 129);
|
|
8391
8366
|
i0__namespace.ɵɵtext(12);
|
|
8392
8367
|
i0__namespace.ɵɵpipe(13, "timeago");
|
|
8393
8368
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -8396,49 +8371,49 @@
|
|
|
8396
8371
|
i0__namespace.ɵɵelementEnd();
|
|
8397
8372
|
}
|
|
8398
8373
|
if (rf & 2) {
|
|
8399
|
-
var
|
|
8400
|
-
var
|
|
8401
|
-
var
|
|
8402
|
-
i0__namespace.ɵɵstyleProp("background-color",
|
|
8374
|
+
var search_r93 = ctx.$implicit;
|
|
8375
|
+
var i_r94 = ctx.index;
|
|
8376
|
+
var ctx_r92 = i0__namespace.ɵɵnextContext(2);
|
|
8377
|
+
i0__namespace.ɵɵstyleProp("background-color", ctx_r92.rs == i_r94 ? "#f1f5f9" : "white");
|
|
8403
8378
|
i0__namespace.ɵɵadvance(1);
|
|
8404
|
-
i0__namespace.ɵɵpropertyInterpolate2("matTooltip", "", i0__namespace.ɵɵpipeBind2(2, 7,
|
|
8405
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
8379
|
+
i0__namespace.ɵɵpropertyInterpolate2("matTooltip", "", i0__namespace.ɵɵpipeBind2(2, 7, search_r93.recentSearch, ctx_r92.softLabels), " \n (", i0__namespace.ɵɵpipeBind1(3, 10, ctx_r92.convertToLocalTime(search_r93.createdDateTime)), ")");
|
|
8380
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r92.rs == i_r94 ? "color-text" : "color-text1");
|
|
8406
8381
|
i0__namespace.ɵɵadvance(7);
|
|
8407
|
-
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(9, 12, i0__namespace.ɵɵpipeBind2(10, 15,
|
|
8382
|
+
i0__namespace.ɵɵproperty("innerHTML", i0__namespace.ɵɵpipeBind2(9, 12, i0__namespace.ɵɵpipeBind2(10, 15, search_r93.recentSearch, ctx_r92.softLabels), ctx_r92.searchText), i0__namespace.ɵɵsanitizeHtml);
|
|
8408
8383
|
i0__namespace.ɵɵadvance(4);
|
|
8409
|
-
i0__namespace.ɵɵtextInterpolate1("(", i0__namespace.ɵɵpipeBind1(13, 18,
|
|
8384
|
+
i0__namespace.ɵɵtextInterpolate1("(", i0__namespace.ɵɵpipeBind1(13, 18, ctx_r92.convertToLocalTime(search_r93.createdDateTime)), ")");
|
|
8410
8385
|
}
|
|
8411
8386
|
}
|
|
8412
|
-
function
|
|
8387
|
+
function MenuComponent_div_36_Template(rf, ctx) {
|
|
8413
8388
|
if (rf & 1) {
|
|
8414
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
8415
|
-
i0__namespace.ɵɵelementStart(1, "div",
|
|
8389
|
+
i0__namespace.ɵɵelementStart(0, "div", 116);
|
|
8390
|
+
i0__namespace.ɵɵelementStart(1, "div", 117);
|
|
8416
8391
|
i0__namespace.ɵɵnamespaceSVG();
|
|
8417
|
-
i0__namespace.ɵɵelementStart(2, "svg",
|
|
8418
|
-
i0__namespace.ɵɵelement(3, "circle",
|
|
8419
|
-
i0__namespace.ɵɵelement(4, "polyline",
|
|
8392
|
+
i0__namespace.ɵɵelementStart(2, "svg", 118);
|
|
8393
|
+
i0__namespace.ɵɵelement(3, "circle", 119);
|
|
8394
|
+
i0__namespace.ɵɵelement(4, "polyline", 120);
|
|
8420
8395
|
i0__namespace.ɵɵelementEnd();
|
|
8421
8396
|
i0__namespace.ɵɵnamespaceHTML();
|
|
8422
|
-
i0__namespace.ɵɵelementStart(5, "span",
|
|
8397
|
+
i0__namespace.ɵɵelementStart(5, "span", 121);
|
|
8423
8398
|
i0__namespace.ɵɵtext(6);
|
|
8424
8399
|
i0__namespace.ɵɵpipe(7, "translate");
|
|
8425
8400
|
i0__namespace.ɵɵelementEnd();
|
|
8426
8401
|
i0__namespace.ɵɵelementEnd();
|
|
8427
|
-
i0__namespace.ɵɵelementStart(8, "div",
|
|
8428
|
-
i0__namespace.ɵɵtemplate(9,
|
|
8402
|
+
i0__namespace.ɵɵelementStart(8, "div", 122);
|
|
8403
|
+
i0__namespace.ɵɵtemplate(9, MenuComponent_div_36_div_9_Template, 14, 20, "div", 123);
|
|
8429
8404
|
i0__namespace.ɵɵpipe(10, "slice");
|
|
8430
8405
|
i0__namespace.ɵɵelementEnd();
|
|
8431
8406
|
i0__namespace.ɵɵelementEnd();
|
|
8432
8407
|
}
|
|
8433
8408
|
if (rf & 2) {
|
|
8434
|
-
var
|
|
8409
|
+
var ctx_r17 = i0__namespace.ɵɵnextContext();
|
|
8435
8410
|
i0__namespace.ɵɵadvance(6);
|
|
8436
8411
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind1(7, 2, "SHELL.RECENTSEARCHS"));
|
|
8437
8412
|
i0__namespace.ɵɵadvance(3);
|
|
8438
|
-
i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind3(10, 4,
|
|
8413
|
+
i0__namespace.ɵɵproperty("ngForOf", i0__namespace.ɵɵpipeBind3(10, 4, ctx_r17.recentSearches, 0, 9));
|
|
8439
8414
|
}
|
|
8440
8415
|
}
|
|
8441
|
-
function
|
|
8416
|
+
function MenuComponent_mat_error_50_Template(rf, ctx) {
|
|
8442
8417
|
if (rf & 1) {
|
|
8443
8418
|
i0__namespace.ɵɵelementStart(0, "mat-error");
|
|
8444
8419
|
i0__namespace.ɵɵtext(1);
|
|
@@ -8450,7 +8425,7 @@
|
|
|
8450
8425
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(2, 1, "APP.DASHBOARDNAMEREQUIRED"), " ");
|
|
8451
8426
|
}
|
|
8452
8427
|
}
|
|
8453
|
-
function
|
|
8428
|
+
function MenuComponent_mat_error_51_Template(rf, ctx) {
|
|
8454
8429
|
if (rf & 1) {
|
|
8455
8430
|
i0__namespace.ɵɵelementStart(0, "mat-error");
|
|
8456
8431
|
i0__namespace.ɵɵtext(1);
|
|
@@ -8462,7 +8437,7 @@
|
|
|
8462
8437
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(2, 1, "APP.DASHBOARDNAMELENGTHEXCEED"), " ");
|
|
8463
8438
|
}
|
|
8464
8439
|
}
|
|
8465
|
-
function
|
|
8440
|
+
function MenuComponent_mat_error_55_Template(rf, ctx) {
|
|
8466
8441
|
if (rf & 1) {
|
|
8467
8442
|
i0__namespace.ɵɵelementStart(0, "mat-error");
|
|
8468
8443
|
i0__namespace.ɵɵtext(1);
|
|
@@ -8474,22 +8449,22 @@
|
|
|
8474
8449
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(2, 1, "APP.CUSTOMAPPDESCRIPTIONMAXLENGTHERROR"), " ");
|
|
8475
8450
|
}
|
|
8476
8451
|
}
|
|
8477
|
-
function
|
|
8452
|
+
function MenuComponent_mat_option_63_Template(rf, ctx) {
|
|
8478
8453
|
if (rf & 1) {
|
|
8479
|
-
var
|
|
8454
|
+
var _r100_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8480
8455
|
i0__namespace.ɵɵelementStart(0, "mat-option", 41, 42);
|
|
8481
|
-
i0__namespace.ɵɵlistener("click", function
|
|
8456
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_mat_option_63_Template_mat_option_click_0_listener() { i0__namespace.ɵɵrestoreView(_r100_1); var _r98 = i0__namespace.ɵɵreference(1); var ctx_r99 = i0__namespace.ɵɵnextContext(); return ctx_r99.toggleRolesPerOne(_r98.value); });
|
|
8482
8457
|
i0__namespace.ɵɵtext(2);
|
|
8483
8458
|
i0__namespace.ɵɵelementEnd();
|
|
8484
8459
|
}
|
|
8485
8460
|
if (rf & 2) {
|
|
8486
|
-
var
|
|
8487
|
-
i0__namespace.ɵɵproperty("value",
|
|
8461
|
+
var roles_r97 = ctx.$implicit;
|
|
8462
|
+
i0__namespace.ɵɵproperty("value", roles_r97.roleId);
|
|
8488
8463
|
i0__namespace.ɵɵadvance(2);
|
|
8489
|
-
i0__namespace.ɵɵtextInterpolate1(" ",
|
|
8464
|
+
i0__namespace.ɵɵtextInterpolate1(" ", roles_r97.roleName, " ");
|
|
8490
8465
|
}
|
|
8491
8466
|
}
|
|
8492
|
-
function
|
|
8467
|
+
function MenuComponent_mat_error_64_Template(rf, ctx) {
|
|
8493
8468
|
if (rf & 1) {
|
|
8494
8469
|
i0__namespace.ɵɵelementStart(0, "mat-error");
|
|
8495
8470
|
i0__namespace.ɵɵtext(1);
|
|
@@ -8501,44 +8476,44 @@
|
|
|
8501
8476
|
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(2, 1, "APP.SELECTANYROLE"), " ");
|
|
8502
8477
|
}
|
|
8503
8478
|
}
|
|
8504
|
-
function
|
|
8479
|
+
function MenuComponent_mat_option_72_Template(rf, ctx) {
|
|
8505
8480
|
if (rf & 1) {
|
|
8506
|
-
var
|
|
8481
|
+
var _r104_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8507
8482
|
i0__namespace.ɵɵelementStart(0, "mat-option", 41, 45);
|
|
8508
|
-
i0__namespace.ɵɵlistener("click", function
|
|
8483
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_mat_option_72_Template_mat_option_click_0_listener() { i0__namespace.ɵɵrestoreView(_r104_1); var ctx_r103 = i0__namespace.ɵɵnextContext(); return ctx_r103.toggleEditRolesPerOne(); });
|
|
8509
8484
|
i0__namespace.ɵɵtext(2);
|
|
8510
8485
|
i0__namespace.ɵɵelementEnd();
|
|
8511
8486
|
}
|
|
8512
8487
|
if (rf & 2) {
|
|
8513
|
-
var
|
|
8514
|
-
i0__namespace.ɵɵproperty("value",
|
|
8488
|
+
var role_r101 = ctx.$implicit;
|
|
8489
|
+
i0__namespace.ɵɵproperty("value", role_r101.roleId);
|
|
8515
8490
|
i0__namespace.ɵɵadvance(2);
|
|
8516
|
-
i0__namespace.ɵɵtextInterpolate1(" ",
|
|
8491
|
+
i0__namespace.ɵɵtextInterpolate1(" ", role_r101.roleName, " ");
|
|
8517
8492
|
}
|
|
8518
8493
|
}
|
|
8519
|
-
function
|
|
8494
|
+
function MenuComponent_mat_option_80_Template(rf, ctx) {
|
|
8520
8495
|
if (rf & 1) {
|
|
8521
|
-
var
|
|
8496
|
+
var _r108_1 = i0__namespace.ɵɵgetCurrentView();
|
|
8522
8497
|
i0__namespace.ɵɵelementStart(0, "mat-option", 41, 47);
|
|
8523
|
-
i0__namespace.ɵɵlistener("click", function
|
|
8498
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_mat_option_80_Template_mat_option_click_0_listener() { i0__namespace.ɵɵrestoreView(_r108_1); var ctx_r107 = i0__namespace.ɵɵnextContext(); return ctx_r107.toggleDeleteRolesPerOne(); });
|
|
8524
8499
|
i0__namespace.ɵɵtext(2);
|
|
8525
8500
|
i0__namespace.ɵɵelementEnd();
|
|
8526
8501
|
}
|
|
8527
8502
|
if (rf & 2) {
|
|
8528
|
-
var
|
|
8529
|
-
i0__namespace.ɵɵproperty("value",
|
|
8503
|
+
var role_r105 = ctx.$implicit;
|
|
8504
|
+
i0__namespace.ɵɵproperty("value", role_r105.roleId);
|
|
8530
8505
|
i0__namespace.ɵɵadvance(2);
|
|
8531
|
-
i0__namespace.ɵɵtextInterpolate1(" ",
|
|
8506
|
+
i0__namespace.ɵɵtextInterpolate1(" ", role_r105.roleName, " ");
|
|
8532
8507
|
}
|
|
8533
8508
|
}
|
|
8534
|
-
function
|
|
8509
|
+
function MenuComponent_mat_progress_bar_83_Template(rf, ctx) {
|
|
8535
8510
|
if (rf & 1) {
|
|
8536
8511
|
i0__namespace.ɵɵelement(0, "mat-progress-bar", 61);
|
|
8537
8512
|
}
|
|
8538
8513
|
}
|
|
8539
|
-
function
|
|
8514
|
+
function MenuComponent_mat_spinner_127_Template(rf, ctx) {
|
|
8540
8515
|
if (rf & 1) {
|
|
8541
|
-
i0__namespace.ɵɵelement(0, "mat-spinner",
|
|
8516
|
+
i0__namespace.ɵɵelement(0, "mat-spinner", 130);
|
|
8542
8517
|
}
|
|
8543
8518
|
if (rf & 2) {
|
|
8544
8519
|
i0__namespace.ɵɵproperty("diameter", 100);
|
|
@@ -10958,9 +10933,9 @@
|
|
|
10958
10933
|
if (rf & 1) {
|
|
10959
10934
|
i0__namespace.ɵɵlistener("keydown.control.q", function MenuComponent_keydown_control_q_HostBindingHandler() { return ctx.keyOpenEvent(); }, false, i0__namespace.ɵɵresolveDocument)("keydown.control.m", function MenuComponent_keydown_control_m_HostBindingHandler() { return ctx.keyCloseEvent(); }, false, i0__namespace.ɵɵresolveDocument)("keydown.control.b", function MenuComponent_keydown_control_b_HostBindingHandler() { return ctx.remoteSearchByText(); }, false, i0__namespace.ɵɵresolveDocument)("keydown.control.y", function MenuComponent_keydown_control_y_HostBindingHandler() { return ctx.remoteSearchById(); }, false, i0__namespace.ɵɵresolveDocument);
|
|
10960
10935
|
}
|
|
10961
|
-
}, inputs: { reloadAll: ["reload", "reloadAll"] }, outputs: { isOpened: "isOpened", openNewDashboard: "openNewDashboard" }, features: [i0__namespace.ɵɵ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) {
|
|
10936
|
+
}, inputs: { reloadAll: ["reload", "reloadAll"] }, outputs: { isOpened: "isOpened", openNewDashboard: "openNewDashboard" }, features: [i0__namespace.ɵɵ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) {
|
|
10962
10937
|
if (rf & 1) {
|
|
10963
|
-
var
|
|
10938
|
+
var _r109_1 = i0__namespace.ɵɵgetCurrentView();
|
|
10964
10939
|
i0__namespace.ɵɵelementStart(0, "button", 0);
|
|
10965
10940
|
i0__namespace.ɵɵelementStart(1, "mat-icon", 1);
|
|
10966
10941
|
i0__namespace.ɵɵtext(2, "menu");
|
|
@@ -10994,7 +10969,7 @@
|
|
|
10994
10969
|
i0__namespace.ɵɵtemplate(20, MenuComponent_mat_icon_20_Template, 2, 0, "mat-icon", 17);
|
|
10995
10970
|
i0__namespace.ɵɵelementEnd();
|
|
10996
10971
|
i0__namespace.ɵɵelementStart(21, "mat-icon", 18, 19);
|
|
10997
|
-
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_mat_icon_click_21_listener() { i0__namespace.ɵɵrestoreView(
|
|
10972
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_mat_icon_click_21_listener() { i0__namespace.ɵɵrestoreView(_r109_1); var _r8 = i0__namespace.ɵɵreference(22); return ctx.openInfo(_r8); });
|
|
10998
10973
|
i0__namespace.ɵɵtext(23, "info");
|
|
10999
10974
|
i0__namespace.ɵɵelementEnd();
|
|
11000
10975
|
i0__namespace.ɵɵelementStart(24, "mat-icon", 20);
|
|
@@ -11004,155 +10979,154 @@
|
|
|
11004
10979
|
i0__namespace.ɵɵelementStart(26, "div", 21);
|
|
11005
10980
|
i0__namespace.ɵɵtemplate(27, MenuComponent_mat_progress_bar_27_Template, 1, 0, "mat-progress-bar", 22);
|
|
11006
10981
|
i0__namespace.ɵɵelementStart(28, "div", 23);
|
|
11007
|
-
i0__namespace.ɵɵtemplate(29, MenuComponent_div_29_Template,
|
|
11008
|
-
i0__namespace.ɵɵtemplate(30, MenuComponent_div_30_Template,
|
|
11009
|
-
i0__namespace.ɵɵtemplate(31, MenuComponent_div_31_Template,
|
|
11010
|
-
i0__namespace.ɵɵtemplate(32, MenuComponent_div_32_Template,
|
|
11011
|
-
i0__namespace.ɵɵtemplate(33, MenuComponent_div_33_Template, 5,
|
|
11012
|
-
i0__namespace.ɵɵtemplate(34, MenuComponent_div_34_Template,
|
|
11013
|
-
i0__namespace.ɵɵtemplate(35, MenuComponent_div_35_Template,
|
|
11014
|
-
i0__namespace.ɵɵtemplate(36, MenuComponent_div_36_Template,
|
|
11015
|
-
i0__namespace.ɵɵ
|
|
11016
|
-
i0__namespace.ɵɵ
|
|
11017
|
-
i0__namespace.ɵɵelementStart(
|
|
11018
|
-
i0__namespace.ɵɵelementStart(40, "mat-card",
|
|
11019
|
-
i0__namespace.ɵɵelementStart(41, "
|
|
11020
|
-
i0__namespace.ɵɵ
|
|
11021
|
-
i0__namespace.ɵɵ
|
|
11022
|
-
i0__namespace.ɵɵ
|
|
11023
|
-
i0__namespace.ɵɵelementEnd();
|
|
11024
|
-
i0__namespace.ɵɵ
|
|
11025
|
-
i0__namespace.ɵɵelementStart(45, "
|
|
11026
|
-
i0__namespace.ɵɵ
|
|
11027
|
-
i0__namespace.ɵɵ
|
|
11028
|
-
i0__namespace.ɵɵelementStart(47, "
|
|
11029
|
-
i0__namespace.ɵɵ
|
|
11030
|
-
i0__namespace.ɵɵ
|
|
11031
|
-
i0__namespace.ɵɵ
|
|
10982
|
+
i0__namespace.ɵɵtemplate(29, MenuComponent_div_29_Template, 13, 4, "div", 24);
|
|
10983
|
+
i0__namespace.ɵɵtemplate(30, MenuComponent_div_30_Template, 2, 1, "div", 25);
|
|
10984
|
+
i0__namespace.ɵɵtemplate(31, MenuComponent_div_31_Template, 6, 4, "div", 26);
|
|
10985
|
+
i0__namespace.ɵɵtemplate(32, MenuComponent_div_32_Template, 5, 1, "div", 27);
|
|
10986
|
+
i0__namespace.ɵɵtemplate(33, MenuComponent_div_33_Template, 5, 3, "div", 27);
|
|
10987
|
+
i0__namespace.ɵɵtemplate(34, MenuComponent_div_34_Template, 6, 4, "div", 27);
|
|
10988
|
+
i0__namespace.ɵɵtemplate(35, MenuComponent_div_35_Template, 5, 1, "div", 26);
|
|
10989
|
+
i0__namespace.ɵɵtemplate(36, MenuComponent_div_36_Template, 11, 8, "div", 28);
|
|
10990
|
+
i0__namespace.ɵɵelementEnd();
|
|
10991
|
+
i0__namespace.ɵɵelementStart(37, "sat-popover", 29, 30);
|
|
10992
|
+
i0__namespace.ɵɵelementStart(39, "mat-card", 31);
|
|
10993
|
+
i0__namespace.ɵɵelementStart(40, "mat-card-title", 32);
|
|
10994
|
+
i0__namespace.ɵɵelementStart(41, "div", 33);
|
|
10995
|
+
i0__namespace.ɵɵtext(42);
|
|
10996
|
+
i0__namespace.ɵɵpipe(43, "translate");
|
|
10997
|
+
i0__namespace.ɵɵelementEnd();
|
|
10998
|
+
i0__namespace.ɵɵelementEnd();
|
|
10999
|
+
i0__namespace.ɵɵelementStart(44, "mat-card-content");
|
|
11000
|
+
i0__namespace.ɵɵelementStart(45, "form", 34);
|
|
11001
|
+
i0__namespace.ɵɵlistener("submit", function MenuComponent_Template_form_submit_45_listener() { return ctx.workspaceForm.valid && ctx.upsertWorkspace(); });
|
|
11002
|
+
i0__namespace.ɵɵelementStart(46, "div", 35);
|
|
11003
|
+
i0__namespace.ɵɵelementStart(47, "mat-form-field", 36);
|
|
11004
|
+
i0__namespace.ɵɵelement(48, "input", 37);
|
|
11005
|
+
i0__namespace.ɵɵpipe(49, "translate");
|
|
11006
|
+
i0__namespace.ɵɵtemplate(50, MenuComponent_mat_error_50_Template, 3, 3, "mat-error", 16);
|
|
11032
11007
|
i0__namespace.ɵɵtemplate(51, MenuComponent_mat_error_51_Template, 3, 3, "mat-error", 16);
|
|
11033
|
-
i0__namespace.ɵɵtemplate(52, MenuComponent_mat_error_52_Template, 3, 3, "mat-error", 16);
|
|
11034
11008
|
i0__namespace.ɵɵelementEnd();
|
|
11035
|
-
i0__namespace.ɵɵelementStart(
|
|
11036
|
-
i0__namespace.ɵɵelement(
|
|
11037
|
-
i0__namespace.ɵɵpipe(
|
|
11038
|
-
i0__namespace.ɵɵtemplate(
|
|
11009
|
+
i0__namespace.ɵɵelementStart(52, "mat-form-field", 36);
|
|
11010
|
+
i0__namespace.ɵɵelement(53, "textarea", 38);
|
|
11011
|
+
i0__namespace.ɵɵpipe(54, "translate");
|
|
11012
|
+
i0__namespace.ɵɵtemplate(55, MenuComponent_mat_error_55_Template, 3, 3, "mat-error", 16);
|
|
11039
11013
|
i0__namespace.ɵɵelementEnd();
|
|
11040
|
-
i0__namespace.ɵɵelementStart(
|
|
11041
|
-
i0__namespace.ɵɵlistener("click", function
|
|
11042
|
-
i0__namespace.ɵɵelementStart(
|
|
11043
|
-
i0__namespace.ɵɵpipe(
|
|
11044
|
-
i0__namespace.ɵɵelementStart(
|
|
11045
|
-
i0__namespace.ɵɵlistener("click", function
|
|
11046
|
-
i0__namespace.ɵɵtext(
|
|
11047
|
-
i0__namespace.ɵɵpipe(
|
|
11014
|
+
i0__namespace.ɵɵelementStart(56, "mat-form-field", 39);
|
|
11015
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_mat_form_field_click_56_listener($event) { return $event.stopPropagation(); });
|
|
11016
|
+
i0__namespace.ɵɵelementStart(57, "mat-select", 40);
|
|
11017
|
+
i0__namespace.ɵɵpipe(58, "translate");
|
|
11018
|
+
i0__namespace.ɵɵelementStart(59, "mat-option", 41, 42);
|
|
11019
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_59_listener() { return ctx.toggleAllRolesSelected(); });
|
|
11020
|
+
i0__namespace.ɵɵtext(61);
|
|
11021
|
+
i0__namespace.ɵɵpipe(62, "translate");
|
|
11048
11022
|
i0__namespace.ɵɵelementEnd();
|
|
11049
|
-
i0__namespace.ɵɵtemplate(
|
|
11023
|
+
i0__namespace.ɵɵtemplate(63, MenuComponent_mat_option_63_Template, 3, 2, "mat-option", 43);
|
|
11050
11024
|
i0__namespace.ɵɵelementEnd();
|
|
11051
|
-
i0__namespace.ɵɵtemplate(
|
|
11025
|
+
i0__namespace.ɵɵtemplate(64, MenuComponent_mat_error_64_Template, 3, 3, "mat-error", 16);
|
|
11052
11026
|
i0__namespace.ɵɵelementEnd();
|
|
11053
|
-
i0__namespace.ɵɵelementStart(
|
|
11054
|
-
i0__namespace.ɵɵelementStart(
|
|
11055
|
-
i0__namespace.ɵɵpipe(
|
|
11056
|
-
i0__namespace.ɵɵelementStart(
|
|
11057
|
-
i0__namespace.ɵɵlistener("click", function
|
|
11058
|
-
i0__namespace.ɵɵtext(
|
|
11059
|
-
i0__namespace.ɵɵpipe(
|
|
11027
|
+
i0__namespace.ɵɵelementStart(65, "mat-form-field", 36);
|
|
11028
|
+
i0__namespace.ɵɵelementStart(66, "mat-select", 44);
|
|
11029
|
+
i0__namespace.ɵɵpipe(67, "translate");
|
|
11030
|
+
i0__namespace.ɵɵelementStart(68, "mat-option", 41, 45);
|
|
11031
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_68_listener() { return ctx.toggleEditAllRolesSelected(); });
|
|
11032
|
+
i0__namespace.ɵɵtext(70);
|
|
11033
|
+
i0__namespace.ɵɵpipe(71, "translate");
|
|
11060
11034
|
i0__namespace.ɵɵelementEnd();
|
|
11061
|
-
i0__namespace.ɵɵtemplate(
|
|
11035
|
+
i0__namespace.ɵɵtemplate(72, MenuComponent_mat_option_72_Template, 3, 2, "mat-option", 43);
|
|
11062
11036
|
i0__namespace.ɵɵelementEnd();
|
|
11063
11037
|
i0__namespace.ɵɵelementEnd();
|
|
11064
|
-
i0__namespace.ɵɵelementStart(
|
|
11065
|
-
i0__namespace.ɵɵelementStart(
|
|
11066
|
-
i0__namespace.ɵɵpipe(
|
|
11067
|
-
i0__namespace.ɵɵelementStart(
|
|
11068
|
-
i0__namespace.ɵɵlistener("click", function
|
|
11069
|
-
i0__namespace.ɵɵtext(
|
|
11070
|
-
i0__namespace.ɵɵpipe(
|
|
11038
|
+
i0__namespace.ɵɵelementStart(73, "mat-form-field", 36);
|
|
11039
|
+
i0__namespace.ɵɵelementStart(74, "mat-select", 46);
|
|
11040
|
+
i0__namespace.ɵɵpipe(75, "translate");
|
|
11041
|
+
i0__namespace.ɵɵelementStart(76, "mat-option", 41, 47);
|
|
11042
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_mat_option_click_76_listener() { return ctx.toggleDeleteAllRolesSelected(); });
|
|
11043
|
+
i0__namespace.ɵɵtext(78);
|
|
11044
|
+
i0__namespace.ɵɵpipe(79, "translate");
|
|
11071
11045
|
i0__namespace.ɵɵelementEnd();
|
|
11072
|
-
i0__namespace.ɵɵtemplate(
|
|
11046
|
+
i0__namespace.ɵɵtemplate(80, MenuComponent_mat_option_80_Template, 3, 2, "mat-option", 43);
|
|
11073
11047
|
i0__namespace.ɵɵelementEnd();
|
|
11074
11048
|
i0__namespace.ɵɵelementEnd();
|
|
11075
11049
|
i0__namespace.ɵɵelementEnd();
|
|
11076
|
-
i0__namespace.ɵɵelementStart(
|
|
11077
|
-
i0__namespace.ɵɵelementStart(
|
|
11078
|
-
i0__namespace.ɵɵlistener("click", function
|
|
11079
|
-
i0__namespace.ɵɵtemplate(
|
|
11080
|
-
i0__namespace.ɵɵelement(
|
|
11081
|
-
i0__namespace.ɵɵtext(
|
|
11082
|
-
i0__namespace.ɵɵpipe(
|
|
11050
|
+
i0__namespace.ɵɵelementStart(81, "div", 32);
|
|
11051
|
+
i0__namespace.ɵɵelementStart(82, "button", 48);
|
|
11052
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_button_click_82_listener() { return ctx.upsertWorkspace(); });
|
|
11053
|
+
i0__namespace.ɵɵtemplate(83, MenuComponent_mat_progress_bar_83_Template, 1, 0, "mat-progress-bar", 22);
|
|
11054
|
+
i0__namespace.ɵɵelement(84, "fa-icon", 49);
|
|
11055
|
+
i0__namespace.ɵɵtext(85);
|
|
11056
|
+
i0__namespace.ɵɵpipe(86, "translate");
|
|
11083
11057
|
i0__namespace.ɵɵelementEnd();
|
|
11084
|
-
i0__namespace.ɵɵelementStart(
|
|
11085
|
-
i0__namespace.ɵɵlistener("click", function
|
|
11086
|
-
i0__namespace.ɵɵelement(
|
|
11087
|
-
i0__namespace.ɵɵtext(
|
|
11088
|
-
i0__namespace.ɵɵpipe(
|
|
11058
|
+
i0__namespace.ɵɵelementStart(87, "button", 50);
|
|
11059
|
+
i0__namespace.ɵɵlistener("click", function MenuComponent_Template_button_click_87_listener() { return ctx.closeAddWorkspaceDialog(); });
|
|
11060
|
+
i0__namespace.ɵɵelement(88, "fa-icon", 51);
|
|
11061
|
+
i0__namespace.ɵɵtext(89);
|
|
11062
|
+
i0__namespace.ɵɵpipe(90, "translate");
|
|
11089
11063
|
i0__namespace.ɵɵelementEnd();
|
|
11090
11064
|
i0__namespace.ɵɵelementEnd();
|
|
11091
11065
|
i0__namespace.ɵɵelementEnd();
|
|
11092
11066
|
i0__namespace.ɵɵelementEnd();
|
|
11093
11067
|
i0__namespace.ɵɵelementEnd();
|
|
11094
11068
|
i0__namespace.ɵɵelementEnd();
|
|
11095
|
-
i0__namespace.ɵɵelementStart(
|
|
11096
|
-
i0__namespace.ɵɵelementStart(
|
|
11097
|
-
i0__namespace.ɵɵelementStart(
|
|
11098
|
-
i0__namespace.ɵɵelementStart(
|
|
11099
|
-
i0__namespace.ɵɵelementStart(
|
|
11100
|
-
i0__namespace.ɵɵtext(
|
|
11069
|
+
i0__namespace.ɵɵelementStart(91, "sat-popover", 52, 53);
|
|
11070
|
+
i0__namespace.ɵɵelementStart(93, "div", 54);
|
|
11071
|
+
i0__namespace.ɵɵelementStart(94, "table");
|
|
11072
|
+
i0__namespace.ɵɵelementStart(95, "tr");
|
|
11073
|
+
i0__namespace.ɵɵelementStart(96, "td");
|
|
11074
|
+
i0__namespace.ɵɵtext(97, "Ctrl + Q: ");
|
|
11101
11075
|
i0__namespace.ɵɵelementEnd();
|
|
11102
|
-
i0__namespace.ɵɵelementStart(
|
|
11103
|
-
i0__namespace.ɵɵtext(
|
|
11076
|
+
i0__namespace.ɵɵelementStart(98, "td");
|
|
11077
|
+
i0__namespace.ɵɵtext(99, "\u00A0");
|
|
11104
11078
|
i0__namespace.ɵɵelementEnd();
|
|
11105
|
-
i0__namespace.ɵɵelementStart(
|
|
11106
|
-
i0__namespace.ɵɵtext(
|
|
11107
|
-
i0__namespace.ɵɵpipe(
|
|
11079
|
+
i0__namespace.ɵɵelementStart(100, "td");
|
|
11080
|
+
i0__namespace.ɵɵtext(101);
|
|
11081
|
+
i0__namespace.ɵɵpipe(102, "translate");
|
|
11108
11082
|
i0__namespace.ɵɵelementEnd();
|
|
11109
11083
|
i0__namespace.ɵɵelementEnd();
|
|
11110
|
-
i0__namespace.ɵɵelementStart(
|
|
11111
|
-
i0__namespace.ɵɵelementStart(
|
|
11112
|
-
i0__namespace.ɵɵtext(
|
|
11084
|
+
i0__namespace.ɵɵelementStart(103, "tr");
|
|
11085
|
+
i0__namespace.ɵɵelementStart(104, "td");
|
|
11086
|
+
i0__namespace.ɵɵtext(105, "Ctrl + B: ");
|
|
11113
11087
|
i0__namespace.ɵɵelementEnd();
|
|
11114
|
-
i0__namespace.ɵɵelementStart(
|
|
11115
|
-
i0__namespace.ɵɵtext(
|
|
11088
|
+
i0__namespace.ɵɵelementStart(106, "td");
|
|
11089
|
+
i0__namespace.ɵɵtext(107, "\u00A0");
|
|
11116
11090
|
i0__namespace.ɵɵelementEnd();
|
|
11117
|
-
i0__namespace.ɵɵelementStart(
|
|
11118
|
-
i0__namespace.ɵɵtext(
|
|
11119
|
-
i0__namespace.ɵɵpipe(
|
|
11091
|
+
i0__namespace.ɵɵelementStart(108, "td");
|
|
11092
|
+
i0__namespace.ɵɵtext(109);
|
|
11093
|
+
i0__namespace.ɵɵpipe(110, "translate");
|
|
11120
11094
|
i0__namespace.ɵɵelementEnd();
|
|
11121
11095
|
i0__namespace.ɵɵelementEnd();
|
|
11122
|
-
i0__namespace.ɵɵelementStart(
|
|
11123
|
-
i0__namespace.ɵɵelementStart(
|
|
11124
|
-
i0__namespace.ɵɵtext(
|
|
11096
|
+
i0__namespace.ɵɵelementStart(111, "tr");
|
|
11097
|
+
i0__namespace.ɵɵelementStart(112, "td");
|
|
11098
|
+
i0__namespace.ɵɵtext(113, "Ctrl + Y: ");
|
|
11125
11099
|
i0__namespace.ɵɵelementEnd();
|
|
11126
|
-
i0__namespace.ɵɵelementStart(
|
|
11127
|
-
i0__namespace.ɵɵtext(
|
|
11100
|
+
i0__namespace.ɵɵelementStart(114, "td");
|
|
11101
|
+
i0__namespace.ɵɵtext(115, "\u00A0");
|
|
11128
11102
|
i0__namespace.ɵɵelementEnd();
|
|
11129
|
-
i0__namespace.ɵɵelementStart(
|
|
11130
|
-
i0__namespace.ɵɵtext(
|
|
11131
|
-
i0__namespace.ɵɵpipe(
|
|
11103
|
+
i0__namespace.ɵɵelementStart(116, "td");
|
|
11104
|
+
i0__namespace.ɵɵtext(117);
|
|
11105
|
+
i0__namespace.ɵɵpipe(118, "translate");
|
|
11132
11106
|
i0__namespace.ɵɵelementEnd();
|
|
11133
11107
|
i0__namespace.ɵɵelementEnd();
|
|
11134
|
-
i0__namespace.ɵɵelementStart(
|
|
11135
|
-
i0__namespace.ɵɵelementStart(
|
|
11136
|
-
i0__namespace.ɵɵtext(
|
|
11108
|
+
i0__namespace.ɵɵelementStart(119, "tr");
|
|
11109
|
+
i0__namespace.ɵɵelementStart(120, "td");
|
|
11110
|
+
i0__namespace.ɵɵtext(121, "Ctrl + M: ");
|
|
11137
11111
|
i0__namespace.ɵɵelementEnd();
|
|
11138
|
-
i0__namespace.ɵɵelementStart(
|
|
11139
|
-
i0__namespace.ɵɵtext(
|
|
11112
|
+
i0__namespace.ɵɵelementStart(122, "td");
|
|
11113
|
+
i0__namespace.ɵɵtext(123, "\u00A0");
|
|
11140
11114
|
i0__namespace.ɵɵelementEnd();
|
|
11141
|
-
i0__namespace.ɵɵelementStart(
|
|
11142
|
-
i0__namespace.ɵɵtext(
|
|
11143
|
-
i0__namespace.ɵɵpipe(
|
|
11115
|
+
i0__namespace.ɵɵelementStart(124, "td");
|
|
11116
|
+
i0__namespace.ɵɵtext(125);
|
|
11117
|
+
i0__namespace.ɵɵpipe(126, "translate");
|
|
11144
11118
|
i0__namespace.ɵɵelementEnd();
|
|
11145
11119
|
i0__namespace.ɵɵelementEnd();
|
|
11146
11120
|
i0__namespace.ɵɵelementEnd();
|
|
11147
11121
|
i0__namespace.ɵɵelementEnd();
|
|
11148
11122
|
i0__namespace.ɵɵelementEnd();
|
|
11149
|
-
i0__namespace.ɵɵtemplate(
|
|
11123
|
+
i0__namespace.ɵɵtemplate(127, MenuComponent_mat_spinner_127_Template, 1, 1, "mat-spinner", 55);
|
|
11150
11124
|
i0__namespace.ɵɵelementEnd();
|
|
11151
11125
|
i0__namespace.ɵɵelementEnd();
|
|
11152
11126
|
}
|
|
11153
11127
|
if (rf & 2) {
|
|
11154
11128
|
var _r0 = i0__namespace.ɵɵreference(8);
|
|
11155
|
-
var
|
|
11129
|
+
var _r30 = i0__namespace.ɵɵreference(92);
|
|
11156
11130
|
i0__namespace.ɵɵproperty("matMenuTriggerFor", _r0);
|
|
11157
11131
|
i0__namespace.ɵɵadvance(4);
|
|
11158
11132
|
i0__namespace.ɵɵpropertyInterpolate("src", ctx.companyMiniLogo, i0__namespace.ɵɵsanitizeUrl);
|
|
@@ -11168,21 +11142,19 @@
|
|
|
11168
11142
|
i0__namespace.ɵɵproperty("ngIf", ctx.searchById);
|
|
11169
11143
|
i0__namespace.ɵɵadvance(1);
|
|
11170
11144
|
i0__namespace.ɵɵclassProp("hide-placeholder", ctx.searchByText || ctx.searchById);
|
|
11171
|
-
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(16,
|
|
11145
|
+
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(16, 58, "APP.STARTHEREORCLICKCONTROL+Q"));
|
|
11172
11146
|
i0__namespace.ɵɵproperty("ngModel", ctx.searchText);
|
|
11173
11147
|
i0__namespace.ɵɵadvance(5);
|
|
11174
11148
|
i0__namespace.ɵɵproperty("ngIf", !ctx.searchText);
|
|
11175
11149
|
i0__namespace.ɵɵadvance(1);
|
|
11176
11150
|
i0__namespace.ɵɵproperty("ngIf", ctx.searchText);
|
|
11177
11151
|
i0__namespace.ɵɵadvance(1);
|
|
11178
|
-
i0__namespace.ɵɵproperty("satPopoverAnchorFor",
|
|
11152
|
+
i0__namespace.ɵɵproperty("satPopoverAnchorFor", _r30);
|
|
11179
11153
|
i0__namespace.ɵɵadvance(5);
|
|
11180
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(
|
|
11154
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(90, _c11, ctx.display, !ctx.display));
|
|
11181
11155
|
i0__namespace.ɵɵadvance(1);
|
|
11182
11156
|
i0__namespace.ɵɵproperty("ngIf", ctx.loadingSearchMenuData || ctx.recentSearchesfetchInProgress || ctx.widgetsfetchInProgress);
|
|
11183
11157
|
i0__namespace.ɵɵadvance(2);
|
|
11184
|
-
i0__namespace.ɵɵproperty("ngIf", !(ctx.searchById || ctx.searchByText));
|
|
11185
|
-
i0__namespace.ɵɵadvance(1);
|
|
11186
11158
|
i0__namespace.ɵɵproperty("ngIf", ctx.items && ctx.items.length > 0 && !(ctx.searchById || ctx.searchByText));
|
|
11187
11159
|
i0__namespace.ɵɵadvance(1);
|
|
11188
11160
|
i0__namespace.ɵɵproperty("ngIf", !(ctx.searchById || ctx.searchByText));
|
|
@@ -11201,46 +11173,46 @@
|
|
|
11201
11173
|
i0__namespace.ɵɵadvance(1);
|
|
11202
11174
|
i0__namespace.ɵɵproperty("interactiveClose", false);
|
|
11203
11175
|
i0__namespace.ɵɵadvance(5);
|
|
11204
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11176
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(43, 60, "APP.ADDDASHBOARDTITLE"), " ");
|
|
11205
11177
|
i0__namespace.ɵɵadvance(3);
|
|
11206
11178
|
i0__namespace.ɵɵproperty("formGroup", ctx.workspaceForm);
|
|
11207
11179
|
i0__namespace.ɵɵadvance(3);
|
|
11208
|
-
i0__namespace.ɵɵpropertyInterpolate1("placeholder", "", i0__namespace.ɵɵpipeBind1(
|
|
11180
|
+
i0__namespace.ɵɵpropertyInterpolate1("placeholder", "", i0__namespace.ɵɵpipeBind1(49, 62, "HRMANAGAMENT.NAME"), "*");
|
|
11209
11181
|
i0__namespace.ɵɵadvance(2);
|
|
11210
11182
|
i0__namespace.ɵɵproperty("ngIf", ctx.workspaceForm.get("workspaceName").hasError("required") && ctx.workspaceForm.get("workspaceName").touched);
|
|
11211
11183
|
i0__namespace.ɵɵadvance(1);
|
|
11212
11184
|
i0__namespace.ɵɵproperty("ngIf", ctx.workspaceForm.get("workspaceName").hasError("maxlength"));
|
|
11213
11185
|
i0__namespace.ɵɵadvance(2);
|
|
11214
|
-
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(
|
|
11186
|
+
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(54, 64, "COMPANYSETTINGS.DESCRIPTION"));
|
|
11215
11187
|
i0__namespace.ɵɵadvance(2);
|
|
11216
11188
|
i0__namespace.ɵɵproperty("ngIf", ctx.workspaceForm.get("description").hasError("maxlength") && ctx.workspaceForm.get("description").touched);
|
|
11217
11189
|
i0__namespace.ɵɵadvance(2);
|
|
11218
|
-
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(
|
|
11190
|
+
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(58, 66, "WIDGETS.VIEWROLES"));
|
|
11219
11191
|
i0__namespace.ɵɵproperty("compareWith", ctx.compareSelectedRolesFn);
|
|
11220
11192
|
i0__namespace.ɵɵadvance(2);
|
|
11221
11193
|
i0__namespace.ɵɵproperty("value", 0);
|
|
11222
11194
|
i0__namespace.ɵɵadvance(2);
|
|
11223
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11195
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(62, 68, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
11224
11196
|
i0__namespace.ɵɵadvance(2);
|
|
11225
11197
|
i0__namespace.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
11226
11198
|
i0__namespace.ɵɵadvance(1);
|
|
11227
11199
|
i0__namespace.ɵɵproperty("ngIf", ctx.workspaceForm.get("selectedRoles").hasError("required") && ctx.workspaceForm.get("selectedRoles").touched);
|
|
11228
11200
|
i0__namespace.ɵɵadvance(2);
|
|
11229
|
-
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(
|
|
11201
|
+
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(67, 70, "WIDGETS.EDITROLES"));
|
|
11230
11202
|
i0__namespace.ɵɵproperty("compareWith", ctx.compareEditSelectedRolesFn);
|
|
11231
11203
|
i0__namespace.ɵɵadvance(2);
|
|
11232
11204
|
i0__namespace.ɵɵproperty("value", 0);
|
|
11233
11205
|
i0__namespace.ɵɵadvance(2);
|
|
11234
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11206
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(71, 72, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
11235
11207
|
i0__namespace.ɵɵadvance(2);
|
|
11236
11208
|
i0__namespace.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
11237
11209
|
i0__namespace.ɵɵadvance(2);
|
|
11238
|
-
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(
|
|
11210
|
+
i0__namespace.ɵɵpropertyInterpolate("placeholder", i0__namespace.ɵɵpipeBind1(75, 74, "WIDGETS.DELETEROLES"));
|
|
11239
11211
|
i0__namespace.ɵɵproperty("compareWith", ctx.compareDeleteSelectedRolesFn);
|
|
11240
11212
|
i0__namespace.ɵɵadvance(2);
|
|
11241
11213
|
i0__namespace.ɵɵproperty("value", 0);
|
|
11242
11214
|
i0__namespace.ɵɵadvance(2);
|
|
11243
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11215
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(79, 76, "PERMISSIONMANAGEMENT.SELECTALL"), "");
|
|
11244
11216
|
i0__namespace.ɵɵadvance(2);
|
|
11245
11217
|
i0__namespace.ɵɵproperty("ngForOf", ctx.rolesDropDown);
|
|
11246
11218
|
i0__namespace.ɵɵadvance(2);
|
|
@@ -11248,19 +11220,19 @@
|
|
|
11248
11220
|
i0__namespace.ɵɵadvance(1);
|
|
11249
11221
|
i0__namespace.ɵɵproperty("ngIf", ctx.dashboardUpdateInProgress);
|
|
11250
11222
|
i0__namespace.ɵɵadvance(2);
|
|
11251
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11223
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(86, 78, "SAVE"), " ");
|
|
11252
11224
|
i0__namespace.ɵɵadvance(4);
|
|
11253
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11225
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(90, 80, "CANCEL"), " ");
|
|
11254
11226
|
i0__namespace.ɵɵadvance(2);
|
|
11255
11227
|
i0__namespace.ɵɵproperty("interactiveClose", true);
|
|
11256
11228
|
i0__namespace.ɵɵadvance(10);
|
|
11257
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11229
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(102, 82, "SHELL.TOOPENSEARCHMENU"), "");
|
|
11258
11230
|
i0__namespace.ɵɵadvance(8);
|
|
11259
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11231
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(110, 84, "SHELL.TOOPENGOALSANDUSERS"), "");
|
|
11260
11232
|
i0__namespace.ɵɵadvance(8);
|
|
11261
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11233
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(118, 86, "SHELL.TOSEARCHBYID"), "");
|
|
11262
11234
|
i0__namespace.ɵɵadvance(8);
|
|
11263
|
-
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(
|
|
11235
|
+
i0__namespace.ɵɵtextInterpolate1(" ", i0__namespace.ɵɵpipeBind1(126, 88, "SHELL.TOCLOSEMENU"), "");
|
|
11264
11236
|
i0__namespace.ɵɵadvance(2);
|
|
11265
11237
|
i0__namespace.ɵɵproperty("ngIf", ctx.searchByTextLoading && ctx.display);
|
|
11266
11238
|
}
|