@saasquatch/mint-components 1.13.0-40 → 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 -144
- 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-login/usePortalLogin.js +3 -4
- 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 -90
- 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-bc2fdf20.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-24c4e0b8.system.entry.js +0 -1
- package/dist/mint-components/p-30108c0e.js +0 -1
- package/dist/mint-components/p-35a20e65.system.entry.js +0 -1
- 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-c450a678.entry.js +0 -9
- 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-ea2257f8.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
|
@@ -3,24 +3,27 @@
|
|
|
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 global = require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
9
|
-
const jsonpointer = require('./jsonpointer-11327262.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');
|
|
10
9
|
const cjs = require('./cjs-1066ec21.js');
|
|
11
10
|
const utils = require('./utils-6847bc06.js');
|
|
12
11
|
const JSS = require('./JSS-8503a151.js');
|
|
13
|
-
const
|
|
12
|
+
const index$1 = require('./index-e6bafae4.js');
|
|
13
|
+
const copyTextView = require('./copy-text-view-67cb700e.js');
|
|
14
14
|
require('./mixins-f7e0377a.js');
|
|
15
|
-
const reRender = require('./re-render-
|
|
16
|
-
const useChildElements = require('./useChildElements-
|
|
17
|
-
require('./luxon-
|
|
15
|
+
const reRender = require('./re-render-050852fe.js');
|
|
16
|
+
const useChildElements = require('./useChildElements-e2139cb4.js');
|
|
17
|
+
require('./luxon-78820ce9.js');
|
|
18
18
|
require('./sqm-text-span-view-0aa82125.js');
|
|
19
|
-
const index$
|
|
20
|
-
const
|
|
19
|
+
const index$2 = require('./index-8c6255f5.js');
|
|
20
|
+
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
21
|
+
const useRegistrationFormState = require('./useRegistrationFormState-9aa98cfa.js');
|
|
22
|
+
const sqmPortalLoginView = require('./sqm-portal-login-view-761a4d8e.js');
|
|
23
|
+
const usePortalLogin = require('./usePortalLogin-521b6d8f.js');
|
|
21
24
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
22
|
-
const utilities = require('./utilities-
|
|
23
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
25
|
+
const utilities = require('./utilities-d691629b.js');
|
|
26
|
+
const ShadowViewAddon = require('./ShadowViewAddon-37f2cd8b.js');
|
|
24
27
|
require('./sqm-portal-container-view-4f15143a.js');
|
|
25
28
|
|
|
26
29
|
const BigStat = class {
|
|
@@ -34,7 +37,7 @@ const BigStat = class {
|
|
|
34
37
|
*/
|
|
35
38
|
this.flexReverse = false;
|
|
36
39
|
this.ignored = true;
|
|
37
|
-
stencilHooks_module.h
|
|
40
|
+
stencilHooks_module.h(this);
|
|
38
41
|
}
|
|
39
42
|
disconnectedCallback() { }
|
|
40
43
|
render() {
|
|
@@ -63,7 +66,7 @@ function buildFontsCssUrl(...fonts) {
|
|
|
63
66
|
const BrandComponent = class {
|
|
64
67
|
constructor(hostRef) {
|
|
65
68
|
index.registerInstance(this, hostRef);
|
|
66
|
-
stencilHooks_module.h
|
|
69
|
+
stencilHooks_module.h(this);
|
|
67
70
|
}
|
|
68
71
|
disconnectedCallback() { }
|
|
69
72
|
render() {
|
|
@@ -129,7 +132,7 @@ const CardFeed = class {
|
|
|
129
132
|
* @uiType number
|
|
130
133
|
*/
|
|
131
134
|
this.gap = 24;
|
|
132
|
-
stencilHooks_module.h
|
|
135
|
+
stencilHooks_module.h(this);
|
|
133
136
|
}
|
|
134
137
|
disconnectedCallback() { }
|
|
135
138
|
render() {
|
|
@@ -237,7 +240,7 @@ const CheckboxField = class {
|
|
|
237
240
|
* @uiName Optional
|
|
238
241
|
*/
|
|
239
242
|
this.checkboxOptional = false;
|
|
240
|
-
stencilHooks_module.h
|
|
243
|
+
stencilHooks_module.h(this);
|
|
241
244
|
}
|
|
242
245
|
disconnectedCallback() { }
|
|
243
246
|
render() {
|
|
@@ -271,7 +274,7 @@ function useCheckboxFieldDemo(props) {
|
|
|
271
274
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
272
275
|
}
|
|
273
276
|
|
|
274
|
-
const FuelTankRewardsQuery =
|
|
277
|
+
const FuelTankRewardsQuery = index$1.dist.gql `
|
|
275
278
|
query fuelTankRewardsQuery($programId: ID!) {
|
|
276
279
|
user: viewer {
|
|
277
280
|
... on User {
|
|
@@ -296,7 +299,7 @@ const FuelTankRewardsQuery = index_module.dist.gql `
|
|
|
296
299
|
}
|
|
297
300
|
}
|
|
298
301
|
`;
|
|
299
|
-
const WIDGET_ENGAGEMENT_EVENT =
|
|
302
|
+
const WIDGET_ENGAGEMENT_EVENT = index$1.dist.gql `
|
|
300
303
|
mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
|
|
301
304
|
createUserAnalyticsEvent(eventMeta: $eventMeta)
|
|
302
305
|
}
|
|
@@ -489,7 +492,7 @@ const CouponCode = class {
|
|
|
489
492
|
* @uiGroup Coupon code error
|
|
490
493
|
*/
|
|
491
494
|
this.couponCodePlaceholder = "...";
|
|
492
|
-
stencilHooks_module.h
|
|
495
|
+
stencilHooks_module.h(this);
|
|
493
496
|
}
|
|
494
497
|
disconnectedCallback() { }
|
|
495
498
|
render() {
|
|
@@ -589,7 +592,7 @@ const DividedLayout = class {
|
|
|
589
592
|
* @uiName Border style
|
|
590
593
|
*/
|
|
591
594
|
this.dividerStyle = "1px solid #EAEAEA";
|
|
592
|
-
stencilHooks_module.h
|
|
595
|
+
stencilHooks_module.h(this);
|
|
593
596
|
}
|
|
594
597
|
disconnectedCallback() { }
|
|
595
598
|
render() {
|
|
@@ -623,7 +626,7 @@ const DropdownField = class {
|
|
|
623
626
|
* @default
|
|
624
627
|
*/
|
|
625
628
|
this.dropdownOptional = false;
|
|
626
|
-
stencilHooks_module.h
|
|
629
|
+
stencilHooks_module.h(this);
|
|
627
630
|
}
|
|
628
631
|
disconnectedCallback() { }
|
|
629
632
|
render() {
|
|
@@ -654,7 +657,7 @@ function useDropdownFieldDemo(props) {
|
|
|
654
657
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
655
658
|
}
|
|
656
659
|
|
|
657
|
-
const GET_USER =
|
|
660
|
+
const GET_USER = index$1.dist.gql `
|
|
658
661
|
query {
|
|
659
662
|
viewer {
|
|
660
663
|
... on User {
|
|
@@ -668,7 +671,7 @@ const GET_USER = index_module.dist.gql `
|
|
|
668
671
|
}
|
|
669
672
|
}
|
|
670
673
|
`;
|
|
671
|
-
const UPSERT_USER =
|
|
674
|
+
const UPSERT_USER = index$1.dist.gql `
|
|
672
675
|
mutation (
|
|
673
676
|
$id: String!
|
|
674
677
|
$accountId: String!
|
|
@@ -826,7 +829,7 @@ const EditProfile = class {
|
|
|
826
829
|
* @uiName Form error message
|
|
827
830
|
*/
|
|
828
831
|
this.formErrorText = "Please correct the errors below to update your profile.";
|
|
829
|
-
stencilHooks_module.h
|
|
832
|
+
stencilHooks_module.h(this);
|
|
830
833
|
}
|
|
831
834
|
disconnectedCallback() { }
|
|
832
835
|
render() {
|
|
@@ -929,7 +932,7 @@ const Hero = class {
|
|
|
929
932
|
* @uiEnumNames ["Wrap", "Wrap Reverse"]
|
|
930
933
|
*/
|
|
931
934
|
this.wrapDirection = "wrap";
|
|
932
|
-
stencilHooks_module.h
|
|
935
|
+
stencilHooks_module.h(this);
|
|
933
936
|
}
|
|
934
937
|
disconnectedCallback() { }
|
|
935
938
|
// TODO: Improve empty slot behavior with useChildElements to check for empty slot
|
|
@@ -1135,7 +1138,7 @@ const HeroImage = class {
|
|
|
1135
1138
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1136
1139
|
*/
|
|
1137
1140
|
this.paddingImage = "none";
|
|
1138
|
-
stencilHooks_module.h
|
|
1141
|
+
stencilHooks_module.h(this);
|
|
1139
1142
|
}
|
|
1140
1143
|
disconnectedCallback() { }
|
|
1141
1144
|
render() {
|
|
@@ -1147,7 +1150,7 @@ const SqmHookStoryContainer = class {
|
|
|
1147
1150
|
constructor(hostRef) {
|
|
1148
1151
|
index.registerInstance(this, hostRef);
|
|
1149
1152
|
this.ignored = true;
|
|
1150
|
-
stencilHooks_module.h
|
|
1153
|
+
stencilHooks_module.h(this);
|
|
1151
1154
|
}
|
|
1152
1155
|
disconnectedCallback() { }
|
|
1153
1156
|
render() {
|
|
@@ -1232,7 +1235,7 @@ const InputField = class {
|
|
|
1232
1235
|
* @default
|
|
1233
1236
|
*/
|
|
1234
1237
|
this.fieldOptional = false;
|
|
1235
|
-
stencilHooks_module.h
|
|
1238
|
+
stencilHooks_module.h(this);
|
|
1236
1239
|
}
|
|
1237
1240
|
disconnectedCallback() { }
|
|
1238
1241
|
render() {
|
|
@@ -1260,7 +1263,7 @@ function useInputFieldDemo(props) {
|
|
|
1260
1263
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
1261
1264
|
}
|
|
1262
1265
|
|
|
1263
|
-
const GET_LEADERBOARD =
|
|
1266
|
+
const GET_LEADERBOARD = index$1.dist.gql `
|
|
1264
1267
|
query (
|
|
1265
1268
|
$type: String!
|
|
1266
1269
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1282,7 +1285,7 @@ const GET_LEADERBOARD = index_module.dist.gql `
|
|
|
1282
1285
|
}
|
|
1283
1286
|
}
|
|
1284
1287
|
`;
|
|
1285
|
-
const GET_LEADERBOARD_WITHOUT_NAMES =
|
|
1288
|
+
const GET_LEADERBOARD_WITHOUT_NAMES = index$1.dist.gql `
|
|
1286
1289
|
query (
|
|
1287
1290
|
$type: String!
|
|
1288
1291
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1302,7 +1305,7 @@ const GET_LEADERBOARD_WITHOUT_NAMES = index_module.dist.gql `
|
|
|
1302
1305
|
}
|
|
1303
1306
|
}
|
|
1304
1307
|
`;
|
|
1305
|
-
const GET_RANK =
|
|
1308
|
+
const GET_RANK = index$1.dist.gql `
|
|
1306
1309
|
query (
|
|
1307
1310
|
$type: String!
|
|
1308
1311
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1322,7 +1325,7 @@ const GET_RANK = index_module.dist.gql `
|
|
|
1322
1325
|
}
|
|
1323
1326
|
}
|
|
1324
1327
|
`;
|
|
1325
|
-
const GET_RANK_WITHOUT_NAMES =
|
|
1328
|
+
const GET_RANK_WITHOUT_NAMES = index$1.dist.gql `
|
|
1326
1329
|
query (
|
|
1327
1330
|
$type: String!
|
|
1328
1331
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1453,7 +1456,7 @@ const Leaderboard = class {
|
|
|
1453
1456
|
*/
|
|
1454
1457
|
this.maxRows = 10;
|
|
1455
1458
|
this.ignored = true;
|
|
1456
|
-
stencilHooks_module.h
|
|
1459
|
+
stencilHooks_module.h(this);
|
|
1457
1460
|
ShadowViewAddon.withShadowView(this);
|
|
1458
1461
|
}
|
|
1459
1462
|
disconnectedCallback() { }
|
|
@@ -1629,7 +1632,7 @@ const NameFields = class {
|
|
|
1629
1632
|
* @uiName Last name label
|
|
1630
1633
|
*/
|
|
1631
1634
|
this.lastNameLabel = "Last Name";
|
|
1632
|
-
stencilHooks_module.h
|
|
1635
|
+
stencilHooks_module.h(this);
|
|
1633
1636
|
}
|
|
1634
1637
|
disconnectedCallback() { }
|
|
1635
1638
|
render() {
|
|
@@ -1694,7 +1697,7 @@ const NavigationMenu = class {
|
|
|
1694
1697
|
constructor(hostRef) {
|
|
1695
1698
|
index.registerInstance(this, hostRef);
|
|
1696
1699
|
this.ignored = true;
|
|
1697
|
-
stencilHooks_module.h
|
|
1700
|
+
stencilHooks_module.h(this);
|
|
1698
1701
|
}
|
|
1699
1702
|
disconnectedCallback() { }
|
|
1700
1703
|
render() {
|
|
@@ -1864,7 +1867,7 @@ const PortalChangePassword = class {
|
|
|
1864
1867
|
* @uiName Missing number or symbol text
|
|
1865
1868
|
*/
|
|
1866
1869
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
1867
|
-
stencilHooks_module.h
|
|
1870
|
+
stencilHooks_module.h(this);
|
|
1868
1871
|
}
|
|
1869
1872
|
disconnectedCallback() { }
|
|
1870
1873
|
render() {
|
|
@@ -1959,7 +1962,7 @@ const PortalFooter = class {
|
|
|
1959
1962
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1960
1963
|
*/
|
|
1961
1964
|
this.paddingLeft = "large";
|
|
1962
|
-
stencilHooks_module.h
|
|
1965
|
+
stencilHooks_module.h(this);
|
|
1963
1966
|
}
|
|
1964
1967
|
disconnectedCallback() { }
|
|
1965
1968
|
render() {
|
|
@@ -1989,7 +1992,7 @@ const PortalFrame = class {
|
|
|
1989
1992
|
* @undocumented
|
|
1990
1993
|
*/
|
|
1991
1994
|
this.notFullScreen = false;
|
|
1992
|
-
stencilHooks_module.h
|
|
1995
|
+
stencilHooks_module.h(this);
|
|
1993
1996
|
}
|
|
1994
1997
|
disconnectedCallback() { }
|
|
1995
1998
|
render() {
|
|
@@ -2017,73 +2020,6 @@ function usePortalFrameDemo(footerContent, headerContent, props) {
|
|
|
2017
2020
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
2018
2021
|
}
|
|
2019
2022
|
|
|
2020
|
-
function usePortalLogin(props) {
|
|
2021
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
2022
|
-
const [request, { loading, errors, data }] = index_module.je();
|
|
2023
|
-
const [loginWithGoogle, { loading: gLoading, errors: gErrors }] = index_module.hn();
|
|
2024
|
-
const [error, setError] = stencilHooks_module.useState("");
|
|
2025
|
-
const urlParams = new URLSearchParams(index_module.jn.location.search);
|
|
2026
|
-
const nextPageOverride = urlParams.get("nextPage");
|
|
2027
|
-
const googleSubmit = async (e) => {
|
|
2028
|
-
var _a, _b, _c, _d, _e;
|
|
2029
|
-
if (!((_a = e.detail) === null || _a === void 0 ? void 0 : _a.credential))
|
|
2030
|
-
return;
|
|
2031
|
-
const result = await loginWithGoogle({ idToken: e.detail.credential });
|
|
2032
|
-
if (result instanceof Error) {
|
|
2033
|
-
if ((result === null || result === void 0 ? void 0 : result.message) || ((_b = result === null || result === void 0 ? void 0 : result["response"]) === null || _b === void 0 ? void 0 : _b["error"]))
|
|
2034
|
-
if (((_d = (_c = result === null || result === void 0 ? void 0 : result["response"]) === null || _c === void 0 ? void 0 : _c["errors"][0]) === null || _d === void 0 ? void 0 : _d["message"]) ===
|
|
2035
|
-
"Invalid Credentials.") {
|
|
2036
|
-
setError(props.googleUserNotRegisteredError);
|
|
2037
|
-
}
|
|
2038
|
-
else {
|
|
2039
|
-
setError(props.networkErrorMessage);
|
|
2040
|
-
}
|
|
2041
|
-
return;
|
|
2042
|
-
}
|
|
2043
|
-
if ((_e = result.authenticateManagedIdentityWithGoogle) === null || _e === void 0 ? void 0 : _e.token) {
|
|
2044
|
-
urlParams.delete("nextPage");
|
|
2045
|
-
const url = utils.sanitizeUrlPath(nextPageOverride || props.nextPage);
|
|
2046
|
-
index_module.jn.push(url.href);
|
|
2047
|
-
}
|
|
2048
|
-
};
|
|
2049
|
-
const submit = async (event) => {
|
|
2050
|
-
var _a, _b;
|
|
2051
|
-
setError("");
|
|
2052
|
-
let formData = event.detail.formData;
|
|
2053
|
-
formData === null || formData === void 0 ? void 0 : formData.forEach((value, key) => {
|
|
2054
|
-
jsonpointer.jsonpointer.set(formData, key, value);
|
|
2055
|
-
});
|
|
2056
|
-
const variables = { email: formData.email, password: formData.password };
|
|
2057
|
-
const result = await request(variables);
|
|
2058
|
-
if (result instanceof Error) {
|
|
2059
|
-
if ((result === null || result === void 0 ? void 0 : result.message) || ((_a = result === null || result === void 0 ? void 0 : result["response"]) === null || _a === void 0 ? void 0 : _a["error"]))
|
|
2060
|
-
setError(props.networkErrorMessage);
|
|
2061
|
-
return;
|
|
2062
|
-
}
|
|
2063
|
-
if ((_b = result.authenticateManagedIdentityWithEmailAndPassword) === null || _b === void 0 ? void 0 : _b.token) {
|
|
2064
|
-
urlParams.delete("nextPage");
|
|
2065
|
-
const url = utils.sanitizeUrlPath(nextPageOverride || props.nextPage);
|
|
2066
|
-
index_module.jn.push(url.href);
|
|
2067
|
-
}
|
|
2068
|
-
};
|
|
2069
|
-
const errorMessage = ((_d = (_c = (_b = (_a = errors === null || errors === void 0 ? void 0 : errors.response) === null || _a === void 0 ? void 0 : _a.errors) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.extensions) === null || _d === void 0 ? void 0 : _d.message) || ((_g = (_f = (_e = errors === null || errors === void 0 ? void 0 : errors.response) === null || _e === void 0 ? void 0 : _e.errors) === null || _f === void 0 ? void 0 : _f[0]) === null || _g === void 0 ? void 0 : _g.message) ||
|
|
2070
|
-
error;
|
|
2071
|
-
const googleErrorMessage = ((_l = (_k = (_j = (_h = gErrors === null || gErrors === void 0 ? void 0 : gErrors.response) === null || _h === void 0 ? void 0 : _h.errors) === null || _j === void 0 ? void 0 : _j[0]) === null || _k === void 0 ? void 0 : _k.extensions) === null || _l === void 0 ? void 0 : _l.message) || ((_p = (_o = (_m = gErrors === null || gErrors === void 0 ? void 0 : gErrors.response) === null || _m === void 0 ? void 0 : _m.errors) === null || _o === void 0 ? void 0 : _o[0]) === null || _p === void 0 ? void 0 : _p.message) ||
|
|
2072
|
-
error;
|
|
2073
|
-
return {
|
|
2074
|
-
states: {
|
|
2075
|
-
loading: loading || gLoading,
|
|
2076
|
-
error: errorMessage || googleErrorMessage,
|
|
2077
|
-
registerPath: props.registerPath,
|
|
2078
|
-
forgotPasswordPath: props.forgotPasswordPath,
|
|
2079
|
-
},
|
|
2080
|
-
callbacks: {
|
|
2081
|
-
googleSubmit,
|
|
2082
|
-
submit,
|
|
2083
|
-
},
|
|
2084
|
-
};
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
2023
|
const PortalLogin = class {
|
|
2088
2024
|
constructor(hostRef) {
|
|
2089
2025
|
index.registerInstance(this, hostRef);
|
|
@@ -2137,26 +2073,17 @@ const PortalLogin = class {
|
|
|
2137
2073
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
2138
2074
|
*/
|
|
2139
2075
|
this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
|
|
2140
|
-
/**
|
|
2141
|
-
* @uiName Google account error message
|
|
2142
|
-
* Displayed when user tries to sign in with Google account but has not registered.
|
|
2143
|
-
*/
|
|
2144
|
-
this.googleUserNotRegisteredError = "Your google account has not registered on our platform. Please complete the registration process with your Google account.";
|
|
2145
2076
|
/**
|
|
2146
2077
|
* @uiName Register CTA
|
|
2147
2078
|
*/
|
|
2148
2079
|
this.registerCTA = "Don't have an account?";
|
|
2149
|
-
|
|
2150
|
-
* @undocumented
|
|
2151
|
-
*/
|
|
2152
|
-
this.showGoogleLogin = false;
|
|
2153
|
-
stencilHooks_module.h$1(this);
|
|
2080
|
+
stencilHooks_module.h(this);
|
|
2154
2081
|
}
|
|
2155
2082
|
disconnectedCallback() { }
|
|
2156
2083
|
render() {
|
|
2157
2084
|
const { states, callbacks } = index_module.isDemo()
|
|
2158
2085
|
? useLoginDemo(this)
|
|
2159
|
-
: usePortalLogin(this);
|
|
2086
|
+
: usePortalLogin.usePortalLogin(this);
|
|
2160
2087
|
const styles = {
|
|
2161
2088
|
RegisterButton: {
|
|
2162
2089
|
"&::part(label)": {
|
|
@@ -2168,14 +2095,14 @@ const PortalLogin = class {
|
|
|
2168
2095
|
const styleString = sheet.toString();
|
|
2169
2096
|
const content = {
|
|
2170
2097
|
forgotPasswordButton: (index.h("slot", { name: "forgotPassword" }, index.h("a", { onClick: () => index_module.jn.push(states.forgotPasswordPath) }, this.forgotPasswordLabel))),
|
|
2171
|
-
googleButton:
|
|
2172
|
-
secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("style", null, styleString),
|
|
2098
|
+
googleButton: null,
|
|
2099
|
+
secondaryButton: (index.h("slot", { name: "secondaryButton" }, index.h("style", null, styleString), index.h("sl-button", { type: "text", disabled: states.loading, onClick: () => index_module.jn.push(states.registerPath) }, this.registerLabel))),
|
|
2173
2100
|
emailLabel: this.emailLabel,
|
|
2174
2101
|
passwordLabel: this.passwordLabel,
|
|
2175
2102
|
submitLabel: this.submitLabel,
|
|
2176
2103
|
pageLabel: this.pageLabel,
|
|
2177
2104
|
};
|
|
2178
|
-
return (index.h(
|
|
2105
|
+
return (index.h(sqmPortalLoginView.PortalLoginView, { states: states, callbacks: callbacks, content: content }));
|
|
2179
2106
|
}
|
|
2180
2107
|
};
|
|
2181
2108
|
function useLoginDemo(props) {
|
|
@@ -2443,7 +2370,7 @@ const PortalRegister = class {
|
|
|
2443
2370
|
* @uiName Missing number or symbol text
|
|
2444
2371
|
*/
|
|
2445
2372
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
2446
|
-
stencilHooks_module.h
|
|
2373
|
+
stencilHooks_module.h(this);
|
|
2447
2374
|
}
|
|
2448
2375
|
disconnectedCallback() { }
|
|
2449
2376
|
render() {
|
|
@@ -2541,7 +2468,7 @@ const ProgramExplainer = class {
|
|
|
2541
2468
|
constructor(hostRef) {
|
|
2542
2469
|
index.registerInstance(this, hostRef);
|
|
2543
2470
|
this.ignored = true;
|
|
2544
|
-
stencilHooks_module.h
|
|
2471
|
+
stencilHooks_module.h(this);
|
|
2545
2472
|
}
|
|
2546
2473
|
disconnectedCallback() { }
|
|
2547
2474
|
render() {
|
|
@@ -2612,7 +2539,7 @@ function ProgramExplainerStepView(props) {
|
|
|
2612
2539
|
const ProgramExplainerStep = class {
|
|
2613
2540
|
constructor(hostRef) {
|
|
2614
2541
|
index.registerInstance(this, hostRef);
|
|
2615
|
-
stencilHooks_module.h
|
|
2542
|
+
stencilHooks_module.h(this);
|
|
2616
2543
|
}
|
|
2617
2544
|
disconnectedCallback() { }
|
|
2618
2545
|
render() {
|
|
@@ -2655,7 +2582,7 @@ const ProgramMenu = class {
|
|
|
2655
2582
|
constructor(hostRef) {
|
|
2656
2583
|
index.registerInstance(this, hostRef);
|
|
2657
2584
|
this.ignored = true;
|
|
2658
|
-
stencilHooks_module.h
|
|
2585
|
+
stencilHooks_module.h(this);
|
|
2659
2586
|
}
|
|
2660
2587
|
disconnectedCallback() { }
|
|
2661
2588
|
render() {
|
|
@@ -2777,7 +2704,7 @@ const ReferralCard = class {
|
|
|
2777
2704
|
* @uiType boolean
|
|
2778
2705
|
*/
|
|
2779
2706
|
this.limitWidth = false;
|
|
2780
|
-
stencilHooks_module.h
|
|
2707
|
+
stencilHooks_module.h(this);
|
|
2781
2708
|
}
|
|
2782
2709
|
disconnectedCallback() { }
|
|
2783
2710
|
render() {
|
|
@@ -2794,7 +2721,7 @@ const ReferralCard = class {
|
|
|
2794
2721
|
}
|
|
2795
2722
|
};
|
|
2796
2723
|
|
|
2797
|
-
const GET_USER_DETAILS =
|
|
2724
|
+
const GET_USER_DETAILS = index$1.dist.gql `
|
|
2798
2725
|
query getUser($programId: ID) {
|
|
2799
2726
|
viewer {
|
|
2800
2727
|
... on User {
|
|
@@ -2832,7 +2759,7 @@ const SqmReferralIframe = class {
|
|
|
2832
2759
|
* @uiName IFrame width
|
|
2833
2760
|
*/
|
|
2834
2761
|
this.iframeWidth = "100%";
|
|
2835
|
-
stencilHooks_module.h
|
|
2762
|
+
stencilHooks_module.h(this);
|
|
2836
2763
|
}
|
|
2837
2764
|
disconnectedCallback() { }
|
|
2838
2765
|
render() {
|
|
@@ -3465,7 +3392,7 @@ var module$1 = {};
|
|
|
3465
3392
|
|
|
3466
3393
|
const confetti = module$1.exports;
|
|
3467
3394
|
|
|
3468
|
-
const GET_EXCHANGE_LIST =
|
|
3395
|
+
const GET_EXCHANGE_LIST = index$1.dist.gql `
|
|
3469
3396
|
query getExchangeList {
|
|
3470
3397
|
viewer {
|
|
3471
3398
|
... on User {
|
|
@@ -3508,7 +3435,7 @@ const GET_EXCHANGE_LIST = index_module.dist.gql `
|
|
|
3508
3435
|
}
|
|
3509
3436
|
}
|
|
3510
3437
|
`;
|
|
3511
|
-
const EXCHANGE =
|
|
3438
|
+
const EXCHANGE = index$1.dist.gql `
|
|
3512
3439
|
mutation exchange($exchangeRewardInput: ExchangeRewardInput!) {
|
|
3513
3440
|
exchangeReward(exchangeRewardInput: $exchangeRewardInput) {
|
|
3514
3441
|
reward {
|
|
@@ -3801,7 +3728,7 @@ const SqmRewardExchangeList = class {
|
|
|
3801
3728
|
* @uiName Cost row title
|
|
3802
3729
|
*/
|
|
3803
3730
|
this.costTitle = "Cost to Redeem";
|
|
3804
|
-
stencilHooks_module.h
|
|
3731
|
+
stencilHooks_module.h(this);
|
|
3805
3732
|
}
|
|
3806
3733
|
disconnectedCallback() { }
|
|
3807
3734
|
render() {
|
|
@@ -3857,7 +3784,7 @@ const debug$1 = stencilHooks_module.browser("sq:useRouter");
|
|
|
3857
3784
|
function matchPath(pattern, page) {
|
|
3858
3785
|
if (!pattern)
|
|
3859
3786
|
return;
|
|
3860
|
-
const regexp = index$
|
|
3787
|
+
const regexp = index$2.pathToRegexp(pattern);
|
|
3861
3788
|
return regexp.exec(page);
|
|
3862
3789
|
}
|
|
3863
3790
|
function useRouter() {
|
|
@@ -3935,7 +3862,7 @@ const SqmRouter = class {
|
|
|
3935
3862
|
constructor(hostRef) {
|
|
3936
3863
|
index.registerInstance(this, hostRef);
|
|
3937
3864
|
this.ignored = true;
|
|
3938
|
-
stencilHooks_module.h
|
|
3865
|
+
stencilHooks_module.h(this);
|
|
3939
3866
|
}
|
|
3940
3867
|
disconnectedCallback() { }
|
|
3941
3868
|
render() {
|
|
@@ -3982,7 +3909,7 @@ const Scroll = class {
|
|
|
3982
3909
|
* @uiEnumNames ["Smooth", "Auto"]
|
|
3983
3910
|
*/
|
|
3984
3911
|
this.scrollAnimation = "smooth";
|
|
3985
|
-
stencilHooks_module.h
|
|
3912
|
+
stencilHooks_module.h(this);
|
|
3986
3913
|
}
|
|
3987
3914
|
disconnectedCallback() { }
|
|
3988
3915
|
render() {
|
|
@@ -4084,7 +4011,7 @@ const ShareButton = class {
|
|
|
4084
4011
|
* @uiName Unsupported platform text
|
|
4085
4012
|
*/
|
|
4086
4013
|
this.unsupportedPlatformText = "Error: not on a supported device";
|
|
4087
|
-
stencilHooks_module.h
|
|
4014
|
+
stencilHooks_module.h(this);
|
|
4088
4015
|
}
|
|
4089
4016
|
disconnectedCallback() { }
|
|
4090
4017
|
render() {
|
|
@@ -4107,7 +4034,7 @@ function useDemoShareButton(props) {
|
|
|
4107
4034
|
}
|
|
4108
4035
|
ShareButton.style = sqmShareButtonCss;
|
|
4109
4036
|
|
|
4110
|
-
const MessageLinkQuery =
|
|
4037
|
+
const MessageLinkQuery = index$1.dist.gql `
|
|
4111
4038
|
query ($programId: ID) {
|
|
4112
4039
|
user: viewer {
|
|
4113
4040
|
... on User {
|
|
@@ -4116,7 +4043,7 @@ const MessageLinkQuery = index_module.dist.gql `
|
|
|
4116
4043
|
}
|
|
4117
4044
|
}
|
|
4118
4045
|
`;
|
|
4119
|
-
const WIDGET_ENGAGEMENT_EVENT$1 =
|
|
4046
|
+
const WIDGET_ENGAGEMENT_EVENT$1 = index$1.dist.gql `
|
|
4120
4047
|
mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
|
|
4121
4048
|
createUserAnalyticsEvent(eventMeta: $eventMeta)
|
|
4122
4049
|
}
|
|
@@ -4191,7 +4118,7 @@ const ShareCode = class {
|
|
|
4191
4118
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4192
4119
|
*/
|
|
4193
4120
|
this.buttonStyle = "icon";
|
|
4194
|
-
stencilHooks_module.h
|
|
4121
|
+
stencilHooks_module.h(this);
|
|
4195
4122
|
}
|
|
4196
4123
|
disconnectedCallback() { }
|
|
4197
4124
|
render() {
|
|
@@ -4260,7 +4187,7 @@ const ShareLink = class {
|
|
|
4260
4187
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4261
4188
|
*/
|
|
4262
4189
|
this.buttonStyle = "icon";
|
|
4263
|
-
stencilHooks_module.h
|
|
4190
|
+
stencilHooks_module.h(this);
|
|
4264
4191
|
}
|
|
4265
4192
|
disconnectedCallback() { }
|
|
4266
4193
|
render() {
|
|
@@ -4310,7 +4237,7 @@ const StatContainer = class {
|
|
|
4310
4237
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4311
4238
|
*/
|
|
4312
4239
|
this.display = "grid";
|
|
4313
|
-
stencilHooks_module.h
|
|
4240
|
+
stencilHooks_module.h(this);
|
|
4314
4241
|
}
|
|
4315
4242
|
disconnectedCallback() { }
|
|
4316
4243
|
render() {
|
|
@@ -4318,7 +4245,7 @@ const StatContainer = class {
|
|
|
4318
4245
|
}
|
|
4319
4246
|
};
|
|
4320
4247
|
|
|
4321
|
-
const SEND_EVENT =
|
|
4248
|
+
const SEND_EVENT = index$1.dist.gql `
|
|
4322
4249
|
mutation taskCardEvent($userEventInput: UserEventInput!) {
|
|
4323
4250
|
logUserEvent(userEventInput: $userEventInput) {
|
|
4324
4251
|
userId
|
|
@@ -4468,7 +4395,7 @@ const TaskCard = class {
|
|
|
4468
4395
|
* @uiGroup Button
|
|
4469
4396
|
*/
|
|
4470
4397
|
this.hideButton = false;
|
|
4471
|
-
stencilHooks_module.h
|
|
4398
|
+
stencilHooks_module.h(this);
|
|
4472
4399
|
}
|
|
4473
4400
|
disconnectedCallback() { }
|
|
4474
4401
|
render() {
|
|
@@ -4508,7 +4435,7 @@ const Timeline = class {
|
|
|
4508
4435
|
* @uiEnumNames ["Gift", "Circle"]
|
|
4509
4436
|
*/
|
|
4510
4437
|
this.icon = "gift";
|
|
4511
|
-
stencilHooks_module.h
|
|
4438
|
+
stencilHooks_module.h(this);
|
|
4512
4439
|
}
|
|
4513
4440
|
disconnectedCallback() { }
|
|
4514
4441
|
render() {
|
|
@@ -4622,7 +4549,7 @@ const TimelineReward = class {
|
|
|
4622
4549
|
index.registerInstance(this, hostRef);
|
|
4623
4550
|
this.ignored = true;
|
|
4624
4551
|
this.iconState = "gift";
|
|
4625
|
-
stencilHooks_module.h
|
|
4552
|
+
stencilHooks_module.h(this);
|
|
4626
4553
|
}
|
|
4627
4554
|
async setIcon(value) {
|
|
4628
4555
|
this.iconState = value;
|
|
@@ -4638,7 +4565,7 @@ function UserNameView(props) {
|
|
|
4638
4565
|
return index.h(index.Host, null, props.loading ? props.loadingText : props.username);
|
|
4639
4566
|
}
|
|
4640
4567
|
|
|
4641
|
-
const GET_USER_NAME =
|
|
4568
|
+
const GET_USER_NAME = index$1.dist.gql `
|
|
4642
4569
|
query getUserName {
|
|
4643
4570
|
viewer {
|
|
4644
4571
|
... on User {
|
|
@@ -4676,7 +4603,7 @@ const UserName = class {
|
|
|
4676
4603
|
* @uiName Loading text
|
|
4677
4604
|
*/
|
|
4678
4605
|
this.loadingText = "...";
|
|
4679
|
-
stencilHooks_module.h
|
|
4606
|
+
stencilHooks_module.h(this);
|
|
4680
4607
|
}
|
|
4681
4608
|
disconnectedCallback() { }
|
|
4682
4609
|
render() {
|
|
@@ -3,8 +3,8 @@
|
|
|
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
|
require('./JSS-8503a151.js');
|
|
9
9
|
require('./mixins-f7e0377a.js');
|
|
10
10
|
const sqmCloseButtonView = require('./sqm-close-button-view-ea3fa23b.js');
|
|
@@ -18,7 +18,7 @@ const CloseButton = class {
|
|
|
18
18
|
* @uiType string
|
|
19
19
|
*/
|
|
20
20
|
this.color = "#000000";
|
|
21
|
-
stencilHooks_module.h
|
|
21
|
+
stencilHooks_module.h(this);
|
|
22
22
|
}
|
|
23
23
|
disconnectedCallback() { }
|
|
24
24
|
render() {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index$1 = 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
9
|
const index = require('./index-8c6255f5.js');
|
|
10
10
|
|
|
@@ -90,7 +90,7 @@ const SqmContextRouter = class {
|
|
|
90
90
|
constructor(hostRef) {
|
|
91
91
|
index$1.registerInstance(this, hostRef);
|
|
92
92
|
this.ignored = true;
|
|
93
|
-
stencilHooks_module.h
|
|
93
|
+
stencilHooks_module.h(this);
|
|
94
94
|
}
|
|
95
95
|
disconnectedCallback() { }
|
|
96
96
|
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
|
-
const global = require('./global-
|
|
8
|
-
require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-b248b384.js');
|
|
7
|
+
const global = require('./global-6fe7c678.js');
|
|
8
|
+
require('./index.module-b880d18a.js');
|
|
9
9
|
const utils = require('./utils-6847bc06.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const sqmPortalContainerView = require('./sqm-portal-container-view-4f15143a.js');
|
|
@@ -89,7 +89,7 @@ const PortalContainer = class {
|
|
|
89
89
|
* @uiType string
|
|
90
90
|
*/
|
|
91
91
|
this.backgroundColor = "#ffffff00";
|
|
92
|
-
stencilHooks_module.h
|
|
92
|
+
stencilHooks_module.h(this);
|
|
93
93
|
}
|
|
94
94
|
disconnectedCallback() { }
|
|
95
95
|
render() {
|
|
@@ -148,7 +148,7 @@ const Text = class {
|
|
|
148
148
|
constructor(hostRef) {
|
|
149
149
|
index.registerInstance(this, hostRef);
|
|
150
150
|
this.ignored = true;
|
|
151
|
-
stencilHooks_module.h
|
|
151
|
+
stencilHooks_module.h(this);
|
|
152
152
|
}
|
|
153
153
|
disconnectedCallback() { }
|
|
154
154
|
componentWillLoad() { }
|
|
@@ -185,7 +185,7 @@ const TitledSection = class {
|
|
|
185
185
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
186
186
|
*/
|
|
187
187
|
this.padding = "none";
|
|
188
|
-
stencilHooks_module.h
|
|
188
|
+
stencilHooks_module.h(this);
|
|
189
189
|
}
|
|
190
190
|
disconnectedCallback() { }
|
|
191
191
|
render() {
|