@posiwise/admin-module 0.0.106 → 0.0.108
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 +385 -325
- package/esm2022/lib/admin.module.mjs +4 -4
- package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +2 -2
- 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/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +2 -2
- package/esm2022/lib/components/products/product-details/product-details.component.mjs +2 -2
- 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 +435 -376
- 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/TOS/terms-of-service-details/terms-of-service-details.component.d.ts +1 -12
- 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 +3 -15
- 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/product-details/product-details.component.d.ts +1 -12
- 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
|
@@ -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
|
};
|