@posiwise/admin-module 0.0.105 → 0.0.107
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 +419 -354
- package/esm2022/lib/admin.module.mjs +4 -4
- package/esm2022/lib/components/credentials/credentials-tab/credentials-tab.component.mjs +2 -2
- package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +3 -3
- package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +3 -3
- package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +4 -4
- package/esm2022/lib/components/incidents/add-edit-incident/add-edit-incident.component.mjs +4 -4
- package/esm2022/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.mjs +3 -3
- package/esm2022/lib/components/products/products-tabs/products-tabs.component.mjs +5 -5
- package/esm2022/lib/shared/routers/routers.mjs +30 -31
- package/fesm2022/posiwise-admin-module.mjs +456 -392
- package/fesm2022/posiwise-admin-module.mjs.map +1 -1
- package/lib/admin.module.d.ts +1 -1
- package/lib/components/TOS/terms-of-service/terms-of-service.component.d.ts +2 -3
- package/lib/components/config/global-config-list/global-config-list.component.d.ts +2 -3
- package/lib/components/credentials/credentials/credentials.component.d.ts +2 -3
- package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +2 -3
- package/lib/components/domain-config/domain-config-list/domain-config-list.component.d.ts +2 -3
- package/lib/components/faqs/add-faq/add-faq.component.d.ts +2 -3
- package/lib/components/faqs/edit-faq/edit-faq.component.d.ts +2 -3
- package/lib/components/faqs/faqs-list/faqs-list.component.d.ts +2 -3
- package/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.d.ts +2 -3
- package/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.d.ts +2 -3
- package/lib/components/incidents/add-edit-incident/add-edit-incident.component.d.ts +2 -3
- package/lib/components/incidents/incidents-list/incidents-list.component.d.ts +2 -3
- package/lib/components/login-notifications/login-notification-details/login-notification-details.component.d.ts +2 -3
- package/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.d.ts +2 -3
- package/lib/components/newsletters/newsletter-details/newsletter-details.component.d.ts +2 -3
- package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +2 -3
- package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +2 -3
- package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +2 -3
- package/lib/components/permissions/permissions-details/permissions-details.component.d.ts +2 -3
- package/lib/components/permissions/permissions-list/permissions-list.component.d.ts +2 -3
- package/lib/components/permissions/roles-list/roles-list.component.d.ts +2 -3
- package/lib/components/products/products-list/products-list.component.d.ts +2 -3
- package/lib/components/products/products-tabs/products-tabs.component.d.ts +3 -3
- package/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.d.ts +2 -3
- package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts +2 -3
- package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +2 -3
- package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts +2 -3
- package/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.d.ts +2 -3
- package/lib/components/tips/tips-list/tips-list.component.d.ts +2 -3
- package/lib/components/users/users-list/users-list.component.d.ts +2 -3
- package/lib/shared/routers/routers.d.ts +2 -3
- package/package.json +1 -1
package/lib/admin.module.d.ts
CHANGED
|
@@ -107,6 +107,6 @@ import * as i105 from "ngx-pagination";
|
|
|
107
107
|
import * as i106 from "ngx-quill";
|
|
108
108
|
export declare class AdminModule {
|
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminModule, never>;
|
|
110
|
-
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.
|
|
110
|
+
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.ProductsTabComponent, 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.InviteUsersComponent, typeof i35.SubscriptionProductDetailsComponent, typeof i36.InsightComponent, typeof i37.SubscriptionInsightNpsComponent, typeof i38.SubscriptionInsightRevenueComponent, typeof i39.ProductsListComponent, typeof i40.ProductInsightComponent, typeof i41.NewslettersListComponent, typeof i42.NewslettersItemsComponent, typeof i43.NewsletterInsightComponent, typeof i44.UserInsightComponent, typeof i45.TagsCategoryComponent, typeof i46.TagsListComponent, typeof i47.TipsTabsComponent, typeof i48.GenericMiscComponent, typeof i49.GenericInsightComponent, typeof i50.FaqTabsComponent, typeof i51.ContactUsTabsComponent, typeof i52.GeneralTabsComponent, typeof i53.PermissionsListComponent, typeof i54.PermissionsDetailsComponent, typeof i55.PermissionsTabsComponent, typeof i56.TermsOfServiceComponent, typeof i57.TermsOfServiceTabsComponent, typeof i58.TermsOfServiceDetailsComponent, typeof i59.CredentialsComponent, typeof i60.SubscriptionCredentialsComponent, typeof i61.SubscriptionCredentialsDetailsComponent, typeof i62.CredentialsDetailsComponent, typeof i63.CredentialsTabComponent, typeof i64.AhoyEventsComponent, typeof i65.TrackingComponent, typeof i66.AhoyMessagesComponent, typeof i67.AhoyVisitsComponent, typeof i68.EventsComponent, typeof i69.VersionsComponent, typeof i70.UsersListForProductComponent, typeof i71.NewsletterUsersListComponent, typeof i72.GlobalConfigListComponent, typeof i73.GlobalConfigDetailsComponent, typeof i74.GlobalConfigTabsComponent, typeof i75.SubscriptionProductsComponent, typeof i76.SubscriptionUsersComponent, typeof i77.SubscriptionAgentsListComponent, typeof i78.SubscriptionInsightTabsComponent, typeof i79.ContactUsListComponent, typeof i80.IncidentListComponent, typeof i81.IncidentTabsComponent, typeof i82.AddEditIncidentComponent, typeof i83.AddFaqComponent, typeof i84.EditFaqComponent], [typeof i85.TableModule, typeof i86.TooltipModule, typeof i87.AccordionModule, typeof i88.AutoCompleteModule, typeof i89.DropdownModule, typeof i90.MultiSelectModule, typeof i91.InputTextModule, typeof i92.NgxJsonViewerModule, typeof i93.CalendarModule, typeof i94.PlotlyViaCDNModule, typeof i95.CommonModule, typeof i96.UiSwitchModule, typeof i97.SharedComponentsModule, typeof i98.NgxGpAutocompleteModule, typeof i99.CoreTranslocoModule, typeof i100.PipesModule, typeof i101.DirectivesModule, typeof i102.AdminRoutingModule, typeof i103.NgbModule, typeof i104.FormsModule, typeof i104.ReactiveFormsModule, typeof i105.NgxPaginationModule, typeof i106.QuillModule], never>;
|
|
111
111
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdminModule>;
|
|
112
112
|
}
|
|
@@ -34,11 +34,10 @@ export declare class TermsOfServiceComponent extends AppBaseComponent implements
|
|
|
34
34
|
domainConfig: string;
|
|
35
35
|
domainConfigDetails: string;
|
|
36
36
|
loginNotifications: string;
|
|
37
|
-
|
|
37
|
+
incidentConfig: string;
|
|
38
38
|
incidentDetails: string;
|
|
39
|
+
faqConfig: string;
|
|
39
40
|
faqDetails: string;
|
|
40
|
-
faqEdit: string;
|
|
41
|
-
faqAddDetails: string;
|
|
42
41
|
inviteUsers: string;
|
|
43
42
|
subscriptionList: string;
|
|
44
43
|
};
|
|
@@ -35,11 +35,10 @@ export declare class GlobalConfigListComponent extends AppBaseComponent implemen
|
|
|
35
35
|
domainConfig: string;
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
|
-
|
|
38
|
+
incidentConfig: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqConfig: string;
|
|
40
41
|
faqDetails: string;
|
|
41
|
-
faqEdit: string;
|
|
42
|
-
faqAddDetails: string;
|
|
43
42
|
inviteUsers: string;
|
|
44
43
|
subscriptionList: string;
|
|
45
44
|
};
|
|
@@ -35,11 +35,10 @@ export declare class CredentialsComponent extends AppBaseComponent implements On
|
|
|
35
35
|
domainConfig: string;
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
|
-
|
|
38
|
+
incidentConfig: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqConfig: string;
|
|
40
41
|
faqDetails: string;
|
|
41
|
-
faqEdit: string;
|
|
42
|
-
faqAddDetails: string;
|
|
43
42
|
inviteUsers: string;
|
|
44
43
|
subscriptionList: string;
|
|
45
44
|
};
|
package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts
CHANGED
|
@@ -36,11 +36,10 @@ export declare class SubscriptionCredentialsComponent extends AppBaseComponent i
|
|
|
36
36
|
domainConfig: string;
|
|
37
37
|
domainConfigDetails: string;
|
|
38
38
|
loginNotifications: string;
|
|
39
|
-
|
|
39
|
+
incidentConfig: string;
|
|
40
40
|
incidentDetails: string;
|
|
41
|
+
faqConfig: string;
|
|
41
42
|
faqDetails: string;
|
|
42
|
-
faqEdit: string;
|
|
43
|
-
faqAddDetails: string;
|
|
44
43
|
inviteUsers: string;
|
|
45
44
|
subscriptionList: string;
|
|
46
45
|
};
|
|
@@ -37,11 +37,10 @@ export declare class DomainConfigBuildComponent extends AppBaseComponent impleme
|
|
|
37
37
|
domainConfig: string;
|
|
38
38
|
domainConfigDetails: string;
|
|
39
39
|
loginNotifications: string;
|
|
40
|
-
|
|
40
|
+
incidentConfig: string;
|
|
41
41
|
incidentDetails: string;
|
|
42
|
+
faqConfig: string;
|
|
42
43
|
faqDetails: string;
|
|
43
|
-
faqEdit: string;
|
|
44
|
-
faqAddDetails: string;
|
|
45
44
|
inviteUsers: string;
|
|
46
45
|
subscriptionList: string;
|
|
47
46
|
};
|
|
@@ -33,11 +33,10 @@ export declare class DomainConfigCoreComponent extends AppBaseComponent implemen
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts
CHANGED
|
@@ -30,11 +30,10 @@ export declare class DomainConfigDetailsComponent extends AppBaseComponent imple
|
|
|
30
30
|
domainConfig: string;
|
|
31
31
|
domainConfigDetails: string;
|
|
32
32
|
loginNotifications: string;
|
|
33
|
-
|
|
33
|
+
incidentConfig: string;
|
|
34
34
|
incidentDetails: string;
|
|
35
|
+
faqConfig: string;
|
|
35
36
|
faqDetails: string;
|
|
36
|
-
faqEdit: string;
|
|
37
|
-
faqAddDetails: string;
|
|
38
37
|
inviteUsers: string;
|
|
39
38
|
subscriptionList: string;
|
|
40
39
|
};
|
|
@@ -33,11 +33,10 @@ export declare class DomainConfigIntegrationsComponent extends AppBaseComponent
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
|
@@ -35,11 +35,10 @@ export declare class DomainConfigInterfaceComponent extends AppBaseComponent imp
|
|
|
35
35
|
domainConfig: string;
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
|
-
|
|
38
|
+
incidentConfig: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqConfig: string;
|
|
40
41
|
faqDetails: string;
|
|
41
|
-
faqEdit: string;
|
|
42
|
-
faqAddDetails: string;
|
|
43
42
|
inviteUsers: string;
|
|
44
43
|
subscriptionList: string;
|
|
45
44
|
};
|
|
@@ -33,11 +33,10 @@ export declare class DomainConfigOrganizationComponent extends AppBaseComponent
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
|
@@ -33,11 +33,10 @@ export declare class DomainConfigSecurityComponent extends AppBaseComponent impl
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
|
@@ -33,11 +33,10 @@ export declare class DomainConfigSocialComponent extends AppBaseComponent implem
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
|
@@ -35,11 +35,10 @@ export declare class DomainConfigListComponent extends AppBaseComponent implemen
|
|
|
35
35
|
domainConfig: string;
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
|
-
|
|
38
|
+
incidentConfig: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqConfig: string;
|
|
40
41
|
faqDetails: string;
|
|
41
|
-
faqEdit: string;
|
|
42
|
-
faqAddDetails: string;
|
|
43
42
|
inviteUsers: string;
|
|
44
43
|
subscriptionList: string;
|
|
45
44
|
};
|
|
@@ -33,11 +33,10 @@ export declare class AddFaqComponent extends AppBaseComponent implements OnInit,
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
|
@@ -33,11 +33,10 @@ export declare class EditFaqComponent extends AppBaseComponent implements OnInit
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
|
@@ -34,11 +34,10 @@ export declare class FaqListComponent extends AppBaseComponent implements OnInit
|
|
|
34
34
|
domainConfig: string;
|
|
35
35
|
domainConfigDetails: string;
|
|
36
36
|
loginNotifications: string;
|
|
37
|
-
|
|
37
|
+
incidentConfig: string;
|
|
38
38
|
incidentDetails: string;
|
|
39
|
+
faqConfig: string;
|
|
39
40
|
faqDetails: string;
|
|
40
|
-
faqEdit: string;
|
|
41
|
-
faqAddDetails: string;
|
|
42
41
|
inviteUsers: string;
|
|
43
42
|
subscriptionList: string;
|
|
44
43
|
};
|
|
@@ -36,11 +36,10 @@ export declare class FeedbackQuestionsDetailsComponent extends AppBaseComponent
|
|
|
36
36
|
domainConfig: string;
|
|
37
37
|
domainConfigDetails: string;
|
|
38
38
|
loginNotifications: string;
|
|
39
|
-
|
|
39
|
+
incidentConfig: string;
|
|
40
40
|
incidentDetails: string;
|
|
41
|
+
faqConfig: string;
|
|
41
42
|
faqDetails: string;
|
|
42
|
-
faqEdit: string;
|
|
43
|
-
faqAddDetails: string;
|
|
44
43
|
inviteUsers: string;
|
|
45
44
|
subscriptionList: string;
|
|
46
45
|
};
|
|
@@ -38,11 +38,10 @@ export declare class FeedbackQuestionsListComponent extends AppBaseComponent imp
|
|
|
38
38
|
domainConfig: string;
|
|
39
39
|
domainConfigDetails: string;
|
|
40
40
|
loginNotifications: string;
|
|
41
|
-
|
|
41
|
+
incidentConfig: string;
|
|
42
42
|
incidentDetails: string;
|
|
43
|
+
faqConfig: string;
|
|
43
44
|
faqDetails: string;
|
|
44
|
-
faqEdit: string;
|
|
45
|
-
faqAddDetails: string;
|
|
46
45
|
inviteUsers: string;
|
|
47
46
|
subscriptionList: string;
|
|
48
47
|
};
|
|
@@ -33,11 +33,10 @@ export declare class AddEditIncidentComponent extends AppBaseComponent implement
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
|
@@ -30,11 +30,10 @@ export declare class IncidentListComponent extends AppBaseComponent implements O
|
|
|
30
30
|
domainConfig: string;
|
|
31
31
|
domainConfigDetails: string;
|
|
32
32
|
loginNotifications: string;
|
|
33
|
-
|
|
33
|
+
incidentConfig: string;
|
|
34
34
|
incidentDetails: string;
|
|
35
|
+
faqConfig: string;
|
|
35
36
|
faqDetails: string;
|
|
36
|
-
faqEdit: string;
|
|
37
|
-
faqAddDetails: string;
|
|
38
37
|
inviteUsers: string;
|
|
39
38
|
subscriptionList: string;
|
|
40
39
|
};
|
|
@@ -34,11 +34,10 @@ export declare class LoginNotificationDetailsComponent extends AppBaseComponent
|
|
|
34
34
|
domainConfig: string;
|
|
35
35
|
domainConfigDetails: string;
|
|
36
36
|
loginNotifications: string;
|
|
37
|
-
|
|
37
|
+
incidentConfig: string;
|
|
38
38
|
incidentDetails: string;
|
|
39
|
+
faqConfig: string;
|
|
39
40
|
faqDetails: string;
|
|
40
|
-
faqEdit: string;
|
|
41
|
-
faqAddDetails: string;
|
|
42
41
|
inviteUsers: string;
|
|
43
42
|
subscriptionList: string;
|
|
44
43
|
};
|
|
@@ -35,11 +35,10 @@ export declare class LoginNotificationsListComponent extends AppBaseComponent im
|
|
|
35
35
|
domainConfig: string;
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
|
-
|
|
38
|
+
incidentConfig: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqConfig: string;
|
|
40
41
|
faqDetails: string;
|
|
41
|
-
faqEdit: string;
|
|
42
|
-
faqAddDetails: string;
|
|
43
42
|
inviteUsers: string;
|
|
44
43
|
subscriptionList: string;
|
|
45
44
|
};
|
|
@@ -33,11 +33,10 @@ export declare class NewsletterDetailsComponent extends AppBaseComponent impleme
|
|
|
33
33
|
domainConfig: string;
|
|
34
34
|
domainConfigDetails: string;
|
|
35
35
|
loginNotifications: string;
|
|
36
|
-
|
|
36
|
+
incidentConfig: string;
|
|
37
37
|
incidentDetails: string;
|
|
38
|
+
faqConfig: string;
|
|
38
39
|
faqDetails: string;
|
|
39
|
-
faqEdit: string;
|
|
40
|
-
faqAddDetails: string;
|
|
41
40
|
inviteUsers: string;
|
|
42
41
|
subscriptionList: string;
|
|
43
42
|
};
|
package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts
CHANGED
|
@@ -58,11 +58,10 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
|
|
|
58
58
|
domainConfig: string;
|
|
59
59
|
domainConfigDetails: string;
|
|
60
60
|
loginNotifications: string;
|
|
61
|
-
|
|
61
|
+
incidentConfig: string;
|
|
62
62
|
incidentDetails: string;
|
|
63
|
+
faqConfig: string;
|
|
63
64
|
faqDetails: string;
|
|
64
|
-
faqEdit: string;
|
|
65
|
-
faqAddDetails: string;
|
|
66
65
|
inviteUsers: string;
|
|
67
66
|
subscriptionList: string;
|
|
68
67
|
};
|
|
@@ -44,11 +44,10 @@ export declare class NewslettersItemsComponent extends AppBaseComponent implemen
|
|
|
44
44
|
domainConfig: string;
|
|
45
45
|
domainConfigDetails: string;
|
|
46
46
|
loginNotifications: string;
|
|
47
|
-
|
|
47
|
+
incidentConfig: string;
|
|
48
48
|
incidentDetails: string;
|
|
49
|
+
faqConfig: string;
|
|
49
50
|
faqDetails: string;
|
|
50
|
-
faqEdit: string;
|
|
51
|
-
faqAddDetails: string;
|
|
52
51
|
inviteUsers: string;
|
|
53
52
|
subscriptionList: string;
|
|
54
53
|
};
|
|
@@ -35,11 +35,10 @@ export declare class NewslettersListComponent extends AppBaseComponent implement
|
|
|
35
35
|
domainConfig: string;
|
|
36
36
|
domainConfigDetails: string;
|
|
37
37
|
loginNotifications: string;
|
|
38
|
-
|
|
38
|
+
incidentConfig: string;
|
|
39
39
|
incidentDetails: string;
|
|
40
|
+
faqConfig: string;
|
|
40
41
|
faqDetails: string;
|
|
41
|
-
faqEdit: string;
|
|
42
|
-
faqAddDetails: string;
|
|
43
42
|
inviteUsers: string;
|
|
44
43
|
subscriptionList: string;
|
|
45
44
|
};
|
|
@@ -38,11 +38,10 @@ export declare class PermissionsDetailsComponent extends AppBaseComponent implem
|
|
|
38
38
|
domainConfig: string;
|
|
39
39
|
domainConfigDetails: string;
|
|
40
40
|
loginNotifications: string;
|
|
41
|
-
|
|
41
|
+
incidentConfig: string;
|
|
42
42
|
incidentDetails: string;
|
|
43
|
+
faqConfig: string;
|
|
43
44
|
faqDetails: string;
|
|
44
|
-
faqEdit: string;
|
|
45
|
-
faqAddDetails: string;
|
|
46
45
|
inviteUsers: string;
|
|
47
46
|
subscriptionList: string;
|
|
48
47
|
};
|
|
@@ -36,11 +36,10 @@ export declare class PermissionsListComponent extends AppBaseComponent implement
|
|
|
36
36
|
domainConfig: string;
|
|
37
37
|
domainConfigDetails: string;
|
|
38
38
|
loginNotifications: string;
|
|
39
|
-
|
|
39
|
+
incidentConfig: string;
|
|
40
40
|
incidentDetails: string;
|
|
41
|
+
faqConfig: string;
|
|
41
42
|
faqDetails: string;
|
|
42
|
-
faqEdit: string;
|
|
43
|
-
faqAddDetails: string;
|
|
44
43
|
inviteUsers: string;
|
|
45
44
|
subscriptionList: string;
|
|
46
45
|
};
|
|
@@ -37,11 +37,10 @@ export declare class RolesListComponent extends AppBaseComponent implements OnIn
|
|
|
37
37
|
domainConfig: string;
|
|
38
38
|
domainConfigDetails: string;
|
|
39
39
|
loginNotifications: string;
|
|
40
|
-
|
|
40
|
+
incidentConfig: string;
|
|
41
41
|
incidentDetails: string;
|
|
42
|
+
faqConfig: string;
|
|
42
43
|
faqDetails: string;
|
|
43
|
-
faqEdit: string;
|
|
44
|
-
faqAddDetails: string;
|
|
45
44
|
inviteUsers: string;
|
|
46
45
|
subscriptionList: string;
|
|
47
46
|
};
|
|
@@ -40,11 +40,10 @@ export declare class ProductsListComponent extends AppBaseComponent implements O
|
|
|
40
40
|
domainConfig: string;
|
|
41
41
|
domainConfigDetails: string;
|
|
42
42
|
loginNotifications: string;
|
|
43
|
-
|
|
43
|
+
incidentConfig: string;
|
|
44
44
|
incidentDetails: string;
|
|
45
|
+
faqConfig: string;
|
|
45
46
|
faqDetails: string;
|
|
46
|
-
faqEdit: string;
|
|
47
|
-
faqAddDetails: string;
|
|
48
47
|
inviteUsers: string;
|
|
49
48
|
subscriptionList: string;
|
|
50
49
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MenuItem } from 'primeng/api';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class ProductsTabComponent {
|
|
4
4
|
items: MenuItem[];
|
|
5
5
|
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductsTabComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductsTabComponent, "pw-products-tabs", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -39,11 +39,10 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
|
|
|
39
39
|
domainConfig: string;
|
|
40
40
|
domainConfigDetails: string;
|
|
41
41
|
loginNotifications: string;
|
|
42
|
-
|
|
42
|
+
incidentConfig: string;
|
|
43
43
|
incidentDetails: string;
|
|
44
|
+
faqConfig: string;
|
|
44
45
|
faqDetails: string;
|
|
45
|
-
faqEdit: string;
|
|
46
|
-
faqAddDetails: string;
|
|
47
46
|
inviteUsers: string;
|
|
48
47
|
subscriptionList: string;
|
|
49
48
|
};
|
package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts
CHANGED
|
@@ -34,11 +34,10 @@ export declare class SubscriptionProductsComponent extends AppBaseComponent impl
|
|
|
34
34
|
domainConfig: string;
|
|
35
35
|
domainConfigDetails: string;
|
|
36
36
|
loginNotifications: string;
|
|
37
|
-
|
|
37
|
+
incidentConfig: string;
|
|
38
38
|
incidentDetails: string;
|
|
39
|
+
faqConfig: string;
|
|
39
40
|
faqDetails: string;
|
|
40
|
-
faqEdit: string;
|
|
41
|
-
faqAddDetails: string;
|
|
42
41
|
inviteUsers: string;
|
|
43
42
|
subscriptionList: string;
|
|
44
43
|
};
|
|
@@ -49,11 +49,10 @@ export declare class SubscriptionUsersComponent extends AppBaseComponent impleme
|
|
|
49
49
|
domainConfig: string;
|
|
50
50
|
domainConfigDetails: string;
|
|
51
51
|
loginNotifications: string;
|
|
52
|
-
|
|
52
|
+
incidentConfig: string;
|
|
53
53
|
incidentDetails: string;
|
|
54
|
+
faqConfig: string;
|
|
54
55
|
faqDetails: string;
|
|
55
|
-
faqEdit: string;
|
|
56
|
-
faqAddDetails: string;
|
|
57
56
|
inviteUsers: string;
|
|
58
57
|
subscriptionList: string;
|
|
59
58
|
};
|
package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts
CHANGED
|
@@ -51,11 +51,10 @@ export declare class InviteUsersComponent extends AppBaseComponent implements On
|
|
|
51
51
|
domainConfig: string;
|
|
52
52
|
domainConfigDetails: string;
|
|
53
53
|
loginNotifications: string;
|
|
54
|
-
|
|
54
|
+
incidentConfig: string;
|
|
55
55
|
incidentDetails: string;
|
|
56
|
+
faqConfig: string;
|
|
56
57
|
faqDetails: string;
|
|
57
|
-
faqEdit: string;
|
|
58
|
-
faqAddDetails: string;
|
|
59
58
|
inviteUsers: string;
|
|
60
59
|
subscriptionList: string;
|
|
61
60
|
};
|
|
@@ -52,11 +52,10 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
|
|
|
52
52
|
domainConfig: string;
|
|
53
53
|
domainConfigDetails: string;
|
|
54
54
|
loginNotifications: string;
|
|
55
|
-
|
|
55
|
+
incidentConfig: string;
|
|
56
56
|
incidentDetails: string;
|
|
57
|
+
faqConfig: string;
|
|
57
58
|
faqDetails: string;
|
|
58
|
-
faqEdit: string;
|
|
59
|
-
faqAddDetails: string;
|
|
60
59
|
inviteUsers: string;
|
|
61
60
|
subscriptionList: string;
|
|
62
61
|
};
|
|
@@ -30,11 +30,10 @@ export declare class TipsComponent extends AppBaseComponent implements OnInit, O
|
|
|
30
30
|
domainConfig: string;
|
|
31
31
|
domainConfigDetails: string;
|
|
32
32
|
loginNotifications: string;
|
|
33
|
-
|
|
33
|
+
incidentConfig: string;
|
|
34
34
|
incidentDetails: string;
|
|
35
|
+
faqConfig: string;
|
|
35
36
|
faqDetails: string;
|
|
36
|
-
faqEdit: string;
|
|
37
|
-
faqAddDetails: string;
|
|
38
37
|
inviteUsers: string;
|
|
39
38
|
subscriptionList: string;
|
|
40
39
|
};
|
|
@@ -55,11 +55,10 @@ export declare class UserListComponent extends AppBaseComponent implements OnIni
|
|
|
55
55
|
domainConfig: string;
|
|
56
56
|
domainConfigDetails: string;
|
|
57
57
|
loginNotifications: string;
|
|
58
|
-
|
|
58
|
+
incidentConfig: string;
|
|
59
59
|
incidentDetails: string;
|
|
60
|
+
faqConfig: string;
|
|
60
61
|
faqDetails: string;
|
|
61
|
-
faqEdit: string;
|
|
62
|
-
faqAddDetails: string;
|
|
63
62
|
inviteUsers: string;
|
|
64
63
|
subscriptionList: string;
|
|
65
64
|
};
|
|
@@ -21,11 +21,10 @@ export declare const ROUTERS: {
|
|
|
21
21
|
domainConfig: string;
|
|
22
22
|
domainConfigDetails: string;
|
|
23
23
|
loginNotifications: string;
|
|
24
|
-
|
|
24
|
+
incidentConfig: string;
|
|
25
25
|
incidentDetails: string;
|
|
26
|
+
faqConfig: string;
|
|
26
27
|
faqDetails: string;
|
|
27
|
-
faqEdit: string;
|
|
28
|
-
faqAddDetails: string;
|
|
29
28
|
inviteUsers: string;
|
|
30
29
|
subscriptionList: string;
|
|
31
30
|
};
|