@saasquatch/mint-components 1.13.0-41 → 1.13.0-42
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-44cb1a98.js → ShadowViewAddon-37f2cd8b.js} +132 -182
- package/dist/cjs/{copy-text-view-9b950efe.js → copy-text-view-67cb700e.js} +13 -12
- package/dist/cjs/{global-19fc8a7a.js → global-6fe7c678.js} +161 -10
- package/dist/cjs/index-e6bafae4.js +2227 -0
- package/dist/cjs/{index.module-57703088.js → index.module-b880d18a.js} +1196 -229
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-2926d85f.js → luxon-78820ce9.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{mockRewardData-272e22d6.js → mockRewardData-d117428d.js} +1 -1
- package/dist/cjs/{re-render-35b016ed.js → re-render-050852fe.js} +2 -2
- package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +404 -403
- package/dist/cjs/sqm-big-stat_38.cjs.entry.js +71 -143
- package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
- package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
- package/dist/cjs/sqm-empty_4.cjs.entry.js +6 -6
- package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
- package/dist/cjs/sqm-google-sign-in.cjs.entry.js +3 -3
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-invoice-table-view-9dfa2a16.js → sqm-invoice-table-view-9b735809.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +9 -8
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +8 -7
- package/dist/cjs/{sqm-navigation-sidebar-item-view-9bba5f7e.js → sqm-navigation-sidebar-item-view-b76869c1.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +10 -9
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
- package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-email-verification-view-98d84549.js → sqm-portal-email-verification-view-39add3d2.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-google-login.cjs.entry.js +130 -0
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +9 -7
- package/dist/cjs/sqm-portal-login-view-761a4d8e.js +58 -0
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-profile-view-bae28ea0.js → sqm-portal-profile-view-a722b40a.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +12 -11
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-registration-form-view-bd72eeff.js → sqm-portal-registration-form-view-ebf355a6.js} +12 -11
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +8 -7
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +17 -16
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +62 -61
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +22 -31
- package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
- package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
- package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
- package/dist/cjs/{stencil-hooks.module-3a336b0f.js → stencil-hooks.module-b248b384.js} +1 -4
- package/dist/cjs/{useChildElements-854cd1e5.js → useChildElements-e2139cb4.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-daff8290.js → useInstantAccessRegistration-653d2aba.js} +3 -3
- package/dist/cjs/usePortalLogin-521b6d8f.js +74 -0
- package/dist/cjs/{usePortalRegistrationForm-a89d736e.js → usePortalRegistrationForm-f7dfd694.js} +5 -4
- package/dist/cjs/{useReferralTable-283d2316.js → useReferralTable-43818f78.js} +14 -13
- package/dist/cjs/{useRegistrationFormState-986b5ea1.js → useRegistrationFormState-9aa98cfa.js} +2 -2
- package/dist/cjs/{utilities-c135f16f.js → utilities-d691629b.js} +2 -2
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/sqm-portal-google-login/sqm-portal-google-login.js +428 -0
- package/dist/collection/components/sqm-portal-google-login/usePortalGoogleLogin.js +0 -0
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +3 -2
- package/dist/collection/components/sqm-portal-login/PortalLogin.stories.js +2 -13
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +2 -56
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +12 -11
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +1 -1
- package/dist/esm/{ShadowViewAddon-eba44767.js → ShadowViewAddon-864e3ca8.js} +107 -156
- package/dist/esm/{copy-text-view-b060162f.js → copy-text-view-4655f200.js} +3 -2
- package/dist/esm/{global-bedc4329.js → global-2f2a008c.js} +161 -10
- package/dist/esm/index-c5f8b525.js +2225 -0
- package/dist/esm/{index.module-a2989d3c.js → index.module-863d1595.js} +1194 -224
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-8d51c92b.js → luxon-e0fc3e69.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-8bd1b356.js → mockRewardData-6c2e62c8.js} +1 -1
- package/dist/esm/{re-render-268bb9c8.js → re-render-fcba2f50.js} +2 -2
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-banking-info-form_16.entry.js +10 -9
- package/dist/esm/sqm-big-stat_38.entry.js +17 -89
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +3 -3
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-google-sign-in.entry.js +2 -2
- package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
- package/dist/esm/sqm-header-logo.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
- package/dist/esm/{sqm-invoice-table-view-8e2bb54a.js → sqm-invoice-table-view-c58334ce.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +4 -3
- package/dist/esm/sqm-logout-current-user.entry.js +3 -2
- package/dist/esm/{sqm-navigation-sidebar-item-view-56da6bca.js → sqm-navigation-sidebar-item-view-306c5953.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
- package/dist/esm/sqm-pagination_3.entry.js +5 -4
- package/dist/esm/sqm-password-field.entry.js +3 -3
- package/dist/esm/sqm-popup-container.entry.js +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-44c8970f.js → sqm-portal-email-verification-view-d6b1ddab.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
- package/dist/esm/sqm-portal-google-login.entry.js +126 -0
- package/dist/esm/sqm-portal-google-registration-form.entry.js +8 -6
- package/dist/esm/sqm-portal-login-view-7e49609a.js +56 -0
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-39039274.js → sqm-portal-profile-view-61c075cb.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +6 -5
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/{sqm-portal-registration-form-view-c08eafea.js → sqm-portal-registration-form-view-32c4b488.js} +12 -11
- package/dist/esm/sqm-portal-registration-form.entry.js +7 -6
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +9 -8
- package/dist/esm/sqm-referred-registration.entry.js +5 -5
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
- package/dist/esm/sqm-rewards-table_9.entry.js +9 -8
- package/dist/esm/sqm-stencilbook.entry.js +18 -27
- package/dist/esm/sqm-tab.entry.js +3 -3
- package/dist/esm/sqm-tabs.entry.js +4 -4
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-4bc38af4.js → stencil-hooks.module-bb10e6ff.js} +1 -1
- package/dist/esm/{useChildElements-38c11321.js → useChildElements-9d51a845.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-7255b0ca.js → useInstantAccessRegistration-b1ce1e58.js} +3 -3
- package/dist/esm/usePortalLogin-79bf5c9d.js +72 -0
- package/dist/esm/{usePortalRegistrationForm-5715c7a5.js → usePortalRegistrationForm-be236318.js} +4 -3
- package/dist/esm/{useReferralTable-d77b11f5.js → useReferralTable-4d03e881.js} +5 -4
- package/dist/esm/{useRegistrationFormState-01cdd8c7.js → useRegistrationFormState-f63404a4.js} +2 -2
- package/dist/esm/{utilities-863d06d1.js → utilities-6b8f9180.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-864e3ca8.js +1 -0
- package/dist/esm-es5/copy-text-view-4655f200.js +1 -0
- package/dist/esm-es5/global-2f2a008c.js +285 -0
- package/dist/esm-es5/index-c5f8b525.js +1 -0
- package/dist/esm-es5/index.module-863d1595.js +53 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-8d51c92b.js → luxon-e0fc3e69.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-8bd1b356.js → mockRewardData-6c2e62c8.js} +1 -1
- package/dist/esm-es5/{re-render-268bb9c8.js → re-render-fcba2f50.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-8e2bb54a.js → sqm-invoice-table-view-c58334ce.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-56da6bca.js → sqm-navigation-sidebar-item-view-306c5953.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-pagination_3.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-44c8970f.js → sqm-portal-email-verification-view-d6b1ddab.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-login-view-7e49609a.js +1 -0
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-39039274.js → sqm-portal-profile-view-61c075cb.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-view-32c4b488.js +1 -0
- 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-referred-registration.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-4bc38af4.js → stencil-hooks.module-bb10e6ff.js} +1 -1
- package/dist/esm-es5/useChildElements-9d51a845.js +1 -0
- package/dist/esm-es5/{useInstantAccessRegistration-7255b0ca.js → useInstantAccessRegistration-b1ce1e58.js} +1 -1
- package/dist/esm-es5/usePortalLogin-79bf5c9d.js +1 -0
- package/dist/esm-es5/usePortalRegistrationForm-be236318.js +1 -0
- package/dist/esm-es5/useReferralTable-4d03e881.js +1 -0
- package/dist/esm-es5/{useRegistrationFormState-01cdd8c7.js → useRegistrationFormState-f63404a4.js} +1 -1
- package/dist/esm-es5/{utilities-863d06d1.js → utilities-6b8f9180.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-04172660.entry.js +1 -0
- package/dist/mint-components/p-0700c219.system.entry.js +1 -0
- package/dist/mint-components/{p-1c5cffae.js → p-07606410.js} +1 -1
- package/dist/mint-components/p-0cb8e830.entry.js +1 -0
- package/dist/mint-components/{p-5bedb58c.js → p-0d2cd2a9.js} +1 -1
- package/dist/mint-components/p-0ebab63e.system.js +1 -0
- package/dist/mint-components/{p-8056fd5b.system.entry.js → p-0f91825b.system.entry.js} +1 -1
- package/dist/mint-components/p-11f8a69e.system.js +53 -0
- package/dist/mint-components/p-1340e1f7.js +391 -0
- package/dist/mint-components/p-1b448f3c.system.entry.js +1 -0
- package/dist/mint-components/p-1bbbaae1.entry.js +1 -0
- package/dist/mint-components/p-1dc033fc.entry.js +1 -0
- package/dist/mint-components/{p-3972037c.system.entry.js → p-1df12a3a.system.entry.js} +1 -1
- package/dist/mint-components/{p-bd4810c7.system.entry.js → p-1f969054.system.entry.js} +1 -1
- package/dist/mint-components/{p-8d77feee.js → p-1f98e479.js} +1 -1
- package/dist/mint-components/{p-57bcf2d0.system.entry.js → p-220ab3d5.system.entry.js} +1 -1
- package/dist/mint-components/{p-857947fa.system.entry.js → p-231def02.system.entry.js} +1 -1
- package/dist/mint-components/{p-4ae54b04.entry.js → p-2857247a.entry.js} +1 -1
- package/dist/mint-components/{p-48135f99.system.js → p-28bb7dca.system.js} +2 -2
- package/dist/mint-components/{p-b9d17fa1.entry.js → p-2a543e93.entry.js} +3 -3
- package/dist/mint-components/p-2c26f787.system.entry.js +1 -0
- package/dist/mint-components/p-2def85b5.system.js +1 -0
- package/dist/mint-components/{p-a4a5beb5.system.entry.js → p-30e2f7d0.system.entry.js} +1 -1
- package/dist/mint-components/p-3205d5e4.system.entry.js +1 -0
- package/dist/mint-components/{p-75f50e5a.entry.js → p-35287ac8.entry.js} +1 -1
- package/dist/mint-components/p-37d6e0ec.entry.js +1 -0
- package/dist/mint-components/{p-f2fd1910.system.js → p-3b51a63e.system.js} +22 -22
- package/dist/mint-components/{p-79ea1597.system.entry.js → p-3f3accb6.system.entry.js} +1 -1
- package/dist/mint-components/{p-380bfde1.entry.js → p-432ca81a.entry.js} +1 -1
- package/dist/mint-components/{p-8413ade9.system.js → p-457d9d1d.system.js} +1 -1
- package/dist/mint-components/{p-35698aaa.system.js → p-49534fa6.system.js} +1 -1
- package/dist/mint-components/p-49e4c6e3.js +13 -0
- package/dist/mint-components/p-4f9f85e9.system.js +1 -0
- package/dist/mint-components/p-546c3b82.system.js +1 -0
- package/dist/mint-components/{p-faba3198.entry.js → p-5567b408.entry.js} +1 -1
- package/dist/mint-components/p-558141b7.entry.js +9 -0
- package/dist/mint-components/{p-3bdd338c.system.js → p-558fd481.system.js} +1 -1
- package/dist/mint-components/{p-2ab3b8d6.js → p-5e8d57ba.js} +3 -3
- package/dist/mint-components/p-5ef1b48a.system.entry.js +1 -0
- package/dist/mint-components/p-6094ba6f.entry.js +11 -0
- package/dist/mint-components/{p-2126e1e6.entry.js → p-6529dfc7.entry.js} +1 -1
- package/dist/mint-components/{p-8975c2be.entry.js → p-65af5296.entry.js} +3 -3
- package/dist/mint-components/{p-09c5e3ee.system.js → p-697dd7e7.system.js} +1 -1
- package/dist/mint-components/{p-046f4631.system.js → p-6ba5d2b9.system.js} +1 -1
- package/dist/mint-components/p-6bcb0866.entry.js +13 -0
- package/dist/mint-components/{p-19bc3406.system.entry.js → p-6bcfb9cf.system.entry.js} +1 -1
- package/dist/mint-components/p-6c6a7851.js +1 -0
- package/dist/mint-components/p-6c6edca0.system.entry.js +1 -0
- package/dist/mint-components/{p-1b3ab15a.system.entry.js → p-6cc9ec64.system.entry.js} +1 -1
- package/dist/mint-components/p-76ba0be8.js +1 -0
- package/dist/mint-components/{p-31a691af.js → p-78454d0a.js} +1 -1
- package/dist/mint-components/p-793d2130.js +1 -0
- package/dist/mint-components/{p-571c451e.entry.js → p-7957b8c3.entry.js} +1 -1
- package/dist/mint-components/{p-4f45be94.system.js → p-7a1f55af.system.js} +1 -1
- package/dist/mint-components/{p-492fdaf9.js → p-7bde0cf0.js} +1 -1
- package/dist/mint-components/p-7f65b53e.system.entry.js +1 -0
- package/dist/mint-components/p-851c9fe2.system.entry.js +1 -0
- package/dist/mint-components/{p-988ea164.system.entry.js → p-8793aebf.system.entry.js} +1 -1
- package/dist/mint-components/{p-2bbff88f.entry.js → p-879cf5af.entry.js} +1 -1
- package/dist/mint-components/{p-cd651f81.js → p-8b34d321.js} +1 -1
- package/dist/mint-components/{p-1ef299d7.js → p-8c4cbcde.js} +4 -4
- package/dist/mint-components/{p-8fa44e18.entry.js → p-8d49ad11.entry.js} +16 -16
- package/dist/mint-components/{p-7dabdca6.system.entry.js → p-97ef59a8.system.entry.js} +1 -1
- package/dist/mint-components/p-99053795.entry.js +1 -0
- package/dist/mint-components/{p-6de85677.js → p-9b0c0d2e.js} +1 -1
- package/dist/mint-components/p-9f4dd5f8.system.entry.js +1 -0
- package/dist/mint-components/p-a0ba1119.system.entry.js +1 -0
- package/dist/mint-components/{p-e544bb9a.entry.js → p-a1a22146.entry.js} +1 -1
- package/dist/mint-components/p-a2e9c945.entry.js +1 -0
- package/dist/mint-components/p-a765b696.system.js +1 -0
- package/dist/mint-components/{p-a21d1a30.system.entry.js → p-a7cac365.system.entry.js} +1 -1
- package/dist/mint-components/{p-506679e9.js → p-a9c24c77.js} +153 -153
- package/dist/mint-components/{p-aee674c8.entry.js → p-ab3dc379.entry.js} +1 -1
- package/dist/mint-components/p-acef9f8b.entry.js +1 -0
- package/dist/mint-components/p-afee1c9d.system.entry.js +1 -0
- package/dist/mint-components/{p-aaeaff1a.system.entry.js → p-b494d7ca.system.entry.js} +1 -1
- package/dist/mint-components/{p-ac2b7eb8.system.js → p-b4cfad1f.system.js} +1 -1
- package/dist/mint-components/{p-b207beeb.entry.js → p-b583ae26.entry.js} +1 -1
- package/dist/mint-components/p-b93047d2.entry.js +1 -0
- package/dist/mint-components/p-bab24c42.system.js +1 -0
- package/dist/mint-components/p-bb0f585c.system.js +1 -0
- package/dist/mint-components/p-bcc4a18b.system.entry.js +1 -0
- package/dist/mint-components/p-bd8beca3.js +1 -0
- package/dist/mint-components/p-c1371461.system.entry.js +1 -0
- package/dist/mint-components/{p-726a9924.js → p-c45b3e78.js} +1 -1
- package/dist/mint-components/p-c6cbe2d5.system.js +1 -0
- package/dist/mint-components/p-c7570a8d.system.js +1 -0
- package/dist/mint-components/p-c9f568b2.js +1 -0
- package/dist/mint-components/p-ca0f7772.entry.js +1 -0
- package/dist/mint-components/{p-2dc5e60a.entry.js → p-cca54a99.entry.js} +1 -1
- package/dist/mint-components/{p-ca740238.system.entry.js → p-cfdd5894.system.entry.js} +1 -1
- package/dist/mint-components/p-d0091b40.entry.js +1 -0
- package/dist/mint-components/{p-9f231a48.system.entry.js → p-d10037c5.system.entry.js} +1 -1
- package/dist/mint-components/{p-f9de8a59.system.js → p-d1608ef4.system.js} +1 -1
- package/dist/mint-components/{p-f32c8cb5.entry.js → p-d3b9ccb7.entry.js} +1 -1
- package/dist/mint-components/{p-1833c4f5.js → p-d9b04935.js} +1 -1
- package/dist/mint-components/p-dbcb5359.js +1 -0
- package/dist/mint-components/{p-b114e746.entry.js → p-dd16dde6.entry.js} +1 -1
- package/dist/mint-components/{p-635aaf11.system.entry.js → p-dd170c45.system.entry.js} +1 -1
- package/dist/mint-components/{p-28042d23.entry.js → p-de524512.entry.js} +10 -10
- package/dist/mint-components/p-de6b3ed7.system.entry.js +1 -0
- package/dist/mint-components/p-eb333400.entry.js +1 -0
- package/dist/mint-components/p-edcc6bdf.js +42 -0
- package/dist/mint-components/p-ee2bf706.system.js +1 -0
- package/dist/mint-components/p-ef6f9d3f.entry.js +1 -0
- package/dist/mint-components/{p-f4a1dc19.entry.js → p-ef848304.entry.js} +1 -1
- package/dist/mint-components/{p-f0c23e81.system.entry.js → p-efe87bd6.system.entry.js} +1 -1
- package/dist/mint-components/{p-cd480e3f.entry.js → p-f065a5d3.entry.js} +3 -3
- package/dist/mint-components/{p-9a16a3d8.system.entry.js → p-f0c830ec.system.entry.js} +1 -1
- package/dist/mint-components/p-f0d145d4.system.js +1 -0
- package/dist/mint-components/p-f3a4ed64.entry.js +1 -0
- package/dist/mint-components/p-f41cf5f2.system.entry.js +1 -0
- package/dist/mint-components/{p-7989a098.system.entry.js → p-f676b27e.system.entry.js} +1 -1
- package/dist/mint-components/p-f8c32c82.system.entry.js +1 -0
- package/dist/mint-components/{p-6d9e52c7.system.js → p-fa43f96c.system.js} +1 -1
- package/dist/mint-components/p-fbbc27c5.system.entry.js +1 -0
- package/dist/mint-components/{p-81665df6.system.entry.js → p-fe65104b.system.entry.js} +1 -1
- package/dist/mint-components/{p-618e1342.entry.js → p-fe75c80f.entry.js} +1 -1
- package/dist/mint-components/p-feb44492.js +1 -0
- package/dist/types/components/sqm-portal-google-login/sqm-portal-google-login.d.ts +74 -0
- package/dist/types/components/sqm-portal-google-login/usePortalGoogleLogin.d.ts +0 -0
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +0 -9
- package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +2 -1
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form-view.d.ts +1 -0
- package/dist/types/components.d.ts +134 -17
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/collection/components/sqm-portal-google-registration-form/small-views/RegistrationFieldsView.js +0 -86
- package/dist/esm-es5/ShadowViewAddon-eba44767.js +0 -1
- package/dist/esm-es5/copy-text-view-b060162f.js +0 -1
- package/dist/esm-es5/global-bedc4329.js +0 -285
- package/dist/esm-es5/index.module-a2989d3c.js +0 -1
- package/dist/esm-es5/sqm-portal-registration-form-view-c08eafea.js +0 -1
- package/dist/esm-es5/useChildElements-38c11321.js +0 -1
- package/dist/esm-es5/usePortalRegistrationForm-5715c7a5.js +0 -1
- package/dist/esm-es5/useReferralTable-d77b11f5.js +0 -1
- package/dist/mint-components/p-0873eaa8.entry.js +0 -1
- package/dist/mint-components/p-0aa62b64.entry.js +0 -1
- package/dist/mint-components/p-0c5dae79.entry.js +0 -1
- package/dist/mint-components/p-0e53c59e.system.js +0 -1
- package/dist/mint-components/p-168a3298.entry.js +0 -1
- package/dist/mint-components/p-16c7bfda.js +0 -391
- package/dist/mint-components/p-1b0c58bc.system.entry.js +0 -1
- package/dist/mint-components/p-230baeff.system.entry.js +0 -1
- package/dist/mint-components/p-24c4e0b8.system.entry.js +0 -1
- package/dist/mint-components/p-30108c0e.js +0 -1
- package/dist/mint-components/p-31004ef4.entry.js +0 -9
- package/dist/mint-components/p-36233648.js +0 -1
- package/dist/mint-components/p-39b1a7fe.js +0 -1
- package/dist/mint-components/p-3ec660e9.js +0 -1
- package/dist/mint-components/p-3f6e0197.system.entry.js +0 -1
- package/dist/mint-components/p-40e99b24.js +0 -1
- package/dist/mint-components/p-4448febd.entry.js +0 -1
- package/dist/mint-components/p-45436d5a.entry.js +0 -1
- package/dist/mint-components/p-46ab5f80.system.js +0 -1
- package/dist/mint-components/p-53aaa0a4.entry.js +0 -1
- package/dist/mint-components/p-550ef977.js +0 -13
- package/dist/mint-components/p-7166caa6.system.js +0 -1
- package/dist/mint-components/p-731aa5c6.system.entry.js +0 -1
- package/dist/mint-components/p-749c7c9c.system.js +0 -1
- package/dist/mint-components/p-7bcf4467.system.entry.js +0 -1
- package/dist/mint-components/p-7cb919d4.system.entry.js +0 -1
- package/dist/mint-components/p-80fc549b.entry.js +0 -1
- package/dist/mint-components/p-85c49452.system.entry.js +0 -1
- package/dist/mint-components/p-868f176e.entry.js +0 -1
- package/dist/mint-components/p-92a25556.system.entry.js +0 -1
- package/dist/mint-components/p-95c64cfd.system.js +0 -1
- package/dist/mint-components/p-9a0c3ed9.system.entry.js +0 -1
- package/dist/mint-components/p-9b779add.entry.js +0 -1
- package/dist/mint-components/p-9e49479a.entry.js +0 -13
- package/dist/mint-components/p-9fc19501.system.entry.js +0 -1
- package/dist/mint-components/p-a8524459.system.js +0 -1
- package/dist/mint-components/p-b58661b3.system.js +0 -1
- package/dist/mint-components/p-b611eefd.entry.js +0 -1
- package/dist/mint-components/p-c470caf6.entry.js +0 -11
- package/dist/mint-components/p-c4b21562.system.entry.js +0 -1
- package/dist/mint-components/p-ca04737a.entry.js +0 -1
- package/dist/mint-components/p-cf505e92.system.js +0 -1
- package/dist/mint-components/p-d671e44e.system.js +0 -1
- package/dist/mint-components/p-de9afac2.system.entry.js +0 -1
- package/dist/mint-components/p-e0b344fb.entry.js +0 -1
- package/dist/mint-components/p-e9307725.system.entry.js +0 -1
- package/dist/mint-components/p-ebdcea27.system.entry.js +0 -1
- package/dist/mint-components/p-fe4a9dfe.system.entry.js +0 -1
- package/dist/types/components/sqm-portal-google-registration-form/small-views/RegistrationFieldsView.d.ts +0 -31
|
@@ -2,24 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-a29c60ef.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const global = require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
5
|
+
const index$1 = require('./index-a29c60ef.js');
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-b248b384.js');
|
|
7
|
+
const global = require('./global-6fe7c678.js');
|
|
8
|
+
const index_module = require('./index.module-b880d18a.js');
|
|
9
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
|
+
const index = require('./index-e6bafae4.js');
|
|
12
13
|
require('./mixins-f7e0377a.js');
|
|
13
14
|
const GenericTableView = require('./GenericTableView-a9f4ba75.js');
|
|
14
|
-
const reRender = require('./re-render-
|
|
15
|
-
const useChildElements = require('./useChildElements-
|
|
16
|
-
const luxon = require('./luxon-
|
|
17
|
-
const mockRewardData = require('./mockRewardData-
|
|
18
|
-
const useReferralTable = require('./useReferralTable-
|
|
15
|
+
const reRender = require('./re-render-050852fe.js');
|
|
16
|
+
const useChildElements = require('./useChildElements-e2139cb4.js');
|
|
17
|
+
const luxon = require('./luxon-78820ce9.js');
|
|
18
|
+
const mockRewardData = require('./mockRewardData-d117428d.js');
|
|
19
|
+
const useReferralTable = require('./useReferralTable-43818f78.js');
|
|
19
20
|
|
|
20
21
|
const debug = stencilHooks_module.browser("sq:useRewardsTable");
|
|
21
22
|
const CSS_NAMESPACE = "sqm-rewards-table";
|
|
22
|
-
const GET_REWARDS =
|
|
23
|
+
const GET_REWARDS = index.dist.gql `
|
|
23
24
|
query getRewards(
|
|
24
25
|
$limit: Int!
|
|
25
26
|
$offset: Int!
|
|
@@ -135,7 +136,7 @@ const GET_REWARDS = index_module.dist.gql `
|
|
|
135
136
|
}
|
|
136
137
|
}
|
|
137
138
|
`;
|
|
138
|
-
const GET_IMPACT_TAX =
|
|
139
|
+
const GET_IMPACT_TAX = index.dist.gql `
|
|
139
140
|
query getImpactTax {
|
|
140
141
|
viewer {
|
|
141
142
|
... on User {
|
|
@@ -209,7 +210,7 @@ function useRewardsTable(props, emptyElement, loadingElement) {
|
|
|
209
210
|
const columnsPromise = columnComponents === null || columnComponents === void 0 ? void 0 : columnComponents.map(async (c) => tryMethod(c, () => c.renderLabel()));
|
|
210
211
|
// get the column cells (renderCell is asynchronous)
|
|
211
212
|
const cellsPromise = data === null || data === void 0 ? void 0 : data.map(async (r) => {
|
|
212
|
-
const cellPromise = columnComponents === null || columnComponents === void 0 ? void 0 : columnComponents.map(async (c) => tryMethod(c, () => c.renderCell(r, { locale, taxConnection }, index.h)));
|
|
213
|
+
const cellPromise = columnComponents === null || columnComponents === void 0 ? void 0 : columnComponents.map(async (c) => tryMethod(c, () => c.renderCell(r, { locale, taxConnection }, index$1.h)));
|
|
213
214
|
const cells = (await Promise.all(cellPromise));
|
|
214
215
|
return cells;
|
|
215
216
|
});
|
|
@@ -277,7 +278,7 @@ async function tryMethod(c, callback) {
|
|
|
277
278
|
// renderLabel did not return a promise, so this method probably doesn't exist
|
|
278
279
|
// therefore, we IGNORE the label
|
|
279
280
|
debug("label promise failed", e);
|
|
280
|
-
return index.h("span", null);
|
|
281
|
+
return index$1.h("span", null);
|
|
281
282
|
}
|
|
282
283
|
try {
|
|
283
284
|
return await labelPromise;
|
|
@@ -287,15 +288,15 @@ async function tryMethod(c, callback) {
|
|
|
287
288
|
// This should not happen so we fail fast
|
|
288
289
|
debug("Error rendering label", e);
|
|
289
290
|
const userError = useReferralTable.generateUserError(e);
|
|
290
|
-
return (index.h("details", null,
|
|
291
|
-
index.h("summary", null, "Error"),
|
|
291
|
+
return (index$1.h("details", null,
|
|
292
|
+
index$1.h("summary", null, "Error"),
|
|
292
293
|
userError));
|
|
293
294
|
}
|
|
294
295
|
}
|
|
295
296
|
|
|
296
297
|
const RewardsTable = class {
|
|
297
298
|
constructor(hostRef) {
|
|
298
|
-
index.registerInstance(this, hostRef);
|
|
299
|
+
index$1.registerInstance(this, hostRef);
|
|
299
300
|
/** @uiName Rewards per page */
|
|
300
301
|
this.perPage = 4;
|
|
301
302
|
/** @uiName Hide column labels */
|
|
@@ -313,27 +314,27 @@ const RewardsTable = class {
|
|
|
313
314
|
this.smBreakpoint = 599;
|
|
314
315
|
/** @uiName Tablet breakpoint */
|
|
315
316
|
this.mdBreakpoint = 799;
|
|
316
|
-
stencilHooks_module.h
|
|
317
|
+
stencilHooks_module.h(this);
|
|
317
318
|
}
|
|
318
319
|
disconnectedCallback() { }
|
|
319
320
|
render() {
|
|
320
|
-
const empty = index.h(EmptySlot, null);
|
|
321
|
-
const loading = index.h(LoadingSlot, null);
|
|
321
|
+
const empty = index$1.h(EmptySlot, null);
|
|
322
|
+
const loading = index$1.h(LoadingSlot, null);
|
|
322
323
|
const { states, data, callbacks, elements } = index_module.isDemo()
|
|
323
324
|
? useRewardsTableDemo(this, empty, loading)
|
|
324
325
|
: useRewardsTable(this, empty, loading);
|
|
325
326
|
reRender.useRequestRerender([this.perPage]);
|
|
326
|
-
return (index.h(GenericTableView.GenericTableView, { states: states, data: data, callbacks: callbacks, elements: elements }));
|
|
327
|
+
return (index$1.h(GenericTableView.GenericTableView, { states: states, data: data, callbacks: callbacks, elements: elements }));
|
|
327
328
|
}
|
|
328
329
|
};
|
|
329
330
|
function EmptySlot() {
|
|
330
|
-
return (index.h("slot", { name: "empty" }, index.h("sqm-empty", { "empty-state-image": "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_reward2.png", "empty-state-header": "View your rewards", "empty-state-text": "Refer friends and complete tasks to view the details of your rewards" })));
|
|
331
|
+
return (index$1.h("slot", { name: "empty" }, index$1.h("sqm-empty", { "empty-state-image": "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_reward2.png", "empty-state-header": "View your rewards", "empty-state-text": "Refer friends and complete tasks to view the details of your rewards" })));
|
|
331
332
|
}
|
|
332
333
|
function LoadingSlot() {
|
|
333
|
-
return (index.h("slot", { name: "loading" }, index.h(LoadingRow, null), index.h(LoadingRow, null), index.h(LoadingRow, null), index.h(LoadingRow, null)));
|
|
334
|
+
return (index$1.h("slot", { name: "loading" }, index$1.h(LoadingRow, null), index$1.h(LoadingRow, null), index$1.h(LoadingRow, null), index$1.h(LoadingRow, null)));
|
|
334
335
|
}
|
|
335
336
|
function LoadingRow() {
|
|
336
|
-
return (index.h("sqm-table-row", null, index.h("sqm-table-cell", { colspan: 5 }, index.h("sl-skeleton", null))));
|
|
337
|
+
return (index$1.h("sqm-table-row", null, index$1.h("sqm-table-cell", { colspan: 5 }, index$1.h("sl-skeleton", null))));
|
|
337
338
|
}
|
|
338
339
|
function useRewardsTableDemo(props, emptyElement, loadingElement) {
|
|
339
340
|
const [content, setContent] = stencilHooks_module.useReducer((state, next) => ({
|
|
@@ -428,10 +429,10 @@ function useRewardsTableDemo(props, emptyElement, loadingElement) {
|
|
|
428
429
|
|
|
429
430
|
const RewardTableDateCell = class {
|
|
430
431
|
constructor(hostRef) {
|
|
431
|
-
index.registerInstance(this, hostRef);
|
|
432
|
+
index$1.registerInstance(this, hostRef);
|
|
432
433
|
this.ignored = true;
|
|
433
434
|
this.locale = "en";
|
|
434
|
-
stencilHooks_module.h
|
|
435
|
+
stencilHooks_module.h(this);
|
|
435
436
|
}
|
|
436
437
|
disconnectedCallback() { }
|
|
437
438
|
render() {
|
|
@@ -445,7 +446,7 @@ const RewardTableDateCell = class {
|
|
|
445
446
|
|
|
446
447
|
const RewardTableDateColumn = class {
|
|
447
448
|
constructor(hostRef) {
|
|
448
|
-
index.registerInstance(this, hostRef);
|
|
449
|
+
index$1.registerInstance(this, hostRef);
|
|
449
450
|
/**
|
|
450
451
|
* @uiName Date column title
|
|
451
452
|
*/
|
|
@@ -461,18 +462,18 @@ const RewardTableDateColumn = class {
|
|
|
461
462
|
* @uiEnumNames ["Date Given", "Date Expires", "Date Cancelled", "Date Redeemed", "Date Scheduled For"]
|
|
462
463
|
*/
|
|
463
464
|
this.dateShown = "dateGiven";
|
|
464
|
-
stencilHooks_module.h
|
|
465
|
+
stencilHooks_module.h(this);
|
|
465
466
|
}
|
|
466
467
|
disconnectedCallback() { }
|
|
467
468
|
async renderCell(data, options) {
|
|
468
|
-
return (index.h("sqm-rewards-table-date-cell", { date: data[this.dateShown], locale: options === null || options === void 0 ? void 0 : options.locale }));
|
|
469
|
+
return (index$1.h("sqm-rewards-table-date-cell", { date: data[this.dateShown], locale: options === null || options === void 0 ? void 0 : options.locale }));
|
|
469
470
|
}
|
|
470
471
|
async renderLabel() {
|
|
471
472
|
return this.columnTitle;
|
|
472
473
|
}
|
|
473
474
|
render() {
|
|
474
475
|
reRender.useRequestRerender([this.dateShown, this.columnTitle]);
|
|
475
|
-
return index.h(index.Host, { style: { display: "none" } });
|
|
476
|
+
return index$1.h(index$1.Host, { style: { display: "none" } });
|
|
476
477
|
}
|
|
477
478
|
};
|
|
478
479
|
|
|
@@ -549,7 +550,7 @@ const sheet = JSS.createStyleSheet(style);
|
|
|
549
550
|
const styleString = sheet.toString();
|
|
550
551
|
const RewardTableRewardsCell = class {
|
|
551
552
|
constructor(hostRef) {
|
|
552
|
-
index.registerInstance(this, hostRef);
|
|
553
|
+
index$1.registerInstance(this, hostRef);
|
|
553
554
|
}
|
|
554
555
|
// TODO: value function from portalv2
|
|
555
556
|
render() {
|
|
@@ -562,19 +563,19 @@ const RewardTableRewardsCell = class {
|
|
|
562
563
|
const singleReward = reward.prettyValueNumber === "1" ||
|
|
563
564
|
(reward.dateRedeemed && reward.prettyAvailableNumber === "0");
|
|
564
565
|
if (reward.type === "FUELTANK") {
|
|
565
|
-
return (index.h("div", { class: sheet.classes.Fueltank }, reward.prettyValue, reward.fuelTankCode && (index.h("div", { class: "code", onClick: () => navigator.clipboard.writeText(reward.fuelTankCode) }, index.h("sl-tooltip", { trigger: "click", placement: "top", distance: 5, skidding: 11, content: this.copyText, "onSl-show": (e) => setTimeout(() => e.path[0].hide(), 1000) }, index.h("span", { class: "text" }, reward.fuelTankCode), index.h("span", { class: "icon" }, index.h("sl-icon", { name: "files" })))))));
|
|
566
|
+
return (index$1.h("div", { class: sheet.classes.Fueltank }, reward.prettyValue, reward.fuelTankCode && (index$1.h("div", { class: "code", onClick: () => navigator.clipboard.writeText(reward.fuelTankCode) }, index$1.h("sl-tooltip", { trigger: "click", placement: "top", distance: 5, skidding: 11, content: this.copyText, "onSl-show": (e) => setTimeout(() => e.path[0].hide(), 1000) }, index$1.h("span", { class: "text" }, reward.fuelTankCode), index$1.h("span", { class: "icon" }, index$1.h("sl-icon", { name: "files" })))))));
|
|
566
567
|
}
|
|
567
568
|
if (reward.type === "CREDIT" && !singleReward) {
|
|
568
569
|
const remainingValue = parseFloat(reward.prettyValueNumber) -
|
|
569
570
|
parseFloat(reward.prettyRedeemedNumber);
|
|
570
571
|
const progress = Math.round((remainingValue / parseFloat(reward.prettyValueNumber)) * 100);
|
|
571
572
|
const progressBarSubtext = reward.statuses.includes("EXPIRED") ||
|
|
572
|
-
reward.statuses.includes("CANCELLED") ? (index.h("div", null, global.intl.formatMessage({
|
|
573
|
+
reward.statuses.includes("CANCELLED") ? (index$1.h("div", null, global.intl.formatMessage({
|
|
573
574
|
id: "redeemedText",
|
|
574
575
|
defaultMessage: this.redeemedText,
|
|
575
576
|
}, {
|
|
576
577
|
redeemedAmount: reward.prettyRedeemedCredit,
|
|
577
|
-
}))) : (index.h("div", null, global.intl.formatMessage({
|
|
578
|
+
}))) : (index$1.h("div", null, global.intl.formatMessage({
|
|
578
579
|
id: "availableText",
|
|
579
580
|
defaultMessage: this.availableText,
|
|
580
581
|
}, {
|
|
@@ -616,17 +617,17 @@ const RewardTableRewardsCell = class {
|
|
|
616
617
|
};
|
|
617
618
|
const sheet = JSS.createStyleSheet(style);
|
|
618
619
|
const styleString = sheet.toString();
|
|
619
|
-
return (index.h("div", null, index.h("style", { type: "text/css" }, styleString), index.h("div", { class: sheet.classes.Container }, index.h("span", { part: "sqm-reward-cell-value" }, pimpedPrettyValue + " "), index.h("br", null), " ", index.h("div", { part: "sqm-reward-cell-progress", class: sheet.classes.Progress }), index.h("span", { part: "sqm-reward-cell-subtext", class: sheet.classes.Subtext }, progressBarSubtext))));
|
|
620
|
+
return (index$1.h("div", null, index$1.h("style", { type: "text/css" }, styleString), index$1.h("div", { class: sheet.classes.Container }, index$1.h("span", { part: "sqm-reward-cell-value" }, pimpedPrettyValue + " "), index$1.h("br", null), " ", index$1.h("div", { part: "sqm-reward-cell-progress", class: sheet.classes.Progress }), index$1.h("span", { part: "sqm-reward-cell-subtext", class: sheet.classes.Subtext }, progressBarSubtext))));
|
|
620
621
|
}
|
|
621
|
-
return index.h("div", null, pimpedPrettyValue);
|
|
622
|
+
return index$1.h("div", null, pimpedPrettyValue);
|
|
622
623
|
};
|
|
623
|
-
return (index.h("div", { style: { display: "contents" } }, index.h("style", { type: "text/css" }, styleString), index.h(RewardValue, { reward: this.reward })));
|
|
624
|
+
return (index$1.h("div", { style: { display: "contents" } }, index$1.h("style", { type: "text/css" }, styleString), index$1.h(RewardValue, { reward: this.reward })));
|
|
624
625
|
}
|
|
625
626
|
};
|
|
626
627
|
|
|
627
628
|
const RewardsTableColumn = class {
|
|
628
629
|
constructor(hostRef) {
|
|
629
|
-
index.registerInstance(this, hostRef);
|
|
630
|
+
index$1.registerInstance(this, hostRef);
|
|
630
631
|
/**
|
|
631
632
|
* @uiName Reward column title
|
|
632
633
|
*/
|
|
@@ -643,11 +644,11 @@ const RewardsTableColumn = class {
|
|
|
643
644
|
* @uiName Copied fuel tank text
|
|
644
645
|
*/
|
|
645
646
|
this.copyText = "Copied!";
|
|
646
|
-
stencilHooks_module.h
|
|
647
|
+
stencilHooks_module.h(this);
|
|
647
648
|
}
|
|
648
649
|
disconnectedCallback() { }
|
|
649
650
|
async renderCell(data, options) {
|
|
650
|
-
return (index.h("sqm-rewards-table-reward-cell", { reward: data, redeemedText: this.redeemedText, availableText: this.availableText, copyText: this.copyText, locale: options === null || options === void 0 ? void 0 : options.locale, exportparts: "sqm-rewards-cell-value, sqm-rewards-cell-progress-bar, sqm-rewards-cell-subtext" }));
|
|
651
|
+
return (index$1.h("sqm-rewards-table-reward-cell", { reward: data, redeemedText: this.redeemedText, availableText: this.availableText, copyText: this.copyText, locale: options === null || options === void 0 ? void 0 : options.locale, exportparts: "sqm-rewards-cell-value, sqm-rewards-cell-progress-bar, sqm-rewards-cell-subtext" }));
|
|
651
652
|
}
|
|
652
653
|
async renderLabel() {
|
|
653
654
|
return this.columnTitle;
|
|
@@ -659,20 +660,20 @@ const RewardsTableColumn = class {
|
|
|
659
660
|
this.availableText,
|
|
660
661
|
this.copyText,
|
|
661
662
|
]);
|
|
662
|
-
return index.h(index.Host, { style: { display: "none" } });
|
|
663
|
+
return index$1.h(index$1.Host, { style: { display: "none" } });
|
|
663
664
|
}
|
|
664
665
|
};
|
|
665
666
|
|
|
666
667
|
const RewardTableSourceCell = class {
|
|
667
668
|
constructor(hostRef) {
|
|
668
|
-
index.registerInstance(this, hostRef);
|
|
669
|
+
index$1.registerInstance(this, hostRef);
|
|
669
670
|
this.locale = "en";
|
|
670
671
|
}
|
|
671
672
|
render() {
|
|
672
673
|
global.intl.locale = this.locale;
|
|
673
674
|
const RewardSource = ({ reward }) => {
|
|
674
675
|
var _a;
|
|
675
|
-
return (index.h("span", null, global.intl.formatMessage({
|
|
676
|
+
return (index$1.h("span", null, global.intl.formatMessage({
|
|
676
677
|
id: "rewardSourceText",
|
|
677
678
|
defaultMessage: this.rewardSourceText,
|
|
678
679
|
}, {
|
|
@@ -683,15 +684,15 @@ const RewardTableSourceCell = class {
|
|
|
683
684
|
const SOURCE_COLUMN_LENGTH = 21;
|
|
684
685
|
const RewardExchangeBadge = ({ reward }) => {
|
|
685
686
|
var _a;
|
|
686
|
-
const rewardExchange = (index.h("div", null, index.h("span", { style: {
|
|
687
|
+
const rewardExchange = (index$1.h("div", null, index$1.h("span", { style: {
|
|
687
688
|
fontSize: "var(--sl-font-size-small)",
|
|
688
689
|
color: "var(--sl-color-neutral-500)",
|
|
689
|
-
} }, this.rewardExchangeText), index.h("br", null), (_a = reward.exchangedRewardRedemptionTransaction) === null || _a === void 0 ? void 0 :
|
|
690
|
+
} }, this.rewardExchangeText), index$1.h("br", null), (_a = reward.exchangedRewardRedemptionTransaction) === null || _a === void 0 ? void 0 :
|
|
690
691
|
_a.prettyRedeemedCredit, " → ", reward.prettyValue));
|
|
691
692
|
return reward.exchangedRewardRedemptionTransaction.prettyRedeemedCredit
|
|
692
693
|
.length +
|
|
693
694
|
reward.prettyValue.length <
|
|
694
|
-
SOURCE_COLUMN_LENGTH ? (rewardExchange) : (index.h("div", { style: {
|
|
695
|
+
SOURCE_COLUMN_LENGTH ? (rewardExchange) : (index$1.h("div", { style: {
|
|
695
696
|
display: "inline-block",
|
|
696
697
|
verticalAlign: "top",
|
|
697
698
|
} }, rewardExchange));
|
|
@@ -708,9 +709,9 @@ const RewardTableSourceCell = class {
|
|
|
708
709
|
return `${user.firstName} ${user.lastName}`;
|
|
709
710
|
};
|
|
710
711
|
const Source = () => this.reward.rewardSource === "FRIEND_SIGNUP" ||
|
|
711
|
-
this.reward.rewardSource === "REFERRED" ? (this.reward.referral === null ? (index.h("p", { style: {
|
|
712
|
+
this.reward.rewardSource === "REFERRED" ? (this.reward.referral === null ? (index$1.h("p", { style: {
|
|
712
713
|
color: "var(--sl-color-gray-400)",
|
|
713
|
-
} }, this.deletedReferralText)) : (index.h("div", null, index.h("div", { style: {
|
|
714
|
+
} }, this.deletedReferralText)) : (index$1.h("div", null, index$1.h("div", { style: {
|
|
714
715
|
fontSize: "var(--sl-font-size-small)",
|
|
715
716
|
color: "var(--sl-color-neutral-500)",
|
|
716
717
|
} }, global.intl.formatMessage({
|
|
@@ -718,16 +719,16 @@ const RewardTableSourceCell = class {
|
|
|
718
719
|
defaultMessage: this.referralText,
|
|
719
720
|
}, {
|
|
720
721
|
rewardSource: this.reward.rewardSource,
|
|
721
|
-
})), index.h("div", null, this.reward.rewardSource == "FRIEND_SIGNUP"
|
|
722
|
+
})), index$1.h("div", null, this.reward.rewardSource == "FRIEND_SIGNUP"
|
|
722
723
|
? getFullName(this.reward.referral.referredUser)
|
|
723
|
-
: getFullName(this.reward.referral.referrerUser))))) : this.reward.exchangedRewardRedemptionTransaction ? (index.h(RewardExchangeBadge, { reward: this.reward })) : (index.h(RewardSource, { reward: this.reward }));
|
|
724
|
-
return index.h(Source, null);
|
|
724
|
+
: getFullName(this.reward.referral.referrerUser))))) : this.reward.exchangedRewardRedemptionTransaction ? (index$1.h(RewardExchangeBadge, { reward: this.reward })) : (index$1.h(RewardSource, { reward: this.reward }));
|
|
725
|
+
return index$1.h(Source, null);
|
|
725
726
|
}
|
|
726
727
|
};
|
|
727
728
|
|
|
728
729
|
const RewardTableUserColumn = class {
|
|
729
730
|
constructor(hostRef) {
|
|
730
|
-
index.registerInstance(this, hostRef);
|
|
731
|
+
index$1.registerInstance(this, hostRef);
|
|
731
732
|
/**
|
|
732
733
|
* @uiName Soruce column title
|
|
733
734
|
*/
|
|
@@ -762,11 +763,11 @@ const RewardTableUserColumn = class {
|
|
|
762
763
|
* @uiWidget textArea
|
|
763
764
|
*/
|
|
764
765
|
this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {{programName}} other {}}";
|
|
765
|
-
stencilHooks_module.h
|
|
766
|
+
stencilHooks_module.h(this);
|
|
766
767
|
}
|
|
767
768
|
disconnectedCallback() { }
|
|
768
769
|
async renderCell(data, options) {
|
|
769
|
-
return (index.h("sqm-rewards-table-source-cell", { reward: data, anonymousUserText: this.anonymousUser, deletedUserText: this.deletedUser, rewardExchangeText: this.rewardExchangeText, referralText: this.referralText, rewardSourceText: this.rewardSourceText, locale: options === null || options === void 0 ? void 0 : options.locale }));
|
|
770
|
+
return (index$1.h("sqm-rewards-table-source-cell", { reward: data, anonymousUserText: this.anonymousUser, deletedUserText: this.deletedUser, rewardExchangeText: this.rewardExchangeText, referralText: this.referralText, rewardSourceText: this.rewardSourceText, locale: options === null || options === void 0 ? void 0 : options.locale }));
|
|
770
771
|
}
|
|
771
772
|
async renderLabel() {
|
|
772
773
|
return this.columnTitle;
|
|
@@ -780,7 +781,7 @@ const RewardTableUserColumn = class {
|
|
|
780
781
|
this.referralText,
|
|
781
782
|
this.rewardSourceText,
|
|
782
783
|
]);
|
|
783
|
-
return index.h(index.Host, { style: { display: "none" } });
|
|
784
|
+
return index$1.h(index$1.Host, { style: { display: "none" } });
|
|
784
785
|
}
|
|
785
786
|
};
|
|
786
787
|
|
|
@@ -810,7 +811,7 @@ const sheet$1 = JSS.createStyleSheet(style$1);
|
|
|
810
811
|
const styleString$1 = sheet$1.toString();
|
|
811
812
|
const RewardTableStatusCell = class {
|
|
812
813
|
constructor(hostRef) {
|
|
813
|
-
index.registerInstance(this, hostRef);
|
|
814
|
+
index$1.registerInstance(this, hostRef);
|
|
814
815
|
this.expiryText = "Expires";
|
|
815
816
|
this.locale = "en";
|
|
816
817
|
this.pendingUsTax = "W-9 required";
|
|
@@ -950,9 +951,9 @@ const RewardTableStatusCell = class {
|
|
|
950
951
|
: rewardStatus === "DENIED"
|
|
951
952
|
? this.deniedText
|
|
952
953
|
: null;
|
|
953
|
-
return (index.h("div", { style: { display: "contents" } }, index.h("style", { type: "text/css" }, styleString$1), index.h("sl-badge", { type: badgeType, pill: true, class: rewardStatus === "REDEEMED" || rewardStatus === "PAYOUT_APPROVED"
|
|
954
|
+
return (index$1.h("div", { style: { display: "contents" } }, index$1.h("style", { type: "text/css" }, styleString$1), index$1.h("sl-badge", { type: badgeType, pill: true, class: rewardStatus === "REDEEMED" || rewardStatus === "PAYOUT_APPROVED"
|
|
954
955
|
? sheet$1.classes.RedeemBadge
|
|
955
|
-
: sheet$1.classes.Badge }, statusText), index.h("p", { class: sheet$1.classes.Date }, fraudStatusText ||
|
|
956
|
+
: sheet$1.classes.Badge }, statusText), index$1.h("p", { class: sheet$1.classes.Date }, fraudStatusText ||
|
|
956
957
|
pendingReasons ||
|
|
957
958
|
this.getPayoutStatusText(rewardStatus) ||
|
|
958
959
|
date)));
|
|
@@ -979,7 +980,7 @@ const RewardTableStatusCell = class {
|
|
|
979
980
|
|
|
980
981
|
const RewardTableStatusColumn = class {
|
|
981
982
|
constructor(hostRef) {
|
|
982
|
-
index.registerInstance(this, hostRef);
|
|
983
|
+
index$1.registerInstance(this, hostRef);
|
|
983
984
|
/**
|
|
984
985
|
* @uiName Column title
|
|
985
986
|
*/
|
|
@@ -1067,11 +1068,11 @@ const RewardTableStatusColumn = class {
|
|
|
1067
1068
|
* @uiName Payout approved text
|
|
1068
1069
|
*/
|
|
1069
1070
|
this.payoutApproved = "Reward approved for payout and was scheduled for payment based on your settings.";
|
|
1070
|
-
stencilHooks_module.h
|
|
1071
|
+
stencilHooks_module.h(this);
|
|
1071
1072
|
}
|
|
1072
1073
|
disconnectedCallback() { }
|
|
1073
1074
|
async renderCell(data, options) {
|
|
1074
|
-
return (index.h("sqm-rewards-table-status-cell", { statusText: this.statusText, reward: data, taxConnection: options === null || options === void 0 ? void 0 : options.taxConnection, expiryText: this.expiryText, pendingScheduled: this.pendingScheduled, pendingUsTax: this.pendingUsTax, pendingUnhandled: this.pendingUnhandled, pendingReviewText: this.pendingReviewText, payoutFailed: this.payoutFailed, payoutApproved: this.payoutApproved, payoutCancelled: this.payoutCancelled, deniedText: this.deniedText, locale: options === null || options === void 0 ? void 0 : options.locale }));
|
|
1075
|
+
return (index$1.h("sqm-rewards-table-status-cell", { statusText: this.statusText, reward: data, taxConnection: options === null || options === void 0 ? void 0 : options.taxConnection, expiryText: this.expiryText, pendingScheduled: this.pendingScheduled, pendingUsTax: this.pendingUsTax, pendingUnhandled: this.pendingUnhandled, pendingReviewText: this.pendingReviewText, payoutFailed: this.payoutFailed, payoutApproved: this.payoutApproved, payoutCancelled: this.payoutCancelled, deniedText: this.deniedText, locale: options === null || options === void 0 ? void 0 : options.locale }));
|
|
1075
1076
|
}
|
|
1076
1077
|
async renderLabel() {
|
|
1077
1078
|
return this.columnTitle;
|
|
@@ -1086,7 +1087,7 @@ const RewardTableStatusColumn = class {
|
|
|
1086
1087
|
this.pendingUsTax,
|
|
1087
1088
|
this.pendingUnhandled,
|
|
1088
1089
|
]);
|
|
1089
|
-
return index.h(index.Host, { style: { display: "none" } });
|
|
1090
|
+
return index$1.h(index$1.Host, { style: { display: "none" } });
|
|
1090
1091
|
}
|
|
1091
1092
|
};
|
|
1092
1093
|
|
|
@@ -3,17 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-b248b384.js');
|
|
7
|
+
require('./global-6fe7c678.js');
|
|
8
|
+
const index_module = require('./index.module-b880d18a.js');
|
|
9
9
|
require('./cjs-1066ec21.js');
|
|
10
10
|
require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
|
-
const
|
|
12
|
+
const index$1 = require('./index-e6bafae4.js');
|
|
13
|
+
const copyTextView = require('./copy-text-view-67cb700e.js');
|
|
13
14
|
require('./mixins-f7e0377a.js');
|
|
14
15
|
const GenericTableView = require('./GenericTableView-a9f4ba75.js');
|
|
15
|
-
require('./useChildElements-
|
|
16
|
-
const luxon = require('./luxon-
|
|
16
|
+
require('./useChildElements-e2139cb4.js');
|
|
17
|
+
const luxon = require('./luxon-78820ce9.js');
|
|
17
18
|
require('./sqm-text-span-view-0aa82125.js');
|
|
18
19
|
const sqmAssetCardView = require('./sqm-asset-card-view-21ddf04f.js');
|
|
19
20
|
const sqmCloseButtonView = require('./sqm-close-button-view-ea3fa23b.js');
|
|
@@ -22,18 +23,19 @@ const emailRegistrationView = require('./email-registration-view-55b378dc.js');
|
|
|
22
23
|
const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-d39a55d8.js');
|
|
23
24
|
const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-11d57c12.js');
|
|
24
25
|
const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-17111896.js');
|
|
25
|
-
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-
|
|
26
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
26
|
+
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-b76869c1.js');
|
|
27
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-39add3d2.js');
|
|
27
28
|
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-78f19ef9.js');
|
|
29
|
+
const sqmPortalLoginView = require('./sqm-portal-login-view-761a4d8e.js');
|
|
28
30
|
const sqmBaseRegistrationFormView = require('./sqm-base-registration-form-view-8a2c8763.js');
|
|
29
|
-
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-
|
|
30
|
-
const sqmPortalProfileView = require('./sqm-portal-profile-view-
|
|
31
|
-
require('./utilities-
|
|
31
|
+
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-ebf355a6.js');
|
|
32
|
+
const sqmPortalProfileView = require('./sqm-portal-profile-view-a722b40a.js');
|
|
33
|
+
require('./utilities-d691629b.js');
|
|
32
34
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-fe602822.js');
|
|
33
35
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-7b678f34.js');
|
|
34
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
36
|
+
const ShadowViewAddon = require('./ShadowViewAddon-37f2cd8b.js');
|
|
35
37
|
const sqmPortalContainerView = require('./sqm-portal-container-view-4f15143a.js');
|
|
36
|
-
const sqmInvoiceTableView = require('./sqm-invoice-table-view-
|
|
38
|
+
const sqmInvoiceTableView = require('./sqm-invoice-table-view-9b735809.js');
|
|
37
39
|
|
|
38
40
|
/**
|
|
39
41
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -3476,7 +3478,7 @@ const FormMessage = /*#__PURE__*/Object.freeze({
|
|
|
3476
3478
|
FullStackSuccess: FullStackSuccess
|
|
3477
3479
|
});
|
|
3478
3480
|
|
|
3479
|
-
const EXCHANGE =
|
|
3481
|
+
const EXCHANGE = index$1.dist.gql `
|
|
3480
3482
|
mutation exchange($exchangeRewardInput: ExchangeRewardInput!) {
|
|
3481
3483
|
exchangeReward(exchangeRewardInput: $exchangeRewardInput) {
|
|
3482
3484
|
reward {
|
|
@@ -7308,27 +7310,16 @@ const loadingProps = {
|
|
|
7308
7310
|
pageLabel: "Sign in to your account",
|
|
7309
7311
|
},
|
|
7310
7312
|
};
|
|
7311
|
-
const Default$3 = () => (index.h("sqm-portal-login", {
|
|
7312
|
-
const IsGoogle = () => (
|
|
7313
|
-
// <sqm-portal-login
|
|
7314
|
-
// showGoogleLogin
|
|
7315
|
-
// demoData={{
|
|
7316
|
-
// ...defaultProps,
|
|
7317
|
-
// content: {
|
|
7318
|
-
// googleButton: <sl-button>Sign in with Google</sl-button>,
|
|
7319
|
-
// },
|
|
7320
|
-
// states: { ...defaultProps.states },
|
|
7321
|
-
// }}
|
|
7322
|
-
// ></sqm-portal-login>
|
|
7323
|
-
index.h(ShadowViewAddon.PortalLoginView, Object.assign({}, defaultProps$2, { content: {
|
|
7313
|
+
const Default$3 = () => (index.h("sqm-portal-login", { demoData: { ...defaultProps$2 } }));
|
|
7314
|
+
const IsGoogle = () => (index.h(sqmPortalLoginView.PortalLoginView, Object.assign({}, defaultProps$2, { content: {
|
|
7324
7315
|
secondaryButton: (index.h("span", null,
|
|
7325
7316
|
"Don't have an account?",
|
|
7326
7317
|
" ",
|
|
7327
7318
|
index.h("sl-button", { style: { width: "50px" }, size: "large", type: "text" }, "Register"))),
|
|
7328
7319
|
googleButton: index.h("sl-button", null, "Sign in with Google"),
|
|
7329
7320
|
} })));
|
|
7330
|
-
const LoginWithError = () => index.h(
|
|
7331
|
-
const LoginLoading = () => index.h(
|
|
7321
|
+
const LoginWithError = () => index.h(sqmPortalLoginView.PortalLoginView, Object.assign({}, errorProps));
|
|
7322
|
+
const LoginLoading = () => index.h(sqmPortalLoginView.PortalLoginView, Object.assign({}, loadingProps));
|
|
7332
7323
|
|
|
7333
7324
|
const PortalLogin = /*#__PURE__*/Object.freeze({
|
|
7334
7325
|
__proto__: null,
|
|
@@ -10134,7 +10125,7 @@ const emailVerifiedTemplate = "<sqm-portal-verify-email></sqm-portal-verify-emai
|
|
|
10134
10125
|
|
|
10135
10126
|
const emailVerificationTemplate = "<sqm-portal-protected-route redirect-to=\"/login\"></sqm-portal-protected-route>\n<sqm-portal-email-verification></sqm-portal-email-verification>\n";
|
|
10136
10127
|
|
|
10137
|
-
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property
|
|
10128
|
+
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { googleButton?: VNode; forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while logging you in. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerCTA` | `register-c-t-a` | | `string` | `\"Don't have an account?\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10138
10129
|
|
|
10139
10130
|
const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10140
10131
|
|
|
@@ -18204,7 +18195,7 @@ const StencilStorybook = class {
|
|
|
18204
18195
|
constructor(hostRef) {
|
|
18205
18196
|
index.registerInstance(this, hostRef);
|
|
18206
18197
|
this.ignored = true;
|
|
18207
|
-
stencilHooks_module.h
|
|
18198
|
+
stencilHooks_module.h(this);
|
|
18208
18199
|
}
|
|
18209
18200
|
disconnectedCallback() { }
|
|
18210
18201
|
render() {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
require('./index.module-
|
|
8
|
-
const reRender = require('./re-render-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-b248b384.js');
|
|
7
|
+
require('./index.module-b880d18a.js');
|
|
8
|
+
const reRender = require('./re-render-050852fe.js');
|
|
9
9
|
|
|
10
10
|
const TabView = ({}, children) => {
|
|
11
11
|
return index.h(index.Host, null, children);
|
|
@@ -14,7 +14,7 @@ const TabView = ({}, children) => {
|
|
|
14
14
|
const Tab = class {
|
|
15
15
|
constructor(hostRef) {
|
|
16
16
|
index.registerInstance(this, hostRef);
|
|
17
|
-
stencilHooks_module.h
|
|
17
|
+
stencilHooks_module.h(this);
|
|
18
18
|
}
|
|
19
19
|
disconnectedCallback() { }
|
|
20
20
|
render() {
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-b248b384.js');
|
|
7
|
+
const index_module = require('./index.module-b880d18a.js');
|
|
8
8
|
const utils = require('./utils-6847bc06.js');
|
|
9
|
-
const reRender = require('./re-render-
|
|
10
|
-
const useChildElements = require('./useChildElements-
|
|
9
|
+
const reRender = require('./re-render-050852fe.js');
|
|
10
|
+
const useChildElements = require('./useChildElements-e2139cb4.js');
|
|
11
11
|
|
|
12
12
|
const TabsView = ({ content, placement, }) => {
|
|
13
13
|
// Vertical padding for top & bottom placement, horizontal for left & right.
|
|
@@ -86,7 +86,7 @@ function useTabs() {
|
|
|
86
86
|
const Tabs = class {
|
|
87
87
|
constructor(hostRef) {
|
|
88
88
|
index.registerInstance(this, hostRef);
|
|
89
|
-
stencilHooks_module.h
|
|
89
|
+
stencilHooks_module.h(this);
|
|
90
90
|
}
|
|
91
91
|
disconnectedCallback() { }
|
|
92
92
|
render() {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-a29c60ef.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-b248b384.js');
|
|
7
7
|
require('./JSS-8503a151.js');
|
|
8
8
|
const sqmTextSpanView = require('./sqm-text-span-view-0aa82125.js');
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ const Text = class {
|
|
|
11
11
|
constructor(hostRef) {
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
this.ignored = true;
|
|
14
|
-
stencilHooks_module.h
|
|
14
|
+
stencilHooks_module.h(this);
|
|
15
15
|
}
|
|
16
16
|
disconnectedCallback() { }
|
|
17
17
|
componentWillLoad() { }
|
|
@@ -1114,17 +1114,14 @@ function c$1(){return (c$1=Object.assign||function(e){for(var t=1;t<arguments.le
|
|
|
1114
1114
|
function s$2(){return index.getRenderingRef()}function l$1(){var e=s$2();return index.getElement(e)}function d$2(e,t){void 0===t&&(t={});var n=l$1();return h$1(n,e,t)}function m$2(e,t){var n=l$1();return y$1(n,e,t)}var p$1=browser("stencil-hook");function h$2(t){var r,u=index.getElement(t),c=(r=!1,new State(function(){p$1("Queue update on element",u),r||(r=!0,Promise.resolve().then(function(){p$1("Forced update on element",u),r=!1,index.forceUpdate(u);}));},u)),a=t.disconnectedCallback;if(!a)throw new Error("Stencil hooks requires `disconnectedCallback` to be defined (even if it's empty). This is because of how the Stencil compiler works internally");t.disconnectedCallback=function(){c.teardown(),v(a);};var i=t.connectedCallback;t.connectedCallback=function(){c.update(),v(i);};var f=t.render.bind(t);t.render=function(){var e=c.run(f);return c.runEffects(),e};}function v(e){"function"==typeof e&&e();}
|
|
1115
1115
|
|
|
1116
1116
|
exports.browser = browser;
|
|
1117
|
-
exports.c = c;
|
|
1118
1117
|
exports.commonjsGlobal = commonjsGlobal;
|
|
1119
1118
|
exports.createCommonjsModule = createCommonjsModule;
|
|
1120
1119
|
exports.d = d$2;
|
|
1121
1120
|
exports.getAugmentedNamespace = getAugmentedNamespace;
|
|
1122
1121
|
exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
|
|
1123
|
-
exports.h = h$
|
|
1124
|
-
exports.h$1 = h$2;
|
|
1122
|
+
exports.h = h$2;
|
|
1125
1123
|
exports.l = l$1;
|
|
1126
1124
|
exports.m = m$2;
|
|
1127
|
-
exports.s = s$1;
|
|
1128
1125
|
exports.useEffect = useEffect;
|
|
1129
1126
|
exports.useMemo = useMemo;
|
|
1130
1127
|
exports.useReducer = useReducer;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
4
|
-
const index_module = require('./index.module-
|
|
3
|
+
const stencilHooks_module = require('./stencil-hooks.module-b248b384.js');
|
|
4
|
+
const index_module = require('./index.module-b880d18a.js');
|
|
5
5
|
|
|
6
6
|
function useChildElements() {
|
|
7
7
|
const host = index_module._();
|