@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.
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js +4522 -1014
- package/bundles/thetradeengineorg1-snova-shell-module.umd.js.map +1 -1
- package/esm2015/lib/globaldependencies/components/componentbase.js +9 -9
- package/esm2015/lib/globaldependencies/helpers/dom.helper.js +2 -1
- package/esm2015/lib/globaldependencies/helpers/moment-utc-date-adapter.js +11 -11
- package/esm2015/lib/globaldependencies/intercepter/jwt.interceptor.js +6 -6
- package/esm2015/lib/globaldependencies/pipes/fetchSizedAndCachedImage.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/highLightText.pipe.js +13 -13
- package/esm2015/lib/globaldependencies/pipes/orderby-pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/removeSpecialCharacters.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/sanitize.pipe.js +13 -13
- package/esm2015/lib/globaldependencies/pipes/softlabels.pipes.js +13 -13
- package/esm2015/lib/globaldependencies/pipes/utctolocaltime.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/utctolocaltimewithdate.pipe.js +11 -11
- package/esm2015/lib/globaldependencies/pipes/workflowstatus.pipes.js +11 -11
- package/esm2015/lib/shell-components/components/Payments/account.component.js +91 -20
- package/esm2015/lib/shell-components/components/Payments/company-information.js +322 -26
- package/esm2015/lib/shell-components/components/Payments/company-plans.component.js +509 -11
- package/esm2015/lib/shell-components/components/Payments/document.component.js +90 -18
- package/esm2015/lib/shell-components/components/Payments/payment-method.component.js +76 -18
- package/esm2015/lib/shell-components/components/Payments/product-service.component.js +317 -22
- package/esm2015/lib/shell-components/components/Payments/purchase-more-licenses.js +119 -22
- package/esm2015/lib/shell-components/components/Payments/transactions.component.js +132 -20
- package/esm2015/lib/shell-components/components/admin-layout/admin-layout.component.js +79 -22
- package/esm2015/lib/shell-components/components/all-work-items-dialog/all-work-items-dialog.component.js +29 -16
- package/esm2015/lib/shell-components/components/confirmation-dialog/confirmation-dialog.component.js +55 -19
- package/esm2015/lib/shell-components/components/export-import-configuration/export-configuration.component.js +174 -29
- package/esm2015/lib/shell-components/components/feed-time/feed-time-dialog.component.js +29 -16
- package/esm2015/lib/shell-components/components/feed-time/feed-time.component.js +20 -16
- package/esm2015/lib/shell-components/components/header-side/header-side.component.js +443 -102
- package/esm2015/lib/shell-components/components/header-top/header-top.component.js +143 -22
- package/esm2015/lib/shell-components/components/lives/lives-welcome-page.js +39 -10
- package/esm2015/lib/shell-components/components/menu/menu.component.js +182 -83
- package/esm2015/lib/shell-components/components/notifications/announcement-dialog.component.js +57 -20
- package/esm2015/lib/shell-components/components/notifications/notifications.component.js +99 -14
- package/esm2015/lib/shell-components/components/sidebar-top/sidebar-top.component.js +19 -13
- package/esm2015/lib/shell-components/components/sidenav/side-bar.component.js +226 -57
- package/esm2015/lib/shell-components/components/sidenav/sidenav.component.js +419 -23
- package/esm2015/lib/shell-components/components/submit-feedback/submit-feedback.component.js +17 -13
- package/esm2015/lib/shell-components/services/authentication.service.js +7 -7
- package/esm2015/lib/shell-components/services/chat.service.js +9 -9
- package/esm2015/lib/shell-components/services/common-used.service.js +7 -7
- package/esm2015/lib/shell-components/services/feature.service.js +7 -7
- package/esm2015/lib/shell-components/services/google-analytics.service.js +6 -6
- package/esm2015/lib/shell-components/services/layout.service.js +6 -6
- package/esm2015/lib/shell-components/services/payment.service.js +7 -7
- package/esm2015/lib/shell-components/services/recentSearch.service.js +9 -9
- package/esm2015/lib/shell-components/services/shell.modules.service.js +11 -11
- package/esm2015/lib/shell-components/services/signalr.service.js +9 -9
- package/esm2015/lib/shell-components/services/theme.service.js +115 -182
- package/esm2015/lib/shell-components/shell.module.js +190 -201
- package/esm2015/lib/shell-components/store/effects/authentication.effects.js +9 -9
- package/esm2015/lib/shell-components/store/effects/chat.effects.js +6 -6
- package/esm2015/lib/shell-components/store/effects/menuitems.effects.js +6 -6
- package/esm2015/lib/shell-components/store/effects/notification-validator.effects.js +6 -6
- package/esm2015/lib/shell-components/store/effects/notifications.effects.js +6 -6
- package/esm2015/public-api.js +1 -3
- package/fesm2015/thetradeengineorg1-snova-shell-module.js +4208 -1238
- package/fesm2015/thetradeengineorg1-snova-shell-module.js.map +1 -1
- package/lib/shell-components/components/Payments/document.component.d.ts +1 -1
- package/lib/shell-components/components/header-side/header-side.component.d.ts +2 -6
- package/lib/shell-components/components/sidenav/side-bar.component.d.ts +16 -15
- package/lib/shell-components/shell.module.d.ts +42 -44
- package/package.json +5 -2
- package/public-api.d.ts +0 -2
- package/esm2015/lib/globaldependencies/components/avatar.component.js +0 -28
- 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
|
|
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
|
|
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
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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
|
|
9
|
+
private store;
|
|
7
10
|
private router;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
showBackGroundColor: number;
|
|
11
|
+
menuItems$: Observable<IMenuItem[]>;
|
|
12
|
+
selectedRowIndex: number;
|
|
13
|
+
showBackGroundColor: number | null;
|
|
12
14
|
softLabels: SoftLabelConfigurationModel[];
|
|
13
|
-
constructor(
|
|
15
|
+
constructor(store: Store<State>, router: Router);
|
|
14
16
|
ngOnInit(): void;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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 "
|
|
71
|
-
import * as i36 from "@angular/
|
|
72
|
-
import * as i37 from "@angular/
|
|
73
|
-
import * as i38 from "@angular/
|
|
74
|
-
import * as i39 from "@
|
|
75
|
-
import * as i40 from "@
|
|
76
|
-
import * as i41 from "@
|
|
77
|
-
import * as i42 from "@
|
|
78
|
-
import * as i43 from "@angular/material/
|
|
79
|
-
import * as i44 from "@angular
|
|
80
|
-
import * as i45 from "@
|
|
81
|
-
import * as i46 from "@angular/
|
|
82
|
-
import * as i47 from "@angular/
|
|
83
|
-
import * as i48 from "@angular/material/
|
|
84
|
-
import * as i49 from "@angular/material/
|
|
85
|
-
import * as i50 from "@angular/material/
|
|
86
|
-
import * as i51 from "@angular/material/
|
|
87
|
-
import * as i52 from "@angular/material/
|
|
88
|
-
import * as i53 from "@angular/material/
|
|
89
|
-
import * as i54 from "@angular/material/
|
|
90
|
-
import * as i55 from "@angular/material/
|
|
91
|
-
import * as i56 from "@angular/material/
|
|
92
|
-
import * as i57 from "@angular/material/
|
|
93
|
-
import * as i58 from "
|
|
94
|
-
import * as i59 from "
|
|
95
|
-
import * as i60 from "
|
|
96
|
-
import * as i61 from "@angular/material/
|
|
97
|
-
import * as i62 from "
|
|
98
|
-
import * as i63 from "ngx-
|
|
99
|
-
import * as i64 from "
|
|
100
|
-
import * as i65 from "
|
|
101
|
-
import * as i66 from "ngx-
|
|
102
|
-
import * as i67 from "
|
|
103
|
-
import * as i68 from "@ngrx/
|
|
104
|
-
import * as i69 from "
|
|
105
|
-
import * as i70 from "
|
|
106
|
-
import * as i71 from "@angular/material/
|
|
107
|
-
import * as i72 from "
|
|
108
|
-
import * as i73 from "
|
|
109
|
-
import * as i74 from "@thetradeengineorg1/snova-
|
|
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
|
|
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
|
|
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": "
|
|
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
|
-
}
|