@posiwise/admin-module 0.0.85 → 0.0.87
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/esm2022/index.mjs +2 -1
- package/esm2022/lib/admin-module.routing.mjs +43 -25
- package/esm2022/lib/admin.module.mjs +9 -3
- package/esm2022/lib/components/TOS/terms-of-service/terms-of-service.component.mjs +3 -3
- package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +5 -4
- package/esm2022/lib/components/config/global-config-details/global-config-details.component.mjs +3 -3
- package/esm2022/lib/components/config/global-config-list/global-config-list.component.mjs +3 -3
- package/esm2022/lib/components/credentials/credentials/credentials.component.mjs +3 -3
- package/esm2022/lib/components/credentials/subscription-credentials/subscription-credentials.component.mjs +3 -4
- package/esm2022/lib/components/domain-config/domain-config-list/domain-config-list.component.mjs +2 -2
- package/esm2022/lib/components/faqs/add-edit-faq/add-edit-faq.component.mjs +245 -0
- package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +53 -84
- package/esm2022/lib/components/generic/generic-misc/generic-misc.component.mjs +22 -5
- package/esm2022/lib/components/incidents/add-edit-incident/add-edit-incident.component.mjs +5 -3
- package/esm2022/lib/components/incidents/incidents-list/incidents-list.component.mjs +6 -4
- package/esm2022/lib/components/login-notifications/login-notification-details/login-notification-details.component.mjs +3 -3
- package/esm2022/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.mjs +2 -2
- package/esm2022/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +5 -4
- package/esm2022/lib/components/permissions/permissions-details/permissions-details.component.mjs +6 -7
- package/esm2022/lib/components/permissions/permissions-list/permissions-list.component.mjs +3 -2
- package/esm2022/lib/components/permissions/role-details/role-details.component.mjs +6 -7
- package/esm2022/lib/components/permissions/roles-list/roles-list.component.mjs +3 -2
- package/esm2022/lib/components/products/product-details/product-details.component.mjs +5 -4
- package/esm2022/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.mjs +5 -3
- package/esm2022/lib/components/subscriptions/subscription-details/subscription-details.component.mjs +3 -3
- package/esm2022/lib/components/subscriptions/subscription-products/subscription-products.component.mjs +5 -3
- package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +6 -4
- package/esm2022/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.mjs +234 -0
- package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +16 -54
- package/esm2022/lib/components/tags/tags-category/tags-category.component.mjs +3 -2
- package/esm2022/lib/components/tags/tags-list/tags-list.component.mjs +5 -4
- package/esm2022/lib/components/tips/tips-list/tips-list.component.mjs +3 -3
- package/esm2022/lib/components/tracking/ahoy-events/ahoy-events.component.mjs +4 -3
- package/esm2022/lib/components/tracking/ahoy-messages/ahoy-messages.component.mjs +4 -3
- package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +4 -3
- package/esm2022/lib/components/tracking/events/events.component.mjs +4 -3
- package/esm2022/lib/components/tracking/versions/versions.component.mjs +4 -3
- package/esm2022/lib/shared/routers/routers.mjs +5 -2
- package/fesm2022/posiwise-admin-module.mjs +759 -332
- package/fesm2022/posiwise-admin-module.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/admin.module.d.ts +73 -71
- package/lib/components/TOS/terms-of-service/terms-of-service.component.d.ts +3 -0
- package/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.d.ts +12 -0
- package/lib/components/config/global-config-list/global-config-list.component.d.ts +3 -0
- package/lib/components/credentials/credentials/credentials.component.d.ts +3 -0
- package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +3 -0
- package/lib/components/domain-config/domain-config-list/domain-config-list.component.d.ts +3 -0
- package/lib/components/faqs/add-edit-faq/add-edit-faq.component.d.ts +104 -0
- package/lib/components/faqs/faqs-list/faqs-list.component.d.ts +34 -4
- package/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.d.ts +3 -0
- package/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.d.ts +3 -0
- package/lib/components/generic/generic-misc/generic-misc.component.d.ts +8 -2
- package/lib/components/incidents/add-edit-incident/add-edit-incident.component.d.ts +15 -0
- package/lib/components/incidents/incidents-list/incidents-list.component.d.ts +3 -0
- package/lib/components/login-notifications/login-notification-details/login-notification-details.component.d.ts +3 -0
- package/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.d.ts +3 -0
- package/lib/components/newsletters/newsletter-details/newsletter-details.component.d.ts +3 -0
- package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +15 -0
- package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +3 -0
- package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +3 -0
- package/lib/components/permissions/permissions-details/permissions-details.component.d.ts +3 -0
- package/lib/components/permissions/permissions-list/permissions-list.component.d.ts +3 -0
- package/lib/components/permissions/roles-list/roles-list.component.d.ts +3 -0
- package/lib/components/products/product-details/product-details.component.d.ts +12 -0
- package/lib/components/products/products-list/products-list.component.d.ts +3 -0
- package/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.d.ts +1 -0
- package/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.d.ts +3 -0
- package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts +4 -0
- package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +4 -0
- package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts +96 -0
- package/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.d.ts +3 -1
- package/lib/components/tips/tips-list/tips-list.component.d.ts +3 -0
- package/lib/components/users/users-list/users-list.component.d.ts +3 -0
- package/lib/shared/routers/routers.d.ts +3 -0
- package/package.json +1 -1
|
@@ -37,6 +37,9 @@ export declare class LoginNotificationsListComponent extends AppBaseComponent im
|
|
|
37
37
|
loginNotifications: string;
|
|
38
38
|
loginNotificationDetails: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqDetails: string;
|
|
41
|
+
inviteUsers: string;
|
|
42
|
+
subscriptionList: string;
|
|
40
43
|
};
|
|
41
44
|
subscriptionId: number;
|
|
42
45
|
constructor(injector: Injector, adminService: AdminService, cdr: ChangeDetectorRef);
|
|
@@ -35,6 +35,9 @@ export declare class NewsletterDetailsComponent extends AppBaseComponent impleme
|
|
|
35
35
|
loginNotifications: string;
|
|
36
36
|
loginNotificationDetails: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqDetails: string;
|
|
39
|
+
inviteUsers: string;
|
|
40
|
+
subscriptionList: string;
|
|
38
41
|
};
|
|
39
42
|
subscriptionId: number;
|
|
40
43
|
constructor(adminService: AdminService, injector: Injector);
|
package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts
CHANGED
|
@@ -12,6 +12,18 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
|
|
|
12
12
|
private tagService;
|
|
13
13
|
private productService;
|
|
14
14
|
form: UntypedFormGroup;
|
|
15
|
+
editorConfig: {
|
|
16
|
+
toolbar: {
|
|
17
|
+
container: any[];
|
|
18
|
+
handlers: {
|
|
19
|
+
image: () => void;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
imageResize: {
|
|
23
|
+
displaySize: boolean;
|
|
24
|
+
};
|
|
25
|
+
noDragDrop: boolean;
|
|
26
|
+
};
|
|
15
27
|
submitted: boolean;
|
|
16
28
|
id: number;
|
|
17
29
|
data: NewsLetterItem;
|
|
@@ -48,6 +60,9 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
|
|
|
48
60
|
loginNotifications: string;
|
|
49
61
|
loginNotificationDetails: string;
|
|
50
62
|
incidentDetails: string;
|
|
63
|
+
faqDetails: string;
|
|
64
|
+
inviteUsers: string;
|
|
65
|
+
subscriptionList: string;
|
|
51
66
|
};
|
|
52
67
|
subscriptionId: number;
|
|
53
68
|
private page;
|
|
@@ -46,6 +46,9 @@ export declare class NewslettersItemsComponent extends AppBaseComponent implemen
|
|
|
46
46
|
loginNotifications: string;
|
|
47
47
|
loginNotificationDetails: string;
|
|
48
48
|
incidentDetails: string;
|
|
49
|
+
faqDetails: string;
|
|
50
|
+
inviteUsers: string;
|
|
51
|
+
subscriptionList: string;
|
|
49
52
|
};
|
|
50
53
|
subscriptionId: number;
|
|
51
54
|
userLoggedIn: boolean;
|
|
@@ -37,6 +37,9 @@ export declare class NewslettersListComponent extends AppBaseComponent implement
|
|
|
37
37
|
loginNotifications: string;
|
|
38
38
|
loginNotificationDetails: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqDetails: string;
|
|
41
|
+
inviteUsers: string;
|
|
42
|
+
subscriptionList: string;
|
|
40
43
|
};
|
|
41
44
|
subscriptionId: number;
|
|
42
45
|
userLoggedIn: boolean;
|
|
@@ -40,6 +40,9 @@ export declare class PermissionsDetailsComponent extends AppBaseComponent implem
|
|
|
40
40
|
loginNotifications: string;
|
|
41
41
|
loginNotificationDetails: string;
|
|
42
42
|
incidentDetails: string;
|
|
43
|
+
faqDetails: string;
|
|
44
|
+
inviteUsers: string;
|
|
45
|
+
subscriptionList: string;
|
|
43
46
|
};
|
|
44
47
|
constructor(adminService: AdminService, injector: Injector);
|
|
45
48
|
ngOnInit(): void;
|
|
@@ -38,6 +38,9 @@ export declare class PermissionsListComponent extends AppBaseComponent implement
|
|
|
38
38
|
loginNotifications: string;
|
|
39
39
|
loginNotificationDetails: string;
|
|
40
40
|
incidentDetails: string;
|
|
41
|
+
faqDetails: string;
|
|
42
|
+
inviteUsers: string;
|
|
43
|
+
subscriptionList: string;
|
|
41
44
|
};
|
|
42
45
|
constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
|
|
43
46
|
ngAfterViewChecked(): void;
|
|
@@ -39,6 +39,9 @@ export declare class RolesListComponent extends AppBaseComponent implements OnIn
|
|
|
39
39
|
loginNotifications: string;
|
|
40
40
|
loginNotificationDetails: string;
|
|
41
41
|
incidentDetails: string;
|
|
42
|
+
faqDetails: string;
|
|
43
|
+
inviteUsers: string;
|
|
44
|
+
subscriptionList: string;
|
|
42
45
|
};
|
|
43
46
|
subscriptionId: number;
|
|
44
47
|
constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
|
|
@@ -13,6 +13,18 @@ export declare class ProductDetailsComponent extends AppBaseComponent implements
|
|
|
13
13
|
private modalService;
|
|
14
14
|
private adminService;
|
|
15
15
|
form: UntypedFormGroup;
|
|
16
|
+
editorConfig: {
|
|
17
|
+
toolbar: {
|
|
18
|
+
container: any[];
|
|
19
|
+
handlers: {
|
|
20
|
+
image: () => void;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
imageResize: {
|
|
24
|
+
displaySize: boolean;
|
|
25
|
+
};
|
|
26
|
+
noDragDrop: boolean;
|
|
27
|
+
};
|
|
16
28
|
submitted: boolean;
|
|
17
29
|
id: number;
|
|
18
30
|
duplicateId: number;
|
|
@@ -42,6 +42,9 @@ export declare class ProductsListComponent extends AppBaseComponent implements O
|
|
|
42
42
|
loginNotifications: string;
|
|
43
43
|
loginNotificationDetails: string;
|
|
44
44
|
incidentDetails: string;
|
|
45
|
+
faqDetails: string;
|
|
46
|
+
inviteUsers: string;
|
|
47
|
+
subscriptionList: string;
|
|
45
48
|
};
|
|
46
49
|
userLoggedIn: boolean;
|
|
47
50
|
subscriptionId: number;
|
|
@@ -19,6 +19,7 @@ export declare class SubscriptionAgentsListComponent extends AppBaseComponent im
|
|
|
19
19
|
filteredUsers: any[];
|
|
20
20
|
submitted: boolean;
|
|
21
21
|
subscriptionId: number;
|
|
22
|
+
totalUnfilteredCount: number;
|
|
22
23
|
constructor(adminService: AdminService, parserFormatter: NgbDateParserFormatter, injector: Injector);
|
|
23
24
|
ngOnInit(): void;
|
|
24
25
|
private getAgentsDetails;
|
|
@@ -41,6 +41,9 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
|
|
|
41
41
|
loginNotifications: string;
|
|
42
42
|
loginNotificationDetails: string;
|
|
43
43
|
incidentDetails: string;
|
|
44
|
+
faqDetails: string;
|
|
45
|
+
inviteUsers: string;
|
|
46
|
+
subscriptionList: string;
|
|
44
47
|
};
|
|
45
48
|
isLoading: boolean;
|
|
46
49
|
subscriptionId: number;
|
package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts
CHANGED
|
@@ -36,8 +36,12 @@ export declare class SubscriptionProductsComponent extends AppBaseComponent impl
|
|
|
36
36
|
loginNotifications: string;
|
|
37
37
|
loginNotificationDetails: string;
|
|
38
38
|
incidentDetails: string;
|
|
39
|
+
faqDetails: string;
|
|
40
|
+
inviteUsers: string;
|
|
41
|
+
subscriptionList: string;
|
|
39
42
|
};
|
|
40
43
|
currency: any[];
|
|
44
|
+
totalRecordsUnFiltered: number;
|
|
41
45
|
objectKeys: {
|
|
42
46
|
(o: object): string[];
|
|
43
47
|
(o: {}): string[];
|
|
@@ -51,7 +51,11 @@ export declare class SubscriptionUsersComponent extends AppBaseComponent impleme
|
|
|
51
51
|
loginNotifications: string;
|
|
52
52
|
loginNotificationDetails: string;
|
|
53
53
|
incidentDetails: string;
|
|
54
|
+
faqDetails: string;
|
|
55
|
+
inviteUsers: string;
|
|
56
|
+
subscriptionList: string;
|
|
54
57
|
};
|
|
58
|
+
totalUnfilteredCount: number;
|
|
55
59
|
subscriptionId: number;
|
|
56
60
|
remove2faUserId: number;
|
|
57
61
|
constructor(subscriptionService: SubscriptionService, injector: Injector, cdr: ChangeDetectorRef, authService: AuthService, windowService: WindowService, adminService: AdminService, toaster: CustomToastService);
|
package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { LazyLoadEvent } from 'primeng/api';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { AdminService } from '@posiwise/admin-module-utils';
|
|
6
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
7
|
+
import { CommonService } from '@posiwise/common-services';
|
|
8
|
+
import { ProductService } from '@posiwise/common-services';
|
|
9
|
+
import { AutoComplete } from 'primeng/autocomplete';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class InviteUsersComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
12
|
+
private adminService;
|
|
13
|
+
private fb;
|
|
14
|
+
private productService;
|
|
15
|
+
private commonService;
|
|
16
|
+
private cdr;
|
|
17
|
+
totalRecords: number;
|
|
18
|
+
loading: boolean;
|
|
19
|
+
searchText: string;
|
|
20
|
+
subscriptions: any[];
|
|
21
|
+
form: UntypedFormGroup;
|
|
22
|
+
products: any[];
|
|
23
|
+
organizationSizes$: Observable<any>;
|
|
24
|
+
organizationTypes$: Observable<any>;
|
|
25
|
+
organizationIndustries$: Observable<any>;
|
|
26
|
+
searchOptions: any;
|
|
27
|
+
filterByFeatureKeys: any[];
|
|
28
|
+
isLoaded: boolean;
|
|
29
|
+
private page;
|
|
30
|
+
billingFrequency: string[];
|
|
31
|
+
routers: {
|
|
32
|
+
globalConfigDetails: string;
|
|
33
|
+
adminCredentialsDetails: string;
|
|
34
|
+
subscriptionCredentialDetails: string;
|
|
35
|
+
newsletter: string;
|
|
36
|
+
newsletterItemDetails: string;
|
|
37
|
+
newslettersUserList: string;
|
|
38
|
+
newsletterDetails: string;
|
|
39
|
+
permissionsList: string;
|
|
40
|
+
permissionsDetails: string;
|
|
41
|
+
rolesDetails: string;
|
|
42
|
+
productDetails: string;
|
|
43
|
+
productsUserList: string;
|
|
44
|
+
feedbackQuestions: string;
|
|
45
|
+
feedbackQuestionsDetails: string;
|
|
46
|
+
subscriptionDetails: string;
|
|
47
|
+
subscriptionProductDetails: string;
|
|
48
|
+
tipsDetails: string;
|
|
49
|
+
tosAndPrivacyDetails: string;
|
|
50
|
+
usersDetails: string;
|
|
51
|
+
domainConfig: string;
|
|
52
|
+
domainConfigDetails: string;
|
|
53
|
+
loginNotifications: string;
|
|
54
|
+
loginNotificationDetails: string;
|
|
55
|
+
incidentDetails: string;
|
|
56
|
+
faqDetails: string;
|
|
57
|
+
inviteUsers: string;
|
|
58
|
+
subscriptionList: string;
|
|
59
|
+
};
|
|
60
|
+
subscriptionStatus: string[];
|
|
61
|
+
status: string;
|
|
62
|
+
subscriptionId: number;
|
|
63
|
+
totalRecordsUnFiltered: number;
|
|
64
|
+
filteredProducts: any[];
|
|
65
|
+
currency: any[];
|
|
66
|
+
objectKeys: {
|
|
67
|
+
(o: object): string[];
|
|
68
|
+
(o: {}): string[];
|
|
69
|
+
};
|
|
70
|
+
unitsText: string;
|
|
71
|
+
buttonBusy: boolean;
|
|
72
|
+
selectedFeatureKeys: any;
|
|
73
|
+
subscriptionInsights: any;
|
|
74
|
+
refProduct: AutoComplete;
|
|
75
|
+
constructor(adminService: AdminService, fb: UntypedFormBuilder, productService: ProductService, commonService: CommonService, injector: Injector, cdr: ChangeDetectorRef);
|
|
76
|
+
ngOnInit(): void;
|
|
77
|
+
getTableState(): void;
|
|
78
|
+
ngAfterViewChecked(): void;
|
|
79
|
+
onLazyLoad(event: LazyLoadEvent): void;
|
|
80
|
+
getSupportedCurrency(): void;
|
|
81
|
+
getMinMaxUnits(): void;
|
|
82
|
+
onSave(): void;
|
|
83
|
+
private getProductsList;
|
|
84
|
+
private sortObj;
|
|
85
|
+
searchProduct(event: any): void;
|
|
86
|
+
onProductChange(event: any): void;
|
|
87
|
+
onProductClear(event: any): void;
|
|
88
|
+
private groupProducts;
|
|
89
|
+
getExpiresAtColor(item: any): {
|
|
90
|
+
'text-danger fw-bold': boolean;
|
|
91
|
+
'text-warning text-bold-700': boolean;
|
|
92
|
+
};
|
|
93
|
+
ngOnDestroy(): void;
|
|
94
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InviteUsersComponent, never>;
|
|
95
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InviteUsersComponent, "pw-invite-users", never, {}, {}, never, never, false, never>;
|
|
96
|
+
}
|
|
@@ -54,6 +54,9 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
54
54
|
loginNotifications: string;
|
|
55
55
|
loginNotificationDetails: string;
|
|
56
56
|
incidentDetails: string;
|
|
57
|
+
faqDetails: string;
|
|
58
|
+
inviteUsers: string;
|
|
59
|
+
subscriptionList: string;
|
|
57
60
|
};
|
|
58
61
|
subscriptionStatus: string[];
|
|
59
62
|
status: string;
|
|
@@ -77,7 +80,6 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
77
80
|
onLazyLoad(event: LazyLoadEvent): void;
|
|
78
81
|
getSupportedCurrency(): void;
|
|
79
82
|
getMinMaxUnits(): void;
|
|
80
|
-
onSave(): void;
|
|
81
83
|
private getData;
|
|
82
84
|
onDelete(item: any): void;
|
|
83
85
|
private getProductsList;
|
|
@@ -32,6 +32,9 @@ export declare class TipsComponent extends AppBaseComponent implements OnInit, O
|
|
|
32
32
|
loginNotifications: string;
|
|
33
33
|
loginNotificationDetails: string;
|
|
34
34
|
incidentDetails: string;
|
|
35
|
+
faqDetails: string;
|
|
36
|
+
inviteUsers: string;
|
|
37
|
+
subscriptionList: string;
|
|
35
38
|
};
|
|
36
39
|
constructor(tipService: TipsService, inject: Injector);
|
|
37
40
|
ngOnInit(): void;
|
|
@@ -57,6 +57,9 @@ export declare class UserListComponent extends AppBaseComponent implements OnIni
|
|
|
57
57
|
loginNotifications: string;
|
|
58
58
|
loginNotificationDetails: string;
|
|
59
59
|
incidentDetails: string;
|
|
60
|
+
faqDetails: string;
|
|
61
|
+
inviteUsers: string;
|
|
62
|
+
subscriptionList: string;
|
|
60
63
|
};
|
|
61
64
|
subscriptionId: number;
|
|
62
65
|
masterProductId: any;
|