@posiwise/admin-module 0.0.77 → 0.0.79
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-module.routing.mjs +26 -1
- package/esm2022/lib/admin.module.mjs +20 -5
- package/esm2022/lib/components/TOS/terms-of-service/terms-of-service.component.mjs +12 -8
- package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +3 -3
- package/esm2022/lib/components/config/global-config-list/global-config-list.component.mjs +11 -7
- package/esm2022/lib/components/contact-us/contact-us-list/contact-us-list.component.mjs +4 -3
- package/esm2022/lib/components/credentials/credentials/credentials.component.mjs +11 -7
- package/esm2022/lib/components/credentials/subscription-credentials/subscription-credentials.component.mjs +9 -6
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.mjs +3 -3
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.mjs +3 -3
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.mjs +3 -3
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.mjs +3 -3
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.mjs +3 -3
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.mjs +3 -3
- package/esm2022/lib/components/domain-config/domain-config-list/domain-config-list.component.mjs +4 -3
- package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +4 -3
- package/esm2022/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.mjs +3 -3
- package/esm2022/lib/components/incidents/add-edit-incident/add-edit-incident.component.mjs +156 -0
- package/esm2022/lib/components/incidents/incidents-list/incidents-list.component.mjs +94 -0
- package/esm2022/lib/components/incidents/incidents-tabs/incidents-tabs.component.mjs +25 -0
- package/esm2022/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.mjs +4 -3
- package/esm2022/lib/components/newsletters/newsletter-users-list/newsletter-users-list.component.mjs +3 -3
- package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items.component.mjs +4 -3
- package/esm2022/lib/components/newsletters/newsletters-list/newsletters-list.component.mjs +4 -3
- package/esm2022/lib/components/permissions/permissions-list/permissions-list.component.mjs +13 -8
- package/esm2022/lib/components/permissions/roles-list/roles-list.component.mjs +13 -8
- package/esm2022/lib/components/products/product-details/product-details.component.mjs +14 -4
- package/esm2022/lib/components/products/products-list/products-list.component.mjs +4 -3
- package/esm2022/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.mjs +4 -3
- package/esm2022/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.mjs +7 -7
- package/esm2022/lib/components/subscriptions/subscription-products/subscription-products.component.mjs +4 -3
- package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +57 -20
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.mjs +3 -3
- package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +21 -14
- package/esm2022/lib/components/tags/tags-category/tags-category.component.mjs +11 -6
- package/esm2022/lib/components/tags/tags-list/tags-list.component.mjs +5 -3
- package/esm2022/lib/components/tips/tips-list/tips-list.component.mjs +3 -3
- package/esm2022/lib/components/tracking/ahoy-events/ahoy-events.component.mjs +60 -17
- package/esm2022/lib/components/tracking/ahoy-messages/ahoy-messages.component.mjs +62 -17
- package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +61 -16
- package/esm2022/lib/components/tracking/events/events.component.mjs +62 -16
- package/esm2022/lib/components/tracking/versions/versions.component.mjs +58 -17
- package/esm2022/lib/components/users/users-list/users-list.component.mjs +13 -7
- package/esm2022/lib/shared/routers/routers.mjs +3 -2
- package/fesm2022/posiwise-admin-module.mjs +715 -155
- package/fesm2022/posiwise-admin-module.mjs.map +1 -1
- package/lib/admin.module.d.ts +26 -22
- package/lib/components/TOS/terms-of-service/terms-of-service.component.d.ts +2 -0
- package/lib/components/config/global-config-list/global-config-list.component.d.ts +2 -0
- package/lib/components/credentials/credentials/credentials.component.d.ts +2 -0
- package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +1 -0
- package/lib/components/domain-config/domain-config-list/domain-config-list.component.d.ts +1 -0
- package/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.d.ts +1 -0
- package/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.d.ts +1 -0
- package/lib/components/incidents/add-edit-incident/add-edit-incident.component.d.ts +60 -0
- package/lib/components/incidents/incidents-list/incidents-list.component.d.ts +57 -0
- package/lib/components/incidents/incidents-tabs/incidents-tabs.component.d.ts +7 -0
- package/lib/components/login-notifications/login-notification-details/login-notification-details.component.d.ts +1 -0
- package/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.d.ts +1 -0
- package/lib/components/newsletters/newsletter-details/newsletter-details.component.d.ts +1 -0
- package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +1 -0
- package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +1 -0
- package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +1 -0
- package/lib/components/permissions/permissions-details/permissions-details.component.d.ts +1 -0
- package/lib/components/permissions/permissions-list/permissions-list.component.d.ts +2 -0
- package/lib/components/permissions/roles-list/roles-list.component.d.ts +2 -0
- package/lib/components/products/product-details/product-details.component.d.ts +2 -0
- package/lib/components/products/products-list/products-list.component.d.ts +1 -0
- package/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.d.ts +1 -0
- package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts +1 -0
- package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +15 -2
- package/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.d.ts +2 -0
- package/lib/components/tags/tags-category/tags-category.component.d.ts +2 -0
- package/lib/components/tags/tags-list/tags-list.component.d.ts +1 -0
- package/lib/components/tips/tips-list/tips-list.component.d.ts +1 -0
- package/lib/components/tracking/ahoy-events/ahoy-events.component.d.ts +13 -2
- package/lib/components/tracking/ahoy-messages/ahoy-messages.component.d.ts +13 -2
- package/lib/components/tracking/ahoy-visits/ahoy-visits.component.d.ts +13 -2
- package/lib/components/tracking/events/events.component.d.ts +16 -2
- package/lib/components/tracking/versions/versions.component.d.ts +12 -2
- package/lib/components/users/users-list/users-list.component.d.ts +3 -0
- package/lib/shared/routers/routers.d.ts +1 -0
- package/package.json +1 -1
package/lib/admin.module.d.ts
CHANGED
|
@@ -77,29 +77,33 @@ import * as i75 from "./components/subscriptions/subscription-users/subscription
|
|
|
77
77
|
import * as i76 from "./components/subscriptions/subscription-agents-list/subscription-agents-list.component";
|
|
78
78
|
import * as i77 from "./components/subscriptions/subscriptions-insight/subscription-insight-tabs/subscription-insight-tabs.component";
|
|
79
79
|
import * as i78 from "./components/contact-us/contact-us-list/contact-us-list.component";
|
|
80
|
-
import * as i79 from "
|
|
81
|
-
import * as i80 from "
|
|
82
|
-
import * as i81 from "
|
|
83
|
-
import * as i82 from "primeng/
|
|
84
|
-
import * as i83 from "primeng/
|
|
85
|
-
import * as i84 from "primeng/
|
|
86
|
-
import * as i85 from "primeng/
|
|
87
|
-
import * as i86 from "
|
|
88
|
-
import * as i87 from "primeng/
|
|
89
|
-
import * as i88 from "
|
|
90
|
-
import * as i89 from "
|
|
91
|
-
import * as i90 from "
|
|
92
|
-
import * as i91 from "
|
|
93
|
-
import * as i92 from "@angular
|
|
94
|
-
import * as i93 from "
|
|
95
|
-
import * as i94 from "@posiwise/
|
|
96
|
-
import * as i95 from "@
|
|
97
|
-
import * as i96 from "
|
|
98
|
-
import * as i97 from "@
|
|
99
|
-
import * as i98 from "@
|
|
100
|
-
import * as i99 from "
|
|
80
|
+
import * as i79 from "./components/incidents/incidents-list/incidents-list.component";
|
|
81
|
+
import * as i80 from "./components/incidents/incidents-tabs/incidents-tabs.component";
|
|
82
|
+
import * as i81 from "./components/incidents/add-edit-incident/add-edit-incident.component";
|
|
83
|
+
import * as i82 from "primeng/table";
|
|
84
|
+
import * as i83 from "primeng/tooltip";
|
|
85
|
+
import * as i84 from "primeng/accordion";
|
|
86
|
+
import * as i85 from "primeng/autocomplete";
|
|
87
|
+
import * as i86 from "primeng/dropdown";
|
|
88
|
+
import * as i87 from "primeng/multiselect";
|
|
89
|
+
import * as i88 from "primeng/inputtext";
|
|
90
|
+
import * as i89 from "ngx-json-viewer";
|
|
91
|
+
import * as i90 from "primeng/calendar";
|
|
92
|
+
import * as i91 from "angular-plotly.js";
|
|
93
|
+
import * as i92 from "@angular/common";
|
|
94
|
+
import * as i93 from "ngx-ui-switch";
|
|
95
|
+
import * as i94 from "@posiwise/shared-components";
|
|
96
|
+
import * as i95 from "@angular-magic/ngx-gp-autocomplete";
|
|
97
|
+
import * as i96 from "@posiwise/core-transloco";
|
|
98
|
+
import * as i97 from "@posiwise/pipes";
|
|
99
|
+
import * as i98 from "@posiwise/directives";
|
|
100
|
+
import * as i99 from "./admin-module.routing";
|
|
101
|
+
import * as i100 from "@ng-bootstrap/ng-bootstrap";
|
|
102
|
+
import * as i101 from "@angular/forms";
|
|
103
|
+
import * as i102 from "ngx-pagination";
|
|
104
|
+
import * as i103 from "ngx-quill";
|
|
101
105
|
export declare class AdminModule {
|
|
102
106
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminModule, never>;
|
|
103
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminModule, [typeof i1.UserTabComponent, typeof i2.SubscriptionComponent, typeof i3.NewsletterComponent, typeof i4.FaqListComponent, typeof i5.DomainConfigListComponent, typeof i6.DomainConfigDetailsComponent, typeof i7.DomainConfigBuildComponent, typeof i8.DomainConfigCoreComponent, typeof i9.DomainConfigOrganizationComponent, typeof i10.DomainConfigSecurityComponent, typeof i11.DomainConfigSocialComponent, typeof i12.DomainConfigIntegrationsComponent, typeof i13.DomainConfigInterfaceComponent, typeof i14.DomainConfigTabsComponent, typeof i15.LoginNotificationTabsComponent, typeof i16.LoginNotificationsListComponent, typeof i17.LoginNotificationDetailsComponent, typeof i18.FeedbackQuestionsListComponent, typeof i19.FeedbackQuestionsDetailsComponent, typeof i20.UserDetailsComponent, typeof i21.ProductsComponent, typeof i22.SubscriptionDetailsComponent, typeof i23.NewsletterDetailsComponent, typeof i24.NewsletterItemDetailsComponent, typeof i25.ProductDetailsComponent, typeof i26.RoleDetailsComponent, typeof i27.TagsTabsComponent, typeof i28.TipComponent, typeof i29.TipsComponent, typeof i30.AgentDetailsComponent, typeof i31.UserListComponent, typeof i32.RolesListComponent, typeof i33.SubscriptionsListComponent, typeof i34.SubscriptionProductDetailsComponent, typeof i35.InsightComponent, typeof i36.SubscriptionInsightNpsComponent, typeof i37.SubscriptionInsightRevenueComponent, typeof i38.ProductsListComponent, typeof i39.ProductInsightComponent, typeof i40.NewslettersListComponent, typeof i41.NewslettersItemsComponent, typeof i42.NewsletterInsightComponent, typeof i43.UserInsightComponent, typeof i44.TagsCategoryComponent, typeof i45.TagsListComponent, typeof i46.TipsTabsComponent, typeof i47.GenericMiscComponent, typeof i48.GenericInsightComponent, typeof i49.FaqTabsComponent, typeof i50.ContactUsTabsComponent, typeof i51.GeneralTabsComponent, typeof i52.PermissionsListComponent, typeof i53.PermissionsDetailsComponent, typeof i54.PermissionsTabsComponent, typeof i55.TermsOfServiceComponent, typeof i56.TermsOfServiceTabsComponent, typeof i57.TermsOfServiceDetailsComponent, typeof i58.CredentialsComponent, typeof i59.SubscriptionCredentialsComponent, typeof i60.SubscriptionCredentialsDetailsComponent, typeof i61.CredentialsDetailsComponent, typeof i62.CredentialsTabComponent, typeof i63.AhoyEventsComponent, typeof i64.TrackingComponent, typeof i65.AhoyMessagesComponent, typeof i66.AhoyVisitsComponent, typeof i67.EventsComponent, typeof i68.VersionsComponent, typeof i69.UsersListForProductComponent, typeof i70.NewsletterUsersListComponent, typeof i71.GlobalConfigListComponent, typeof i72.GlobalConfigDetailsComponent, typeof i73.GlobalConfigTabsComponent, typeof i74.SubscriptionProductsComponent, typeof i75.SubscriptionUsersComponent, typeof i76.SubscriptionAgentsListComponent, typeof i77.SubscriptionInsightTabsComponent, typeof i78.ContactUsListComponent], [typeof
|
|
107
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdminModule, [typeof i1.UserTabComponent, typeof i2.SubscriptionComponent, typeof i3.NewsletterComponent, typeof i4.FaqListComponent, typeof i5.DomainConfigListComponent, typeof i6.DomainConfigDetailsComponent, typeof i7.DomainConfigBuildComponent, typeof i8.DomainConfigCoreComponent, typeof i9.DomainConfigOrganizationComponent, typeof i10.DomainConfigSecurityComponent, typeof i11.DomainConfigSocialComponent, typeof i12.DomainConfigIntegrationsComponent, typeof i13.DomainConfigInterfaceComponent, typeof i14.DomainConfigTabsComponent, typeof i15.LoginNotificationTabsComponent, typeof i16.LoginNotificationsListComponent, typeof i17.LoginNotificationDetailsComponent, typeof i18.FeedbackQuestionsListComponent, typeof i19.FeedbackQuestionsDetailsComponent, typeof i20.UserDetailsComponent, typeof i21.ProductsComponent, typeof i22.SubscriptionDetailsComponent, typeof i23.NewsletterDetailsComponent, typeof i24.NewsletterItemDetailsComponent, typeof i25.ProductDetailsComponent, typeof i26.RoleDetailsComponent, typeof i27.TagsTabsComponent, typeof i28.TipComponent, typeof i29.TipsComponent, typeof i30.AgentDetailsComponent, typeof i31.UserListComponent, typeof i32.RolesListComponent, typeof i33.SubscriptionsListComponent, typeof i34.SubscriptionProductDetailsComponent, typeof i35.InsightComponent, typeof i36.SubscriptionInsightNpsComponent, typeof i37.SubscriptionInsightRevenueComponent, typeof i38.ProductsListComponent, typeof i39.ProductInsightComponent, typeof i40.NewslettersListComponent, typeof i41.NewslettersItemsComponent, typeof i42.NewsletterInsightComponent, typeof i43.UserInsightComponent, typeof i44.TagsCategoryComponent, typeof i45.TagsListComponent, typeof i46.TipsTabsComponent, typeof i47.GenericMiscComponent, typeof i48.GenericInsightComponent, typeof i49.FaqTabsComponent, typeof i50.ContactUsTabsComponent, typeof i51.GeneralTabsComponent, typeof i52.PermissionsListComponent, typeof i53.PermissionsDetailsComponent, typeof i54.PermissionsTabsComponent, typeof i55.TermsOfServiceComponent, typeof i56.TermsOfServiceTabsComponent, typeof i57.TermsOfServiceDetailsComponent, typeof i58.CredentialsComponent, typeof i59.SubscriptionCredentialsComponent, typeof i60.SubscriptionCredentialsDetailsComponent, typeof i61.CredentialsDetailsComponent, typeof i62.CredentialsTabComponent, typeof i63.AhoyEventsComponent, typeof i64.TrackingComponent, typeof i65.AhoyMessagesComponent, typeof i66.AhoyVisitsComponent, typeof i67.EventsComponent, typeof i68.VersionsComponent, typeof i69.UsersListForProductComponent, typeof i70.NewsletterUsersListComponent, typeof i71.GlobalConfigListComponent, typeof i72.GlobalConfigDetailsComponent, typeof i73.GlobalConfigTabsComponent, typeof i74.SubscriptionProductsComponent, typeof i75.SubscriptionUsersComponent, typeof i76.SubscriptionAgentsListComponent, typeof i77.SubscriptionInsightTabsComponent, typeof i78.ContactUsListComponent, typeof i79.IncidentListComponent, typeof i80.IncidentTabsComponent, typeof i81.AddEditIncidentComponent], [typeof i82.TableModule, typeof i83.TooltipModule, typeof i84.AccordionModule, typeof i85.AutoCompleteModule, typeof i86.DropdownModule, typeof i87.MultiSelectModule, typeof i88.InputTextModule, typeof i89.NgxJsonViewerModule, typeof i90.CalendarModule, typeof i91.PlotlyViaCDNModule, typeof i92.CommonModule, typeof i93.UiSwitchModule, typeof i94.SharedComponentsModule, typeof i95.NgxGpAutocompleteModule, typeof i96.CoreTranslocoModule, typeof i97.PipesModule, typeof i98.DirectivesModule, typeof i99.AdminRoutingModule, typeof i100.NgbModule, typeof i101.FormsModule, typeof i101.ReactiveFormsModule, typeof i102.NgxPaginationModule, typeof i103.QuillModule], never>;
|
|
104
108
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminModule>;
|
|
105
109
|
}
|
|
@@ -10,6 +10,7 @@ export declare class TermsOfServiceComponent extends AppBaseComponent implements
|
|
|
10
10
|
searchText: string;
|
|
11
11
|
data: PrivacyTosResponse;
|
|
12
12
|
loading: boolean;
|
|
13
|
+
isLoaded: boolean;
|
|
13
14
|
routers: {
|
|
14
15
|
globalConfigDetails: string;
|
|
15
16
|
adminCredentialsDetails: string;
|
|
@@ -34,6 +35,7 @@ export declare class TermsOfServiceComponent extends AppBaseComponent implements
|
|
|
34
35
|
domainConfigDetails: string;
|
|
35
36
|
loginNotifications: string;
|
|
36
37
|
loginNotificationDetails: string;
|
|
38
|
+
incidentDetails: string;
|
|
37
39
|
};
|
|
38
40
|
private page;
|
|
39
41
|
subscriptionId: number;
|
|
@@ -8,6 +8,7 @@ export declare class GlobalConfigListComponent extends AppBaseComponent implemen
|
|
|
8
8
|
private adminService;
|
|
9
9
|
private cdr;
|
|
10
10
|
searchText: string;
|
|
11
|
+
isLoaded: boolean;
|
|
11
12
|
loading: boolean;
|
|
12
13
|
protected page: number;
|
|
13
14
|
fieldTypes: string[];
|
|
@@ -35,6 +36,7 @@ export declare class GlobalConfigListComponent extends AppBaseComponent implemen
|
|
|
35
36
|
domainConfigDetails: string;
|
|
36
37
|
loginNotifications: string;
|
|
37
38
|
loginNotificationDetails: string;
|
|
39
|
+
incidentDetails: string;
|
|
38
40
|
};
|
|
39
41
|
data: GlobalConfigResponse;
|
|
40
42
|
constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
|
|
@@ -10,6 +10,7 @@ export declare class CredentialsComponent extends AppBaseComponent implements On
|
|
|
10
10
|
searchText: string;
|
|
11
11
|
data: CredentialResponse;
|
|
12
12
|
loading: boolean;
|
|
13
|
+
isLoaded: boolean;
|
|
13
14
|
private page;
|
|
14
15
|
routers: {
|
|
15
16
|
globalConfigDetails: string;
|
|
@@ -35,6 +36,7 @@ export declare class CredentialsComponent extends AppBaseComponent implements On
|
|
|
35
36
|
domainConfigDetails: string;
|
|
36
37
|
loginNotifications: string;
|
|
37
38
|
loginNotificationDetails: string;
|
|
39
|
+
incidentDetails: string;
|
|
38
40
|
};
|
|
39
41
|
constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
|
|
40
42
|
ngAfterViewChecked(): void;
|
package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export declare class SubscriptionCredentialsComponent extends AppBaseComponent i
|
|
|
37
37
|
domainConfigDetails: string;
|
|
38
38
|
loginNotifications: string;
|
|
39
39
|
loginNotificationDetails: string;
|
|
40
|
+
incidentDetails: string;
|
|
40
41
|
};
|
|
41
42
|
constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
|
|
42
43
|
ngOnInit(): void;
|
|
@@ -38,6 +38,7 @@ export declare class DomainConfigBuildComponent extends AppBaseComponent impleme
|
|
|
38
38
|
domainConfigDetails: string;
|
|
39
39
|
loginNotifications: string;
|
|
40
40
|
loginNotificationDetails: string;
|
|
41
|
+
incidentDetails: string;
|
|
41
42
|
};
|
|
42
43
|
subscriptionId: number;
|
|
43
44
|
masterSubscriptionProductList: any[];
|
|
@@ -34,6 +34,7 @@ export declare class DomainConfigCoreComponent extends AppBaseComponent implemen
|
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
36
|
loginNotificationDetails: string;
|
|
37
|
+
incidentDetails: string;
|
|
37
38
|
};
|
|
38
39
|
subscriptionId: number;
|
|
39
40
|
isLoading: boolean;
|
package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare class DomainConfigDetailsComponent extends AppBaseComponent imple
|
|
|
31
31
|
domainConfigDetails: string;
|
|
32
32
|
loginNotifications: string;
|
|
33
33
|
loginNotificationDetails: string;
|
|
34
|
+
incidentDetails: string;
|
|
34
35
|
};
|
|
35
36
|
isLoading: boolean;
|
|
36
37
|
subscriptionId: number;
|
|
@@ -34,6 +34,7 @@ export declare class DomainConfigIntegrationsComponent extends AppBaseComponent
|
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
36
|
loginNotificationDetails: string;
|
|
37
|
+
incidentDetails: string;
|
|
37
38
|
};
|
|
38
39
|
subscriptionId: number;
|
|
39
40
|
isLoading: boolean;
|
|
@@ -36,6 +36,7 @@ export declare class DomainConfigInterfaceComponent extends AppBaseComponent imp
|
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
38
|
loginNotificationDetails: string;
|
|
39
|
+
incidentDetails: string;
|
|
39
40
|
};
|
|
40
41
|
subscriptionId: number;
|
|
41
42
|
isLoading: boolean;
|
|
@@ -34,6 +34,7 @@ export declare class DomainConfigOrganizationComponent extends AppBaseComponent
|
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
36
|
loginNotificationDetails: string;
|
|
37
|
+
incidentDetails: string;
|
|
37
38
|
};
|
|
38
39
|
subscriptionId: number;
|
|
39
40
|
isLoading: boolean;
|
|
@@ -34,6 +34,7 @@ export declare class DomainConfigSecurityComponent extends AppBaseComponent impl
|
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
36
|
loginNotificationDetails: string;
|
|
37
|
+
incidentDetails: string;
|
|
37
38
|
};
|
|
38
39
|
subscriptionId: number;
|
|
39
40
|
isLoading: boolean;
|
|
@@ -34,6 +34,7 @@ export declare class DomainConfigSocialComponent extends AppBaseComponent implem
|
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
36
|
loginNotificationDetails: string;
|
|
37
|
+
incidentDetails: string;
|
|
37
38
|
};
|
|
38
39
|
subscriptionId: number;
|
|
39
40
|
isLoading: boolean;
|
|
@@ -36,6 +36,7 @@ export declare class DomainConfigListComponent extends AppBaseComponent implemen
|
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
38
|
loginNotificationDetails: string;
|
|
39
|
+
incidentDetails: string;
|
|
39
40
|
};
|
|
40
41
|
subscriptionId: number;
|
|
41
42
|
constructor(injector: Injector, adminService: AdminService, cdr: ChangeDetectorRef);
|
|
@@ -39,6 +39,7 @@ export declare class FeedbackQuestionsListComponent extends AppBaseComponent imp
|
|
|
39
39
|
domainConfigDetails: string;
|
|
40
40
|
loginNotifications: string;
|
|
41
41
|
loginNotificationDetails: string;
|
|
42
|
+
incidentDetails: string;
|
|
42
43
|
};
|
|
43
44
|
subscriptionId: number;
|
|
44
45
|
productId: number;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { NgForm, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
+
import { CommonService } from '@posiwise/common-services';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AddEditIncidentComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
7
|
+
private commonService;
|
|
8
|
+
form: UntypedFormGroup;
|
|
9
|
+
subscriptionId: number;
|
|
10
|
+
routers: {
|
|
11
|
+
globalConfigDetails: string;
|
|
12
|
+
adminCredentialsDetails: string;
|
|
13
|
+
subscriptionCredentialDetails: string;
|
|
14
|
+
newsletter: string;
|
|
15
|
+
newsletterItemDetails: string;
|
|
16
|
+
newslettersUserList: string;
|
|
17
|
+
newsletterDetails: string;
|
|
18
|
+
permissionsList: string;
|
|
19
|
+
permissionsDetails: string;
|
|
20
|
+
rolesDetails: string;
|
|
21
|
+
productDetails: string;
|
|
22
|
+
productsUserList: string;
|
|
23
|
+
feedbackQuestions: string;
|
|
24
|
+
feedbackQuestionsDetails: string;
|
|
25
|
+
subscriptionDetails: string;
|
|
26
|
+
subscriptionProductDetails: string;
|
|
27
|
+
tipsDetails: string;
|
|
28
|
+
tosAndPrivacyDetails: string;
|
|
29
|
+
usersDetails: string;
|
|
30
|
+
domainConfig: string;
|
|
31
|
+
domainConfigDetails: string;
|
|
32
|
+
loginNotifications: string;
|
|
33
|
+
loginNotificationDetails: string;
|
|
34
|
+
incidentDetails: string;
|
|
35
|
+
};
|
|
36
|
+
landing: boolean;
|
|
37
|
+
logo: any;
|
|
38
|
+
openIncidents: any[];
|
|
39
|
+
pastIncidents: any[];
|
|
40
|
+
p1: number;
|
|
41
|
+
p: number;
|
|
42
|
+
companyName: any;
|
|
43
|
+
editForm: NgForm;
|
|
44
|
+
currentIncident: any;
|
|
45
|
+
id: number;
|
|
46
|
+
isSuperAdmin: boolean;
|
|
47
|
+
submitted: boolean;
|
|
48
|
+
buttonBusy: boolean;
|
|
49
|
+
constructor(injector: Injector, commonService: CommonService);
|
|
50
|
+
ngOnInit(): void;
|
|
51
|
+
get f(): {
|
|
52
|
+
[key: string]: import("@angular/forms").AbstractControl<any, any>;
|
|
53
|
+
};
|
|
54
|
+
onSubmit(): void;
|
|
55
|
+
onAdd(): void;
|
|
56
|
+
onUpdate(): void;
|
|
57
|
+
onCancel(): void;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AddEditIncidentComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddEditIncidentComponent, "pw-admin-add-edit-incident", never, {}, {}, never, never, false, never>;
|
|
60
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
+
import { CommonService } from '@posiwise/common-services';
|
|
4
|
+
import { Paging } from '@posiwise/common-utilities';
|
|
5
|
+
import { LazyLoadEvent } from 'primeng/api';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class IncidentListComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
8
|
+
private commonService;
|
|
9
|
+
landing: boolean;
|
|
10
|
+
routers: {
|
|
11
|
+
globalConfigDetails: string;
|
|
12
|
+
adminCredentialsDetails: string;
|
|
13
|
+
subscriptionCredentialDetails: string;
|
|
14
|
+
newsletter: string;
|
|
15
|
+
newsletterItemDetails: string;
|
|
16
|
+
newslettersUserList: string;
|
|
17
|
+
newsletterDetails: string;
|
|
18
|
+
permissionsList: string;
|
|
19
|
+
permissionsDetails: string;
|
|
20
|
+
rolesDetails: string;
|
|
21
|
+
productDetails: string;
|
|
22
|
+
productsUserList: string;
|
|
23
|
+
feedbackQuestions: string;
|
|
24
|
+
feedbackQuestionsDetails: string;
|
|
25
|
+
subscriptionDetails: string;
|
|
26
|
+
subscriptionProductDetails: string;
|
|
27
|
+
tipsDetails: string;
|
|
28
|
+
tosAndPrivacyDetails: string;
|
|
29
|
+
usersDetails: string;
|
|
30
|
+
domainConfig: string;
|
|
31
|
+
domainConfigDetails: string;
|
|
32
|
+
loginNotifications: string;
|
|
33
|
+
loginNotificationDetails: string;
|
|
34
|
+
incidentDetails: string;
|
|
35
|
+
};
|
|
36
|
+
subscriptionId: number;
|
|
37
|
+
logo: any;
|
|
38
|
+
showList: boolean;
|
|
39
|
+
isLoaded: boolean;
|
|
40
|
+
openIncidents: any[];
|
|
41
|
+
totalRecordsUnFilter: number;
|
|
42
|
+
totalRecords: number;
|
|
43
|
+
p1: number;
|
|
44
|
+
p: number;
|
|
45
|
+
private page;
|
|
46
|
+
searchText: string;
|
|
47
|
+
companyName: any;
|
|
48
|
+
isSuperAdmin: boolean;
|
|
49
|
+
constructor(injector: Injector, commonService: CommonService);
|
|
50
|
+
ngOnInit(): void;
|
|
51
|
+
getIncidents(paging: Paging): void;
|
|
52
|
+
onLazyLoad(event: LazyLoadEvent): void;
|
|
53
|
+
calculateDuration(startedAt: string, resolvedAt: string): string;
|
|
54
|
+
navigateToEdit(incident: any): void;
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IncidentListComponent, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IncidentListComponent, "pw-admin-incident-list", never, {}, {}, never, never, false, never>;
|
|
57
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { MenuItem } from 'primeng/api';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IncidentTabsComponent {
|
|
4
|
+
items: MenuItem[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IncidentTabsComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IncidentTabsComponent, "incident-tabs", never, {}, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
@@ -35,6 +35,7 @@ export declare class LoginNotificationDetailsComponent extends AppBaseComponent
|
|
|
35
35
|
domainConfigDetails: string;
|
|
36
36
|
loginNotifications: string;
|
|
37
37
|
loginNotificationDetails: string;
|
|
38
|
+
incidentDetails: string;
|
|
38
39
|
};
|
|
39
40
|
subscriptionId: number;
|
|
40
41
|
loginNotificationTypes$: Observable<any>;
|
|
@@ -36,6 +36,7 @@ export declare class LoginNotificationsListComponent extends AppBaseComponent im
|
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
38
|
loginNotificationDetails: string;
|
|
39
|
+
incidentDetails: string;
|
|
39
40
|
};
|
|
40
41
|
subscriptionId: number;
|
|
41
42
|
constructor(injector: Injector, adminService: AdminService, cdr: ChangeDetectorRef);
|
|
@@ -34,6 +34,7 @@ export declare class NewsletterDetailsComponent extends AppBaseComponent impleme
|
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
36
|
loginNotificationDetails: string;
|
|
37
|
+
incidentDetails: string;
|
|
37
38
|
};
|
|
38
39
|
subscriptionId: number;
|
|
39
40
|
constructor(adminService: AdminService, injector: Injector);
|
|
@@ -45,6 +45,7 @@ export declare class NewslettersItemsComponent extends AppBaseComponent implemen
|
|
|
45
45
|
domainConfigDetails: string;
|
|
46
46
|
loginNotifications: string;
|
|
47
47
|
loginNotificationDetails: string;
|
|
48
|
+
incidentDetails: string;
|
|
48
49
|
};
|
|
49
50
|
subscriptionId: number;
|
|
50
51
|
userLoggedIn: boolean;
|
|
@@ -36,6 +36,7 @@ export declare class NewslettersListComponent extends AppBaseComponent implement
|
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
38
|
loginNotificationDetails: string;
|
|
39
|
+
incidentDetails: string;
|
|
39
40
|
};
|
|
40
41
|
subscriptionId: number;
|
|
41
42
|
userLoggedIn: boolean;
|
|
@@ -39,6 +39,7 @@ export declare class PermissionsDetailsComponent extends AppBaseComponent implem
|
|
|
39
39
|
domainConfigDetails: string;
|
|
40
40
|
loginNotifications: string;
|
|
41
41
|
loginNotificationDetails: string;
|
|
42
|
+
incidentDetails: string;
|
|
42
43
|
};
|
|
43
44
|
constructor(adminService: AdminService, injector: Injector);
|
|
44
45
|
ngOnInit(): void;
|
|
@@ -12,6 +12,7 @@ export declare class PermissionsListComponent extends AppBaseComponent implement
|
|
|
12
12
|
data: PermissionResponse;
|
|
13
13
|
loading: boolean;
|
|
14
14
|
private page;
|
|
15
|
+
isLoaded: boolean;
|
|
15
16
|
routers: {
|
|
16
17
|
globalConfigDetails: string;
|
|
17
18
|
adminCredentialsDetails: string;
|
|
@@ -36,6 +37,7 @@ export declare class PermissionsListComponent extends AppBaseComponent implement
|
|
|
36
37
|
domainConfigDetails: string;
|
|
37
38
|
loginNotifications: string;
|
|
38
39
|
loginNotificationDetails: string;
|
|
40
|
+
incidentDetails: string;
|
|
39
41
|
};
|
|
40
42
|
constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
|
|
41
43
|
ngAfterViewChecked(): void;
|
|
@@ -11,6 +11,7 @@ export declare class RolesListComponent extends AppBaseComponent implements OnIn
|
|
|
11
11
|
searchText: string;
|
|
12
12
|
roles: Role[];
|
|
13
13
|
loading: boolean;
|
|
14
|
+
isLoaded: boolean;
|
|
14
15
|
private page;
|
|
15
16
|
routers: {
|
|
16
17
|
globalConfigDetails: string;
|
|
@@ -36,6 +37,7 @@ export declare class RolesListComponent extends AppBaseComponent implements OnIn
|
|
|
36
37
|
domainConfigDetails: string;
|
|
37
38
|
loginNotifications: string;
|
|
38
39
|
loginNotificationDetails: string;
|
|
40
|
+
incidentDetails: string;
|
|
39
41
|
};
|
|
40
42
|
subscriptionId: number;
|
|
41
43
|
constructor(adminService: AdminService, injector: Injector, cdr: ChangeDetectorRef);
|
|
@@ -20,6 +20,7 @@ export declare class ProductDetailsComponent extends AppBaseComponent implements
|
|
|
20
20
|
productsList: SelectItem[];
|
|
21
21
|
selectedProducts: SelectItem[];
|
|
22
22
|
selectedScopes: SelectItem[];
|
|
23
|
+
selectedPartnerProducts: SelectItem[];
|
|
23
24
|
squaredLogo: string;
|
|
24
25
|
frequency: {
|
|
25
26
|
label: string;
|
|
@@ -43,6 +44,7 @@ export declare class ProductDetailsComponent extends AppBaseComponent implements
|
|
|
43
44
|
};
|
|
44
45
|
private getProducts;
|
|
45
46
|
onSearchCriteria(event: any): void;
|
|
47
|
+
onSearchPartnerProducts(event: any): void;
|
|
46
48
|
private getDuplicateProductDetails;
|
|
47
49
|
private getProductDetails;
|
|
48
50
|
private getCategories;
|
|
@@ -41,6 +41,7 @@ export declare class ProductsListComponent extends AppBaseComponent implements O
|
|
|
41
41
|
domainConfigDetails: string;
|
|
42
42
|
loginNotifications: string;
|
|
43
43
|
loginNotificationDetails: string;
|
|
44
|
+
incidentDetails: string;
|
|
44
45
|
};
|
|
45
46
|
userLoggedIn: boolean;
|
|
46
47
|
subscriptionId: number;
|
|
@@ -40,6 +40,7 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
|
|
|
40
40
|
domainConfigDetails: string;
|
|
41
41
|
loginNotifications: string;
|
|
42
42
|
loginNotificationDetails: string;
|
|
43
|
+
incidentDetails: string;
|
|
43
44
|
};
|
|
44
45
|
isLoading: boolean;
|
|
45
46
|
subscriptionId: number;
|
|
@@ -3,17 +3,23 @@ import { LazyLoadEvent } from 'primeng/api';
|
|
|
3
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
4
|
import { PasswordValidationComponent } from '@posiwise/shared-components';
|
|
5
5
|
import { User } from '@posiwise/common-utilities';
|
|
6
|
-
import { AuthService } from '@posiwise/common-services';
|
|
6
|
+
import { AuthService, CustomToastService } from '@posiwise/common-services';
|
|
7
7
|
import { SubscriptionService, WindowService } from '@posiwise/common-services';
|
|
8
|
+
import { AdminService } from '@posiwise/admin-module-utils';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class SubscriptionUsersComponent extends AppBaseComponent implements OnInit, AfterViewChecked {
|
|
10
11
|
private subscriptionService;
|
|
11
12
|
private cdr;
|
|
12
13
|
private authService;
|
|
13
14
|
private windowService;
|
|
15
|
+
private adminService;
|
|
16
|
+
private toaster;
|
|
14
17
|
passwordValidationModalForImpersonate: PasswordValidationComponent;
|
|
18
|
+
passwordValidationModalForUserDelete: PasswordValidationComponent;
|
|
19
|
+
passwordValidationModalForRemove2fa: PasswordValidationComponent;
|
|
15
20
|
id: number;
|
|
16
21
|
subscriptionMembers: any[];
|
|
22
|
+
private userToDelete;
|
|
17
23
|
totalRecords: number;
|
|
18
24
|
isLoaded: boolean;
|
|
19
25
|
loading: boolean;
|
|
@@ -44,13 +50,20 @@ export declare class SubscriptionUsersComponent extends AppBaseComponent impleme
|
|
|
44
50
|
domainConfigDetails: string;
|
|
45
51
|
loginNotifications: string;
|
|
46
52
|
loginNotificationDetails: string;
|
|
53
|
+
incidentDetails: string;
|
|
47
54
|
};
|
|
48
|
-
|
|
55
|
+
subscriptionId: number;
|
|
56
|
+
remove2faUserId: number;
|
|
57
|
+
constructor(subscriptionService: SubscriptionService, injector: Injector, cdr: ChangeDetectorRef, authService: AuthService, windowService: WindowService, adminService: AdminService, toaster: CustomToastService);
|
|
49
58
|
ngOnInit(): void;
|
|
50
59
|
ngAfterViewChecked(): void;
|
|
51
60
|
onLazyLoad(event: LazyLoadEvent): void;
|
|
52
61
|
onImpersonate(user: User): void;
|
|
53
62
|
onUserImpersonation(_event: any): void;
|
|
63
|
+
disable2fa(id: number): void;
|
|
64
|
+
remove2fa(_event: any): void;
|
|
65
|
+
onDelete(user: User): void;
|
|
66
|
+
deleteUser(_event: any): void;
|
|
54
67
|
private getSubscriptionDetails;
|
|
55
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<SubscriptionUsersComponent, never>;
|
|
56
69
|
static ɵcmp: i0.ɵɵComponentDeclaration<SubscriptionUsersComponent, "pw-subscription-users", never, {}, {}, never, never, false, never>;
|
|
@@ -53,6 +53,7 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
53
53
|
domainConfigDetails: string;
|
|
54
54
|
loginNotifications: string;
|
|
55
55
|
loginNotificationDetails: string;
|
|
56
|
+
incidentDetails: string;
|
|
56
57
|
};
|
|
57
58
|
subscriptionStatus: string[];
|
|
58
59
|
status: string;
|
|
@@ -85,6 +86,7 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
85
86
|
private sortObj;
|
|
86
87
|
searchProduct(event: any): void;
|
|
87
88
|
onProductChange(event: any): void;
|
|
89
|
+
onProductClear(event: any): void;
|
|
88
90
|
private groupProducts;
|
|
89
91
|
getExpiresAtColor(item: any): {
|
|
90
92
|
'text-danger fw-bold': boolean;
|
|
@@ -11,10 +11,12 @@ export declare class TagsCategoryComponent extends AppBaseComponent implements O
|
|
|
11
11
|
private cdr;
|
|
12
12
|
totalCategoryRecords: number;
|
|
13
13
|
searchText: string;
|
|
14
|
+
totalRecordsUnFilter: number;
|
|
14
15
|
tagCategories: any[];
|
|
15
16
|
tags: any[];
|
|
16
17
|
totalTagRecords: number;
|
|
17
18
|
loading: boolean;
|
|
19
|
+
isLoaded: boolean;
|
|
18
20
|
categoryModel: any;
|
|
19
21
|
private tagModel;
|
|
20
22
|
private page;
|
|
@@ -31,6 +31,7 @@ export declare class TipsComponent extends AppBaseComponent implements OnInit, O
|
|
|
31
31
|
domainConfigDetails: string;
|
|
32
32
|
loginNotifications: string;
|
|
33
33
|
loginNotificationDetails: string;
|
|
34
|
+
incidentDetails: string;
|
|
34
35
|
};
|
|
35
36
|
constructor(tipService: TipsService, inject: Injector);
|
|
36
37
|
ngOnInit(): void;
|