@thetradeengineorg1/snova-shell-module 0.0.1 → 0.0.2

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.
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from "@angular/core";
2
- import { StoreManagementService } from '@snovasys/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,7 +23,7 @@ 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 '@snovasys/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';
@@ -72,7 +72,7 @@ import * as i37 from "@angular/flex-layout";
72
72
  import * as i38 from "@angular/material/button";
73
73
  import * as i39 from "@ngx-translate/core";
74
74
  import * as i40 from "@ncstate/sat-popover";
75
- import * as i41 from "@snovasys/snova-ndc-dynamic";
75
+ import * as i41 from "@thetradeengineorg1/snova-ndc-dynamic";
76
76
  import * as i42 from "@angular/material/card";
77
77
  import * as i43 from "@angular/material/progress-bar";
78
78
  import * as i44 from "@fortawesome/angular-fontawesome";
@@ -96,7 +96,7 @@ import * as i61 from "@angular/material/table";
96
96
  import * as i62 from "ngx-dropzone";
97
97
  import * as i63 from "@swimlane/ngx-datatable";
98
98
  import * as i64 from "ngx-timeago";
99
- import * as i65 from "@snovasys/snova-avatar";
99
+ import * as i65 from "@thetradeengineorg1/snova-avatar";
100
100
  import * as i66 from "ngx-toastr";
101
101
  import * as i67 from "@ngrx/store";
102
102
  import * as i68 from "@ngrx/effects";
@@ -104,8 +104,8 @@ import * as i69 from "ngx-perfect-scrollbar";
104
104
  import * as i70 from "@angular/material/checkbox";
105
105
  import * as i71 from "@angular/material/badge";
106
106
  import * as i72 from "ng-push-ivy";
107
- import * as i73 from "@snovasys/snova-document-management";
108
- import * as i74 from "@snovasys/snova-file-uploader";
107
+ import * as i73 from "@thetradeengineorg1/snova-document-management";
108
+ import * as i74 from "@thetradeengineorg1/snova-file-uploader";
109
109
  export declare function HttpLoaderFactory(httpClient: HttpClient): TranslateHttpLoader;
110
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)[];
111
111
  export declare class ShellModule {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@thetradeengineorg1/snova-shell-module",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@angular/common": "12.1.1",
9
- "@angular/core": "12.1.1",
10
- "@angular/elements": "12.1.1"
8
+ "@angular/common": "6.0.1",
9
+ "@angular/core": "6.0.1",
10
+ "@angular/elements": "6.0.1"
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public"