@posiwise/enterprise-module 0.0.101 → 0.0.102
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/package.json
CHANGED
|
@@ -6,25 +6,27 @@ import { Subscription, User, Plotly } from '@posiwise/common-utilities';
|
|
|
6
6
|
import * as _angular_forms from '@angular/forms';
|
|
7
7
|
import { UntypedFormGroup, UntypedFormArray, UntypedFormBuilder } from '@angular/forms';
|
|
8
8
|
import { AdminService } from '@posiwise/admin-module-utils';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i25 from 'ngx-uploader';
|
|
10
10
|
import { UploadFile, UploadInput, UploaderOptions, UploadOutput } from 'ngx-uploader';
|
|
11
11
|
import { LazyLoadEvent, MenuItem } from 'primeng/api';
|
|
12
12
|
import { AutoComplete } from 'primeng/autocomplete';
|
|
13
13
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
14
14
|
import * as i10 from '@angular/common';
|
|
15
15
|
import * as i11 from 'primeng/inputtext';
|
|
16
|
-
import * as i12 from '
|
|
17
|
-
import * as i13 from '
|
|
18
|
-
import * as i14 from '@
|
|
19
|
-
import * as i15 from '
|
|
20
|
-
import * as
|
|
21
|
-
import * as
|
|
22
|
-
import * as i19 from '
|
|
23
|
-
import * as i20 from '
|
|
24
|
-
import * as i21 from '@posiwise/
|
|
25
|
-
import * as i22 from '@
|
|
26
|
-
import * as
|
|
27
|
-
import * as
|
|
16
|
+
import * as i12 from 'primeng/iconfield';
|
|
17
|
+
import * as i13 from 'primeng/inputicon';
|
|
18
|
+
import * as i14 from '@posiwise/core-transloco';
|
|
19
|
+
import * as i15 from 'angular-plotly.js';
|
|
20
|
+
import * as i16 from '@ng-bootstrap/ng-bootstrap';
|
|
21
|
+
import * as i17 from 'ngx-ui-switch';
|
|
22
|
+
import * as i19 from 'primeng/select';
|
|
23
|
+
import * as i20 from 'primeng/fileupload';
|
|
24
|
+
import * as i21 from '@posiwise/pipes';
|
|
25
|
+
import * as i22 from '@posiwise/directives';
|
|
26
|
+
import * as i23 from '@posiwise/shared-components';
|
|
27
|
+
import * as i24 from '@angular/router';
|
|
28
|
+
import * as i26 from 'primeng/multiselect';
|
|
29
|
+
import * as i27 from 'ngx-quill';
|
|
28
30
|
|
|
29
31
|
declare class EnterpriseSubscriptionsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
30
32
|
private readonly data;
|
|
@@ -477,7 +479,7 @@ declare class EnterpriseWikiDetailsComponent extends AppBaseComponent implements
|
|
|
477
479
|
|
|
478
480
|
declare class EnterpriseModule {
|
|
479
481
|
static ɵfac: i0.ɵɵFactoryDeclaration<EnterpriseModule, never>;
|
|
480
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EnterpriseModule, [typeof EnterpriseSubscriptionsComponent, typeof EnterpriseMembersComponent, typeof EnterprisePartnersComponent, typeof EnterpriseTabsComponent, typeof EnterpriseInsightsComponent, typeof EnterpriseCommunicationsComponent, typeof EnterpriseViewParticularCommunicationComponent, typeof EnterpriseWikiComponent, typeof EnterpriseWikiDetailsComponent], [typeof i10.CommonModule, typeof i11.InputTextModule, typeof i12.
|
|
482
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EnterpriseModule, [typeof EnterpriseSubscriptionsComponent, typeof EnterpriseMembersComponent, typeof EnterprisePartnersComponent, typeof EnterpriseTabsComponent, typeof EnterpriseInsightsComponent, typeof EnterpriseCommunicationsComponent, typeof EnterpriseViewParticularCommunicationComponent, typeof EnterpriseWikiComponent, typeof EnterpriseWikiDetailsComponent], [typeof i10.CommonModule, typeof i11.InputTextModule, typeof i12.IconFieldModule, typeof i13.InputIconModule, typeof i14.CoreTranslocoModule, typeof i15.PlotlyViaCDNModule, typeof i16.NgbTooltipModule, typeof i17.UiSwitchModule, typeof _angular_forms.FormsModule, typeof i19.SelectModule, typeof i20.FileUploadModule, typeof _angular_forms.ReactiveFormsModule, typeof i21.PipesModule, typeof i22.DirectivesModule, typeof i23.SharedComponentsModule, typeof i24.RouterModule, typeof i25.NgxUploaderModule, typeof i26.MultiSelectModule, typeof i27.QuillModule], never>;
|
|
481
483
|
static ɵinj: i0.ɵɵInjectorDeclaration<EnterpriseModule>;
|
|
482
484
|
}
|
|
483
485
|
|