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