@posiwise/admin-module 0.0.168 → 0.0.170
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.mjs +15 -6
- package/esm2022/lib/components/TOS/terms-of-service/terms-of-service.component.mjs +8 -8
- package/esm2022/lib/components/config/global-config-list/global-config-list.component.mjs +8 -8
- package/esm2022/lib/components/contact-us/contact-us-list/contact-us-list.component.mjs +6 -6
- package/esm2022/lib/components/credentials/credentials/credentials.component.mjs +8 -8
- package/esm2022/lib/components/credentials/subscription-credentials/subscription-credentials.component.mjs +7 -7
- package/esm2022/lib/components/domain-config/domain-config-details/base-domain-config.component.mjs +88 -0
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.mjs +1 -1
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.mjs +9 -82
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.mjs +9 -70
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.mjs +9 -70
- package/esm2022/lib/components/domain-config/domain-config-list/domain-config-list.component.mjs +8 -8
- package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +4 -4
- package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +4 -4
- package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +8 -8
- package/esm2022/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.mjs +7 -7
- package/esm2022/lib/components/incidents/incidents-list/incidents-list.component.mjs +8 -8
- package/esm2022/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.mjs +8 -8
- package/esm2022/lib/components/mailer/mailer-details/mailer-details.component.mjs +3 -3
- package/esm2022/lib/components/mailer/mailer-list/mailer-list.component.mjs +23 -20
- package/esm2022/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +10 -9
- package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items.component.mjs +23 -21
- package/esm2022/lib/components/newsletters/newsletters-list/newsletters-list.component.mjs +21 -19
- package/esm2022/lib/components/permissions/permissions-list/permissions-list.component.mjs +8 -8
- package/esm2022/lib/components/permissions/roles-list/roles-list.component.mjs +8 -8
- package/esm2022/lib/components/products/product-details/product-details.component.mjs +3 -3
- package/esm2022/lib/components/products/products-list/products-list.component.mjs +16 -15
- package/esm2022/lib/components/products/users-list-for-product/users-list-for-product.component.mjs +6 -6
- package/esm2022/lib/components/resources/resources-admin-details/resources-admin-details.component.mjs +3 -3
- package/esm2022/lib/components/resources/resources-admin-tabs/resources-index/resources-index.component.mjs +10 -10
- package/esm2022/lib/components/resources/resources-lists-insight/resources-lists-insight.component.mjs +3 -3
- package/esm2022/lib/components/subscriptions/subscription-agents/subscription-agents.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscription-details/subscription-details.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscription-products/subscription-products.component.mjs +8 -8
- package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +8 -8
- package/esm2022/lib/components/subscriptions/subscriptions-insight/base-subscription-insight.component.mjs +47 -0
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.mjs +9 -39
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.mjs +9 -39
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.mjs +9 -39
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-user-session/subscription-insight-user-session.component.mjs +9 -38
- package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +7 -7
- package/esm2022/lib/components/tags/tags-category/tags-category.component.mjs +1 -1
- package/esm2022/lib/components/tags/tags-details/tags-details.component.mjs +3 -3
- package/esm2022/lib/components/tags/tags-list/tags-list.component.mjs +1 -1
- package/esm2022/lib/components/tips/tips-list/tips-list.component.mjs +7 -7
- package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +8 -8
- package/esm2022/lib/components/users/users-list/users-list.component.mjs +8 -8
- package/fesm2022/posiwise-admin-module.mjs +324 -482
- package/fesm2022/posiwise-admin-module.mjs.map +1 -1
- package/lib/admin.module.d.ts +11 -11
- package/lib/components/domain-config/domain-config-details/base-domain-config.component.d.ts +66 -0
- package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +6 -58
- package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +6 -57
- package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +6 -57
- package/lib/components/mailer/mailer-list/mailer-list.component.d.ts +3 -1
- package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +3 -2
- package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +3 -1
- package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +3 -1
- package/lib/components/products/products-list/products-list.component.d.ts +3 -2
- package/lib/components/subscriptions/subscriptions-insight/base-subscription-insight.component.d.ts +32 -0
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.d.ts +5 -29
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.d.ts +5 -29
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.d.ts +5 -29
- package/lib/components/subscriptions/subscriptions-insight/subscription-insight-user-session/subscription-insight-user-session.component.d.ts +5 -28
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.