@saasquatch/mint-components 1.6.2-7 → 1.6.2-8
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/dist/cjs/{ShadowViewAddon-efc84247.js → ShadowViewAddon-ad683b80.js} +19 -19
- package/dist/cjs/{global-0a3fc724.js → global-348a8750.js} +3 -3
- package/dist/cjs/{index.module-458fac5c.js → index.module-ff45cbf1.js} +5876 -6227
- package/dist/cjs/loader.cjs.js +5 -5
- package/dist/cjs/{luxon-479fc825.js → luxon-59ca7d19.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +5 -5
- package/dist/cjs/{re-render-60cd2050.js → re-render-e5491a50.js} +5 -5
- package/dist/cjs/sqm-asset-card.cjs.entry.js +4 -4
- package/dist/cjs/sqm-big-stat_35.cjs.entry.js +104 -118
- package/dist/cjs/sqm-empty_5.cjs.entry.js +1 -1
- package/dist/cjs/sqm-form-message.cjs.entry.js +1 -1
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-hero-view-bc763ed2.js → sqm-hero-view-46223e34.js} +2 -2
- package/dist/cjs/sqm-hero.cjs.entry.js +5 -3
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +8 -8
- package/dist/cjs/{sqm-navigation-sidebar-item-view-c96b19cd.js → sqm-navigation-sidebar-item-view-e8f500f9.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +6 -6
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/sqm-password-field.cjs.entry.js +5 -5
- package/dist/cjs/sqm-popup-container.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-portal-email-verification-view-37960787.js → sqm-portal-email-verification-view-64b5109a.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +11 -10
- package/dist/cjs/{sqm-portal-footer-view-8735a488.js → sqm-portal-footer-view-ab13a649.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +13 -5
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +21 -10
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +9 -7
- package/dist/cjs/{sqm-portal-profile-view-567d9c38.js → sqm-portal-profile-view-89995e7b.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +13 -21
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +13 -10
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +20 -22
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +17 -17
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +12 -12
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +9 -9
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +13 -13
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +87 -87
- package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
- package/dist/cjs/sqm-tabs.cjs.entry.js +6 -6
- package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
- package/dist/cjs/{stencil-hooks.module-6fe43579.js → stencil-hooks.module-87a1f4f7.js} +0 -1
- package/dist/cjs/{use-callback-5d15897d.js → use-callback-e754042f.js} +1 -1
- package/dist/cjs/{useChildElements-c05ab04d.js → useChildElements-b3043b63.js} +3 -3
- package/dist/cjs/{useReferralTable-4e8de241.js → useReferralTable-438d176c.js} +9 -9
- package/dist/cjs/{useRegistrationFormState-012c5483.js → useRegistrationFormState-793a7958.js} +4 -4
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +8 -5
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +1 -0
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -1
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +1 -1
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +1 -0
- package/dist/collection/components/sqm-graphql-client-provider/sqm-graphql-client-provider.js +1 -0
- package/dist/collection/components/sqm-hero/sqm-hero.js +9 -2
- package/dist/collection/components/sqm-input-field/sqm-input-field.js +4 -1
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -1
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +2 -3
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +4 -1
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +4 -1
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +7 -3
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +9 -5
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +32 -0
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +60 -9
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +2 -0
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +2 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +44 -54
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +6 -4
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +13 -21
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +10 -9
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +24 -31
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +24 -31
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +21 -21
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +9 -9
- package/dist/collection/components/sqm-program-menu/sqm-program-menu.js +2 -1
- package/dist/esm/{ShadowViewAddon-cec39cd8.js → ShadowViewAddon-88454bed.js} +19 -19
- package/dist/esm/{global-5b9a6254.js → global-2546adae.js} +3 -3
- package/dist/esm/{index.module-f1d6a79a.js → index.module-9cd4623b.js} +5854 -6205
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{luxon-5a398612.js → luxon-38ca2169.js} +1 -1
- package/dist/esm/mint-components.js +5 -5
- package/dist/esm/{re-render-bd3232df.js → re-render-d1b2a0de.js} +5 -5
- package/dist/esm/sqm-asset-card.entry.js +4 -4
- package/dist/esm/sqm-big-stat_35.entry.js +104 -118
- package/dist/esm/sqm-empty_5.entry.js +1 -1
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +6 -6
- package/dist/esm/{sqm-hero-view-9fb2be89.js → sqm-hero-view-93fac447.js} +2 -2
- package/dist/esm/sqm-hero.entry.js +5 -3
- package/dist/esm/sqm-leaderboard-rank.entry.js +8 -8
- package/dist/esm/{sqm-navigation-sidebar-item-view-df7ce8d3.js → sqm-navigation-sidebar-item-view-7e6199c2.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +6 -6
- package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm/sqm-password-field.entry.js +5 -5
- package/dist/esm/sqm-popup-container.entry.js +6 -6
- package/dist/esm/{sqm-portal-email-verification-view-efaa0c2a.js → sqm-portal-email-verification-view-e08d4947.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +11 -10
- package/dist/esm/{sqm-portal-footer-view-135108bc.js → sqm-portal-footer-view-796b8f12.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +13 -5
- package/dist/esm/sqm-portal-forgot-password.entry.js +21 -10
- package/dist/esm/sqm-portal-logout.entry.js +9 -7
- package/dist/esm/{sqm-portal-profile-view-af9d221b.js → sqm-portal-profile-view-251555a8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +13 -21
- package/dist/esm/sqm-portal-protected-route.entry.js +13 -10
- package/dist/esm/sqm-portal-registration-form.entry.js +20 -22
- package/dist/esm/sqm-portal-reset-password.entry.js +19 -19
- package/dist/esm/sqm-portal-verify-email.entry.js +12 -12
- package/dist/esm/sqm-referral-table_11.entry.js +9 -9
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +4 -4
- package/dist/esm/sqm-rewards-table_9.entry.js +13 -13
- package/dist/esm/sqm-stencilbook.entry.js +87 -87
- package/dist/esm/sqm-tab.entry.js +4 -4
- package/dist/esm/sqm-tabs.entry.js +6 -6
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-eefa3570.js → stencil-hooks.module-66fea7dc.js} +1 -1
- package/dist/esm/{use-callback-684c8bb7.js → use-callback-69ec5c5c.js} +1 -1
- package/dist/esm/{useChildElements-06e99bd3.js → useChildElements-480800ed.js} +3 -3
- package/dist/esm/{useReferralTable-ec3f383a.js → useReferralTable-512070e3.js} +9 -9
- package/dist/esm/{useRegistrationFormState-61148598.js → useRegistrationFormState-699c3e59.js} +4 -4
- package/dist/esm-es5/ShadowViewAddon-88454bed.js +1 -0
- package/dist/esm-es5/{global-5b9a6254.js → global-2546adae.js} +2 -2
- package/dist/esm-es5/index.module-9cd4623b.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-5a398612.js → luxon-38ca2169.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-bd3232df.js → re-render-d1b2a0de.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/{sqm-hero-view-9fb2be89.js → sqm-hero-view-93fac447.js} +1 -1
- package/dist/esm-es5/sqm-hero.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-df7ce8d3.js → sqm-navigation-sidebar-item-view-7e6199c2.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-efaa0c2a.js → sqm-portal-email-verification-view-e08d4947.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-135108bc.js → sqm-portal-footer-view-796b8f12.js} +1 -1
- package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-af9d221b.js → sqm-portal-profile-view-251555a8.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-eefa3570.js → stencil-hooks.module-66fea7dc.js} +1 -1
- package/dist/esm-es5/use-callback-69ec5c5c.js +1 -0
- package/dist/esm-es5/useChildElements-480800ed.js +1 -0
- package/dist/esm-es5/useReferralTable-512070e3.js +1 -0
- package/dist/esm-es5/{useRegistrationFormState-61148598.js → useRegistrationFormState-699c3e59.js} +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-154677b7.js +1 -0
- package/dist/mint-components/{p-e733843b.js → p-1644c8e4.js} +1 -1
- package/dist/mint-components/{p-00d4636f.system.entry.js → p-16beb451.system.entry.js} +1 -1
- package/dist/mint-components/{p-5860deff.entry.js → p-17aae439.entry.js} +1 -1
- package/dist/mint-components/{p-32948762.system.entry.js → p-190e24e4.system.entry.js} +1 -1
- package/dist/mint-components/{p-39617ebd.system.entry.js → p-1d7a015c.system.entry.js} +1 -1
- package/dist/mint-components/{p-dd3ddece.system.entry.js → p-1ec3dacc.system.entry.js} +1 -1
- package/dist/mint-components/p-1fed6a09.entry.js +1 -0
- package/dist/mint-components/{p-50553269.system.entry.js → p-27a8ee57.system.entry.js} +1 -1
- package/dist/mint-components/{p-ceefa54a.system.entry.js → p-29f82c6d.system.entry.js} +1 -1
- package/dist/mint-components/{p-81ea8b81.js → p-2ce5d3da.js} +1 -1
- package/dist/mint-components/{p-ff2aea1e.system.entry.js → p-2d2f7abb.system.entry.js} +1 -1
- package/dist/mint-components/p-32ba0da3.entry.js +1 -0
- package/dist/mint-components/{p-1c43e9bc.system.entry.js → p-33910ee5.system.entry.js} +1 -1
- package/dist/mint-components/{p-88b62a7d.entry.js → p-36d50757.entry.js} +1 -1
- package/dist/mint-components/{p-2b533296.system.entry.js → p-37abb804.system.entry.js} +1 -1
- package/dist/mint-components/{p-088d9242.system.js → p-3fddd002.system.js} +1 -1
- package/dist/mint-components/{p-3c6f3be9.system.entry.js → p-433f243c.system.entry.js} +1 -1
- package/dist/mint-components/{p-4df7fe07.entry.js → p-44c6c5bc.entry.js} +1 -1
- package/dist/mint-components/p-4f994970.js +1 -0
- package/dist/mint-components/{p-52a2beaf.js → p-50cb9888.js} +1 -1
- package/dist/mint-components/{p-62bed275.js → p-51e40132.js} +1 -1
- package/dist/mint-components/p-5c347c93.system.entry.js +1 -0
- package/dist/mint-components/{p-d0da2a7a.system.entry.js → p-5d7de7cd.system.entry.js} +1 -1
- package/dist/mint-components/{p-33ad07f7.system.entry.js → p-5ef24d6c.system.entry.js} +1 -1
- package/dist/mint-components/{p-68ee4e8e.entry.js → p-5fa7ceb8.entry.js} +1 -1
- package/dist/mint-components/p-624c4a8d.system.js +1 -0
- package/dist/mint-components/{p-6fbe2dc3.entry.js → p-638b48bc.entry.js} +1 -1
- package/dist/mint-components/{p-5d93c50c.system.entry.js → p-63c99941.system.entry.js} +1 -1
- package/dist/mint-components/{p-2160da9c.system.entry.js → p-64752747.system.entry.js} +1 -1
- package/dist/mint-components/{p-0d62a64e.js → p-67bc2aa5.js} +1 -1
- package/dist/mint-components/{p-373d93c0.system.js → p-73e11b3f.system.js} +1 -1
- package/dist/mint-components/{p-a8bd051e.entry.js → p-7513c118.entry.js} +2 -2
- package/dist/mint-components/{p-6486c807.system.entry.js → p-771b778b.system.entry.js} +1 -1
- package/dist/mint-components/{p-538904bd.js → p-78c7b4b7.js} +1 -1
- package/dist/mint-components/{p-5f4e5442.system.entry.js → p-7bab148d.system.entry.js} +1 -1
- package/dist/mint-components/{p-18d7fb36.system.entry.js → p-7df17d8f.system.entry.js} +1 -1
- package/dist/mint-components/{p-0fc6d62e.system.entry.js → p-7e9b5623.system.entry.js} +1 -1
- package/dist/mint-components/{p-222e5418.entry.js → p-89d8133d.entry.js} +1 -1
- package/dist/mint-components/{p-d4ee07e6.system.js → p-8a0cf4be.system.js} +2 -2
- package/dist/mint-components/p-92e8b7b5.entry.js +1 -0
- package/dist/mint-components/{p-684aadb5.system.js → p-9bac73dc.system.js} +1 -1
- package/dist/mint-components/{p-57dafb17.entry.js → p-9bf6a21c.entry.js} +1 -1
- package/dist/mint-components/{p-01639b5f.system.entry.js → p-9f8067ab.system.entry.js} +1 -1
- package/dist/mint-components/p-a16556fd.entry.js +1 -0
- package/dist/mint-components/{p-af23900d.system.entry.js → p-a2ca95d3.system.entry.js} +1 -1
- package/dist/mint-components/{p-a1acdbb4.entry.js → p-a3f87461.entry.js} +1 -1
- package/dist/mint-components/{p-a4335cb5.system.entry.js → p-a6291305.system.entry.js} +1 -1
- package/dist/mint-components/p-a63204e2.js +1 -0
- package/dist/mint-components/p-a750f034.js +1 -0
- package/dist/mint-components/p-ab1509b0.entry.js +13 -0
- package/dist/mint-components/{p-302f5c8d.js → p-abc426c4.js} +1 -1
- package/dist/mint-components/{p-add3f638.system.entry.js → p-ac052dc7.system.entry.js} +1 -1
- package/dist/mint-components/{p-76bd561b.js → p-ad9a9da8.js} +2 -2
- package/dist/mint-components/{p-7b4dc3ec.system.js → p-b5592439.system.js} +1 -1
- package/dist/mint-components/{p-29165926.system.entry.js → p-b5faa04d.system.entry.js} +1 -1
- package/dist/mint-components/{p-0ef78846.system.entry.js → p-b7fc1ee1.system.entry.js} +1 -1
- package/dist/mint-components/{p-a9f58c48.system.js → p-b86c4916.system.js} +1 -1
- package/dist/mint-components/{p-d4dbc7b7.entry.js → p-b96505f5.entry.js} +1 -1
- package/dist/mint-components/{p-ea6f3130.entry.js → p-b9e4e254.entry.js} +1 -1
- package/dist/mint-components/p-c12e3282.entry.js +13 -0
- package/dist/mint-components/{p-108cf81e.system.js → p-c501d76f.system.js} +1 -1
- package/dist/mint-components/{p-ce6f7e0e.entry.js → p-c88cb982.entry.js} +1 -1
- package/dist/mint-components/p-ca2819e8.system.js +1 -0
- package/dist/mint-components/p-cbb61c41.entry.js +1 -0
- package/dist/mint-components/{p-ca08cf71.entry.js → p-cc6f7cb5.entry.js} +1 -1
- package/dist/mint-components/p-cdabe7a8.js +1 -0
- package/dist/mint-components/p-cdf2914a.entry.js +1 -0
- package/dist/mint-components/{p-3b0f33f3.system.js → p-ce5a3693.system.js} +1 -1
- package/dist/mint-components/{p-ceeeb344.entry.js → p-d1aef95c.entry.js} +1 -1
- package/dist/mint-components/{p-2dd51663.system.js → p-d2884941.system.js} +1 -1
- package/dist/mint-components/p-d35f8c06.entry.js +1 -0
- package/dist/mint-components/{p-8a2c78e0.entry.js → p-dd627dd0.entry.js} +1 -1
- package/dist/mint-components/{p-d6c804c5.entry.js → p-de4f0622.entry.js} +1 -1
- package/dist/mint-components/p-e0140005.system.entry.js +1 -0
- package/dist/mint-components/{p-b6b4acce.entry.js → p-e19b0706.entry.js} +4 -4
- package/dist/mint-components/p-e5eebca6.system.entry.js +1 -0
- package/dist/mint-components/p-e6456af0.system.js +1 -0
- package/dist/mint-components/{p-893681b9.system.js → p-e774e573.system.js} +1 -1
- package/dist/mint-components/{p-0e441a14.system.js → p-e907c45c.system.js} +1 -1
- package/dist/mint-components/p-ec18b601.system.js +1 -0
- package/dist/mint-components/{p-f912a4da.entry.js → p-ef0a4f7f.entry.js} +1 -1
- package/dist/mint-components/p-efbc0ee0.system.js +1 -0
- package/dist/mint-components/{p-aa637746.entry.js → p-f5a54725.entry.js} +1 -1
- package/dist/mint-components/{p-793e934b.js → p-f7ecad90.js} +1 -1
- package/dist/mint-components/{p-821a487a.js → p-fb2ef762.js} +3 -3
- package/dist/mint-components/{p-b32d2a0b.system.entry.js → p-fcd5890a.system.entry.js} +1 -1
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -2
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +1 -0
- package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +5 -1
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +1 -1
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +1 -0
- package/dist/types/components/sqm-graphql-client-provider/sqm-graphql-client-provider.d.ts +1 -0
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +3 -2
- package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +4 -1
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +4 -1
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +2 -3
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +4 -1
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +4 -1
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +3 -2
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -3
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +8 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +14 -5
- package/dist/types/components/sqm-portal-forgot-password/usePortalForgotPassword.d.ts +2 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +2 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +13 -26
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +4 -2
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +5 -13
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +7 -3
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +13 -14
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +13 -14
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +10 -10
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +5 -5
- package/dist/types/components/sqm-program-menu/sqm-program-menu.d.ts +2 -1
- package/dist/types/components.d.ts +160 -142
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -2
- package/dist/esm-es5/ShadowViewAddon-cec39cd8.js +0 -1
- package/dist/esm-es5/index.module-f1d6a79a.js +0 -1
- package/dist/esm-es5/use-callback-684c8bb7.js +0 -1
- package/dist/esm-es5/useChildElements-06e99bd3.js +0 -1
- package/dist/esm-es5/useReferralTable-ec3f383a.js +0 -1
- package/dist/mint-components/p-0fb3eb79.entry.js +0 -1
- package/dist/mint-components/p-21b6ab78.system.js +0 -1
- package/dist/mint-components/p-34eb3bdc.system.js +0 -1
- package/dist/mint-components/p-57592ac0.entry.js +0 -1
- package/dist/mint-components/p-5d250c32.js +0 -1
- package/dist/mint-components/p-5f61bd8b.system.js +0 -1
- package/dist/mint-components/p-65d698c7.entry.js +0 -1
- package/dist/mint-components/p-666ec4a5.js +0 -1
- package/dist/mint-components/p-68aaeaa0.js +0 -1
- package/dist/mint-components/p-68f75eff.system.entry.js +0 -1
- package/dist/mint-components/p-797e733a.entry.js +0 -13
- package/dist/mint-components/p-89086f34.entry.js +0 -1
- package/dist/mint-components/p-8b7a19d3.system.entry.js +0 -1
- package/dist/mint-components/p-90a375c5.system.entry.js +0 -1
- package/dist/mint-components/p-90e71268.entry.js +0 -1
- package/dist/mint-components/p-99397ef5.system.js +0 -1
- package/dist/mint-components/p-9a4e1964.entry.js +0 -1
- package/dist/mint-components/p-aa4ca962.system.js +0 -1
- package/dist/mint-components/p-ad4e74e4.entry.js +0 -1
- package/dist/mint-components/p-cfbab766.entry.js +0 -13
- package/dist/mint-components/p-dbfb865e.js +0 -1
- package/dist/mint-components/p-f5994865.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -1
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The hero container
|
|
3
|
-
*
|
|
4
2
|
* @uiName Hero Layout
|
|
3
|
+
* @slots [{"name":"","title":"Primary Column Content"},{"name":"secondary-column","title":"Secondary Column Content"}]
|
|
5
4
|
*/
|
|
6
5
|
export declare class Hero {
|
|
7
6
|
/**
|
|
8
7
|
* Number of columns in the layout
|
|
9
8
|
*
|
|
10
9
|
* @uiName Columns
|
|
10
|
+
* @uiEnum [1, 2]
|
|
11
|
+
* @uiEnumNames ["One", "Two"]
|
|
11
12
|
*/
|
|
12
13
|
columns: 1 | 2;
|
|
13
14
|
/**
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { InputFieldViewProps } from "./sqm-input-field-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName Input Field
|
|
4
|
+
* @uiName Form Input Field
|
|
5
|
+
* @validParents ["sqm-portal-register","sqm-portal-registration-form"]
|
|
6
|
+
* @exampleGroup Microsite Components
|
|
7
|
+
* @example Form Input Field - <sqm-input-field slot="formData" input-label="Field Label" field-type="text" error-message="Cannot be empty"></sqm-input-field>
|
|
5
8
|
*/
|
|
6
9
|
export declare class InputField {
|
|
7
10
|
ignored: boolean;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { NameFieldsViewProps } from "./sqm-name-fields-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName Name Fields
|
|
4
|
+
* @uiName Form Name Fields
|
|
5
|
+
* @validParents ["sqm-portal-register","sqm-portal-registration-form"]
|
|
6
|
+
* @exampleGroup Microsite Components
|
|
7
|
+
* @example Form Name Fields - <sqm-name-fields first-name-label="First Name" last-name-label="Last Name"></sqm-name-fields>
|
|
5
8
|
*/
|
|
6
9
|
export declare class NameFields {
|
|
7
10
|
ignored: boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* @uiName Navigation Sidebar
|
|
2
|
+
* @uiName Microsite Sidebar
|
|
3
|
+
* @slots [{"name":"", "title":"Sidebar Content", "validChildren":["sqm-navigation-sidebar-item"]}]
|
|
5
4
|
*/
|
|
6
5
|
export declare class NavigationSidebar {
|
|
7
6
|
ignored: boolean;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { NavigationSidebarItemViewProps } from "./sqm-navigation-sidebar-item-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Sidebar Item
|
|
5
|
+
* @validParents ["sqm-navigation-sidebar"]
|
|
6
|
+
* @exampleGroup Microsite Components
|
|
7
|
+
* @example Sidebar Item - <sqm-navigation-sidebar-item label="Sidebar Item" icon="house"></sqm-navigation-sidebar-item>
|
|
5
8
|
*/
|
|
6
9
|
export declare class NavigationSidebarItem {
|
|
7
10
|
/**
|
|
@@ -11,7 +11,10 @@ export interface PasswordFieldViewDemoProps {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
|
-
* @uiName
|
|
14
|
+
* @uiName Form Password Field
|
|
15
|
+
* @validParents ["sqm-portal-register","sqm-portal-registration-form"]
|
|
16
|
+
* @exampleGroup Microsite Components
|
|
17
|
+
* @example Form Password Field - <sqm-password-field slot="formData" field-label="Password" enable-validation></sqm-password-field>
|
|
15
18
|
*/
|
|
16
19
|
export declare class PortalPasswordField {
|
|
17
20
|
ignored: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PortalChangePasswordViewProps } from "./sqm-portal-change-password-view";
|
|
2
2
|
import { DemoData } from "../../global/demo";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Password Change
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalChangePassword {
|
|
7
7
|
ignored: boolean;
|
|
@@ -36,7 +36,8 @@ export declare class PortalChangePassword {
|
|
|
36
36
|
/**
|
|
37
37
|
* Successful password change message
|
|
38
38
|
*
|
|
39
|
-
* @uiName Successful Message
|
|
39
|
+
* @uiName Successful Password Change Message
|
|
40
|
+
* @uiWidget textArea
|
|
40
41
|
*/
|
|
41
42
|
successMessage: string;
|
|
42
43
|
/**
|
package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalEmailVerificationViewProps } from "./sqm-portal-email-verification-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Email Verification
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalEmailVerification {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* The page that
|
|
9
|
+
* The microsite page that participants are redirected to from the verification email.
|
|
10
10
|
*
|
|
11
|
-
* @uiName Email Redirection
|
|
11
|
+
* @uiName Email Redirection Path
|
|
12
12
|
*/
|
|
13
13
|
redirectPath: string;
|
|
14
14
|
/**
|
|
@@ -21,6 +21,7 @@ export declare class PortalEmailVerification {
|
|
|
21
21
|
resendEmailButtonText: string;
|
|
22
22
|
/**
|
|
23
23
|
* @uiName Email Verification Body Text
|
|
24
|
+
* @uiWidget textArea
|
|
24
25
|
*/
|
|
25
26
|
verifyMessage: string;
|
|
26
27
|
/**
|
|
@@ -38,18 +38,26 @@ export declare class PortalFooter {
|
|
|
38
38
|
poweredByLink: string;
|
|
39
39
|
/**
|
|
40
40
|
* @uiName Padding Top
|
|
41
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
42
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
41
43
|
*/
|
|
42
44
|
paddingTop: string;
|
|
43
45
|
/**
|
|
44
46
|
* @uiName Padding Right
|
|
47
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
48
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
45
49
|
*/
|
|
46
50
|
paddingRight: string;
|
|
47
51
|
/**
|
|
48
52
|
* @uiName Padding Bottom
|
|
53
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
54
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
49
55
|
*/
|
|
50
56
|
paddingBottom: string;
|
|
51
57
|
/**
|
|
52
58
|
* @uiName Padding Left
|
|
59
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
60
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
53
61
|
*/
|
|
54
62
|
paddingLeft: string;
|
|
55
63
|
constructor();
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalForgotPasswordViewProps } from "./sqm-portal-forgot-password-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Forgot Password
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalForgotPassword {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* The page that
|
|
9
|
+
* The microsite page that participants are redirected to from the password reset email.
|
|
10
10
|
*
|
|
11
|
-
* @uiName Email Redirection
|
|
11
|
+
* @uiName Email Redirection Path
|
|
12
12
|
*/
|
|
13
13
|
redirectPath: string;
|
|
14
14
|
/**
|
|
15
|
-
* @uiName Email Label
|
|
15
|
+
* @uiName Email Field Label
|
|
16
16
|
*/
|
|
17
17
|
emailLabel: string;
|
|
18
18
|
/**
|
|
@@ -20,9 +20,18 @@ export declare class PortalForgotPassword {
|
|
|
20
20
|
*/
|
|
21
21
|
submitLabel: string;
|
|
22
22
|
/**
|
|
23
|
-
* @uiName Login
|
|
23
|
+
* @uiName Login Redirect Path
|
|
24
24
|
*/
|
|
25
25
|
loginPath: string;
|
|
26
|
+
/**
|
|
27
|
+
* @uiName Header Text
|
|
28
|
+
* @uiWidget textArea
|
|
29
|
+
*/
|
|
30
|
+
headerText: string;
|
|
31
|
+
/**
|
|
32
|
+
* Sign In Link Text
|
|
33
|
+
*/
|
|
34
|
+
loginText: string;
|
|
26
35
|
/**
|
|
27
36
|
* @undocumented
|
|
28
37
|
* @uiType object
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { PortalFrameViewProps } from "./sqm-portal-frame-view";
|
|
2
2
|
import { DemoData } from "../../global/demo";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Frame
|
|
5
|
+
* @slots [{"name":"header","title":"Header Content"},{"name":"footer","title":"Footer Content"},{"name":"","title":"Body Content"}]
|
|
5
6
|
*/
|
|
6
7
|
export declare class PortalFrame {
|
|
7
8
|
ignored: boolean;
|
|
@@ -1,62 +1,49 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalLoginViewProps } from "./sqm-portal-login-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Login
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalLogin {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* Page navigated to after
|
|
9
|
+
* Page participants are navigated to after login.
|
|
10
10
|
*
|
|
11
|
-
* @uiName
|
|
11
|
+
* @uiName Login Redirect Path
|
|
12
12
|
*/
|
|
13
13
|
nextPage: string;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* @uiName Email Label
|
|
15
|
+
* @uiName Email Field Label
|
|
18
16
|
*/
|
|
19
17
|
emailLabel: string;
|
|
20
18
|
/**
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* @uiName Password Label
|
|
19
|
+
* @uiName Password Field Label
|
|
24
20
|
*/
|
|
25
21
|
passwordLabel: string;
|
|
26
22
|
/**
|
|
27
|
-
* Label for submit button
|
|
28
|
-
*
|
|
29
23
|
* @uiName Submit Button Text
|
|
30
24
|
*/
|
|
31
25
|
submitLabel: string;
|
|
32
26
|
/**
|
|
33
|
-
*
|
|
34
|
-
|
|
27
|
+
* @uiName Forgot Password Redirect Path
|
|
28
|
+
*/
|
|
29
|
+
forgotPasswordPath: string;
|
|
30
|
+
/**
|
|
35
31
|
* @uiName Forgot Password Text
|
|
36
32
|
*/
|
|
37
33
|
forgotPasswordLabel: string;
|
|
38
34
|
/**
|
|
39
|
-
* Label for register button
|
|
40
|
-
*
|
|
41
35
|
* @uiName Register Button Text
|
|
42
36
|
*/
|
|
43
37
|
registerLabel: string;
|
|
44
38
|
/**
|
|
45
|
-
* @uiName
|
|
46
|
-
*/
|
|
47
|
-
pageLabel: string;
|
|
48
|
-
/**
|
|
49
|
-
* Register redirect path
|
|
50
|
-
*
|
|
51
|
-
* @uiName Register Path
|
|
39
|
+
* @uiName Register Button Redirect Path
|
|
52
40
|
*/
|
|
53
41
|
registerPath: string;
|
|
54
42
|
/**
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
* @uiName Forgot Password Path
|
|
43
|
+
* @uiName Heading Label
|
|
44
|
+
* @uiWidget textArea
|
|
58
45
|
*/
|
|
59
|
-
|
|
46
|
+
pageLabel: string;
|
|
60
47
|
/**
|
|
61
48
|
* @undocumented
|
|
62
49
|
* @uiType object
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @uiName
|
|
2
|
+
* @uiName Microsite Logout
|
|
3
3
|
*/
|
|
4
4
|
export declare class PortalLogout {
|
|
5
5
|
ignored: boolean;
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Redirect participants to this path when they log out
|
|
8
|
+
*
|
|
9
|
+
* @uiName Logout Redirect Path
|
|
8
10
|
*/
|
|
9
11
|
nextPage: string;
|
|
10
12
|
constructor();
|
|
@@ -1,32 +1,24 @@
|
|
|
1
1
|
import { PortalProfileViewProps } from "./sqm-portal-profile-view";
|
|
2
2
|
import { DemoData } from "../../global/demo";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Participant Profile
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalProfile {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* First name input field label
|
|
10
|
-
*
|
|
11
9
|
* @uiName First Name Label
|
|
12
10
|
*/
|
|
13
11
|
firstnametext: string;
|
|
14
12
|
/**
|
|
15
|
-
* Last
|
|
16
|
-
*
|
|
17
|
-
* @uiName Last Name Label
|
|
13
|
+
* @uiName Last Name Field Label
|
|
18
14
|
*/
|
|
19
15
|
lastnametext: string;
|
|
20
16
|
/**
|
|
21
|
-
* Email
|
|
22
|
-
*
|
|
23
|
-
* @uiName Email Label
|
|
17
|
+
* @uiName Email Field Label
|
|
24
18
|
*/
|
|
25
19
|
emailtext: string;
|
|
26
20
|
/**
|
|
27
|
-
* Country
|
|
28
|
-
*
|
|
29
|
-
* @uiName Country Label
|
|
21
|
+
* @uiName Country Field Label
|
|
30
22
|
*/
|
|
31
23
|
countrytext: string;
|
|
32
24
|
/**
|
|
@@ -42,7 +34,7 @@ export declare class PortalProfile {
|
|
|
42
34
|
*/
|
|
43
35
|
submitChangeButtonText: string;
|
|
44
36
|
/**
|
|
45
|
-
* Show or hide the country field
|
|
37
|
+
* Show or hide the country field.
|
|
46
38
|
*
|
|
47
39
|
* @uiName Show Country Field
|
|
48
40
|
*/
|
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @uiName
|
|
2
|
+
* @uiName Microsite Protected Route
|
|
3
|
+
* @slots [{"name":"","title":"Route Content"}]
|
|
3
4
|
*/
|
|
4
5
|
export declare class PortalProtectedRoute {
|
|
5
6
|
ignored: boolean;
|
|
6
7
|
/**
|
|
8
|
+
* Redirect participants to this path they are not logged in.
|
|
9
|
+
*
|
|
7
10
|
* @uiName Redirect Path
|
|
8
11
|
*/
|
|
9
12
|
redirectTo: string;
|
|
10
13
|
/**
|
|
11
14
|
* @uiName Require Email Verification
|
|
12
|
-
* @default
|
|
13
15
|
*/
|
|
14
16
|
requireEmailVerification: boolean;
|
|
15
17
|
/**
|
|
16
|
-
*
|
|
18
|
+
* Redirect participants to this path when email verification is required but they have not verified their email.
|
|
19
|
+
*
|
|
20
|
+
* @uiName Unverified Participant Redirect Path
|
|
17
21
|
*/
|
|
18
22
|
redirectToUnverified: string;
|
|
19
23
|
constructor();
|
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalRegisterViewProps } from "./sqm-portal-register-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Registration
|
|
5
|
+
* @slots [{"name":"formData","title":"Additional Fields"},{"name":"terms","title":"Terms And Conditions Fields"}]
|
|
5
6
|
*/
|
|
6
7
|
export declare class PortalRegister {
|
|
7
8
|
ignored: boolean;
|
|
8
9
|
/**
|
|
9
|
-
* Page navigated to after registration
|
|
10
|
+
* Page participants are navigated to after registration.
|
|
10
11
|
*
|
|
11
|
-
* @uiName
|
|
12
|
+
* @uiName Registration Redirect Path
|
|
12
13
|
*/
|
|
13
14
|
nextPage: string;
|
|
14
15
|
/**
|
|
15
|
-
* The page that
|
|
16
|
+
* The page that participants are redirected to from the verification email.
|
|
16
17
|
*
|
|
17
|
-
* @uiName Email Redirection
|
|
18
|
+
* @uiName Email Redirection Path
|
|
18
19
|
*/
|
|
19
20
|
redirectPath: string;
|
|
20
21
|
/**
|
|
21
|
-
* @uiName Email Label
|
|
22
|
+
* @uiName Email Field Label
|
|
22
23
|
*/
|
|
23
24
|
emailLabel: string;
|
|
24
25
|
/**
|
|
25
|
-
* @uiName Password Label
|
|
26
|
+
* @uiName Password Field Label
|
|
26
27
|
*/
|
|
27
28
|
passwordLabel: string;
|
|
28
29
|
/**
|
|
@@ -38,10 +39,9 @@ export declare class PortalRegister {
|
|
|
38
39
|
*/
|
|
39
40
|
confirmPasswordLabel: string;
|
|
40
41
|
/**
|
|
41
|
-
* Show or hide the confirm password input
|
|
42
|
+
* Show or hide the confirm password input.
|
|
42
43
|
*
|
|
43
44
|
* @uiName Show Confirm Password Field
|
|
44
|
-
* @default
|
|
45
45
|
*/
|
|
46
46
|
confirmPassword: boolean;
|
|
47
47
|
/**
|
|
@@ -49,20 +49,19 @@ export declare class PortalRegister {
|
|
|
49
49
|
*/
|
|
50
50
|
enablePasswordValidation: boolean;
|
|
51
51
|
/**
|
|
52
|
-
* Hide default input fields to use custom fields
|
|
52
|
+
* Hide default input fields to use custom fields.
|
|
53
53
|
*
|
|
54
54
|
* @uiName Hide Default Inputs
|
|
55
|
-
* @default
|
|
56
55
|
*/
|
|
57
56
|
hideInputs: boolean;
|
|
58
57
|
/**
|
|
59
|
-
* @uiName
|
|
58
|
+
* @uiName Header Text
|
|
60
59
|
*/
|
|
61
60
|
pageLabel: string;
|
|
62
61
|
/**
|
|
63
|
-
* Login button redirection path
|
|
62
|
+
* Login button redirection path.
|
|
64
63
|
*
|
|
65
|
-
* @uiName Login Path
|
|
64
|
+
* @uiName Login Redirect Path
|
|
66
65
|
*/
|
|
67
66
|
loginPath: string;
|
|
68
67
|
/**
|
package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalRegistrationFormViewProps } from "./sqm-portal-registration-form-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Registration
|
|
5
|
+
* @slots [{"name":"formData","title":"Additional Fields"},{"name":"terms","title":"Terms And Conditions Fields"}]
|
|
5
6
|
*/
|
|
6
7
|
export declare class PortalRegistrationForm {
|
|
7
8
|
ignored: boolean;
|
|
8
9
|
/**
|
|
9
|
-
* Page navigated to after registration
|
|
10
|
+
* Page participants are navigated to after registration.
|
|
10
11
|
*
|
|
11
|
-
* @uiName
|
|
12
|
+
* @uiName Registration Redirect Path
|
|
12
13
|
*/
|
|
13
14
|
nextPage: string;
|
|
14
15
|
/**
|
|
15
|
-
* The page that
|
|
16
|
+
* The page that participants are redirected to from the verification email.
|
|
16
17
|
*
|
|
17
|
-
* @uiName Email Redirection
|
|
18
|
+
* @uiName Email Redirection Path
|
|
18
19
|
*/
|
|
19
20
|
redirectPath: string;
|
|
20
21
|
/**
|
|
21
|
-
* @uiName Email Label
|
|
22
|
+
* @uiName Email Field Label
|
|
22
23
|
*/
|
|
23
24
|
emailLabel: string;
|
|
24
25
|
/**
|
|
25
|
-
* @uiName Password Label
|
|
26
|
+
* @uiName Password Field Label
|
|
26
27
|
*/
|
|
27
28
|
passwordLabel: string;
|
|
28
29
|
/**
|
|
@@ -38,10 +39,9 @@ export declare class PortalRegistrationForm {
|
|
|
38
39
|
*/
|
|
39
40
|
confirmPasswordLabel: string;
|
|
40
41
|
/**
|
|
41
|
-
* Show or hide the confirm password input
|
|
42
|
+
* Show or hide the confirm password input.
|
|
42
43
|
*
|
|
43
44
|
* @uiName Show Confirm Password Field
|
|
44
|
-
* @default
|
|
45
45
|
*/
|
|
46
46
|
confirmPassword: boolean;
|
|
47
47
|
/**
|
|
@@ -49,20 +49,19 @@ export declare class PortalRegistrationForm {
|
|
|
49
49
|
*/
|
|
50
50
|
enablePasswordValidation: boolean;
|
|
51
51
|
/**
|
|
52
|
-
* Hide default input fields to use custom fields
|
|
52
|
+
* Hide default input fields to use custom fields.
|
|
53
53
|
*
|
|
54
54
|
* @uiName Hide Default Inputs
|
|
55
|
-
* @default
|
|
56
55
|
*/
|
|
57
56
|
hideInputs: boolean;
|
|
58
57
|
/**
|
|
59
|
-
* @uiName
|
|
58
|
+
* @uiName Header Text
|
|
60
59
|
*/
|
|
61
60
|
pageLabel: string;
|
|
62
61
|
/**
|
|
63
|
-
* Login button redirection path
|
|
62
|
+
* Login button redirection path.
|
|
64
63
|
*
|
|
65
|
-
* @uiName Login Path
|
|
64
|
+
* @uiName Login Redirect Path
|
|
66
65
|
*/
|
|
67
66
|
loginPath: string;
|
|
68
67
|
/**
|
|
@@ -1,27 +1,26 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalResetPasswordViewProps } from "./sqm-portal-reset-password-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Reset Password
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalResetPassword {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* The page that
|
|
9
|
+
* The page that participants are redirected to when the password reset succeeds.
|
|
10
10
|
*
|
|
11
|
-
* @uiName
|
|
11
|
+
* @uiName Reset Successful Redirect Path
|
|
12
12
|
*/
|
|
13
13
|
nextPage: string;
|
|
14
14
|
/**
|
|
15
|
-
* The page that
|
|
15
|
+
* The page that participants are redirected to if the reset fails due to outdated password reset attempt.
|
|
16
16
|
*
|
|
17
|
-
* @uiName Failed
|
|
17
|
+
* @uiName Reset Failed Redirect Path
|
|
18
18
|
*/
|
|
19
19
|
failedPage: string;
|
|
20
20
|
/**
|
|
21
|
-
* Show or hide confirm password field
|
|
21
|
+
* Show or hide confirm password field.
|
|
22
22
|
*
|
|
23
23
|
* @uiName Show Confirm Password
|
|
24
|
-
* @default
|
|
25
24
|
*/
|
|
26
25
|
confirmPassword: boolean;
|
|
27
26
|
/**
|
|
@@ -29,9 +28,10 @@ export declare class PortalResetPassword {
|
|
|
29
28
|
*/
|
|
30
29
|
resetPasswordHeader: string;
|
|
31
30
|
/**
|
|
32
|
-
* Displayed after a successful password reset
|
|
31
|
+
* Displayed after a successful password reset.
|
|
33
32
|
*
|
|
34
33
|
* @uiName Successful Password Reset Text
|
|
34
|
+
* @uiWidget textArea
|
|
35
35
|
*/
|
|
36
36
|
passwordResetHeader: string;
|
|
37
37
|
/**
|
|
@@ -39,13 +39,13 @@ export declare class PortalResetPassword {
|
|
|
39
39
|
*/
|
|
40
40
|
resetPasswordButtonText: string;
|
|
41
41
|
/**
|
|
42
|
-
* Button text displayed after a successful password reset
|
|
42
|
+
* Button text displayed after a successful password reset.
|
|
43
43
|
*
|
|
44
44
|
* @uiName Continue Button Text
|
|
45
45
|
*/
|
|
46
46
|
continueButtonText: string;
|
|
47
47
|
/**
|
|
48
|
-
* @uiName
|
|
48
|
+
* @uiName Password Comfirmation Label
|
|
49
49
|
*/
|
|
50
50
|
confirmPasswordFieldLabel: string;
|
|
51
51
|
/**
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { DemoData } from "../../global/demo";
|
|
2
2
|
import { PortalVerifyEmailViewProps } from "./sqm-portal-verify-email-view";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Microsite Verify Email
|
|
5
5
|
*/
|
|
6
6
|
export declare class PortalVerifyEmail {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* The page that
|
|
9
|
+
* The page that participants are redirected to when the verification succeeds.
|
|
10
10
|
*
|
|
11
|
-
* @uiName
|
|
11
|
+
* @uiName Verification Redirect Path
|
|
12
12
|
*/
|
|
13
13
|
nextPage: string;
|
|
14
14
|
/**
|
|
15
|
-
* The page that
|
|
15
|
+
* The page that participants are redirected to if verification fails due to outdated verification attempt.
|
|
16
16
|
*
|
|
17
|
-
* @uiName Failed
|
|
17
|
+
* @uiName Verification Failed Redirect Path
|
|
18
18
|
*/
|
|
19
19
|
failedPage: string;
|
|
20
20
|
/**
|