@thetradeengineorg1/snova-shell-module 0.0.11 → 0.0.13
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 +123 -88
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/avatar.component.js +33 -0
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +65 -78
- package/esm2015/lib/shell-components/components/menu/menu.component.js +2 -2
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +2 -2
- package/esm2015/lib/shell-components/shell.module.js +23 -10
- package/esm2015/public-api.js +3 -1
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +113 -85
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/globaldependencies/components/avatar.component.d.ts +11 -0
- package/lib/globaldependencies/components/avatar.component.d.ts.map +1 -0
- package/lib/shell-components/shell.module.d.ts +44 -42
- package/lib/shell-components/shell.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/public-api.d.ts.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, Injectable, Pipe, Optional, Inject, InjectionToken, EventEmitter, NgModuleFactory, ViewEncapsulation, Output, ViewChild,
|
|
2
|
+
import { Component, Injectable, Pipe, Optional, Inject, InjectionToken, EventEmitter, NgModuleFactory, ViewEncapsulation, Output, ViewChild, Input, ViewChildren, HostListener, NgModuleFactoryLoader, SystemJsNgModuleLoader, NgModule } from '@angular/core';
|
|
3
3
|
import * as i10 from '@angular/common';
|
|
4
4
|
import { DatePipe, CommonModule } from '@angular/common';
|
|
5
5
|
import * as i8 from '@angular/material/button';
|
|
@@ -45,8 +45,6 @@ import { FlexLayoutModule } from '@angular/flex-layout';
|
|
|
45
45
|
import { MomentDateAdapter, MAT_MOMENT_DATE_FORMATS } from '@angular/material-moment-adapter';
|
|
46
46
|
import * as i2 from '@angular/router';
|
|
47
47
|
import { NavigationEnd, NavigationError, NavigationCancel, NavigationStart, RouteConfigLoadStart, ResolveStart, RouteConfigLoadEnd, ResolveEnd, RouterModule } from '@angular/router';
|
|
48
|
-
import * as i29 from '@thetradeengineorg1/snova-avatar';
|
|
49
|
-
import { SnovasysAvatarModule } from '@thetradeengineorg1/snova-avatar';
|
|
50
48
|
import * as i2$1 from '@thetradeengineorg1/snova-ndc-dynamic';
|
|
51
49
|
import { DynamicModule } from '@thetradeengineorg1/snova-ndc-dynamic';
|
|
52
50
|
import * as i5$1 from '@ngx-translate/core';
|
|
@@ -91,8 +89,10 @@ import * as i22 from '@angular/material/form-field';
|
|
|
91
89
|
import * as i15 from '@thetradeengineorg1/snova-document-management';
|
|
92
90
|
import { FileResultModel, DocumentManagementModule } from '@thetradeengineorg1/snova-document-management';
|
|
93
91
|
import Resumable from 'resumablejs';
|
|
94
|
-
import * as i1$
|
|
92
|
+
import * as i1$5 from 'ng-push-ivy';
|
|
95
93
|
import { PushNotificationsModule } from 'ng-push-ivy';
|
|
94
|
+
import * as i1$4 from 'ngx-avatar';
|
|
95
|
+
import { AvatarSource, AvatarModule } from 'ngx-avatar';
|
|
96
96
|
import * as i30 from '@angular/material/progress-spinner';
|
|
97
97
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
98
98
|
import * as i7$2 from '@angular/material/divider';
|
|
@@ -6751,6 +6751,36 @@ RecentSearchService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: Rece
|
|
|
6751
6751
|
}]
|
|
6752
6752
|
}], function () { return [{ type: i1$1.HttpClient }]; }, null); })();
|
|
6753
6753
|
|
|
6754
|
+
class AvatarComponent {
|
|
6755
|
+
constructor() {
|
|
6756
|
+
this.avatarClass = "btrak-avatar";
|
|
6757
|
+
}
|
|
6758
|
+
}
|
|
6759
|
+
AvatarComponent.ɵfac = function AvatarComponent_Factory(t) { return new (t || AvatarComponent)(); };
|
|
6760
|
+
AvatarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AvatarComponent, selectors: [["app-avatar"]], inputs: { name: "name", src: "src", isRound: "isRound", size: "size", avatarClass: "avatarClass" }, decls: 1, vars: 6, consts: [["initialsSize", "2", 3, "name", "src", "round", "size"]], template: function AvatarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
6761
|
+
i0.ɵɵelement(0, "ngx-avatar", 0);
|
|
6762
|
+
} if (rf & 2) {
|
|
6763
|
+
i0.ɵɵclassMap(ctx.avatarClass);
|
|
6764
|
+
i0.ɵɵproperty("name", ctx.name)("src", ctx.src)("round", ctx.isRound)("size", ctx.size);
|
|
6765
|
+
} }, directives: [i1$4.ɵa], encapsulation: 2 });
|
|
6766
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AvatarComponent, [{
|
|
6767
|
+
type: Component,
|
|
6768
|
+
args: [{
|
|
6769
|
+
selector: "app-avatar",
|
|
6770
|
+
templateUrl: "./avatar.component.html",
|
|
6771
|
+
}]
|
|
6772
|
+
}], null, { name: [{
|
|
6773
|
+
type: Input
|
|
6774
|
+
}], src: [{
|
|
6775
|
+
type: Input
|
|
6776
|
+
}], isRound: [{
|
|
6777
|
+
type: Input
|
|
6778
|
+
}], size: [{
|
|
6779
|
+
type: Input
|
|
6780
|
+
}], avatarClass: [{
|
|
6781
|
+
type: Input
|
|
6782
|
+
}] }); })();
|
|
6783
|
+
|
|
6754
6784
|
class HighLightTextPipe {
|
|
6755
6785
|
transform(value, searchText) {
|
|
6756
6786
|
if (searchText == null || searchText == "") {
|
|
@@ -10019,7 +10049,7 @@ MenuComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MenuComponent
|
|
|
10019
10049
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(126, 88, "SHELL.TOCLOSEMENU"), "");
|
|
10020
10050
|
i0.ɵɵadvance(2);
|
|
10021
10051
|
i0.ɵɵproperty("ngIf", ctx.searchByTextLoading && ctx.display);
|
|
10022
|
-
} }, directives: [i8.MatButton, i22$1.DefaultShowHideDirective, i16.MatMenuTrigger, i17.MatIcon, i20.DefaultFlexDirective, i16.MatMenu, i10.NgForOf, i10.NgIf, i9.DefaultValueAccessor, i9.NgControlStatus, i9.NgModel, i20$1.SatPopoverAnchor, i10.NgClass, i22$1.DefaultClassDirective, i20$1.SatPopover, i7.MatCard, i7.MatCardTitle, i7.MatCardContent, i9.ɵNgNoValidate, i9.NgControlStatusGroup, i9.FormGroupDirective, i22.MatFormField, i23.MatInput, i9.FormControlName, i34.MatSelect, i9.RequiredValidator, i14.MatOption, i4.FaIconComponent, i16.MatMenuItem, i2.RouterLinkActive, i2.RouterLink, i7$1.MatTooltip, i28.MatProgressBar, i20.DefaultLayoutDirective,
|
|
10052
|
+
} }, directives: [i8.MatButton, i22$1.DefaultShowHideDirective, i16.MatMenuTrigger, i17.MatIcon, i20.DefaultFlexDirective, i16.MatMenu, i10.NgForOf, i10.NgIf, i9.DefaultValueAccessor, i9.NgControlStatus, i9.NgModel, i20$1.SatPopoverAnchor, i10.NgClass, i22$1.DefaultClassDirective, i20$1.SatPopover, i7.MatCard, i7.MatCardTitle, i7.MatCardContent, i9.ɵNgNoValidate, i9.NgControlStatusGroup, i9.FormGroupDirective, i22.MatFormField, i23.MatInput, i9.FormControlName, i34.MatSelect, i9.RequiredValidator, i14.MatOption, i4.FaIconComponent, i16.MatMenuItem, i2.RouterLinkActive, i2.RouterLink, i7$1.MatTooltip, i28.MatProgressBar, i20.DefaultLayoutDirective, AvatarComponent, i20.DefaultLayoutAlignDirective, i22.MatError, i30.MatSpinner], pipes: [i5$1.TranslatePipe, SoftLabelPipe, HighLightTextPipe, RemoveSpecialCharactersPipe, FetchSizedAndCachedImagePipe, i10.SlicePipe, i35.TimeagoPipe], encapsulation: 2 });
|
|
10023
10053
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MenuComponent, [{
|
|
10024
10054
|
type: Component,
|
|
10025
10055
|
args: [{
|
|
@@ -10804,7 +10834,7 @@ AnnoucementDialogComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
10804
10834
|
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(13, 12, ctx.announcement), i0.ɵɵsanitizeHtml);
|
|
10805
10835
|
i0.ɵɵadvance(3);
|
|
10806
10836
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(16, 14, i0.ɵɵpipeBind1(17, 17, ctx.announcedOn), "dd/MM/yyyy HH:mm"), " ");
|
|
10807
|
-
} }, directives: [i1$3.MatDialogClose, i4.FaIconComponent, i1$3.MatDialogContent, i7.MatCard, i20.DefaultLayoutDirective, i20.DefaultFlexDirective, i20.DefaultLayoutAlignDirective,
|
|
10837
|
+
} }, directives: [i1$3.MatDialogClose, i4.FaIconComponent, i1$3.MatDialogContent, i7.MatCard, i20.DefaultLayoutDirective, i20.DefaultFlexDirective, i20.DefaultLayoutAlignDirective, AvatarComponent, i7$1.MatTooltip], pipes: [RemoveSpecialCharactersPipe, FetchSizedAndCachedImagePipe, SanitizeHtmlPipe, i10.DatePipe, UtcToLocalTimePipe], encapsulation: 2 });
|
|
10808
10838
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnnoucementDialogComponent, [{
|
|
10809
10839
|
type: Component,
|
|
10810
10840
|
args: [{
|
|
@@ -10829,24 +10859,17 @@ const _c4 = ["fileUploadDropzonePopup"];
|
|
|
10829
10859
|
const _c5 = function (a0) { return { "margin-bottom": a0 }; };
|
|
10830
10860
|
function HeaderSideComponent_div_5_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
10831
10861
|
i0.ɵɵelementStart(0, "div", 56);
|
|
10832
|
-
i0.ɵɵ
|
|
10833
|
-
i0.ɵɵ
|
|
10834
|
-
i0.ɵɵ
|
|
10835
|
-
i0.ɵɵpipe(4, "fetchSizedAndCachedImage");
|
|
10836
|
-
i0.ɵɵelementEnd();
|
|
10837
|
-
i0.ɵɵelementStart(5, "span", 59);
|
|
10838
|
-
i0.ɵɵtext(6);
|
|
10862
|
+
i0.ɵɵelement(1, "div", 57);
|
|
10863
|
+
i0.ɵɵelementStart(2, "span", 58);
|
|
10864
|
+
i0.ɵɵtext(3);
|
|
10839
10865
|
i0.ɵɵelementEnd();
|
|
10840
10866
|
i0.ɵɵelementEnd();
|
|
10841
10867
|
} if (rf & 2) {
|
|
10842
10868
|
const ctx_r33 = i0.ɵɵnextContext(2);
|
|
10843
10869
|
i0.ɵɵadvance(1);
|
|
10844
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(
|
|
10870
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(3, _c5, ctx_r33.selectedCompany.companyMiniLogo ? "10px" : "0px"));
|
|
10845
10871
|
i0.ɵɵadvance(1);
|
|
10846
10872
|
i0.ɵɵpropertyInterpolate("matTooltip", ctx_r33.selectedCompany.companyName);
|
|
10847
|
-
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(3, 7, ctx_r33.selectedCompany.companyName))("src", i0.ɵɵpipeBind3(4, 9, ctx_r33.selectedCompany.companyMiniLogo, "20", ""))("isRound", true);
|
|
10848
|
-
i0.ɵɵadvance(3);
|
|
10849
|
-
i0.ɵɵpropertyInterpolate("matTooltip", ctx_r33.selectedCompany.companyName);
|
|
10850
10873
|
i0.ɵɵadvance(1);
|
|
10851
10874
|
i0.ɵɵtextInterpolate(ctx_r33.selectedCompanyName);
|
|
10852
10875
|
} }
|
|
@@ -10855,19 +10878,16 @@ function HeaderSideComponent_div_5_span_10_Template(rf, ctx) { if (rf & 1) {
|
|
|
10855
10878
|
} }
|
|
10856
10879
|
function HeaderSideComponent_div_5_mat_icon_11_Template(rf, ctx) { if (rf & 1) {
|
|
10857
10880
|
const _r38 = i0.ɵɵgetCurrentView();
|
|
10858
|
-
i0.ɵɵelementStart(0, "mat-icon",
|
|
10881
|
+
i0.ɵɵelementStart(0, "mat-icon", 59);
|
|
10859
10882
|
i0.ɵɵlistener("click", function HeaderSideComponent_div_5_mat_icon_11_Template_mat_icon_click_0_listener() { i0.ɵɵrestoreView(_r38); const ctx_r37 = i0.ɵɵnextContext(2); return ctx_r37.closeSearch(); });
|
|
10860
10883
|
i0.ɵɵtext(1, " close");
|
|
10861
10884
|
i0.ɵɵelementEnd();
|
|
10862
10885
|
} }
|
|
10863
10886
|
function HeaderSideComponent_div_5_mat_option_12_Template(rf, ctx) { if (rf & 1) {
|
|
10864
|
-
i0.ɵɵelementStart(0, "mat-option",
|
|
10865
|
-
i0.ɵɵelementStart(1, "div",
|
|
10866
|
-
i0.ɵɵ
|
|
10867
|
-
i0.ɵɵ
|
|
10868
|
-
i0.ɵɵpipe(4, "fetchSizedAndCachedImage");
|
|
10869
|
-
i0.ɵɵelementStart(5, "div", 64);
|
|
10870
|
-
i0.ɵɵtext(6);
|
|
10887
|
+
i0.ɵɵelementStart(0, "mat-option", 60);
|
|
10888
|
+
i0.ɵɵelementStart(1, "div", 61);
|
|
10889
|
+
i0.ɵɵelementStart(2, "div", 62);
|
|
10890
|
+
i0.ɵɵtext(3);
|
|
10871
10891
|
i0.ɵɵelementEnd();
|
|
10872
10892
|
i0.ɵɵelementEnd();
|
|
10873
10893
|
i0.ɵɵelementEnd();
|
|
@@ -10875,10 +10895,7 @@ function HeaderSideComponent_div_5_mat_option_12_Template(rf, ctx) { if (rf & 1)
|
|
|
10875
10895
|
const companyList_r39 = ctx.$implicit;
|
|
10876
10896
|
i0.ɵɵpropertyInterpolate("matTooltip", companyList_r39.companyName);
|
|
10877
10897
|
i0.ɵɵproperty("value", companyList_r39);
|
|
10878
|
-
i0.ɵɵadvance(
|
|
10879
|
-
i0.ɵɵpropertyInterpolate("matTooltip", companyList_r39.companyName);
|
|
10880
|
-
i0.ɵɵproperty("name", i0.ɵɵpipeBind1(3, 8, companyList_r39.companyName))("ngStyle", i0.ɵɵpureFunction1(14, _c5, companyList_r39.companyMiniLogo ? "10px" : "0px"))("src", i0.ɵɵpipeBind3(4, 10, companyList_r39.companyMiniLogo, "20", ""))("isRound", true);
|
|
10881
|
-
i0.ɵɵadvance(4);
|
|
10898
|
+
i0.ɵɵadvance(3);
|
|
10882
10899
|
i0.ɵɵtextInterpolate1(" ", companyList_r39.companyName, " ");
|
|
10883
10900
|
} }
|
|
10884
10901
|
function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -10888,7 +10905,7 @@ function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
10888
10905
|
i0.ɵɵelementStart(1, "mat-select", 47);
|
|
10889
10906
|
i0.ɵɵlistener("ngModelChange", function HeaderSideComponent_div_5_Template_mat_select_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r41 = i0.ɵɵnextContext(); return ctx_r41.selectedCompany = $event; })("selectionChange", function HeaderSideComponent_div_5_Template_mat_select_selectionChange_1_listener($event) { i0.ɵɵrestoreView(_r42); const ctx_r43 = i0.ɵɵnextContext(); return ctx_r43.selectCompany($event.value); });
|
|
10890
10907
|
i0.ɵɵelementStart(2, "mat-select-trigger");
|
|
10891
|
-
i0.ɵɵtemplate(3, HeaderSideComponent_div_5_div_3_Template,
|
|
10908
|
+
i0.ɵɵtemplate(3, HeaderSideComponent_div_5_div_3_Template, 4, 5, "div", 48);
|
|
10892
10909
|
i0.ɵɵelementEnd();
|
|
10893
10910
|
i0.ɵɵelementStart(4, "div", 49);
|
|
10894
10911
|
i0.ɵɵelementStart(5, "div", 50);
|
|
@@ -10904,7 +10921,7 @@ function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
10904
10921
|
i0.ɵɵtemplate(11, HeaderSideComponent_div_5_mat_icon_11_Template, 2, 0, "mat-icon", 54);
|
|
10905
10922
|
i0.ɵɵelementEnd();
|
|
10906
10923
|
i0.ɵɵelementEnd();
|
|
10907
|
-
i0.ɵɵtemplate(12, HeaderSideComponent_div_5_mat_option_12_Template,
|
|
10924
|
+
i0.ɵɵtemplate(12, HeaderSideComponent_div_5_mat_option_12_Template, 4, 3, "mat-option", 55);
|
|
10908
10925
|
i0.ɵɵelementEnd();
|
|
10909
10926
|
i0.ɵɵelementEnd();
|
|
10910
10927
|
} if (rf & 2) {
|
|
@@ -10926,7 +10943,7 @@ function HeaderSideComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
|
10926
10943
|
function HeaderSideComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
10927
10944
|
const _r46 = i0.ɵɵgetCurrentView();
|
|
10928
10945
|
i0.ɵɵelementStart(0, "div");
|
|
10929
|
-
i0.ɵɵelementStart(1, "button",
|
|
10946
|
+
i0.ɵɵelementStart(1, "button", 63);
|
|
10930
10947
|
i0.ɵɵlistener("click", function HeaderSideComponent_div_6_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r46); const ctx_r45 = i0.ɵɵnextContext(); return ctx_r45.navigateToSettings(); });
|
|
10931
10948
|
i0.ɵɵpipe(2, "translate");
|
|
10932
10949
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
@@ -10943,7 +10960,7 @@ function HeaderSideComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
10943
10960
|
function HeaderSideComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
10944
10961
|
const _r48 = i0.ɵɵgetCurrentView();
|
|
10945
10962
|
i0.ɵɵelementStart(0, "div");
|
|
10946
|
-
i0.ɵɵelementStart(1, "button",
|
|
10963
|
+
i0.ɵɵelementStart(1, "button", 64);
|
|
10947
10964
|
i0.ɵɵlistener("click", function HeaderSideComponent_div_7_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r48); const ctx_r47 = i0.ɵɵnextContext(); return ctx_r47.navigateToStatusReport(); });
|
|
10948
10965
|
i0.ɵɵpipe(2, "translate");
|
|
10949
10966
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
@@ -10958,7 +10975,7 @@ function HeaderSideComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
|
10958
10975
|
function HeaderSideComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
10959
10976
|
const _r50 = i0.ɵɵgetCurrentView();
|
|
10960
10977
|
i0.ɵɵelementStart(0, "div");
|
|
10961
|
-
i0.ɵɵelementStart(1, "button",
|
|
10978
|
+
i0.ɵɵelementStart(1, "button", 65);
|
|
10962
10979
|
i0.ɵɵlistener("click", function HeaderSideComponent_div_8_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r50); const ctx_r49 = i0.ɵɵnextContext(); return ctx_r49.openTimeSheet(); });
|
|
10963
10980
|
i0.ɵɵpipe(2, "translate");
|
|
10964
10981
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
@@ -10975,7 +10992,7 @@ function HeaderSideComponent_div_8_Template(rf, ctx) { if (rf & 1) {
|
|
|
10975
10992
|
i0.ɵɵproperty("satPopoverAnchorFor", _r7);
|
|
10976
10993
|
} }
|
|
10977
10994
|
function HeaderSideComponent_button_9_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
10978
|
-
i0.ɵɵelementStart(0, "span",
|
|
10995
|
+
i0.ɵɵelementStart(0, "span", 68);
|
|
10979
10996
|
i0.ɵɵtext(1);
|
|
10980
10997
|
i0.ɵɵelementEnd();
|
|
10981
10998
|
} if (rf & 2) {
|
|
@@ -10985,13 +11002,13 @@ function HeaderSideComponent_button_9_span_4_Template(rf, ctx) { if (rf & 1) {
|
|
|
10985
11002
|
} }
|
|
10986
11003
|
function HeaderSideComponent_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
10987
11004
|
const _r53 = i0.ɵɵgetCurrentView();
|
|
10988
|
-
i0.ɵɵelementStart(0, "button",
|
|
11005
|
+
i0.ɵɵelementStart(0, "button", 66);
|
|
10989
11006
|
i0.ɵɵlistener("click", function HeaderSideComponent_button_9_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r53); const ctx_r52 = i0.ɵɵnextContext(); return ctx_r52.toggleNotific(); });
|
|
10990
11007
|
i0.ɵɵpipe(1, "translate");
|
|
10991
11008
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
10992
11009
|
i0.ɵɵtext(3, "notifications");
|
|
10993
11010
|
i0.ɵɵelementEnd();
|
|
10994
|
-
i0.ɵɵtemplate(4, HeaderSideComponent_button_9_span_4_Template, 2, 1, "span",
|
|
11011
|
+
i0.ɵɵtemplate(4, HeaderSideComponent_button_9_span_4_Template, 2, 1, "span", 67);
|
|
10995
11012
|
i0.ɵɵelementEnd();
|
|
10996
11013
|
} if (rf & 2) {
|
|
10997
11014
|
const ctx_r4 = i0.ɵɵnextContext();
|
|
@@ -11003,15 +11020,15 @@ function HeaderSideComponent_button_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
11003
11020
|
i0.ɵɵproperty("ngIf", ctx_r4.newNotificationsCount != 0);
|
|
11004
11021
|
} }
|
|
11005
11022
|
function HeaderSideComponent_button_13_img_1_Template(rf, ctx) { if (rf & 1) {
|
|
11006
|
-
i0.ɵɵelement(0, "img",
|
|
11023
|
+
i0.ɵɵelement(0, "img", 72);
|
|
11007
11024
|
i0.ɵɵpipe(1, "fetchSizedAndCachedImage");
|
|
11008
11025
|
} if (rf & 2) {
|
|
11009
11026
|
const ctx_r54 = i0.ɵɵnextContext(2);
|
|
11010
11027
|
i0.ɵɵproperty("src", i0.ɵɵpipeBind3(1, 1, ctx_r54.authenticatedUserRecord.profileImage, "60", ""), i0.ɵɵsanitizeUrl);
|
|
11011
11028
|
} }
|
|
11012
11029
|
function HeaderSideComponent_button_13_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11013
|
-
i0.ɵɵelementStart(0, "div",
|
|
11014
|
-
i0.ɵɵelement(1, "app-avatar",
|
|
11030
|
+
i0.ɵɵelementStart(0, "div", 73);
|
|
11031
|
+
i0.ɵɵelement(1, "app-avatar", 74);
|
|
11015
11032
|
i0.ɵɵpipe(2, "removeSpecialCharacters");
|
|
11016
11033
|
i0.ɵɵelementEnd();
|
|
11017
11034
|
} if (rf & 2) {
|
|
@@ -11021,10 +11038,10 @@ function HeaderSideComponent_button_13_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
11021
11038
|
} }
|
|
11022
11039
|
function HeaderSideComponent_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
11023
11040
|
const _r57 = i0.ɵɵgetCurrentView();
|
|
11024
|
-
i0.ɵɵelementStart(0, "button",
|
|
11041
|
+
i0.ɵɵelementStart(0, "button", 69);
|
|
11025
11042
|
i0.ɵɵlistener("click", function HeaderSideComponent_button_13_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r57); const ctx_r56 = i0.ɵɵnextContext(); return ctx_r56.toggleRecording(); });
|
|
11026
|
-
i0.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 2, 5, "img",
|
|
11027
|
-
i0.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 4, "div",
|
|
11043
|
+
i0.ɵɵtemplate(1, HeaderSideComponent_button_13_img_1_Template, 2, 5, "img", 70);
|
|
11044
|
+
i0.ɵɵtemplate(2, HeaderSideComponent_button_13_div_2_Template, 3, 4, "div", 71);
|
|
11028
11045
|
i0.ɵɵelementEnd();
|
|
11029
11046
|
} if (rf & 2) {
|
|
11030
11047
|
const ctx_r6 = i0.ɵɵnextContext();
|
|
@@ -11036,11 +11053,11 @@ function HeaderSideComponent_button_13_Template(rf, ctx) { if (rf & 1) {
|
|
|
11036
11053
|
i0.ɵɵproperty("ngIf", !ctx_r6.authenticatedUserRecord.profileImage);
|
|
11037
11054
|
} }
|
|
11038
11055
|
function HeaderSideComponent_mat_icon_25_Template(rf, ctx) { if (rf & 1) {
|
|
11039
|
-
i0.ɵɵelement(0, "mat-icon",
|
|
11056
|
+
i0.ɵɵelement(0, "mat-icon", 75);
|
|
11040
11057
|
} }
|
|
11041
11058
|
function HeaderSideComponent_button_26_Template(rf, ctx) { if (rf & 1) {
|
|
11042
11059
|
const _r59 = i0.ɵɵgetCurrentView();
|
|
11043
|
-
i0.ɵɵelementStart(0, "button",
|
|
11060
|
+
i0.ɵɵelementStart(0, "button", 76);
|
|
11044
11061
|
i0.ɵɵlistener("click", function HeaderSideComponent_button_26_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r59); const ctx_r58 = i0.ɵɵnextContext(); return ctx_r58.clearDemoData(); });
|
|
11045
11062
|
i0.ɵɵpipe(1, "translate");
|
|
11046
11063
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
@@ -11059,7 +11076,7 @@ function HeaderSideComponent_button_26_Template(rf, ctx) { if (rf & 1) {
|
|
|
11059
11076
|
} }
|
|
11060
11077
|
function HeaderSideComponent_button_27_Template(rf, ctx) { if (rf & 1) {
|
|
11061
11078
|
const _r61 = i0.ɵɵgetCurrentView();
|
|
11062
|
-
i0.ɵɵelementStart(0, "button",
|
|
11079
|
+
i0.ɵɵelementStart(0, "button", 76);
|
|
11063
11080
|
i0.ɵɵlistener("click", function HeaderSideComponent_button_27_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r61); const ctx_r60 = i0.ɵɵnextContext(); return ctx_r60.exportConfigurationDialogData(); });
|
|
11064
11081
|
i0.ɵɵpipe(1, "translate");
|
|
11065
11082
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
@@ -11078,7 +11095,7 @@ function HeaderSideComponent_button_27_Template(rf, ctx) { if (rf & 1) {
|
|
|
11078
11095
|
} }
|
|
11079
11096
|
function HeaderSideComponent_button_28_Template(rf, ctx) { if (rf & 1) {
|
|
11080
11097
|
const _r64 = i0.ɵɵgetCurrentView();
|
|
11081
|
-
i0.ɵɵelementStart(0, "button",
|
|
11098
|
+
i0.ɵɵelementStart(0, "button", 77, 78);
|
|
11082
11099
|
i0.ɵɵlistener("click", function HeaderSideComponent_button_28_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r64); const _r62 = i0.ɵɵreference(1); const ctx_r63 = i0.ɵɵnextContext(); return ctx_r63.addUploadFilePopupOpen(_r62); });
|
|
11083
11100
|
i0.ɵɵpipe(2, "translate");
|
|
11084
11101
|
i0.ɵɵelementStart(3, "mat-icon");
|
|
@@ -11123,7 +11140,7 @@ function HeaderSideComponent_button_30_Template(rf, ctx) { if (rf & 1) {
|
|
|
11123
11140
|
} }
|
|
11124
11141
|
function HeaderSideComponent_button_31_Template(rf, ctx) { if (rf & 1) {
|
|
11125
11142
|
const _r70 = i0.ɵɵgetCurrentView();
|
|
11126
|
-
i0.ɵɵelementStart(0, "button",
|
|
11143
|
+
i0.ɵɵelementStart(0, "button", 76);
|
|
11127
11144
|
i0.ɵɵlistener("click", function HeaderSideComponent_button_31_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r70); const ctx_r69 = i0.ɵɵnextContext(); return ctx_r69.alternateSignIn(); });
|
|
11128
11145
|
i0.ɵɵpipe(1, "translate");
|
|
11129
11146
|
i0.ɵɵelementStart(2, "mat-icon");
|
|
@@ -11141,18 +11158,18 @@ function HeaderSideComponent_button_31_Template(rf, ctx) { if (rf & 1) {
|
|
|
11141
11158
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 6, "SHELL.SIGNINAS"));
|
|
11142
11159
|
} }
|
|
11143
11160
|
function HeaderSideComponent_div_44_Template(rf, ctx) { if (rf & 1) {
|
|
11144
|
-
i0.ɵɵelement(0, "div",
|
|
11161
|
+
i0.ɵɵelement(0, "div", 79);
|
|
11145
11162
|
} }
|
|
11146
11163
|
function HeaderSideComponent_app_submit_feedback_47_Template(rf, ctx) { if (rf & 1) {
|
|
11147
11164
|
const _r72 = i0.ɵɵgetCurrentView();
|
|
11148
|
-
i0.ɵɵelementStart(0, "app-submit-feedback",
|
|
11165
|
+
i0.ɵɵelementStart(0, "app-submit-feedback", 80);
|
|
11149
11166
|
i0.ɵɵlistener("closeDialog", function HeaderSideComponent_app_submit_feedback_47_Template_app_submit_feedback_closeDialog_0_listener() { i0.ɵɵrestoreView(_r72); const ctx_r71 = i0.ɵɵnextContext(); return ctx_r71.closeFeedBacklogDialog(); });
|
|
11150
11167
|
i0.ɵɵelementEnd();
|
|
11151
11168
|
} }
|
|
11152
11169
|
const _c6 = function () { return ["/applications/view-forms"]; };
|
|
11153
11170
|
function HeaderSideComponent_mat_card_52_Template(rf, ctx) { if (rf & 1) {
|
|
11154
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11155
|
-
i0.ɵɵelementStart(1, "span",
|
|
11171
|
+
i0.ɵɵelementStart(0, "mat-card", 81);
|
|
11172
|
+
i0.ɵɵelementStart(1, "span", 82);
|
|
11156
11173
|
i0.ɵɵtext(2, "Forms");
|
|
11157
11174
|
i0.ɵɵelementEnd();
|
|
11158
11175
|
i0.ɵɵelementEnd();
|
|
@@ -11161,8 +11178,8 @@ function HeaderSideComponent_mat_card_52_Template(rf, ctx) { if (rf & 1) {
|
|
|
11161
11178
|
} }
|
|
11162
11179
|
const _c7 = function () { return ["/applications/custom-applications"]; };
|
|
11163
11180
|
function HeaderSideComponent_mat_card_53_Template(rf, ctx) { if (rf & 1) {
|
|
11164
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11165
|
-
i0.ɵɵelementStart(1, "span",
|
|
11181
|
+
i0.ɵɵelementStart(0, "mat-card", 81);
|
|
11182
|
+
i0.ɵɵelementStart(1, "span", 82);
|
|
11166
11183
|
i0.ɵɵtext(2, "Custom applications");
|
|
11167
11184
|
i0.ɵɵelementEnd();
|
|
11168
11185
|
i0.ɵɵelementEnd();
|
|
@@ -11171,8 +11188,8 @@ function HeaderSideComponent_mat_card_53_Template(rf, ctx) { if (rf & 1) {
|
|
|
11171
11188
|
} }
|
|
11172
11189
|
const _c8 = function () { return ["/rolemanagement/rolemanagement"]; };
|
|
11173
11190
|
function HeaderSideComponent_mat_card_54_Template(rf, ctx) { if (rf & 1) {
|
|
11174
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11175
|
-
i0.ɵɵelementStart(1, "span",
|
|
11191
|
+
i0.ɵɵelementStart(0, "mat-card", 81);
|
|
11192
|
+
i0.ɵɵelementStart(1, "span", 82);
|
|
11176
11193
|
i0.ɵɵtext(2, "Role configuration");
|
|
11177
11194
|
i0.ɵɵelementEnd();
|
|
11178
11195
|
i0.ɵɵelementEnd();
|
|
@@ -11181,8 +11198,8 @@ function HeaderSideComponent_mat_card_54_Template(rf, ctx) { if (rf & 1) {
|
|
|
11181
11198
|
} }
|
|
11182
11199
|
const _c9 = function () { return ["/rolemanagement/entityrolemanagement"]; };
|
|
11183
11200
|
function HeaderSideComponent_mat_card_55_Template(rf, ctx) { if (rf & 1) {
|
|
11184
|
-
i0.ɵɵelementStart(0, "mat-card",
|
|
11185
|
-
i0.ɵɵelementStart(1, "span",
|
|
11201
|
+
i0.ɵɵelementStart(0, "mat-card", 81);
|
|
11202
|
+
i0.ɵɵelementStart(1, "span", 82);
|
|
11186
11203
|
i0.ɵɵtext(2);
|
|
11187
11204
|
i0.ɵɵpipe(3, "softLabelsPipe");
|
|
11188
11205
|
i0.ɵɵelementEnd();
|
|
@@ -11202,12 +11219,12 @@ function HeaderSideComponent_div_56_ng_template_4_Template(rf, ctx) { if (rf & 1
|
|
|
11202
11219
|
i0.ɵɵtext(0, " Welcome back \u00A0");
|
|
11203
11220
|
} }
|
|
11204
11221
|
function HeaderSideComponent_div_56_Template(rf, ctx) { if (rf & 1) {
|
|
11205
|
-
i0.ɵɵelementStart(0, "div",
|
|
11206
|
-
i0.ɵɵtemplate(1, HeaderSideComponent_div_56_span_1_Template, 2, 0, "span",
|
|
11222
|
+
i0.ɵɵelementStart(0, "div", 83);
|
|
11223
|
+
i0.ɵɵtemplate(1, HeaderSideComponent_div_56_span_1_Template, 2, 0, "span", 84);
|
|
11207
11224
|
i0.ɵɵelementStart(2, "span");
|
|
11208
11225
|
i0.ɵɵtext(3);
|
|
11209
11226
|
i0.ɵɵelementEnd();
|
|
11210
|
-
i0.ɵɵtemplate(4, HeaderSideComponent_div_56_ng_template_4_Template, 1, 0, "ng-template", null,
|
|
11227
|
+
i0.ɵɵtemplate(4, HeaderSideComponent_div_56_ng_template_4_Template, 1, 0, "ng-template", null, 85, i0.ɵɵtemplateRefExtractor);
|
|
11211
11228
|
i0.ɵɵelementEnd();
|
|
11212
11229
|
} if (rf & 2) {
|
|
11213
11230
|
const _r74 = i0.ɵɵreference(5);
|
|
@@ -11220,9 +11237,9 @@ function HeaderSideComponent_div_56_Template(rf, ctx) { if (rf & 1) {
|
|
|
11220
11237
|
} }
|
|
11221
11238
|
function HeaderSideComponent_ngx_dropzone_preview_74_Template(rf, ctx) { if (rf & 1) {
|
|
11222
11239
|
const _r78 = i0.ɵɵgetCurrentView();
|
|
11223
|
-
i0.ɵɵelementStart(0, "ngx-dropzone-preview",
|
|
11240
|
+
i0.ɵɵelementStart(0, "ngx-dropzone-preview", 86);
|
|
11224
11241
|
i0.ɵɵlistener("removed", function HeaderSideComponent_ngx_dropzone_preview_74_Template_ngx_dropzone_preview_removed_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r78); const f_r76 = restoredCtx.$implicit; const ctx_r77 = i0.ɵɵnextContext(); return ctx_r77.onRemove(f_r76); });
|
|
11225
|
-
i0.ɵɵelementStart(1, "ngx-dropzone-label",
|
|
11242
|
+
i0.ɵɵelementStart(1, "ngx-dropzone-label", 87);
|
|
11226
11243
|
i0.ɵɵtext(2);
|
|
11227
11244
|
i0.ɵɵelementEnd();
|
|
11228
11245
|
i0.ɵɵelementEnd();
|
|
@@ -11236,7 +11253,7 @@ function HeaderSideComponent_ngx_dropzone_preview_74_Template(rf, ctx) { if (rf
|
|
|
11236
11253
|
i0.ɵɵtextInterpolate1(" ", ctx_r26.setLabelNameForDropzone(f_r76.name), " ");
|
|
11237
11254
|
} }
|
|
11238
11255
|
function HeaderSideComponent_mat_progress_bar_78_Template(rf, ctx) { if (rf & 1) {
|
|
11239
|
-
i0.ɵɵelement(0, "mat-progress-bar",
|
|
11256
|
+
i0.ɵɵelement(0, "mat-progress-bar", 88);
|
|
11240
11257
|
} if (rf & 2) {
|
|
11241
11258
|
const ctx_r27 = i0.ɵɵnextContext();
|
|
11242
11259
|
i0.ɵɵproperty("value", ctx_r27.progressValue);
|
|
@@ -11252,16 +11269,16 @@ function HeaderSideComponent_div_79_Template(rf, ctx) { if (rf & 1) {
|
|
|
11252
11269
|
} }
|
|
11253
11270
|
function HeaderSideComponent_div_80_Template(rf, ctx) { if (rf & 1) {
|
|
11254
11271
|
const _r80 = i0.ɵɵgetCurrentView();
|
|
11255
|
-
i0.ɵɵelementStart(0, "div",
|
|
11256
|
-
i0.ɵɵelementStart(1, "button",
|
|
11272
|
+
i0.ɵɵelementStart(0, "div", 89);
|
|
11273
|
+
i0.ɵɵelementStart(1, "button", 90);
|
|
11257
11274
|
i0.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r80); const ctx_r79 = i0.ɵɵnextContext(); return ctx_r79.saveFiles(); });
|
|
11258
|
-
i0.ɵɵelement(2, "fa-icon",
|
|
11275
|
+
i0.ɵɵelement(2, "fa-icon", 91);
|
|
11259
11276
|
i0.ɵɵtext(3);
|
|
11260
11277
|
i0.ɵɵpipe(4, "translate");
|
|
11261
11278
|
i0.ɵɵelementEnd();
|
|
11262
|
-
i0.ɵɵelementStart(5, "button",
|
|
11279
|
+
i0.ɵɵelementStart(5, "button", 92);
|
|
11263
11280
|
i0.ɵɵlistener("click", function HeaderSideComponent_div_80_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r80); const ctx_r81 = i0.ɵɵnextContext(); return ctx_r81.removeAllFiles(); });
|
|
11264
|
-
i0.ɵɵelement(6, "fa-icon",
|
|
11281
|
+
i0.ɵɵelement(6, "fa-icon", 93);
|
|
11265
11282
|
i0.ɵɵtext(7);
|
|
11266
11283
|
i0.ɵɵpipe(8, "translate");
|
|
11267
11284
|
i0.ɵɵelementEnd();
|
|
@@ -11273,15 +11290,15 @@ function HeaderSideComponent_div_80_Template(rf, ctx) { if (rf & 1) {
|
|
|
11273
11290
|
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(8, 4, "DOCUMENTMANAGEMENT.CLEARFILES"), " ");
|
|
11274
11291
|
} }
|
|
11275
11292
|
function HeaderSideComponent_div_81_i_5_Template(rf, ctx) { if (rf & 1) {
|
|
11276
|
-
i0.ɵɵelement(0, "i",
|
|
11293
|
+
i0.ɵɵelement(0, "i", 97);
|
|
11277
11294
|
} }
|
|
11278
11295
|
function HeaderSideComponent_div_81_Template(rf, ctx) { if (rf & 1) {
|
|
11279
|
-
i0.ɵɵelementStart(0, "div",
|
|
11280
|
-
i0.ɵɵelementStart(1, "button",
|
|
11281
|
-
i0.ɵɵelement(2, "fa-icon",
|
|
11296
|
+
i0.ɵɵelementStart(0, "div", 89);
|
|
11297
|
+
i0.ɵɵelementStart(1, "button", 94);
|
|
11298
|
+
i0.ɵɵelement(2, "fa-icon", 95);
|
|
11282
11299
|
i0.ɵɵtext(3);
|
|
11283
11300
|
i0.ɵɵpipe(4, "translate");
|
|
11284
|
-
i0.ɵɵtemplate(5, HeaderSideComponent_div_81_i_5_Template, 1, 0, "i",
|
|
11301
|
+
i0.ɵɵtemplate(5, HeaderSideComponent_div_81_i_5_Template, 1, 0, "i", 96);
|
|
11285
11302
|
i0.ɵɵelementEnd();
|
|
11286
11303
|
i0.ɵɵelementEnd();
|
|
11287
11304
|
} if (rf & 2) {
|
|
@@ -11295,7 +11312,7 @@ function HeaderSideComponent_div_81_Template(rf, ctx) { if (rf & 1) {
|
|
|
11295
11312
|
} }
|
|
11296
11313
|
const _c10 = function (a0) { return [a0]; };
|
|
11297
11314
|
function HeaderSideComponent_ng_template_82_Template(rf, ctx) { if (rf & 1) {
|
|
11298
|
-
i0.ɵɵelement(0, "announcement-dialog",
|
|
11315
|
+
i0.ɵɵelement(0, "announcement-dialog", 98);
|
|
11299
11316
|
} if (rf & 2) {
|
|
11300
11317
|
const data_r83 = ctx.$implicit;
|
|
11301
11318
|
i0.ɵɵproperty("data", i0.ɵɵpureFunction1(1, _c10, data_r83));
|
|
@@ -12752,7 +12769,7 @@ class HeaderSideComponent extends CustomAppBaseComponent {
|
|
|
12752
12769
|
});
|
|
12753
12770
|
}
|
|
12754
12771
|
}
|
|
12755
|
-
HeaderSideComponent.ɵfac = function HeaderSideComponent_Factory(t) { return new (t || HeaderSideComponent)(i0.ɵɵdirectiveInject(i1$
|
|
12772
|
+
HeaderSideComponent.ɵfac = function HeaderSideComponent_Factory(t) { return new (t || HeaderSideComponent)(i0.ɵɵdirectiveInject(i1$5.PushNotificationsService), i0.ɵɵdirectiveInject(ThemeService), i0.ɵɵdirectiveInject(i3$1.NgxUiLoaderService), i0.ɵɵdirectiveInject(LayoutService), i0.ɵɵdirectiveInject(i5$1.TranslateService), i0.ɵɵdirectiveInject(i2.Router), i0.ɵɵdirectiveInject(i5.CookieService), i0.ɵɵdirectiveInject(i1$3.MatDialog), i0.ɵɵdirectiveInject(CommonService), i0.ɵɵdirectiveInject(i3.Store), i0.ɵɵdirectiveInject(i2$2.PubNubAngular), i0.ɵɵdirectiveInject(AuthenticationService), i0.ɵɵdirectiveInject(i1$2.Actions), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i6.ToastrService), i0.ɵɵdirectiveInject(i15.StoreManagementService), i0.ɵɵdirectiveInject(ShellModulesService), i0.ɵɵdirectiveInject(ChatService), i0.ɵɵdirectiveInject(SignalrService), i0.ɵɵdirectiveInject(WINDOW)); };
|
|
12756
12773
|
HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderSideComponent, selectors: [["app-header-side"]], viewQuery: function HeaderSideComponent_Query(rf, ctx) { if (rf & 1) {
|
|
12757
12774
|
i0.ɵɵviewQuery(_c0$8, 5);
|
|
12758
12775
|
i0.ɵɵviewQuery(_c1$3, 5);
|
|
@@ -12766,7 +12783,7 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12766
12783
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.documentPopover = _t.first);
|
|
12767
12784
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.openAnnoucementDialogComponent = _t.first);
|
|
12768
12785
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fileUploadDropzonePopup = _t);
|
|
12769
|
-
} }, inputs: { notificPanel: "notificPanel" }, outputs: { opened: "opened" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 84, vars: 46, consts: [[1, "topbar", "remove-padding"], ["fxFlex", ""], [3, "reload", "isOpened", "openNewDashboard"], ["fxFlex", "", "fxLayout", "row", "fxHide.xs", "", "fxLayoutAlign", "center", 2, "vertical-align", "center"], ["fxFlex", "", "fxLayout", "row", "fxLayoutAlign", "end center"], ["class", "filter-data custom-box language-section", "style", "width:150px;", 3, "click", 4, "ngIf"], [4, "ngIf"], ["mat-icon-button", "", "matTooltipClass", "tooltipClass-mat", "class", "topbar-button-right theme-navbar-icon-color", 3, "matTooltip", "overflow", "matMenuTriggerFor", "click", 4, "ngIf"], ["notification", "matMenu"], ["mat-icon-button", "", "class", "topbar-button-right img-button", 3, "matMenuTriggerFor", "ngClass", "click", 4, "ngIf"], ["hasBackdrop", "", "scrollStrategy", "reposition", "verticalAlign", "below", "horizontalAlign", "before", 3, "autoFocus", "restoreFocus", "interactiveClose"], ["feedTimeSheet", ""], [3, "isFeedTimeSheet", "closeFeedTimeSheetPopup"], ["accountMenu", "matMenu"], ["mat-menu-item", "", 3, "click"], ["class", "activity-recorder recording-style", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "overflow", "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "satPopoverAnchorFor", "click", 4, "ngIf"], ["mat-menu-item", "", 3, "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "overflow", "matTooltip", "click", 4, "ngIf"], [1, "feedback-icon", 3, "satPopoverAnchorFor"], ["class", "k-i-loading", 4, "ngIf"], ["verticalAlign", "below", "hasBackdrop", "", "backdropClass", "backdrop-color", "horizontalAlign", "end", 3, "interactiveClose"], ["feedBackPopover", ""], [3, "closeDialog", 4, "ngIf"], [1, "dialog_window", 3, "click"], ["menu2", "matMenu"], ["id", "style-1", 1, "p-0", "m-0", "listof_assets", "store-list-dropdown"], [1, "compact-list"], ["class", "p-0 asset-card", 3, "routerLink", 4, "ngIf"], ["class", "welcome-note", 4, "ngIf"], ["hasBackdrop", "", "backdropClass", "testrun-popover", "scrollStrategy", "reposition", 3, "interactiveClose"], ["fileUploadDropzonePopover", ""], [1, "p-0", "mr-0", "custom-hrm-dropzone"], ["fxLayout", "row", 1, "card-title-text", "mat-bg-primary", "p-05"], ["fxFlex", "", 1, "text-center"], ["fxFlex", "20px", "fxLayoutAlign", "end center"], [1, "inline_edit_close_btn", "btn", 3, "click"], ["icon", "times"], [1, "m-1"], ["ngx-dropzone", "", "accept", ".json", 1, "custom-dropzone", "dropzone-height", 3, "change"], ["class", "custom-dropzone-preview", 3, "removable", "removed", 4, "ngFor", "ngForOf"], [1, "m-05", "text-muted", 2, "text-align", "center"], ["color", "primary", "mode", "determinate", 3, "value", 4, "ngIf"], ["class", "mt-05", "fxLayoutAlign", "center end", 4, "ngIf"], ["openAnnoucementDialogComponent", ""], [1, "filter-data", "custom-box", "language-section", 2, "width", "150px", 3, "click"], ["placeholder", "", "name", "selectedCompany", 3, "ngModel", "ngModelChange", "selectionChange"], ["fxLayout", "row", "fxLayoutGap", "15px", 4, "ngIf"], ["fxFlex", "", "fxLayoutAlign", "start center", 1, "search_goalinput", "ml-1", 2, "position", "sticky", "top", "0", "z-index", "1", "background-color", "white"], ["fxLayoutAlign", "start center"], [1, "full-width"], ["matInput", "", "autocomplete", "off", 1, "search_goal", 3, "placeholder", "ngModel", "ngModelChange"], ["fxLayoutAlign", "end center", 1, "close_icon", "masterdata-search-close"], ["class", "icon-button mr-05 mt-05", "aria-hidden", "false", "style", "cursor:pointer", 3, "click", 4, "ngIf"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", 3, "value", "matTooltip", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["fxLayout", "row", "fxLayoutGap", "15px"], [3, "ngStyle"], ["
|
|
12786
|
+
} }, inputs: { notificPanel: "notificPanel" }, outputs: { opened: "opened" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 84, vars: 46, consts: [[1, "topbar", "remove-padding"], ["fxFlex", ""], [3, "reload", "isOpened", "openNewDashboard"], ["fxFlex", "", "fxLayout", "row", "fxHide.xs", "", "fxLayoutAlign", "center", 2, "vertical-align", "center"], ["fxFlex", "", "fxLayout", "row", "fxLayoutAlign", "end center"], ["class", "filter-data custom-box language-section", "style", "width:150px;", 3, "click", 4, "ngIf"], [4, "ngIf"], ["mat-icon-button", "", "matTooltipClass", "tooltipClass-mat", "class", "topbar-button-right theme-navbar-icon-color", 3, "matTooltip", "overflow", "matMenuTriggerFor", "click", 4, "ngIf"], ["notification", "matMenu"], ["mat-icon-button", "", "class", "topbar-button-right img-button", 3, "matMenuTriggerFor", "ngClass", "click", 4, "ngIf"], ["hasBackdrop", "", "scrollStrategy", "reposition", "verticalAlign", "below", "horizontalAlign", "before", 3, "autoFocus", "restoreFocus", "interactiveClose"], ["feedTimeSheet", ""], [3, "isFeedTimeSheet", "closeFeedTimeSheetPopup"], ["accountMenu", "matMenu"], ["mat-menu-item", "", 3, "click"], ["class", "activity-recorder recording-style", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "overflow", "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "satPopoverAnchorFor", "click", 4, "ngIf"], ["mat-menu-item", "", 3, "click", 4, "ngIf"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "overflow", "matTooltip", "click", 4, "ngIf"], [1, "feedback-icon", 3, "satPopoverAnchorFor"], ["class", "k-i-loading", 4, "ngIf"], ["verticalAlign", "below", "hasBackdrop", "", "backdropClass", "backdrop-color", "horizontalAlign", "end", 3, "interactiveClose"], ["feedBackPopover", ""], [3, "closeDialog", 4, "ngIf"], [1, "dialog_window", 3, "click"], ["menu2", "matMenu"], ["id", "style-1", 1, "p-0", "m-0", "listof_assets", "store-list-dropdown"], [1, "compact-list"], ["class", "p-0 asset-card", 3, "routerLink", 4, "ngIf"], ["class", "welcome-note", 4, "ngIf"], ["hasBackdrop", "", "backdropClass", "testrun-popover", "scrollStrategy", "reposition", 3, "interactiveClose"], ["fileUploadDropzonePopover", ""], [1, "p-0", "mr-0", "custom-hrm-dropzone"], ["fxLayout", "row", 1, "card-title-text", "mat-bg-primary", "p-05"], ["fxFlex", "", 1, "text-center"], ["fxFlex", "20px", "fxLayoutAlign", "end center"], [1, "inline_edit_close_btn", "btn", 3, "click"], ["icon", "times"], [1, "m-1"], ["ngx-dropzone", "", "accept", ".json", 1, "custom-dropzone", "dropzone-height", 3, "change"], ["class", "custom-dropzone-preview", 3, "removable", "removed", 4, "ngFor", "ngForOf"], [1, "m-05", "text-muted", 2, "text-align", "center"], ["color", "primary", "mode", "determinate", 3, "value", 4, "ngIf"], ["class", "mt-05", "fxLayoutAlign", "center end", 4, "ngIf"], ["openAnnoucementDialogComponent", ""], [1, "filter-data", "custom-box", "language-section", 2, "width", "150px", 3, "click"], ["placeholder", "", "name", "selectedCompany", 3, "ngModel", "ngModelChange", "selectionChange"], ["fxLayout", "row", "fxLayoutGap", "15px", 4, "ngIf"], ["fxFlex", "", "fxLayoutAlign", "start center", 1, "search_goalinput", "ml-1", 2, "position", "sticky", "top", "0", "z-index", "1", "background-color", "white"], ["fxLayoutAlign", "start center"], [1, "full-width"], ["matInput", "", "autocomplete", "off", 1, "search_goal", 3, "placeholder", "ngModel", "ngModelChange"], ["fxLayoutAlign", "end center", 1, "close_icon", "masterdata-search-close"], ["class", "icon-button mr-05 mt-05", "aria-hidden", "false", "style", "cursor:pointer", 3, "click", 4, "ngIf"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", 3, "value", "matTooltip", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["fxLayout", "row", "fxLayoutGap", "15px"], [3, "ngStyle"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", "fxFlex", "calc(100% - 40px)", 1, "language-display", 2, "color", "black !important", 3, "matTooltip"], ["aria-hidden", "false", 1, "icon-button", "mr-05", "mt-05", 2, "cursor", "pointer", 3, "click"], ["matTooltipClass", "tooltipClass-mat", "matTooltipShowDelay", "400", 3, "value", "matTooltip"], ["fxLayout", "row", 1, "cursor-pointer"], [1, "ml-05"], ["matTooltipClass", "tooltipClass-mat", "mat-icon-button", "", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "ngClass", "click"], ["matTooltipClass", "tooltipClass-mat", "mat-icon-button", "", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "click"], ["mat-icon-button", "", "id", "feedTimeSheetComponent", "matTooltipClass", "tooltipClass-mat", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["mat-icon-button", "", "matTooltipClass", "tooltipClass-mat", 1, "topbar-button-right", "theme-navbar-icon-color", 3, "matTooltip", "matMenuTriggerFor", "click"], ["class", "notification-number mat-bg-warn", 4, "ngIf"], [1, "notification-number", "mat-bg-warn"], ["mat-icon-button", "", 1, "topbar-button-right", "img-button", 3, "matMenuTriggerFor", "ngClass", "click"], ["class", "icon-highlight-setter", "alt", "profile image", 3, "src", 4, "ngIf"], ["style", "margin-left: 4px !important;", 4, "ngIf"], ["alt", "profile image", 1, "icon-highlight-setter", 3, "src"], [2, "margin-left", "4px !important"], ["size", "30", 3, "name", "isRound"], [1, "activity-recorder", "recording-style"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "click"], ["mat-menu-item", "", "matTooltipClass", "tooltipClass-mat", 3, "matTooltip", "satPopoverAnchorFor", "click"], ["fileUploadDropzonePopup", "satPopoverAnchor"], [1, "k-i-loading"], [3, "closeDialog"], [1, "p-0", "asset-card", 3, "routerLink"], [1, "hide-content-overflow", "userStory-name-control", "store-dropdown-padding"], [1, "welcome-note"], [4, "ngIf", "ngIfElse"], ["elseSpan", ""], [1, "custom-dropzone-preview", 3, "removable", "removed"], [1, "custom-dropzone-label"], ["color", "primary", "mode", "determinate", 3, "value"], ["fxLayoutAlign", "center end", 1, "mt-05"], ["mat-button", "", "mat-raised-button", "", "color", "primary", 3, "click"], ["icon", "save", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", 1, "ml-1", 3, "click"], ["icon", "times", 1, "mr-05"], ["mat-button", "", "mat-raised-button", "", 1, "ml-1", 3, "disabled"], ["icon", "upload", 1, "mr-05"], ["class", "fa fa-spin fa-spinner", 4, "ngIf"], [1, "fa", "fa-spin", "fa-spinner"], [3, "data"]], template: function HeaderSideComponent_Template(rf, ctx) { if (rf & 1) {
|
|
12770
12787
|
const _r84 = i0.ɵɵgetCurrentView();
|
|
12771
12788
|
i0.ɵɵelementStart(0, "mat-toolbar", 0);
|
|
12772
12789
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -12961,7 +12978,7 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12961
12978
|
i0.ɵɵproperty("ngIf", ctx.filesPresent);
|
|
12962
12979
|
i0.ɵɵadvance(1);
|
|
12963
12980
|
i0.ɵɵproperty("ngIf", ctx.importingInProgress);
|
|
12964
|
-
} }, directives: [i19.MatToolbar, i20.DefaultFlexDirective, MenuComponent, i20.DefaultLayoutDirective, i22$1.DefaultShowHideDirective, i20.DefaultLayoutAlignDirective, i10.NgIf, i16.MatMenu, NotificationsComponent, i20$1.SatPopover, FeedTimeComponent, i16.MatMenuItem, i17.MatIcon, i7$2.MatDivider, i20$1.SatPopoverAnchor, i7.MatCardContent, i12.MatList, i7.MatCard, i7.MatCardTitle, i4.FaIconComponent, i33.NgxDropzoneComponent, i33.ɵb, i10.NgForOf, i34.MatSelect, i9.NgControlStatus, i9.NgModel, i34.MatSelectTrigger, i22.MatFormField, i23.MatInput, i9.DefaultValueAccessor, i20.DefaultLayoutGapDirective, i10.NgStyle, i22$1.DefaultStyleDirective,
|
|
12981
|
+
} }, directives: [i19.MatToolbar, i20.DefaultFlexDirective, MenuComponent, i20.DefaultLayoutDirective, i22$1.DefaultShowHideDirective, i20.DefaultLayoutAlignDirective, i10.NgIf, i16.MatMenu, NotificationsComponent, i20$1.SatPopover, FeedTimeComponent, i16.MatMenuItem, i17.MatIcon, i7$2.MatDivider, i20$1.SatPopoverAnchor, i7.MatCardContent, i12.MatList, i7.MatCard, i7.MatCardTitle, i4.FaIconComponent, i33.NgxDropzoneComponent, i33.ɵb, i10.NgForOf, i34.MatSelect, i9.NgControlStatus, i9.NgModel, i34.MatSelectTrigger, i22.MatFormField, i23.MatInput, i9.DefaultValueAccessor, i20.DefaultLayoutGapDirective, i10.NgStyle, i22$1.DefaultStyleDirective, i7$1.MatTooltip, i14.MatOption, i8.MatButton, i10.NgClass, i22$1.DefaultClassDirective, i16.MatMenuTrigger, AvatarComponent, FeedBackSubmissionComponent, i2.RouterLink, i33.NgxDropzonePreviewComponent, i28.MatProgressBar, AnnoucementDialogComponent], pipes: [i5$1.TranslatePipe, FetchSizedAndCachedImagePipe, RemoveSpecialCharactersPipe, SoftLabelPipe], styles: [".file-or-folder-icon[_ngcontent-%COMP%] {\n width: 50px;\n height: 50px;\n font-size: 50px;\n }\n\n .file-or-folder-name-align[_ngcontent-%COMP%] {\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n text-align: center;\n word-break: break-word;\n }\n\n .dropzone-height[_ngcontent-%COMP%] {\n height: 130px;\n }\n\n .custom-dropzone-preview[_ngcontent-%COMP%] {\n height: 100px !important;\n min-height: 100px !important;\n padding: 0px !important;\n }"], data: { animation: [
|
|
12965
12982
|
trigger('fade', [
|
|
12966
12983
|
transition('void => *', [
|
|
12967
12984
|
style({ opacity: 0 }),
|
|
@@ -12985,7 +13002,7 @@ HeaderSideComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderS
|
|
|
12985
13002
|
])
|
|
12986
13003
|
]
|
|
12987
13004
|
}]
|
|
12988
|
-
}], function () { return [{ type: i1$
|
|
13005
|
+
}], function () { return [{ type: i1$5.PushNotificationsService }, { type: ThemeService }, { type: i3$1.NgxUiLoaderService }, { type: LayoutService }, { type: i5$1.TranslateService }, { type: i2.Router }, { type: i5.CookieService }, { type: i1$3.MatDialog }, { type: CommonService }, { type: i3.Store }, { type: i2$2.PubNubAngular }, { type: AuthenticationService }, { type: i1$2.Actions }, { type: i0.ChangeDetectorRef }, { type: i6.ToastrService }, { type: i15.StoreManagementService }, { type: ShellModulesService }, { type: ChatService }, { type: SignalrService }, { type: Window, decorators: [{
|
|
12989
13006
|
type: Inject,
|
|
12990
13007
|
args: [WINDOW]
|
|
12991
13008
|
}] }]; }, { feedTimeSheetPopover: [{
|
|
@@ -16812,6 +16829,8 @@ LiveWelcomePageComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Li
|
|
|
16812
16829
|
}]
|
|
16813
16830
|
}], function () { return [{ type: i2.Router }, { type: i5$1.TranslateService }]; }, null); })();
|
|
16814
16831
|
|
|
16832
|
+
const avatarColors = ["#0000FF", "#A52A2A", "#D2691E", "#8B008B", "#8B0000", "#008000"];
|
|
16833
|
+
const avatarSourcePriorityOrder = [AvatarSource.CUSTOM, AvatarSource.INITIALS];
|
|
16815
16834
|
function HttpLoaderFactory(httpClient) {
|
|
16816
16835
|
return new TranslateHttpLoader(httpClient);
|
|
16817
16836
|
}
|
|
@@ -16858,6 +16877,7 @@ const COMPONENTS = [
|
|
|
16858
16877
|
CompanyPlansComponent,
|
|
16859
16878
|
LiveWelcomePageComponent,
|
|
16860
16879
|
CompanyInformationComponent,
|
|
16880
|
+
AvatarComponent,
|
|
16861
16881
|
];
|
|
16862
16882
|
class ShellModule {
|
|
16863
16883
|
constructor() {
|
|
@@ -16942,7 +16962,10 @@ ShellModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
|
16942
16962
|
NgxDatatableModule,
|
|
16943
16963
|
OwlNativeDateTimeModule,
|
|
16944
16964
|
TimeagoModule.forRoot(),
|
|
16945
|
-
|
|
16965
|
+
AvatarModule.forRoot({
|
|
16966
|
+
colors: avatarColors,
|
|
16967
|
+
sourcePriorityOrder: avatarSourcePriorityOrder
|
|
16968
|
+
}),
|
|
16946
16969
|
ToastrModule.forRoot({
|
|
16947
16970
|
timeOut: 5000
|
|
16948
16971
|
}),
|
|
@@ -16999,7 +17022,10 @@ ShellModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
|
16999
17022
|
NgxDatatableModule,
|
|
17000
17023
|
OwlNativeDateTimeModule,
|
|
17001
17024
|
TimeagoModule.forRoot(),
|
|
17002
|
-
|
|
17025
|
+
AvatarModule.forRoot({
|
|
17026
|
+
colors: avatarColors,
|
|
17027
|
+
sourcePriorityOrder: avatarSourcePriorityOrder
|
|
17028
|
+
}),
|
|
17003
17029
|
ToastrModule.forRoot({
|
|
17004
17030
|
timeOut: 5000
|
|
17005
17031
|
}),
|
|
@@ -17081,7 +17107,8 @@ ShellModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
|
17081
17107
|
PurchaseMoreLicensesComponent,
|
|
17082
17108
|
CompanyPlansComponent,
|
|
17083
17109
|
LiveWelcomePageComponent,
|
|
17084
|
-
CompanyInformationComponent
|
|
17110
|
+
CompanyInformationComponent,
|
|
17111
|
+
AvatarComponent], imports: [RouterModule,
|
|
17085
17112
|
//RouterModule.forChild(PaymentRoutes),
|
|
17086
17113
|
CommonModule,
|
|
17087
17114
|
FlexLayoutModule,
|
|
@@ -17108,7 +17135,7 @@ ShellModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
|
17108
17135
|
MatTableModule,
|
|
17109
17136
|
NgxDropzoneModule,
|
|
17110
17137
|
NgxDatatableModule,
|
|
17111
|
-
OwlNativeDateTimeModule, i35.TimeagoModule,
|
|
17138
|
+
OwlNativeDateTimeModule, i35.TimeagoModule, i1$4.AvatarModule, i6.ToastrModule, i3.StoreFeatureModule, i1$2.ɵngrx_modules_effects_effects_c, PerfectScrollbarModule,
|
|
17112
17139
|
MatCheckboxModule,
|
|
17113
17140
|
NgxDropzoneModule,
|
|
17114
17141
|
MatBadgeModule,
|
|
@@ -17149,7 +17176,8 @@ ShellModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
|
17149
17176
|
PurchaseMoreLicensesComponent,
|
|
17150
17177
|
CompanyPlansComponent,
|
|
17151
17178
|
LiveWelcomePageComponent,
|
|
17152
|
-
CompanyInformationComponent
|
|
17179
|
+
CompanyInformationComponent,
|
|
17180
|
+
AvatarComponent] }); })();
|
|
17153
17181
|
|
|
17154
17182
|
const ShellRouts = [
|
|
17155
17183
|
{
|
|
@@ -17169,5 +17197,5 @@ const ShellRouts = [
|
|
|
17169
17197
|
* Generated bundle index. Do not edit.
|
|
17170
17198
|
*/
|
|
17171
17199
|
|
|
17172
|
-
export { AccountAndBillingComponent, AdminLayoutComponent, AnnoucementDialogComponent, AvailableLangs, COMPONENTS, CompanyInformationComponent, CompanyPlansComponent, ConfirmationDialogComponent, CountTriggered, CustomAppBaseComponent, DocumentComponent, ExportConfigurationDialogComponent, FeedBackSubmissionComponent, FeedTimeComponent, FeedTimeDialogComponent, FetchSizedAndCachedImagePipe, HeaderSideComponent, HeaderTopComponent, HighLightTextPipe, HttpLoaderFactory, InitalStateOfUsersCompleted, LiveWelcomePageComponent, MenuComponent, MessageActionTypes, MessageCompleted, MessageTriggered, NotificationsComponent, OrderByPipe, PaymentMethodComponent, PresenceEventCompleted, ProductAndServicesComponent, PurchaseMoreLicensesComponent, ReceiveChannelUpdateModelCompleted, ReceiveMessageCompleted, ReceiveMessageTriggered, ReceiveSignalCompleted, RemoveSpecialCharactersPipe, RequestingStateOfUsersTriggered, SanitizeHtmlPipe, SendChannelUpdateModelTriggered, SendingSignalTriggered, ShellModule, ShellModulesService, ShellRouts, SideBarComponent, SidebarTopComponent, SidenavComponent, SoftLabelPipe, TransactionsComponent, UtcToLocalTimePipe, UtcToLocalTimeWithDatePipe, WorkItemsDialogComponent, WorkflowStatusFilterPipe, doesUserHavePermission, doesUserHavePermissionForEntityTypeFeature, getAllEntityTypeRoleFeatures, getAllRoleFeatures, getAllRoleFeaturesByUserId, getAuthenticatedUserModel, getAuthenticatedUserRecord, getAuthenticationState, getChatMessengerState, getCompanySettings, getCurrentActiveMenuCategoryMenuItems, getDemoRecordsDataDeletion, getEntityFeaturesLoading, getEntityRolePermissionsByProjectId, getErrorWhileUserIsLoggingIn, getIfUserIsAuthenticated, getIfUserIsLoggingIn, getIsStartEnabled, getMenuCategory, getMenuItemsAll, getMenuItemsEntities, getMenuItemsIds, getMenuItemsLoading, getMenuItemsState, getMenuItemsTotal, getNotificationAll, getNotificationEntities, getNotificationIds, getNotificationTotal, getNotificationUnreadTotal, getNotificationsLoading, getNotificationsState, getRoleFeaturesLoading, getSharedState, getThemeModel, getTimeShettButtonDetails, getUserEntityFeaturesLoading, getUserStoreId, isTimeSheetFetching, reducers, shellModulesInfo };
|
|
17200
|
+
export { AccountAndBillingComponent, AdminLayoutComponent, AnnoucementDialogComponent, AvailableLangs, AvatarComponent, COMPONENTS, CompanyInformationComponent, CompanyPlansComponent, ConfirmationDialogComponent, CountTriggered, CustomAppBaseComponent, DocumentComponent, ExportConfigurationDialogComponent, FeedBackSubmissionComponent, FeedTimeComponent, FeedTimeDialogComponent, FetchSizedAndCachedImagePipe, HeaderSideComponent, HeaderTopComponent, HighLightTextPipe, HttpLoaderFactory, InitalStateOfUsersCompleted, LiveWelcomePageComponent, MenuComponent, MessageActionTypes, MessageCompleted, MessageTriggered, NotificationsComponent, OrderByPipe, PaymentMethodComponent, PresenceEventCompleted, ProductAndServicesComponent, PurchaseMoreLicensesComponent, ReceiveChannelUpdateModelCompleted, ReceiveMessageCompleted, ReceiveMessageTriggered, ReceiveSignalCompleted, RemoveSpecialCharactersPipe, RequestingStateOfUsersTriggered, SanitizeHtmlPipe, SendChannelUpdateModelTriggered, SendingSignalTriggered, ShellModule, ShellModulesService, ShellRouts, SideBarComponent, SidebarTopComponent, SidenavComponent, SoftLabelPipe, TransactionsComponent, UtcToLocalTimePipe, UtcToLocalTimeWithDatePipe, WorkItemsDialogComponent, WorkflowStatusFilterPipe, doesUserHavePermission, doesUserHavePermissionForEntityTypeFeature, getAllEntityTypeRoleFeatures, getAllRoleFeatures, getAllRoleFeaturesByUserId, getAuthenticatedUserModel, getAuthenticatedUserRecord, getAuthenticationState, getChatMessengerState, getCompanySettings, getCurrentActiveMenuCategoryMenuItems, getDemoRecordsDataDeletion, getEntityFeaturesLoading, getEntityRolePermissionsByProjectId, getErrorWhileUserIsLoggingIn, getIfUserIsAuthenticated, getIfUserIsLoggingIn, getIsStartEnabled, getMenuCategory, getMenuItemsAll, getMenuItemsEntities, getMenuItemsIds, getMenuItemsLoading, getMenuItemsState, getMenuItemsTotal, getNotificationAll, getNotificationEntities, getNotificationIds, getNotificationTotal, getNotificationUnreadTotal, getNotificationsLoading, getNotificationsState, getRoleFeaturesLoading, getSharedState, getThemeModel, getTimeShettButtonDetails, getUserEntityFeaturesLoading, getUserStoreId, isTimeSheetFetching, reducers, shellModulesInfo };
|
|
17173
17201
|
//# sourceMappingURL=thetradeengineorg1-snova-shell-module.js.map
|