@thetradeengineorg1/snova-shell-module 0.0.262 → 1.0.1

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.
Files changed (67) hide show
  1. package/bundles/thetradeengineorg1-snova-shell-module.umd.js +4522 -1014
  2. package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
  3. package/esm2015/lib/globaldependencies/components/componentbase.js +9 -9
  4. package/esm2015/lib/globaldependencies/helpers/dom.helper.js +2 -1
  5. package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +11 -11
  6. package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +6 -6
  7. package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +11 -11
  8. package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +13 -13
  9. package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +11 -11
  10. package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +11 -11
  11. package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +13 -13
  12. package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +13 -13
  13. package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +11 -11
  14. package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +11 -11
  15. package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +11 -11
  16. package/esm2015/lib/shell-components/components/Payments/account.component.js +91 -20
  17. package/esm2015/lib/shell-components/components/Payments/company-information.js +322 -26
  18. package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +509 -11
  19. package/esm2015/lib/shell-components/components/Payments/document.component.js +90 -18
  20. package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +76 -18
  21. package/esm2015/lib/shell-components/components/Payments/product-service.component.js +317 -22
  22. package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +119 -22
  23. package/esm2015/lib/shell-components/components/Payments/transactions.component.js +132 -20
  24. package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +79 -22
  25. package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +29 -16
  26. package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +55 -19
  27. package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +174 -29
  28. package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +29 -16
  29. package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +20 -16
  30. package/esm2015/lib/shell-components/components/header-side/header-side.component.js +443 -102
  31. package/esm2015/lib/shell-components/components/header-top/header-top.component.js +143 -22
  32. package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +39 -10
  33. package/esm2015/lib/shell-components/components/menu/menu.component.js +182 -83
  34. package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +57 -20
  35. package/esm2015/lib/shell-components/components/notifications/notifications.component.js +99 -14
  36. package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +19 -13
  37. package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +226 -57
  38. package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +419 -23
  39. package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +17 -13
  40. package/esm2015/lib/shell-components/services/authentication.service.js +7 -7
  41. package/esm2015/lib/shell-components/services/chat.service.js +9 -9
  42. package/esm2015/lib/shell-components/services/common-used.service.js +7 -7
  43. package/esm2015/lib/shell-components/services/feature.service.js +7 -7
  44. package/esm2015/lib/shell-components/services/google-analytics.service.js +6 -6
  45. package/esm2015/lib/shell-components/services/layout.service.js +6 -6
  46. package/esm2015/lib/shell-components/services/payment.service.js +7 -7
  47. package/esm2015/lib/shell-components/services/recentSearch.service.js +9 -9
  48. package/esm2015/lib/shell-components/services/shell.modules.service.js +11 -11
  49. package/esm2015/lib/shell-components/services/signalr.service.js +9 -9
  50. package/esm2015/lib/shell-components/services/theme.service.js +115 -182
  51. package/esm2015/lib/shell-components/shell.module.js +190 -201
  52. package/esm2015/lib/shell-components/store/effects/authentication.effects.js +9 -9
  53. package/esm2015/lib/shell-components/store/effects/chat.effects.js +6 -6
  54. package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +6 -6
  55. package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +6 -6
  56. package/esm2015/lib/shell-components/store/effects/notifications.effects.js +6 -6
  57. package/esm2015/public-api.js +1 -3
  58. package/fesm2015/thetradeengineorg1-snova-shell-module.js +4208 -1238
  59. package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
  60. package/lib/shell-components/components/Payments/document.component.d.ts +1 -1
  61. package/lib/shell-components/components/header-side/header-side.component.d.ts +2 -6
  62. package/lib/shell-components/components/sidenav/side-bar.component.d.ts +16 -15
  63. package/lib/shell-components/shell.module.d.ts +42 -44
  64. package/package.json +5 -2
  65. package/public-api.d.ts +0 -2
  66. package/esm2015/lib/globaldependencies/components/avatar.component.js +0 -28
  67. package/lib/globaldependencies/components/avatar.component.d.ts +0 -10
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from "@angular/core";
2
- import { StoreManagementService } from "@thetradeengineorg1/snova-document-management";
2
+ import { StoreManagementService } from '@thetradeengineorg1/snova-document-management';
3
3
  import '../../../globaldependencies/helpers/fontawesome-icons';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class DocumentComponent implements OnInit {
@@ -23,13 +23,14 @@ import { CompaniesList } from '../../models/companieslist.model';
23
23
  import { StoreModel } from '../../models/store-model';
24
24
  import { ShellModulesService } from '../../services/shell.modules.service';
25
25
  import { NgxUiLoaderService, SPINNER } from 'ngx-ui-loader';
26
- import { FileResultModel, StoreManagementService } from "@thetradeengineorg1/snova-document-management";
26
+ import { FileResultModel, StoreManagementService } from '@thetradeengineorg1/snova-document-management';
27
27
  import { ToastrService } from 'ngx-toastr';
28
28
  import { ChatService } from '../../services/chat.service';
29
29
  import { PushNotificationsService } from 'ng-push-ivy';
30
30
  import { PubNubAngular } from 'pubnub-angular2';
31
31
  import { SignalrService } from '../../services/signalr.service';
32
32
  import * as i0 from "@angular/core";
33
+ /** @dynamic */
33
34
  export declare class HeaderSideComponent extends CustomAppBaseComponent implements OnInit {
34
35
  private pushNotifications;
35
36
  private themeService;
@@ -148,7 +149,6 @@ export declare class HeaderSideComponent extends CustomAppBaseComponent implemen
148
149
  previousMessage: any;
149
150
  publishingMessageOfUser: any;
150
151
  newNotificationsCount: any;
151
- avatarColors: string[];
152
152
  constructor(pushNotifications: PushNotificationsService, themeService: ThemeService, ngxService: NgxUiLoaderService, layout: LayoutService, translate: TranslateService, router: Router, cookieService: CookieService, dialog: MatDialog, commonService: CommonService, store: Store<State>, pubnub: PubNubAngular, authService: AuthenticationService, actionUpdates$: Actions, cdRef: ChangeDetectorRef, toastr: ToastrService, storeManagementService: StoreManagementService, ShellModulesService: ShellModulesService, chatService: ChatService, signalr: SignalrService, window: Window);
153
153
  signOutUserChannels(): Promise<void>;
154
154
  subScribingToPresenceChannel(): Promise<void>;
@@ -206,15 +206,11 @@ export declare class HeaderSideComponent extends CustomAppBaseComponent implemen
206
206
  importDynamicJson(configuredJsonURL: any): void;
207
207
  closeSearch(): void;
208
208
  searchCompanies(companies: any, search: any): any;
209
- trackByCompanyId(index: number, company: any): string;
210
209
  ngOnDestroy(): void;
211
210
  onNavigateToBillingScreen(): void;
212
211
  onNavigateToPricingScreen(): void;
213
212
  getIntroDetails(): void;
214
213
  getTeamMembers(): void;
215
- getAvatarColor(name: string): string;
216
- private stringToNumber;
217
- getInitials(name: string): string;
218
214
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSideComponent, never>;
219
215
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSideComponent, "app-header-side", never, { "notificPanel": "notificPanel"; }, { "opened": "opened"; }, never, never>;
220
216
  }
@@ -1,23 +1,24 @@
1
- import { Router } from '@angular/router';
2
- import { SoftLabelConfigurationModel } from '../../models/softlabels-model';
3
- import { RecentSearchService } from '../../services/recentSearch.service';
1
+ import { Router } from "@angular/router";
2
+ import { Store } from "@ngrx/store";
3
+ import { Observable } from "rxjs";
4
+ import { State } from "./../../store/reducers/index";
5
+ import { IMenuItem } from "../../models/IMenuItem";
6
+ import { SoftLabelConfigurationModel } from "../../models/softlabels-model";
4
7
  import * as i0 from "@angular/core";
5
8
  export declare class SideBarComponent {
6
- private recentSearchService;
9
+ private store;
7
10
  private router;
8
- menuItem: any[];
9
- items: any[];
10
- selectedRowIndex: any;
11
- showBackGroundColor: number;
11
+ menuItems$: Observable<IMenuItem[]>;
12
+ selectedRowIndex: number;
13
+ showBackGroundColor: number | null;
12
14
  softLabels: SoftLabelConfigurationModel[];
13
- constructor(recentSearchService: RecentSearchService, router: Router);
15
+ constructor(store: Store<State>, router: Router);
14
16
  ngOnInit(): void;
15
- getSoftLabelConfigurations(): void;
16
- getMenuItems(): void;
17
- routerActive(): void;
18
- enter(i: any): void;
19
- leave(i: any): void;
20
- openMenu(link: any): void;
17
+ routerActive(menuList: IMenuItem[]): void;
18
+ enter(i: number): void;
19
+ leave(i: number): void;
20
+ toggleDropdown(item: any): void;
21
+ selectMenu(index: number, link?: string): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SideBarComponent, never>;
22
23
  static ɵcmp: i0.ɵɵComponentDeclaration<SideBarComponent, "app-sidebar", never, {}, {}, never, never>;
23
24
  }
@@ -31,7 +31,6 @@ import { PaymentMethodComponent } from './components/Payments/payment-method.com
31
31
  import { PurchaseMoreLicensesComponent } from './components/Payments/purchase-more-licenses';
32
32
  import { CompanyPlansComponent } from './components/Payments/company-plans.component';
33
33
  import { LiveWelcomePageComponent } from './components/lives/lives-welcome-page';
34
- import { AvatarComponent } from '../globaldependencies/components/avatar.component';
35
34
  import * as i0 from "@angular/core";
36
35
  import * as i1 from "./components/admin-layout/admin-layout.component";
37
36
  import * as i2 from "./components/confirmation-dialog/confirmation-dialog.component";
@@ -67,53 +66,52 @@ import * as i31 from "./components/Payments/payment-method.component";
67
66
  import * as i32 from "./components/Payments/purchase-more-licenses";
68
67
  import * as i33 from "./components/Payments/company-plans.component";
69
68
  import * as i34 from "./components/lives/lives-welcome-page";
70
- import * as i35 from "../globaldependencies/components/avatar.component";
71
- import * as i36 from "@angular/router";
72
- import * as i37 from "@angular/common";
73
- import * as i38 from "@angular/flex-layout";
74
- import * as i39 from "@angular/material/button";
75
- import * as i40 from "@ngx-translate/core";
76
- import * as i41 from "@ncstate/sat-popover";
77
- import * as i42 from "@thetradeengineorg1/snova-ndc-dynamic";
78
- import * as i43 from "@angular/material/card";
79
- import * as i44 from "@angular/material/progress-bar";
80
- import * as i45 from "@fortawesome/angular-fontawesome";
81
- import * as i46 from "@angular/material/input";
82
- import * as i47 from "@angular/forms";
83
- import * as i48 from "@angular/material/tooltip";
84
- import * as i49 from "@angular/material/icon";
85
- import * as i50 from "@angular/material/snack-bar";
86
- import * as i51 from "@angular/material/select";
87
- import * as i52 from "@angular/material/dialog";
88
- import * as i53 from "@angular/material/menu";
89
- import * as i54 from "@angular/material/sidenav";
90
- import * as i55 from "@angular/material/list";
91
- import * as i56 from "@angular/material/toolbar";
92
- import * as i57 from "@angular/material/grid-list";
93
- import * as i58 from "@angular/material/progress-spinner";
94
- import * as i59 from "ng-pick-datetime";
95
- import * as i60 from "ngx-ui-loader";
96
- import * as i61 from "@angular/material/tabs";
97
- import * as i62 from "@angular/material/table";
98
- import * as i63 from "ngx-dropzone";
99
- import * as i64 from "@swimlane/ngx-datatable";
100
- import * as i65 from "ngx-timeago";
101
- import * as i66 from "ngx-avatar";
102
- import * as i67 from "ngx-toastr";
103
- import * as i68 from "@ngrx/store";
104
- import * as i69 from "@ngrx/effects";
105
- import * as i70 from "ngx-perfect-scrollbar";
106
- import * as i71 from "@angular/material/checkbox";
107
- import * as i72 from "@angular/material/badge";
108
- import * as i73 from "ng-push-ivy";
109
- import * as i74 from "@thetradeengineorg1/snova-document-management";
110
- import * as i75 from "@thetradeengineorg1/snova-file-uploader";
69
+ import * as i35 from "@angular/router";
70
+ import * as i36 from "@angular/common";
71
+ import * as i37 from "@angular/flex-layout";
72
+ import * as i38 from "@angular/material/button";
73
+ import * as i39 from "@ngx-translate/core";
74
+ import * as i40 from "@ncstate/sat-popover";
75
+ import * as i41 from "@thetradeengineorg1/snova-ndc-dynamic";
76
+ import * as i42 from "@angular/material/card";
77
+ import * as i43 from "@angular/material/progress-bar";
78
+ import * as i44 from "@fortawesome/angular-fontawesome";
79
+ import * as i45 from "@angular/material/input";
80
+ import * as i46 from "@angular/forms";
81
+ import * as i47 from "@angular/material/tooltip";
82
+ import * as i48 from "@angular/material/icon";
83
+ import * as i49 from "@angular/material/snack-bar";
84
+ import * as i50 from "@angular/material/select";
85
+ import * as i51 from "@angular/material/dialog";
86
+ import * as i52 from "@angular/material/menu";
87
+ import * as i53 from "@angular/material/sidenav";
88
+ import * as i54 from "@angular/material/list";
89
+ import * as i55 from "@angular/material/toolbar";
90
+ import * as i56 from "@angular/material/grid-list";
91
+ import * as i57 from "@angular/material/progress-spinner";
92
+ import * as i58 from "ng-pick-datetime";
93
+ import * as i59 from "ngx-ui-loader";
94
+ import * as i60 from "@angular/material/tabs";
95
+ import * as i61 from "@angular/material/table";
96
+ import * as i62 from "ngx-dropzone";
97
+ import * as i63 from "@swimlane/ngx-datatable";
98
+ import * as i64 from "ngx-timeago";
99
+ import * as i65 from "@thetradeengineorg1/snova-avatar";
100
+ import * as i66 from "ngx-toastr";
101
+ import * as i67 from "@ngrx/store";
102
+ import * as i68 from "@ngrx/effects";
103
+ import * as i69 from "ngx-perfect-scrollbar";
104
+ import * as i70 from "@angular/material/checkbox";
105
+ import * as i71 from "@angular/material/badge";
106
+ import * as i72 from "ng-push-ivy";
107
+ import * as i73 from "@thetradeengineorg1/snova-document-management";
108
+ import * as i74 from "@thetradeengineorg1/snova-file-uploader";
111
109
  export declare function HttpLoaderFactory(httpClient: HttpClient): TranslateHttpLoader;
112
- export declare const COMPONENTS: (typeof CustomAppBaseComponent | typeof SoftLabelPipe | typeof WorkflowStatusFilterPipe | typeof FetchSizedAndCachedImagePipe | typeof SanitizeHtmlPipe | typeof AdminLayoutComponent | typeof ConfirmationDialogComponent | typeof WorkItemsDialogComponent | typeof FeedTimeDialogComponent | typeof ExportConfigurationDialogComponent | typeof HeaderSideComponent | typeof HeaderTopComponent | typeof MenuComponent | typeof AnnoucementDialogComponent | typeof NotificationsComponent | typeof SidebarTopComponent | typeof SidenavComponent | typeof FeedBackSubmissionComponent | typeof FeedTimeComponent | typeof SideBarComponent | typeof AccountAndBillingComponent | typeof PurchaseMoreLicensesComponent | typeof ProductAndServicesComponent | typeof CompanyInformationComponent | typeof DocumentComponent | typeof TransactionsComponent | typeof PaymentMethodComponent | typeof CompanyPlansComponent | typeof LiveWelcomePageComponent | typeof AvatarComponent)[];
110
+ export declare const COMPONENTS: (typeof CustomAppBaseComponent | typeof SoftLabelPipe | typeof WorkflowStatusFilterPipe | typeof FetchSizedAndCachedImagePipe | typeof SanitizeHtmlPipe | typeof AdminLayoutComponent | typeof ConfirmationDialogComponent | typeof WorkItemsDialogComponent | typeof FeedTimeDialogComponent | typeof AnnoucementDialogComponent | typeof ExportConfigurationDialogComponent | typeof HeaderSideComponent | typeof HeaderTopComponent | typeof MenuComponent | typeof NotificationsComponent | typeof SidebarTopComponent | typeof SidenavComponent | typeof FeedBackSubmissionComponent | typeof FeedTimeComponent | typeof SideBarComponent | typeof AccountAndBillingComponent | typeof PurchaseMoreLicensesComponent | typeof ProductAndServicesComponent | typeof CompanyInformationComponent | typeof DocumentComponent | typeof TransactionsComponent | typeof PaymentMethodComponent | typeof CompanyPlansComponent | typeof LiveWelcomePageComponent)[];
113
111
  export declare class ShellModule {
114
112
  constructor();
115
113
  static forChild(config: shellModulesInfo): ModuleWithProviders<ShellModule>;
116
114
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellModule, never>;
117
- static ɵmod: i0.ɵɵNgModuleDeclaration<ShellModule, [typeof i1.AdminLayoutComponent, typeof i2.ConfirmationDialogComponent, typeof i3.ExportConfigurationDialogComponent, typeof i4.HeaderSideComponent, typeof i5.HeaderTopComponent, typeof i6.MenuComponent, typeof i7.AnnoucementDialogComponent, typeof i8.NotificationsComponent, typeof i9.SidebarTopComponent, typeof i10.SidenavComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i12.CustomAppBaseComponent, typeof i13.SoftLabelPipe, typeof i14.HighLightTextPipe, typeof i15.UtcToLocalTimeWithDatePipe, typeof i16.WorkflowStatusFilterPipe, typeof i17.FetchSizedAndCachedImagePipe, typeof i18.OrderByPipe, typeof i19.UtcToLocalTimePipe, typeof i20.SanitizeHtmlPipe, typeof i21.WorkItemsDialogComponent, typeof i22.FeedTimeDialogComponent, typeof i23.FeedBackSubmissionComponent, typeof i24.FeedTimeComponent, typeof i25.SideBarComponent, typeof i26.AccountAndBillingComponent, typeof i27.ProductAndServicesComponent, typeof i28.CompanyInformationComponent, typeof i29.DocumentComponent, typeof i30.TransactionsComponent, typeof i31.PaymentMethodComponent, typeof i32.PurchaseMoreLicensesComponent, typeof i33.CompanyPlansComponent, typeof i34.LiveWelcomePageComponent, typeof i28.CompanyInformationComponent, typeof i35.AvatarComponent], [typeof i36.RouterModule, typeof i37.CommonModule, typeof i38.FlexLayoutModule, typeof i39.MatButtonModule, typeof i40.TranslateModule, typeof i41.SatPopoverModule, typeof i42.DynamicModule, typeof i43.MatCardModule, typeof i44.MatProgressBarModule, typeof i45.FontAwesomeModule, typeof i46.MatInputModule, typeof i47.FormsModule, typeof i48.MatTooltipModule, typeof i49.MatIconModule, typeof i47.ReactiveFormsModule, typeof i50.MatSnackBarModule, typeof i51.MatSelectModule, typeof i52.MatDialogModule, typeof i53.MatMenuModule, typeof i54.MatSidenavModule, typeof i55.MatListModule, typeof i56.MatToolbarModule, typeof i57.MatGridListModule, typeof i58.MatProgressSpinnerModule, typeof i59.OwlDateTimeModule, typeof i60.NgxUiLoaderModule, typeof i61.MatTabsModule, typeof i62.MatTableModule, typeof i63.NgxDropzoneModule, typeof i64.NgxDatatableModule, typeof i59.OwlNativeDateTimeModule, typeof i65.TimeagoModule, typeof i66.AvatarModule, typeof i67.ToastrModule, typeof i68.StoreFeatureModule, typeof i69.ɵngrx_modules_effects_effects_c, typeof i70.PerfectScrollbarModule, typeof i71.MatCheckboxModule, typeof i63.NgxDropzoneModule, typeof i72.MatBadgeModule, typeof i73.PushNotificationsModule, typeof i74.DocumentManagementModule, typeof i75.DropZoneModule], [typeof i1.AdminLayoutComponent, typeof i2.ConfirmationDialogComponent, typeof i3.ExportConfigurationDialogComponent, typeof i4.HeaderSideComponent, typeof i5.HeaderTopComponent, typeof i6.MenuComponent, typeof i7.AnnoucementDialogComponent, typeof i8.NotificationsComponent, typeof i9.SidebarTopComponent, typeof i10.SidenavComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i12.CustomAppBaseComponent, typeof i13.SoftLabelPipe, typeof i14.HighLightTextPipe, typeof i15.UtcToLocalTimeWithDatePipe, typeof i16.WorkflowStatusFilterPipe, typeof i17.FetchSizedAndCachedImagePipe, typeof i18.OrderByPipe, typeof i19.UtcToLocalTimePipe, typeof i20.SanitizeHtmlPipe, typeof i21.WorkItemsDialogComponent, typeof i22.FeedTimeDialogComponent, typeof i23.FeedBackSubmissionComponent, typeof i24.FeedTimeComponent, typeof i25.SideBarComponent, typeof i26.AccountAndBillingComponent, typeof i27.ProductAndServicesComponent, typeof i28.CompanyInformationComponent, typeof i29.DocumentComponent, typeof i30.TransactionsComponent, typeof i31.PaymentMethodComponent, typeof i32.PurchaseMoreLicensesComponent, typeof i33.CompanyPlansComponent, typeof i34.LiveWelcomePageComponent, typeof i28.CompanyInformationComponent, typeof i35.AvatarComponent]>;
115
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ShellModule, [typeof i1.AdminLayoutComponent, typeof i2.ConfirmationDialogComponent, typeof i3.ExportConfigurationDialogComponent, typeof i4.HeaderSideComponent, typeof i5.HeaderTopComponent, typeof i6.MenuComponent, typeof i7.AnnoucementDialogComponent, typeof i8.NotificationsComponent, typeof i9.SidebarTopComponent, typeof i10.SidenavComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i12.CustomAppBaseComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i13.SoftLabelPipe, typeof i14.HighLightTextPipe, typeof i15.UtcToLocalTimeWithDatePipe, typeof i16.WorkflowStatusFilterPipe, typeof i17.FetchSizedAndCachedImagePipe, typeof i18.OrderByPipe, typeof i19.UtcToLocalTimePipe, typeof i20.SanitizeHtmlPipe, typeof i21.WorkItemsDialogComponent, typeof i22.FeedTimeDialogComponent, typeof i23.FeedBackSubmissionComponent, typeof i24.FeedTimeComponent, typeof i25.SideBarComponent, typeof i26.AccountAndBillingComponent, typeof i27.ProductAndServicesComponent, typeof i28.CompanyInformationComponent, typeof i29.DocumentComponent, typeof i30.TransactionsComponent, typeof i31.PaymentMethodComponent, typeof i32.PurchaseMoreLicensesComponent, typeof i33.CompanyPlansComponent, typeof i34.LiveWelcomePageComponent], [typeof i35.RouterModule, typeof i36.CommonModule, typeof i37.FlexLayoutModule, typeof i38.MatButtonModule, typeof i39.TranslateModule, typeof i40.SatPopoverModule, typeof i41.DynamicModule, typeof i42.MatCardModule, typeof i43.MatProgressBarModule, typeof i44.FontAwesomeModule, typeof i45.MatInputModule, typeof i46.FormsModule, typeof i47.MatTooltipModule, typeof i48.MatIconModule, typeof i46.ReactiveFormsModule, typeof i49.MatSnackBarModule, typeof i50.MatSelectModule, typeof i51.MatDialogModule, typeof i52.MatMenuModule, typeof i53.MatSidenavModule, typeof i54.MatListModule, typeof i55.MatToolbarModule, typeof i56.MatGridListModule, typeof i57.MatProgressSpinnerModule, typeof i58.OwlDateTimeModule, typeof i59.NgxUiLoaderModule, typeof i60.MatTabsModule, typeof i61.MatTableModule, typeof i62.NgxDropzoneModule, typeof i63.NgxDatatableModule, typeof i58.OwlNativeDateTimeModule, typeof i64.TimeagoModule, typeof i65.SnovasysAvatarModule, typeof i66.ToastrModule, typeof i67.StoreFeatureModule, typeof i68.ɵngrx_modules_effects_effects_c, typeof i69.PerfectScrollbarModule, typeof i70.MatCheckboxModule, typeof i62.NgxDropzoneModule, typeof i71.MatBadgeModule, typeof i72.PushNotificationsModule, typeof i73.DocumentManagementModule, typeof i74.DropZoneModule], [typeof i1.AdminLayoutComponent, typeof i2.ConfirmationDialogComponent, typeof i3.ExportConfigurationDialogComponent, typeof i4.HeaderSideComponent, typeof i5.HeaderTopComponent, typeof i6.MenuComponent, typeof i7.AnnoucementDialogComponent, typeof i8.NotificationsComponent, typeof i9.SidebarTopComponent, typeof i10.SidenavComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i12.CustomAppBaseComponent, typeof i11.RemoveSpecialCharactersPipe, typeof i13.SoftLabelPipe, typeof i14.HighLightTextPipe, typeof i15.UtcToLocalTimeWithDatePipe, typeof i16.WorkflowStatusFilterPipe, typeof i17.FetchSizedAndCachedImagePipe, typeof i18.OrderByPipe, typeof i19.UtcToLocalTimePipe, typeof i20.SanitizeHtmlPipe, typeof i21.WorkItemsDialogComponent, typeof i22.FeedTimeDialogComponent, typeof i23.FeedBackSubmissionComponent, typeof i24.FeedTimeComponent, typeof i25.SideBarComponent, typeof i26.AccountAndBillingComponent, typeof i27.ProductAndServicesComponent, typeof i28.CompanyInformationComponent, typeof i29.DocumentComponent, typeof i30.TransactionsComponent, typeof i31.PaymentMethodComponent, typeof i32.PurchaseMoreLicensesComponent, typeof i33.CompanyPlansComponent, typeof i34.LiveWelcomePageComponent]>;
118
116
  static ɵinj: i0.ɵɵInjectorDeclaration<ShellModule>;
119
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thetradeengineorg1/snova-shell-module",
3
- "version": "0.0.262",
3
+ "version": "1.0.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -15,5 +15,8 @@
15
15
  "esm2015": "esm2015/thetradeengineorg1-snova-shell-module.js",
16
16
  "fesm2015": "fesm2015/thetradeengineorg1-snova-shell-module.js",
17
17
  "typings": "thetradeengineorg1-snova-shell-module.d.ts",
18
- "sideEffects": false
18
+ "sideEffects": false,
19
+ "scripts": {
20
+ "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
21
+ }
19
22
  }
package/public-api.d.ts CHANGED
@@ -37,7 +37,6 @@ import { RemoveSpecialCharactersPipe } from './lib/globaldependencies/pipes/remo
37
37
  import { SoftLabelPipe } from './lib/globaldependencies/pipes/softlabels.pipes';
38
38
  import { CustomAppBaseComponent } from './lib/globaldependencies/components/componentbase';
39
39
  import { LiveWelcomePageComponent } from './lib/shell-components/components/lives/lives-welcome-page';
40
- import { AvatarComponent } from './lib/globaldependencies/components/avatar.component';
41
40
  export { AdminLayoutComponent };
42
41
  export { ConfirmationDialogComponent };
43
42
  export { HeaderSideComponent };
@@ -50,7 +49,6 @@ export { SidenavComponent };
50
49
  export { ShellModulesService };
51
50
  export { shellModulesInfo };
52
51
  export { ShellRouts };
53
- export { AvatarComponent };
54
52
  export { MessageActionTypes, CountTriggered, MessageTriggered, ChatWebActions, SendChannelUpdateModelTriggered, ReceiveChannelUpdateModelCompleted, SendingSignalTriggered, ReceiveSignalCompleted, MessageCompleted, PresenceEventCompleted, InitalStateOfUsersCompleted, ReceiveMessageCompleted, ReceiveMessageTriggered, RequestingStateOfUsersTriggered } from './lib/shell-components/store/actions/chat.actions';
55
53
  export { State } from './lib/shell-components/store/reducers/chat.reducers';
56
54
  export * from './lib/shell-components/store/reducers/index';
@@ -1,28 +0,0 @@
1
- import { Component, Input } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "ngx-avatar";
4
- export class AvatarComponent {
5
- constructor() {
6
- this.avatarClass = "btrak-avatar";
7
- }
8
- }
9
- AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.1.1", type: AvatarComponent, selector: "app-avatar", inputs: { name: "name", src: "src", isRound: "isRound", size: "size", avatarClass: "avatarClass" }, ngImport: i0, template: "\r\n<ngx-avatar\r\n [class]=\"avatarClass\"\r\n [name]=\"name\"\r\n [src]=\"src\"\r\n initialsSize=\"2\"\r\n [round]=\"isRound\"\r\n [size]=\"size\"\r\n >\r\n</ngx-avatar>", components: [{ type: i1.ɵa, selector: "ngx-avatar", inputs: ["round", "size", "textSizeRatio", "fgColor", "style", "cornerRadius", "bgColor", "borderColor", "facebookId", "twitterId", "googleId", "vkontakteId", "skypeId", "gravatarId", "githubId", "src", "name", "value", "placeholder", "initialsSize"], outputs: ["clickOnAvatar"] }] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.1", ngImport: i0, type: AvatarComponent, decorators: [{
12
- type: Component,
13
- args: [{
14
- selector: "app-avatar",
15
- templateUrl: "./avatar.component.html",
16
- }]
17
- }], propDecorators: { name: [{
18
- type: Input
19
- }], src: [{
20
- type: Input
21
- }], isRound: [{
22
- type: Input
23
- }], size: [{
24
- type: Input
25
- }], avatarClass: [{
26
- type: Input
27
- }] } });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZhdGFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NoZWxsLW1vZHVsZS1jb21wb25lbnRzL3NoZWxsLWNvbXBvbmVudHMvc3JjL2xpYi9nbG9iYWxkZXBlbmRlbmNpZXMvY29tcG9uZW50cy9hdmF0YXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc2hlbGwtbW9kdWxlLWNvbXBvbmVudHMvc2hlbGwtY29tcG9uZW50cy9zcmMvbGliL2dsb2JhbGRlcGVuZGVuY2llcy9jb21wb25lbnRzL2F2YXRhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULEtBQUssRUFDTixNQUFNLGVBQWUsQ0FBQzs7O0FBT3ZCLE1BQU0sT0FBTyxlQUFlO0lBTDVCO1FBVVcsZ0JBQVcsR0FBVSxjQUFjLENBQUE7S0FDN0M7OzRHQU5ZLGVBQWU7Z0dBQWYsZUFBZSxzSkNWOUIsd1BBU2E7MkZEQ0UsZUFBZTtrQkFMM0IsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsWUFBWTtvQkFDdEIsV0FBVyxFQUFFLHlCQUF5QjtpQkFFdkM7OEJBRVUsSUFBSTtzQkFBWixLQUFLO2dCQUNHLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gICAgQ29tcG9uZW50LFxyXG4gICAgSW5wdXRcclxuICB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbiAgXHJcbiAgQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogXCJhcHAtYXZhdGFyXCIsXHJcbiAgICB0ZW1wbGF0ZVVybDogXCIuL2F2YXRhci5jb21wb25lbnQuaHRtbFwiLFxyXG4gICBcclxuICB9KVxyXG4gIGV4cG9ydCBjbGFzcyBBdmF0YXJDb21wb25lbnQge1xyXG4gICAgQElucHV0KCkgbmFtZTogc3RyaW5nO1xyXG4gICAgQElucHV0KCkgc3JjOiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBpc1JvdW5kOiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBzaXplOiBzdHJpbmc7XHJcbiAgICBASW5wdXQoKSBhdmF0YXJDbGFzczogc3RyaW5nID1cImJ0cmFrLWF2YXRhclwiXHJcbiAgfVxyXG4gICIsIlxyXG48bmd4LWF2YXRhclxyXG4gICAgICAgICAgICBbY2xhc3NdPVwiYXZhdGFyQ2xhc3NcIlxyXG4gICAgICAgICAgICBbbmFtZV09XCJuYW1lXCJcclxuICAgICAgICAgICAgW3NyY109XCJzcmNcIlxyXG4gICAgICAgICAgICBpbml0aWFsc1NpemU9XCIyXCJcclxuICAgICAgICAgICAgW3JvdW5kXT1cImlzUm91bmRcIlxyXG4gICAgICAgICAgICBbc2l6ZV09XCJzaXplXCJcclxuICAgICAgICAgID5cclxuPC9uZ3gtYXZhdGFyPiJdfQ==
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AvatarComponent {
3
- name: string;
4
- src: string;
5
- isRound: string;
6
- size: string;
7
- avatarClass: string;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "app-avatar", never, { "name": "name"; "src": "src"; "isRound": "isRound"; "size": "size"; "avatarClass": "avatarClass"; }, {}, never, never>;
10
- }