@posiwise/admin-module 0.0.140 → 0.0.142
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/lib/admin-guard.service.mjs +2 -2
- package/esm2022/lib/admin-module.routing.mjs +27 -27
- package/esm2022/lib/admin.module.mjs +50 -43
- package/esm2022/lib/components/TOS/terms-of-service/terms-of-service.component.mjs +5 -5
- package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +2 -2
- package/esm2022/lib/components/TOS/terms-of-service-tabs/terms-of-service-tabs.component.mjs +1 -1
- package/esm2022/lib/components/config/global-config-details/global-config-details.component.mjs +2 -2
- package/esm2022/lib/components/config/global-config-list/global-config-list.component.mjs +3 -3
- package/esm2022/lib/components/config/global-config-tabs/global-config-tabs.component.mjs +1 -1
- package/esm2022/lib/components/contact-us/contact-us-list/contact-us-list.component.mjs +6 -6
- package/esm2022/lib/components/contact-us/contact-us-tabs/contact-us-tabs.component.mjs +1 -1
- package/esm2022/lib/components/credentials/credentials/credentials.component.mjs +4 -4
- package/esm2022/lib/components/credentials/credentials-details/credentials-details.component.mjs +2 -2
- package/esm2022/lib/components/credentials/credentials-tab/credentials-tab.component.mjs +1 -1
- package/esm2022/lib/components/credentials/subscription-credentials/subscription-credentials.component.mjs +7 -7
- package/esm2022/lib/components/credentials/subscription-credentials-details/subscription-credentials-details.component.mjs +2 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.mjs +6 -6
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-details.component.mjs +2 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.mjs +6 -6
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.mjs +4 -4
- package/esm2022/lib/components/domain-config/domain-config-list/domain-config-list.component.mjs +8 -8
- package/esm2022/lib/components/domain-config/domain-config-tabs/domain-config-tabs.component.mjs +1 -1
- package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +25 -26
- package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +27 -26
- package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +11 -11
- package/esm2022/lib/components/faqs/faqs-tabs/faqs-tabs.component.mjs +1 -1
- package/esm2022/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.mjs +3 -3
- package/esm2022/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.mjs +5 -5
- package/esm2022/lib/components/generic/generic-misc/generic-misc.component.mjs +3 -3
- package/esm2022/lib/components/generic/generic-tabs/generic-tabs.component.mjs +1 -1
- package/esm2022/lib/components/incidents/add-edit-incident/add-edit-incident.component.mjs +4 -4
- package/esm2022/lib/components/incidents/incidents-list/incidents-list.component.mjs +3 -3
- package/esm2022/lib/components/incidents/incidents-tabs/incidents-tabs.component.mjs +1 -1
- package/esm2022/lib/components/login-notifications/login-notification-details/login-notification-details.component.mjs +4 -4
- package/esm2022/lib/components/login-notifications/login-notification-tabs/login-notification-tabs.component.mjs +1 -1
- package/esm2022/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.mjs +11 -7
- package/esm2022/lib/components/mailer/mailer-details/mailer-details.component.mjs +5 -5
- package/esm2022/lib/components/mailer/mailer-list/mailer-list.component.mjs +6 -6
- package/esm2022/lib/components/mailer/mailer-tabs/mailer-tabs.component.mjs +1 -1
- package/esm2022/lib/components/newsletters/newsletter-details/newsletter-details.component.mjs +4 -4
- package/esm2022/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +10 -10
- package/esm2022/lib/components/newsletters/newsletter-users-list/newsletter-users-list.component.mjs +5 -5
- package/esm2022/lib/components/newsletters/newsletters-insight/newsletters-insight.component.mjs +26 -4
- package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.mjs +4 -4
- package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items.component.mjs +6 -6
- package/esm2022/lib/components/newsletters/newsletters-list/newsletters-list.component.mjs +5 -5
- package/esm2022/lib/components/newsletters/newsletters-tabs/newsletters-tabs.component.mjs +2 -2
- package/esm2022/lib/components/permissions/permissions-details/permissions-details.component.mjs +2 -2
- package/esm2022/lib/components/permissions/permissions-list/permissions-list.component.mjs +5 -5
- package/esm2022/lib/components/permissions/permissions-tabs/permissions-tabs.component.mjs +1 -1
- package/esm2022/lib/components/permissions/role-details/role-details.component.mjs +2 -2
- package/esm2022/lib/components/permissions/roles-list/roles-list.component.mjs +5 -5
- package/esm2022/lib/components/products/product-details/product-details.component.mjs +10 -11
- package/esm2022/lib/components/products/products-insight/products-insight.component.mjs +16 -11
- package/esm2022/lib/components/products/products-list/products-list.component.mjs +7 -7
- package/esm2022/lib/components/products/products-tabs/products-tabs.component.mjs +1 -1
- package/esm2022/lib/components/products/users-list-for-product/users-list-for-product.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscription-agents/subscription-agents.component.mjs +2 -2
- package/esm2022/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.mjs +7 -7
- package/esm2022/lib/components/subscriptions/subscription-details/subscription-details.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-products/subscription-products.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +30 -7
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-churn/subscription-insight-churn.component.mjs +55 -0
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.mjs +20 -15
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-revenue/subscription-insight-revenue.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-tabs/subscription-insight-tabs.component.mjs +4 -3
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscriptions-insight.component.mjs +17 -12
- package/esm2022/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.mjs +8 -8
- package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +9 -9
- package/esm2022/lib/components/subscriptions/subscriptions-tabs/subscriptions-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tags/tags-category/tags-category.component.mjs +6 -6
- package/esm2022/lib/components/tags/tags-list/tags-list.component.mjs +8 -8
- package/esm2022/lib/components/tags/tags-tabs/tags-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tips/tip-detail/tip-detail.component.mjs +2 -2
- package/esm2022/lib/components/tips/tips-list/tips-list.component.mjs +2 -2
- package/esm2022/lib/components/tips/tips-tabs/tips-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tracking/ahoy-events/ahoy-events.component.mjs +7 -7
- package/esm2022/lib/components/tracking/ahoy-messages/ahoy-messages.component.mjs +7 -7
- package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +7 -7
- package/esm2022/lib/components/tracking/events/events.component.mjs +4 -4
- package/esm2022/lib/components/tracking/tracking-tabs/tracking-tabs.component.mjs +1 -1
- package/esm2022/lib/components/tracking/versions/versions.component.mjs +4 -4
- package/esm2022/lib/components/users/user-details/user-details.component.mjs +3 -3
- package/esm2022/lib/components/users/users-insight/users-insight.component.mjs +18 -5
- package/esm2022/lib/components/users/users-list/users-list.component.mjs +13 -13
- package/esm2022/lib/components/users/users-tabs/users-tabs.component.mjs +1 -1
- package/esm2022/lib/shared/routers/routers.mjs +2 -2
- package/fesm2022/posiwise-admin-module.mjs +5621 -5484
- package/fesm2022/posiwise-admin-module.mjs.map +1 -1
- package/lib/admin-guard.service.d.ts +1 -1
- package/lib/admin.module.d.ts +71 -69
- package/lib/components/TOS/terms-of-service/terms-of-service.component.d.ts +3 -3
- package/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.d.ts +1 -1
- package/lib/components/config/global-config-details/global-config-details.component.d.ts +2 -2
- package/lib/components/config/global-config-list/global-config-list.component.d.ts +2 -2
- package/lib/components/contact-us/contact-us-list/contact-us-list.component.d.ts +4 -4
- package/lib/components/credentials/credentials/credentials.component.d.ts +3 -3
- package/lib/components/credentials/credentials-details/credentials-details.component.d.ts +1 -1
- package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts +5 -5
- package/lib/components/credentials/subscription-credentials-details/subscription-credentials-details.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.d.ts +4 -4
- package/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.d.ts +3 -3
- package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +1 -1
- package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +2 -2
- package/lib/components/domain-config/domain-config-list/domain-config-list.component.d.ts +4 -4
- package/lib/components/faqs/add-faq/add-faq.component.d.ts +11 -11
- package/lib/components/faqs/edit-faq/edit-faq.component.d.ts +14 -11
- package/lib/components/faqs/faqs-list/faqs-list.component.d.ts +10 -10
- package/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.d.ts +4 -4
- package/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.d.ts +4 -4
- package/lib/components/incidents/add-edit-incident/add-edit-incident.component.d.ts +3 -3
- package/lib/components/incidents/incidents-list/incidents-list.component.d.ts +3 -3
- package/lib/components/login-notifications/login-notification-details/login-notification-details.component.d.ts +1 -1
- package/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.d.ts +3 -3
- package/lib/components/mailer/mailer-list/mailer-list.component.d.ts +2 -2
- package/lib/components/mailer/mailer-tabs/mailer-tabs.component.d.ts +1 -1
- package/lib/components/newsletters/newsletter-details/newsletter-details.component.d.ts +1 -1
- package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +7 -7
- package/lib/components/newsletters/newsletter-users-list/newsletter-users-list.component.d.ts +5 -5
- package/lib/components/newsletters/newsletters-insight/newsletters-insight.component.d.ts +8 -0
- package/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.d.ts +2 -2
- package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +6 -6
- package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +2 -2
- package/lib/components/newsletters/newsletters-tabs/newsletters-tabs.component.d.ts +1 -1
- package/lib/components/permissions/permissions-details/permissions-details.component.d.ts +3 -3
- package/lib/components/permissions/permissions-list/permissions-list.component.d.ts +4 -4
- package/lib/components/permissions/role-details/role-details.component.d.ts +4 -4
- package/lib/components/permissions/roles-list/roles-list.component.d.ts +2 -2
- package/lib/components/products/product-details/product-details.component.d.ts +14 -13
- package/lib/components/products/products-insight/products-insight.component.d.ts +8 -5
- package/lib/components/products/products-list/products-list.component.d.ts +6 -6
- package/lib/components/products/users-list-for-product/users-list-for-product.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-agents/subscription-agents.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-details/subscription-details.component.d.ts +7 -7
- package/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.d.ts +2 -2
- package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts +5 -5
- package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-churn/subscription-insight-churn.component.d.ts +24 -0
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.d.ts +9 -6
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-revenue/subscription-insight-revenue.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-insight/subscriptions-insight.component.d.ts +7 -5
- package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts +10 -10
- package/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.d.ts +7 -7
- package/lib/components/subscriptions/subscriptions-tabs/subscriptions-tabs.component.d.ts +1 -1
- package/lib/components/tags/tags-category/tags-category.component.d.ts +4 -4
- package/lib/components/tags/tags-list/tags-list.component.d.ts +6 -6
- package/lib/components/tips/tips-list/tips-list.component.d.ts +1 -1
- package/lib/components/tracking/ahoy-events/ahoy-events.component.d.ts +9 -9
- package/lib/components/tracking/ahoy-messages/ahoy-messages.component.d.ts +9 -9
- package/lib/components/tracking/ahoy-visits/ahoy-visits.component.d.ts +9 -9
- package/lib/components/tracking/events/events.component.d.ts +6 -6
- package/lib/components/tracking/versions/versions.component.d.ts +6 -6
- package/lib/components/users/user-details/user-details.component.d.ts +2 -2
- package/lib/components/users/users-insight/users-insight.component.d.ts +6 -0
- package/lib/components/users/users-list/users-list.component.d.ts +13 -13
- package/lib/components/users/users-tabs/users-tabs.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { LazyLoadEvent } from 'primeng/api';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
3
|
import { AdminService } from '@posiwise/admin-module-utils';
|
|
6
4
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
7
5
|
import { CommonService, ProductService } from '@posiwise/common-services';
|
|
6
|
+
import { LazyLoadEvent } from 'primeng/api';
|
|
8
7
|
import { AutoComplete } from 'primeng/autocomplete';
|
|
8
|
+
import { Observable } from 'rxjs';
|
|
9
9
|
import { FeatureKey } from '../../../shared/interface/newsletter.interface';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class SubscriptionsListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
@@ -14,6 +14,10 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
14
14
|
private readonly fb;
|
|
15
15
|
private readonly cdr;
|
|
16
16
|
private readonly commonService;
|
|
17
|
+
refProduct: AutoComplete;
|
|
18
|
+
organizationSizes$: Observable<FeatureKey[]>;
|
|
19
|
+
organizationTypes$: Observable<FeatureKey[]>;
|
|
20
|
+
organizationIndustries$: Observable<FeatureKey[]>;
|
|
17
21
|
totalRecords: number;
|
|
18
22
|
loading: boolean;
|
|
19
23
|
searchText: string;
|
|
@@ -21,9 +25,6 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
21
25
|
form: UntypedFormGroup;
|
|
22
26
|
showInviteForm: boolean;
|
|
23
27
|
products: any[];
|
|
24
|
-
organizationSizes$: Observable<FeatureKey[]>;
|
|
25
|
-
organizationTypes$: Observable<FeatureKey[]>;
|
|
26
|
-
organizationIndustries$: Observable<FeatureKey[]>;
|
|
27
28
|
searchOptions: {
|
|
28
29
|
id: unknown;
|
|
29
30
|
label: unknown;
|
|
@@ -67,6 +68,7 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
67
68
|
};
|
|
68
69
|
subscriptionStatus: string[];
|
|
69
70
|
status: string;
|
|
71
|
+
unitsText: string;
|
|
70
72
|
subscriptionId: number;
|
|
71
73
|
totalRecordsUnFiltered: number;
|
|
72
74
|
filteredProducts: any[];
|
|
@@ -75,11 +77,9 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
75
77
|
(o: object): string[];
|
|
76
78
|
(o: {}): string[];
|
|
77
79
|
};
|
|
78
|
-
unitsText: string;
|
|
79
80
|
buttonBusy: boolean;
|
|
80
81
|
selectedFeatureKeys: FeatureKey[];
|
|
81
82
|
subscriptionInsights: FeatureKey[];
|
|
82
|
-
refProduct: AutoComplete;
|
|
83
83
|
constructor(productService: ProductService, adminService: AdminService, fb: UntypedFormBuilder, injector: Injector, cdr: ChangeDetectorRef, commonService: CommonService);
|
|
84
84
|
ngOnInit(): void;
|
|
85
85
|
getTableState(): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { MenuItem } from 'primeng/api';
|
|
3
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { MenuItem } from 'primeng/api';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SubscriptionComponent extends AppBaseComponent {
|
|
6
6
|
constructor(injector: Injector);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
3
|
-
import { LazyLoadEvent } from 'primeng/api';
|
|
4
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
5
3
|
import { CustomToastService, TagService } from '@posiwise/common-services';
|
|
4
|
+
import { LazyLoadEvent } from 'primeng/api';
|
|
5
|
+
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
6
6
|
import { CategoryModel } from '../../../shared/interface/admin-module-shared.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class TagsCategoryComponent extends AppBaseComponent implements OnDestroy, AfterViewChecked, OnInit {
|
|
@@ -10,6 +10,8 @@ export declare class TagsCategoryComponent extends AppBaseComponent implements O
|
|
|
10
10
|
private readonly toastr;
|
|
11
11
|
private readonly modalService;
|
|
12
12
|
private readonly cdr;
|
|
13
|
+
private tagModel;
|
|
14
|
+
private page;
|
|
13
15
|
totalCategoryRecords: number;
|
|
14
16
|
searchText: string;
|
|
15
17
|
totalRecordsUnFiltered: number;
|
|
@@ -19,8 +21,6 @@ export declare class TagsCategoryComponent extends AppBaseComponent implements O
|
|
|
19
21
|
loading: boolean;
|
|
20
22
|
isLoaded: boolean;
|
|
21
23
|
categoryModel: CategoryModel;
|
|
22
|
-
private tagModel;
|
|
23
|
-
private page;
|
|
24
24
|
buttonBusy: boolean;
|
|
25
25
|
subscriptionId: number;
|
|
26
26
|
initialize(): void;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
4
|
-
import { LazyLoadEvent } from 'primeng/api';
|
|
5
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
6
4
|
import { TagService } from '@posiwise/common-services';
|
|
5
|
+
import { LazyLoadEvent } from 'primeng/api';
|
|
6
|
+
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
7
7
|
import { Tag } from '../../../shared/interface/newsletter.interface';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class TagsListComponent extends AppBaseComponent implements OnDestroy, AfterViewChecked, OnInit {
|
|
10
10
|
private readonly modalService;
|
|
11
11
|
private readonly tagService;
|
|
12
12
|
private readonly cdr;
|
|
13
|
+
private page;
|
|
13
14
|
form: UntypedFormGroup;
|
|
14
|
-
tagCategories: any[];
|
|
15
15
|
totalCategoryRecords: number;
|
|
16
|
+
tagCategories: any[];
|
|
16
17
|
tags: Tag[];
|
|
17
18
|
totalTagRecords: number;
|
|
19
|
+
subscriptionId: number;
|
|
18
20
|
loading: boolean;
|
|
19
21
|
isLoaded: boolean;
|
|
22
|
+
buttonBusy: boolean;
|
|
20
23
|
searchText: string;
|
|
21
24
|
tagTypes: any[];
|
|
22
25
|
tagCategoryNames: any[];
|
|
23
|
-
private page;
|
|
24
26
|
totalTagRecordsUnFilter: number;
|
|
25
|
-
buttonBusy: boolean;
|
|
26
|
-
subscriptionId: number;
|
|
27
27
|
constructor(injector: Injector, modalService: NgbModal, tagService: TagService, cdr: ChangeDetectorRef);
|
|
28
28
|
ngAfterViewChecked(): void;
|
|
29
29
|
ngOnInit(): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { TipResponse } from '../../../shared/interface/tip.interface';
|
|
3
2
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
3
|
import { TipsService } from '@posiwise/common-services';
|
|
4
|
+
import { TipResponse } from '../../../shared/interface/tip.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TipsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
7
7
|
private readonly tipService;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { AhoyEvent, AhoyEventResponse } from '../../../shared/interface/tracking.interface';
|
|
2
|
+
import { AdminDataService } from '@posiwise/admin-module-utils';
|
|
4
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
5
4
|
import { AhoyService } from '@posiwise/common-services';
|
|
6
|
-
import {
|
|
7
|
-
import { AdminDataService } from '@posiwise/admin-module-utils';
|
|
5
|
+
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
8
6
|
import { MultiSelect } from 'primeng/multiselect';
|
|
7
|
+
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
8
|
+
import { AhoyEvent, AhoyEventResponse } from '../../../shared/interface/tracking.interface';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class AhoyEventsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
11
11
|
private readonly modalService;
|
|
@@ -14,12 +14,15 @@ export declare class AhoyEventsComponent extends AppBaseComponent implements OnI
|
|
|
14
14
|
private readonly cdr;
|
|
15
15
|
multiSelector: MultiSelect;
|
|
16
16
|
ahoyEvents: AhoyEvent;
|
|
17
|
+
private page;
|
|
18
|
+
private scrollListener;
|
|
19
|
+
private userPage;
|
|
20
|
+
private stopLoading;
|
|
17
21
|
data: AhoyEventResponse;
|
|
18
22
|
loading: boolean;
|
|
19
23
|
isLoaded: boolean;
|
|
20
24
|
searchText: string;
|
|
21
25
|
userSearchText: string;
|
|
22
|
-
private page;
|
|
23
26
|
defaultSortField: string;
|
|
24
27
|
defaultSortOrder: number;
|
|
25
28
|
microServices: any[];
|
|
@@ -28,13 +31,10 @@ export declare class AhoyEventsComponent extends AppBaseComponent implements OnI
|
|
|
28
31
|
startDate: string;
|
|
29
32
|
endDate: string;
|
|
30
33
|
selectedOption: SelectItem[];
|
|
31
|
-
subscriptionId: number;
|
|
32
34
|
filterSource: string[];
|
|
33
35
|
criteria: any[];
|
|
34
36
|
searchOptions: any[];
|
|
35
|
-
|
|
36
|
-
private userPage;
|
|
37
|
-
private stopLoading;
|
|
37
|
+
subscriptionId: number;
|
|
38
38
|
userLoading: boolean;
|
|
39
39
|
constructor(injector: Injector, modalService: NgbModal, ahoyService: AhoyService, adminDataService: AdminDataService, cdr: ChangeDetectorRef);
|
|
40
40
|
ngOnInit(): void;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { AhoyMessageResponse } from '../../../shared/interface/tracking.interface';
|
|
2
|
+
import { AdminDataService } from '@posiwise/admin-module-utils';
|
|
4
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
5
4
|
import { AhoyService } from '@posiwise/common-services';
|
|
6
|
-
import {
|
|
5
|
+
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
6
|
+
import { AhoyMessageResponse } from '../../../shared/interface/tracking.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AhoyMessagesComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
9
9
|
private readonly ahoyService;
|
|
10
10
|
private readonly cdr;
|
|
11
11
|
private readonly adminDataService;
|
|
12
|
+
private scrollListener;
|
|
13
|
+
private userPage;
|
|
14
|
+
private stopLoading;
|
|
15
|
+
private page;
|
|
12
16
|
data: AhoyMessageResponse;
|
|
13
17
|
loading: boolean;
|
|
14
18
|
isLoaded: boolean;
|
|
19
|
+
userLoading: boolean;
|
|
15
20
|
searchText: string;
|
|
16
21
|
userSearchText: string;
|
|
17
|
-
private scrollListener;
|
|
18
|
-
private userPage;
|
|
19
|
-
private stopLoading;
|
|
20
|
-
userLoading: boolean;
|
|
21
|
-
private page;
|
|
22
22
|
microServices: any[];
|
|
23
23
|
selectedMicroService: string;
|
|
24
24
|
startDate: string;
|
|
25
25
|
endDate: string;
|
|
26
26
|
selectedOption: SelectItem[];
|
|
27
|
-
subscriptionId: number;
|
|
28
27
|
filterSource: string[];
|
|
28
|
+
subscriptionId: number;
|
|
29
29
|
criteria: any[];
|
|
30
30
|
searchOptions: any[];
|
|
31
31
|
constructor(injector: Injector, ahoyService: AhoyService, cdr: ChangeDetectorRef, adminDataService: AdminDataService);
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { AhoyVisitResponse } from '../../../shared/interface/tracking.interface';
|
|
2
|
+
import { AdminDataService } from '@posiwise/admin-module-utils';
|
|
4
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
5
4
|
import { AhoyService } from '@posiwise/common-services';
|
|
6
|
-
import {
|
|
5
|
+
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
6
|
+
import { AhoyVisitResponse } from '../../../shared/interface/tracking.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class AhoyVisitsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
9
9
|
private readonly ahoyService;
|
|
10
10
|
private readonly adminDataService;
|
|
11
11
|
private readonly cdr;
|
|
12
|
-
data: AhoyVisitResponse;
|
|
13
|
-
loading: boolean;
|
|
14
|
-
isLoaded: boolean;
|
|
15
|
-
searchText: string;
|
|
16
|
-
userSearchText: string;
|
|
17
12
|
private page;
|
|
18
13
|
private scrollListener;
|
|
19
14
|
private userPage;
|
|
20
15
|
private stopLoading;
|
|
16
|
+
data: AhoyVisitResponse;
|
|
17
|
+
loading: boolean;
|
|
18
|
+
isLoaded: boolean;
|
|
21
19
|
userLoading: boolean;
|
|
20
|
+
searchText: string;
|
|
21
|
+
userSearchText: string;
|
|
22
22
|
microServices: any[];
|
|
23
23
|
selectedMicroService: string;
|
|
24
24
|
startDate: string;
|
|
25
25
|
endDate: string;
|
|
26
26
|
selectedOption: SelectItem[];
|
|
27
|
-
subscriptionId: number;
|
|
28
27
|
filterSource: string[];
|
|
28
|
+
subscriptionId: number;
|
|
29
29
|
criteria: any[];
|
|
30
30
|
searchOptions: any[];
|
|
31
31
|
constructor(injector: Injector, ahoyService: AhoyService, adminDataService: AdminDataService, cdr: ChangeDetectorRef);
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { User } from '@posiwise/common-utilities';
|
|
4
|
-
import { TrackEventResponse } from '../../../shared/interface/tracking.interface';
|
|
2
|
+
import { AdminDataService } from '@posiwise/admin-module-utils';
|
|
5
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
6
4
|
import { AhoyService } from '@posiwise/common-services';
|
|
7
|
-
import {
|
|
5
|
+
import { User } from '@posiwise/common-utilities';
|
|
6
|
+
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
7
|
+
import { TrackEventResponse } from '../../../shared/interface/tracking.interface';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class EventsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
10
10
|
private readonly cdr;
|
|
11
11
|
private readonly ahoyService;
|
|
12
12
|
private readonly adminDataService;
|
|
13
|
+
private page;
|
|
13
14
|
data: TrackEventResponse;
|
|
14
15
|
loading: boolean;
|
|
15
16
|
isLoaded: boolean;
|
|
16
17
|
userSearchText: string;
|
|
17
18
|
searchText: string;
|
|
18
|
-
private page;
|
|
19
19
|
microServices: any[];
|
|
20
20
|
selectedMicroService: string;
|
|
21
21
|
startDate: string;
|
|
22
22
|
endDate: string;
|
|
23
|
-
selectedOption: SelectItem[];
|
|
24
23
|
subscriptionId: number;
|
|
24
|
+
selectedOption: SelectItem[];
|
|
25
25
|
users: User[];
|
|
26
26
|
totalRecords: number;
|
|
27
27
|
private scrollListener;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
4
|
-
import { Paging } from '@posiwise/common-utilities';
|
|
5
|
-
import { AhoyVersionResponse } from '../../../shared/interface/tracking.interface';
|
|
2
|
+
import { AdminDataService } from '@posiwise/admin-module-utils';
|
|
6
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
7
4
|
import { AhoyService } from '@posiwise/common-services';
|
|
8
|
-
import {
|
|
5
|
+
import { Paging } from '@posiwise/common-utilities';
|
|
6
|
+
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
7
|
+
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
8
|
+
import { AhoyVersionResponse } from '../../../shared/interface/tracking.interface';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class VersionsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
11
11
|
private readonly ahoyService;
|
|
@@ -24,8 +24,8 @@ export declare class VersionsComponent extends AppBaseComponent implements OnIni
|
|
|
24
24
|
events: string[];
|
|
25
25
|
startDate: string;
|
|
26
26
|
endDate: string;
|
|
27
|
-
selectedOption: SelectItem[];
|
|
28
27
|
subscriptionId: number;
|
|
28
|
+
selectedOption: SelectItem[];
|
|
29
29
|
filterSource: string[];
|
|
30
30
|
criteria: any[];
|
|
31
31
|
searchOptions: any[];
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { SelectItem } from 'primeng/api';
|
|
4
3
|
import { AdminService } from '@posiwise/admin-module-utils';
|
|
5
4
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
6
5
|
import { User } from '@posiwise/common-utilities';
|
|
6
|
+
import { SelectItem } from 'primeng/api';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class UserDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
9
9
|
private readonly adminService;
|
|
10
10
|
form: UntypedFormGroup;
|
|
11
|
+
private userRoles;
|
|
11
12
|
submitted: boolean;
|
|
12
13
|
id: number;
|
|
13
14
|
user: User;
|
|
14
15
|
isLoading: boolean;
|
|
15
16
|
allRoles: SelectItem[];
|
|
16
|
-
private userRoles;
|
|
17
17
|
subscriptionId: number;
|
|
18
18
|
constructor(adminService: AdminService, injector: Injector);
|
|
19
19
|
ngOnInit(): void;
|
|
@@ -8,9 +8,15 @@ export declare class UserInsightComponent extends AppBaseComponent implements On
|
|
|
8
8
|
graph: Plotly.Figure;
|
|
9
9
|
isLoading: boolean;
|
|
10
10
|
subscriptionId: number;
|
|
11
|
+
selectedDateRange: any;
|
|
12
|
+
dateRanges: any;
|
|
11
13
|
constructor(adminService: AdminService, injector: Injector);
|
|
12
14
|
ngOnInit(): void;
|
|
13
15
|
private getChartData;
|
|
16
|
+
onDateRangeSelect(event: {
|
|
17
|
+
startDate: moment.Moment;
|
|
18
|
+
endDate: moment.Moment;
|
|
19
|
+
}): void;
|
|
14
20
|
ngOnDestroy(): void;
|
|
15
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserInsightComponent, never>;
|
|
16
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<UserInsightComponent, "pw-admin-user-insight", never, {}, {}, never, never, false, never>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { AfterViewChecked, ChangeDetectorRef, Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
3
2
|
import { AdminService } from '@posiwise/admin-module-utils';
|
|
4
|
-
import { User } from '@posiwise/common-utilities';
|
|
5
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
+
import { AuthService, CustomToastService, ProductService, WindowService } from '@posiwise/common-services';
|
|
5
|
+
import { User } from '@posiwise/common-utilities';
|
|
6
6
|
import { PasswordValidationComponent } from '@posiwise/shared-components';
|
|
7
|
-
import {
|
|
7
|
+
import { LazyLoadEvent, SelectItem } from 'primeng/api';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class UserListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
10
10
|
private readonly adminService;
|
|
@@ -16,10 +16,13 @@ export declare class UserListComponent extends AppBaseComponent implements OnIni
|
|
|
16
16
|
passwordValidationModalForUserDelete: PasswordValidationComponent;
|
|
17
17
|
passwordValidationModalForImpersonate: PasswordValidationComponent;
|
|
18
18
|
passwordValidationModalForRemove2fa: PasswordValidationComponent;
|
|
19
|
+
private page;
|
|
20
|
+
private filterByProducts;
|
|
21
|
+
private filterByRoles;
|
|
22
|
+
private userToDelete;
|
|
19
23
|
totalRecords: number;
|
|
20
24
|
users: User[];
|
|
21
25
|
allRoles: SelectItem[];
|
|
22
|
-
searchText: string;
|
|
23
26
|
allUsers: User[];
|
|
24
27
|
productList: SelectItem[];
|
|
25
28
|
loading: boolean;
|
|
@@ -28,10 +31,14 @@ export declare class UserListComponent extends AppBaseComponent implements OnIni
|
|
|
28
31
|
label: string;
|
|
29
32
|
value: string;
|
|
30
33
|
}[];
|
|
34
|
+
searchText: string;
|
|
31
35
|
searchDataSource: any[];
|
|
36
|
+
featureKeysList: any[];
|
|
37
|
+
filterByFeatureKeys: any[];
|
|
38
|
+
filterSource: string[];
|
|
39
|
+
criteria: any[];
|
|
32
40
|
selectedOption: SelectItem;
|
|
33
41
|
currentUser: User;
|
|
34
|
-
private page;
|
|
35
42
|
routers: {
|
|
36
43
|
globalConfigDetails: string;
|
|
37
44
|
adminCredentialsDetails: string;
|
|
@@ -65,19 +72,12 @@ export declare class UserListComponent extends AppBaseComponent implements OnIni
|
|
|
65
72
|
inviteUsers: string;
|
|
66
73
|
subscriptionList: string;
|
|
67
74
|
};
|
|
68
|
-
subscriptionId: number;
|
|
69
75
|
masterProductId: any;
|
|
70
|
-
featureKeysList: any[];
|
|
71
|
-
private filterByProducts;
|
|
72
76
|
totalRecordsUnFiltered: number;
|
|
73
|
-
private filterByRoles;
|
|
74
|
-
filterByFeatureKeys: any[];
|
|
75
|
-
private userToDelete;
|
|
76
77
|
chatPermission: string;
|
|
77
78
|
userToImpersonate: User;
|
|
79
|
+
subscriptionId: number;
|
|
78
80
|
remove2faUserId: number;
|
|
79
|
-
filterSource: string[];
|
|
80
|
-
criteria: any[];
|
|
81
81
|
constructor(adminService: AdminService, toaster: CustomToastService, productService: ProductService, injector: Injector, authService: AuthService, cdr: ChangeDetectorRef, windowService: WindowService);
|
|
82
82
|
ngOnInit(): void;
|
|
83
83
|
getTableState(): void;
|