@saasquatch/mint-components 1.11.0-7 → 1.11.0
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-ba87315e.js → ShadowViewAddon-c3e91cee.js} +103 -79
- package/dist/cjs/{email-registration-view-5170d9f1.js → email-registration-view-248652bb.js} +1 -1
- package/dist/cjs/{global-0e1b8019.js → global-02e50f09.js} +12 -163
- package/dist/cjs/{index.module-2d82a984.js → index.module-df530553.js} +244 -1444
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-20eafbd9.js → luxon-05098e19.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{mockRewardData-3c470512.js → mockRewardData-4258e067.js} +1 -1
- package/dist/cjs/{re-render-7744b75a.js → re-render-1976e05e.js} +5 -5
- package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +522 -493
- package/dist/cjs/sqm-big-stat_38.cjs.entry.js +174 -134
- package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
- package/dist/cjs/sqm-context-router.cjs.entry.js +4 -4
- package/dist/cjs/sqm-empty_4.cjs.entry.js +14 -7
- package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +7 -7
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +7 -7
- package/dist/cjs/{sqm-invoice-table-view-e75291d8.js → sqm-invoice-table-view-e3b03a00.js} +3 -2
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +11 -12
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +17 -19
- package/dist/cjs/{sqm-navigation-sidebar-item-view-34d8941e.js → sqm-navigation-sidebar-item-view-a125ec5f.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +5 -5
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +5 -5
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
- package/dist/cjs/sqm-popup-container.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-portal-container-view-5fb2ad49.js → sqm-portal-container-view-990a85a3.js} +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-a056e53e.js → sqm-portal-email-verification-view-292b5bf4.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +10 -10
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-profile-view-c1753d1a.js → sqm-portal-profile-view-fde54e35.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +14 -15
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +11 -12
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +9 -9
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +9 -10
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +16 -17
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +7 -7
- 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 +66 -67
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +226 -106
- package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
- package/dist/cjs/sqm-tabs.cjs.entry.js +6 -6
- package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
- package/dist/cjs/{stencil-hooks.module-a5a04d8a.js → stencil-hooks.module-72742a0b.js} +4 -1
- package/dist/cjs/{useChildElements-079a23aa.js → useChildElements-e0d44916.js} +3 -3
- package/dist/cjs/{useInstantAccessRegistration-615a4dec.js → useInstantAccessRegistration-bbe746d1.js} +4 -4
- package/dist/cjs/{useReferralTable-034e8eb1.js → useReferralTable-a76adb0d.js} +19 -20
- package/dist/cjs/{useRegistrationFormState-cabaa291.js → useRegistrationFormState-876ed65d.js} +3 -3
- package/dist/cjs/{utilities-a4072d5b.js → utilities-cec9dd36.js} +2 -2
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +1 -1
- package/dist/collection/components/sqm-empty/EmptyState.stories.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image-view.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image.js +20 -0
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +130 -24
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +55 -29
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +93 -29
- package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +40 -4
- package/dist/collection/components/sqm-logout-current-user/useLogoutCurrentUser.js +9 -10
- package/dist/collection/components/sqm-portal-container/PortalContainer.stories.js +19 -7
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +37 -0
- package/dist/collection/components/sqm-portal-verify-email/PortalVerifyEmail.stories.js +0 -2
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +2 -2
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +0 -1
- package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +1 -1
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +2 -2
- package/dist/collection/components/sqm-task-card/UseTaskCard.stories.js +1 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +1 -1
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +2 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +1 -4
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +2 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +27 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +4 -1
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +4 -7
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +29 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +55 -32
- package/dist/collection/components/views/email-registration-view.js +1 -1
- package/dist/collection/global/global.js +1 -1
- package/dist/collection/stories/NewPortal.stories.js +1 -1
- package/dist/esm/{ShadowViewAddon-cebdd86a.js → ShadowViewAddon-e012b2aa.js} +77 -53
- package/dist/esm/{email-registration-view-07d80492.js → email-registration-view-a89a88bf.js} +1 -1
- package/dist/esm/{global-ce667547.js → global-04c7d3b5.js} +12 -163
- package/dist/esm/{index.module-cfe48b0e.js → index.module-def4aec5.js} +223 -1426
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm/{re-render-9f58806b.js → re-render-12fd274a.js} +5 -5
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-banking-info-form_16.entry.js +143 -114
- package/dist/esm/sqm-big-stat_38.entry.js +123 -83
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-context-router.entry.js +3 -3
- package/dist/esm/sqm-empty_4.entry.js +11 -4
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +6 -6
- package/dist/esm/sqm-header-logo.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +6 -6
- package/dist/esm/{sqm-invoice-table-view-bccf5bbc.js → sqm-invoice-table-view-6e13a323.js} +3 -2
- package/dist/esm/sqm-leaderboard-rank.entry.js +6 -7
- package/dist/esm/sqm-logout-current-user.entry.js +12 -14
- package/dist/esm/{sqm-navigation-sidebar-item-view-407d8d6a.js → sqm-navigation-sidebar-item-view-60ef06cc.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
- package/dist/esm/sqm-navigation-sidebar.entry.js +4 -4
- package/dist/esm/sqm-password-field.entry.js +3 -3
- package/dist/esm/sqm-popup-container.entry.js +5 -5
- package/dist/esm/{sqm-portal-container-view-ab89c6cc.js → sqm-portal-container-view-6c582684.js} +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-b8ba7573.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +9 -9
- package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
- package/dist/esm/sqm-portal-logout.entry.js +3 -3
- package/dist/esm/{sqm-portal-profile-view-9cbfeaf9.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +8 -9
- package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
- package/dist/esm/sqm-portal-registration-form.entry.js +9 -10
- package/dist/esm/sqm-portal-reset-password.entry.js +8 -8
- package/dist/esm/sqm-portal-verify-email.entry.js +8 -9
- package/dist/esm/sqm-referral-table_11.entry.js +8 -9
- package/dist/esm/sqm-referred-registration.entry.js +6 -6
- 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 +13 -14
- package/dist/esm/sqm-stencilbook.entry.js +224 -104
- package/dist/esm/sqm-tab.entry.js +3 -3
- package/dist/esm/sqm-tabs.entry.js +5 -5
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm/{useChildElements-55ba77b1.js → useChildElements-32e1bda1.js} +3 -3
- package/dist/esm/{useInstantAccessRegistration-c8486b92.js → useInstantAccessRegistration-46b89952.js} +4 -4
- package/dist/esm/{useReferralTable-1671695f.js → useReferralTable-f4de0650.js} +10 -11
- package/dist/esm/{useRegistrationFormState-554eed2c.js → useRegistrationFormState-9fc1ac80.js} +3 -3
- package/dist/esm/{utilities-aa00400c.js → utilities-3f5bba22.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-e012b2aa.js +1 -0
- package/dist/esm-es5/email-registration-view-a89a88bf.js +1 -0
- package/dist/esm-es5/global-04c7d3b5.js +285 -0
- package/dist/esm-es5/index.module-def4aec5.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm-es5/{re-render-9f58806b.js → re-render-12fd274a.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-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-6e13a323.js +1 -0
- 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-407d8d6a.js → sqm-navigation-sidebar-item-view-60ef06cc.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-container-view-6c582684.js +1 -0
- package/dist/esm-es5/{sqm-portal-email-verification-view-b8ba7573.js → sqm-portal-email-verification-view-4307c992.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-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-9cbfeaf9.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-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-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm-es5/useChildElements-32e1bda1.js +1 -0
- package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +1 -0
- package/dist/esm-es5/useReferralTable-f4de0650.js +1 -0
- package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +1 -0
- package/dist/esm-es5/{utilities-aa00400c.js → utilities-3f5bba22.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-01cfff8a.system.entry.js +1 -0
- package/dist/mint-components/p-021a735d.entry.js +1 -0
- package/dist/mint-components/p-02424350.system.js +1 -0
- package/dist/mint-components/p-03494732.entry.js +1 -0
- package/dist/mint-components/{p-a2189daf.system.entry.js → p-07f675ab.system.entry.js} +1 -1
- package/dist/mint-components/p-0b9fa97f.js +1 -0
- package/dist/mint-components/{p-94b397d0.system.js → p-0d8c53ac.system.js} +1 -1
- package/dist/mint-components/{p-d491eac5.js → p-10685090.js} +24 -24
- package/dist/mint-components/p-10e89d0a.entry.js +1 -0
- package/dist/mint-components/{p-a05a21b8.entry.js → p-137ea86e.entry.js} +1 -1
- package/dist/mint-components/{p-cdd04337.entry.js → p-178d2d2e.entry.js} +1 -1
- package/dist/mint-components/p-1c857edb.entry.js +33 -0
- package/dist/mint-components/p-1dd69917.system.entry.js +1 -0
- package/dist/mint-components/{p-9223640e.js → p-251e7567.js} +1 -1
- package/dist/mint-components/{p-0979f82e.system.js → p-2a414b2e.system.js} +2 -2
- package/dist/mint-components/p-2dd67762.entry.js +1 -0
- package/dist/mint-components/{p-a2fc8ec6.js → p-2ee2ebba.js} +4 -4
- package/dist/mint-components/{p-3912f9af.entry.js → p-3223ba7b.entry.js} +1 -1
- package/dist/mint-components/p-32d1d162.entry.js +1 -0
- package/dist/mint-components/p-35d84041.system.entry.js +1 -0
- package/dist/mint-components/{p-cb45d0a8.system.js → p-370a1a73.system.js} +1 -1
- package/dist/mint-components/{p-69ae3f41.system.js → p-3d4656bb.system.js} +1 -1
- package/dist/mint-components/p-3ec16698.entry.js +13 -0
- package/dist/mint-components/p-3f385f47.entry.js +223 -0
- package/dist/mint-components/{p-83a759a6.js → p-41a11a7f.js} +1 -1
- package/dist/mint-components/p-44787d6e.system.js +1 -0
- package/dist/mint-components/{p-2669e88d.system.entry.js → p-4502ed11.system.entry.js} +1 -1
- package/dist/mint-components/{p-2a82e591.js → p-4d233cd4.js} +1 -1
- package/dist/mint-components/{p-8c616b35.system.js → p-4df8f1d2.system.js} +1 -1
- package/dist/mint-components/p-4ea58025.system.entry.js +1 -0
- package/dist/mint-components/{p-9a02b093.entry.js → p-4edde470.entry.js} +1 -1
- package/dist/mint-components/p-509e29e6.js +1 -0
- package/dist/mint-components/p-51f517a2.js +1 -0
- package/dist/mint-components/{p-709c0d6d.entry.js → p-56f14840.entry.js} +1 -1
- package/dist/mint-components/{p-2f75d0c6.system.entry.js → p-58ef25d3.system.entry.js} +1 -1
- package/dist/mint-components/{p-2c8c2ae9.system.js → p-59fe4ad1.system.js} +22 -22
- package/dist/mint-components/p-5b333fa8.system.entry.js +1 -0
- package/dist/mint-components/p-5be235f9.entry.js +1 -0
- package/dist/mint-components/{p-349315e6.system.entry.js → p-5cac90e8.system.entry.js} +1 -1
- package/dist/mint-components/{p-a56fbe1f.system.entry.js → p-5f1c4160.system.entry.js} +1 -1
- package/dist/mint-components/p-61eab172.js +1 -0
- package/dist/mint-components/{p-0034b33b.system.js → p-674a64fe.system.js} +1 -1
- package/dist/mint-components/{p-95af445c.system.entry.js → p-6afb4f48.system.entry.js} +1 -1
- package/dist/mint-components/{p-db7b9e12.entry.js → p-6cef104b.entry.js} +1 -1
- package/dist/mint-components/p-7049e9b0.entry.js +1 -0
- package/dist/mint-components/p-711ba77e.system.entry.js +1 -0
- package/dist/mint-components/p-733825fa.system.entry.js +1 -0
- package/dist/mint-components/p-76b2506e.system.entry.js +1 -0
- package/dist/mint-components/p-770368bc.system.js +1 -0
- package/dist/mint-components/{p-fd8496a0.system.entry.js → p-7731f793.system.entry.js} +1 -1
- package/dist/mint-components/p-79191f88.entry.js +1 -0
- package/dist/mint-components/{p-7a1e23b0.entry.js → p-7f088154.entry.js} +1 -1
- package/dist/mint-components/{p-5464dd3c.system.entry.js → p-8679ed9f.system.entry.js} +1 -1
- package/dist/mint-components/{p-747e6ce6.entry.js → p-86990110.entry.js} +1 -1
- package/dist/mint-components/p-8704937c.js +1248 -0
- package/dist/mint-components/{p-14beec1b.system.entry.js → p-88aac6a9.system.entry.js} +1 -1
- package/dist/mint-components/p-8b5b78ca.entry.js +1 -0
- package/dist/mint-components/{p-de9b0bcf.system.entry.js → p-8e907ac7.system.entry.js} +1 -1
- package/dist/mint-components/p-91669312.entry.js +1 -0
- package/dist/mint-components/p-95771f79.system.js +1 -0
- package/dist/mint-components/p-9c310991.system.entry.js +1 -0
- package/dist/mint-components/p-9df2fe24.entry.js +9 -0
- package/dist/mint-components/p-9f0629ba.system.entry.js +1 -0
- package/dist/mint-components/p-a1dba9a1.system.entry.js +1 -0
- package/dist/mint-components/p-a51533cb.system.js +1 -0
- package/dist/mint-components/p-a6a7dcaa.js +1 -0
- package/dist/mint-components/{p-ce23dbff.system.entry.js → p-a7c2ced2.system.entry.js} +1 -1
- package/dist/mint-components/p-a8f7cb95.js +1 -0
- package/dist/mint-components/{p-5f4a0d5a.entry.js → p-a9050eb0.entry.js} +1 -1
- package/dist/mint-components/p-aad11a68.entry.js +1 -0
- package/dist/mint-components/p-af062c8f.system.entry.js +1 -0
- package/dist/mint-components/{p-f0553edd.system.entry.js → p-afd366ae.system.entry.js} +1 -1
- package/dist/mint-components/p-b370fca8.system.js +1 -0
- package/dist/mint-components/p-b3b5b4b7.system.entry.js +1 -0
- package/dist/mint-components/{p-8b37f9fa.entry.js → p-b4c52c5a.entry.js} +3 -3
- package/dist/mint-components/p-b5861974.system.entry.js +1 -0
- package/dist/mint-components/{p-bf161aff.system.entry.js → p-b6fc1227.system.entry.js} +1 -1
- package/dist/mint-components/p-bb00db59.js +1 -0
- package/dist/mint-components/{p-74ba2bdd.system.entry.js → p-be4b748a.system.entry.js} +1 -1
- package/dist/mint-components/{p-e704842c.js → p-c7fd9e16.js} +1 -1
- package/dist/mint-components/p-c84659a3.system.js +1 -0
- package/dist/mint-components/p-c8878e79.entry.js +1 -0
- package/dist/mint-components/{p-4baf9ec9.entry.js → p-ce5afa40.entry.js} +1 -1
- package/dist/mint-components/{p-8d2d99b5.js → p-ce621bcc.js} +1 -1
- package/dist/mint-components/{p-e5299352.system.js → p-ce9e7c98.system.js} +1 -1
- package/dist/mint-components/{p-ad218d0b.system.entry.js → p-cf690d55.system.entry.js} +1 -1
- package/dist/mint-components/p-d495896f.system.entry.js +1 -0
- package/dist/mint-components/p-d8d2de11.entry.js +1 -0
- package/dist/mint-components/{p-5c602e84.entry.js → p-dd0d79bf.entry.js} +1 -1
- package/dist/mint-components/{p-553a92e2.system.js → p-dd7ee007.system.js} +1 -1
- package/dist/mint-components/p-e3735866.entry.js +11 -0
- package/dist/mint-components/p-e5a0c50e.entry.js +13 -0
- package/dist/mint-components/{p-92990ceb.js → p-eaada4da.js} +1 -1
- package/dist/mint-components/p-eba44835.system.entry.js +1 -0
- package/dist/mint-components/p-ec41d6a4.entry.js +174 -0
- package/dist/mint-components/{p-cc24f7e0.system.js → p-ed095674.system.js} +1 -1
- package/dist/mint-components/p-ed17e637.system.js +1 -0
- package/dist/mint-components/p-ed6ebd60.system.js +1 -0
- package/dist/mint-components/{p-7ab14d4b.system.entry.js → p-f0806232.system.entry.js} +1 -1
- package/dist/mint-components/{p-48704504.js → p-f3053c61.js} +1 -1
- package/dist/mint-components/{p-cfc4a126.system.entry.js → p-fb20eb5e.system.entry.js} +1 -1
- package/dist/mint-components/{p-79097c07.entry.js → p-fbdf0738.entry.js} +1 -1
- package/dist/mint-components/{p-1b24bb52.js → p-fd2c5407.js} +1 -1
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +1 -1
- package/dist/types/components/sqm-image/sqm-image-view.d.ts +1 -0
- package/dist/types/components/sqm-image/sqm-image.d.ts +5 -0
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +5 -1
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +6 -4
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +23 -6
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +4 -2
- package/dist/types/components/sqm-portal-container/PortalContainer.stories.d.ts +1 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container-view.d.ts +1 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +7 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email-view.d.ts +0 -1
- package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +0 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +2 -2
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.d.ts +0 -1
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +5 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +3 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +5 -0
- package/dist/types/components.d.ts +86 -14
- package/dist/types/saasquatch.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/index-56d1fa5b.js +0 -2227
- package/dist/esm/index-0c7b14c5.js +0 -2225
- package/dist/esm-es5/ShadowViewAddon-cebdd86a.js +0 -1
- package/dist/esm-es5/email-registration-view-07d80492.js +0 -1
- package/dist/esm-es5/global-ce667547.js +0 -285
- package/dist/esm-es5/index-0c7b14c5.js +0 -1
- package/dist/esm-es5/index.module-cfe48b0e.js +0 -53
- package/dist/esm-es5/sqm-invoice-table-view-bccf5bbc.js +0 -1
- package/dist/esm-es5/sqm-portal-container-view-ab89c6cc.js +0 -1
- package/dist/esm-es5/useChildElements-55ba77b1.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-c8486b92.js +0 -1
- package/dist/esm-es5/useReferralTable-1671695f.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-554eed2c.js +0 -1
- package/dist/mint-components/p-10036f16.js +0 -1
- package/dist/mint-components/p-1128f16d.entry.js +0 -187
- package/dist/mint-components/p-155e5795.entry.js +0 -1
- package/dist/mint-components/p-175cf117.system.entry.js +0 -1
- package/dist/mint-components/p-1bb39bf3.js +0 -1
- package/dist/mint-components/p-1c021084.system.js +0 -1
- package/dist/mint-components/p-1cb0c56c.js +0 -1
- package/dist/mint-components/p-22082cf5.entry.js +0 -1
- package/dist/mint-components/p-2c1ec58d.system.entry.js +0 -1
- package/dist/mint-components/p-2d713a4a.entry.js +0 -1
- package/dist/mint-components/p-37518555.system.entry.js +0 -1
- package/dist/mint-components/p-4e5ff6d5.system.entry.js +0 -1
- package/dist/mint-components/p-4fd5cde2.entry.js +0 -1
- package/dist/mint-components/p-55ba5de4.js +0 -42
- package/dist/mint-components/p-569acf5d.entry.js +0 -1
- package/dist/mint-components/p-5a9e6c23.system.js +0 -1
- package/dist/mint-components/p-5e346208.system.entry.js +0 -1
- package/dist/mint-components/p-5f4cf5f4.system.js +0 -53
- package/dist/mint-components/p-6361cd09.system.entry.js +0 -1
- package/dist/mint-components/p-65976f70.system.entry.js +0 -1
- package/dist/mint-components/p-6bf41e0d.system.js +0 -1
- package/dist/mint-components/p-6fbfd683.js +0 -1
- package/dist/mint-components/p-77150ca3.entry.js +0 -1
- package/dist/mint-components/p-7b0c819b.entry.js +0 -174
- package/dist/mint-components/p-81ef4d8d.system.entry.js +0 -1
- package/dist/mint-components/p-84a5feb6.js +0 -1
- package/dist/mint-components/p-858a87ce.entry.js +0 -1
- package/dist/mint-components/p-89669879.system.js +0 -1
- package/dist/mint-components/p-8a82d287.entry.js +0 -1
- package/dist/mint-components/p-8d0312ad.entry.js +0 -13
- package/dist/mint-components/p-922578e4.system.js +0 -1
- package/dist/mint-components/p-93c4b92a.system.js +0 -1
- package/dist/mint-components/p-93feb565.system.entry.js +0 -1
- package/dist/mint-components/p-97f9ea19.system.js +0 -1
- package/dist/mint-components/p-9c1011db.entry.js +0 -9
- package/dist/mint-components/p-a1dddd9c.entry.js +0 -1
- package/dist/mint-components/p-a230e0f7.entry.js +0 -1
- package/dist/mint-components/p-a63607fe.js +0 -1
- package/dist/mint-components/p-a6ad8082.system.js +0 -1
- package/dist/mint-components/p-a7e84030.js +0 -1248
- package/dist/mint-components/p-aa1750ad.js +0 -1
- package/dist/mint-components/p-b9e629c4.entry.js +0 -1
- package/dist/mint-components/p-ba9642a9.entry.js +0 -33
- package/dist/mint-components/p-cac64545.system.entry.js +0 -1
- package/dist/mint-components/p-cc2a5934.entry.js +0 -13
- package/dist/mint-components/p-cca80c2e.system.entry.js +0 -1
- package/dist/mint-components/p-cf8ccbf5.entry.js +0 -1
- package/dist/mint-components/p-d29db28c.system.entry.js +0 -1
- package/dist/mint-components/p-d5e0b017.entry.js +0 -9
- package/dist/mint-components/p-dbb74fc2.system.entry.js +0 -1
- package/dist/mint-components/p-e3ddb67b.system.entry.js +0 -1
- package/dist/mint-components/p-eb8cb617.system.js +0 -1
- package/dist/mint-components/p-ef4336c4.system.entry.js +0 -1
- package/dist/mint-components/p-fec47694.entry.js +0 -1
- package/dist/mint-components/p-ff87ca9c.system.entry.js +0 -1
|
@@ -1,205 +1,202 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { u as useMemo$1, d as useEffect$1, e as useRef, f as useState$1, h as useReducer$1, c as createCommonjsModule, a as commonjsGlobal, i as getDefaultExportFromCjs } from './stencil-hooks.module-3c7f7c90.js';
|
|
1
|
+
import { u as useMemo, d as c, s, c as createCommonjsModule, a as commonjsGlobal, e as getDefaultExportFromCjs, f as useEffect, h, y, i as d, j as useReducer, k as useState, m as useRef } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
2
|
|
|
4
|
-
const useCallback = (fn, inputs) => useMemo
|
|
3
|
+
const useCallback = (fn, inputs) => useMemo(() => fn, inputs);
|
|
5
4
|
|
|
6
5
|
function e(e){this.message=e;}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw "Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,r){var t=r.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0"+t),"%"+t})))}(t)}catch(e){return r(t)}}function n(e){this.message=e;}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var o=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[o]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
//
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
case '[object
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
case '[object
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
case '[object
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
if (a
|
|
87
|
-
return
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
//
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
case '[object
|
|
111
|
-
case '[object
|
|
112
|
-
case '[object
|
|
113
|
-
case '[object
|
|
114
|
-
case '[object
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
case '[object
|
|
132
|
-
case '[object
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
//
|
|
140
|
-
//
|
|
141
|
-
//
|
|
142
|
-
//
|
|
143
|
-
//
|
|
144
|
-
//
|
|
145
|
-
//
|
|
146
|
-
//
|
|
147
|
-
//
|
|
148
|
-
//
|
|
149
|
-
//
|
|
150
|
-
//
|
|
151
|
-
//
|
|
152
|
-
//
|
|
153
|
-
//
|
|
154
|
-
//
|
|
155
|
-
//
|
|
156
|
-
//
|
|
157
|
-
//
|
|
158
|
-
//
|
|
159
|
-
//
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
//
|
|
184
|
-
//
|
|
185
|
-
//
|
|
186
|
-
// to
|
|
187
|
-
//
|
|
188
|
-
//
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
bSet.add(b);
|
|
202
|
-
return false;
|
|
7
|
+
const { toString, hasOwnProperty } = Object.prototype;
|
|
8
|
+
const fnToStr = Function.prototype.toString;
|
|
9
|
+
const previousComparisons = new Map();
|
|
10
|
+
/**
|
|
11
|
+
* Performs a deep equality check on two JavaScript values, tolerating cycles.
|
|
12
|
+
*/
|
|
13
|
+
function equal(a, b) {
|
|
14
|
+
try {
|
|
15
|
+
return check(a, b);
|
|
16
|
+
}
|
|
17
|
+
finally {
|
|
18
|
+
previousComparisons.clear();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
function check(a, b) {
|
|
22
|
+
// If the two values are strictly equal, our job is easy.
|
|
23
|
+
if (a === b) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
// Object.prototype.toString returns a representation of the runtime type of
|
|
27
|
+
// the given value that is considerably more precise than typeof.
|
|
28
|
+
const aTag = toString.call(a);
|
|
29
|
+
const bTag = toString.call(b);
|
|
30
|
+
// If the runtime types of a and b are different, they could maybe be equal
|
|
31
|
+
// under some interpretation of equality, but for simplicity and performance
|
|
32
|
+
// we just return false instead.
|
|
33
|
+
if (aTag !== bTag) {
|
|
34
|
+
return false;
|
|
35
|
+
}
|
|
36
|
+
switch (aTag) {
|
|
37
|
+
case '[object Array]':
|
|
38
|
+
// Arrays are a lot like other objects, but we can cheaply compare their
|
|
39
|
+
// lengths as a short-cut before comparing their elements.
|
|
40
|
+
if (a.length !== b.length)
|
|
41
|
+
return false;
|
|
42
|
+
// Fall through to object case...
|
|
43
|
+
case '[object Object]': {
|
|
44
|
+
if (previouslyCompared(a, b))
|
|
45
|
+
return true;
|
|
46
|
+
const aKeys = definedKeys(a);
|
|
47
|
+
const bKeys = definedKeys(b);
|
|
48
|
+
// If `a` and `b` have a different number of enumerable keys, they
|
|
49
|
+
// must be different.
|
|
50
|
+
const keyCount = aKeys.length;
|
|
51
|
+
if (keyCount !== bKeys.length)
|
|
52
|
+
return false;
|
|
53
|
+
// Now make sure they have the same keys.
|
|
54
|
+
for (let k = 0; k < keyCount; ++k) {
|
|
55
|
+
if (!hasOwnProperty.call(b, aKeys[k])) {
|
|
56
|
+
return false;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
// Finally, check deep equality of all child properties.
|
|
60
|
+
for (let k = 0; k < keyCount; ++k) {
|
|
61
|
+
const key = aKeys[k];
|
|
62
|
+
if (!check(a[key], b[key])) {
|
|
63
|
+
return false;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return true;
|
|
67
|
+
}
|
|
68
|
+
case '[object Error]':
|
|
69
|
+
return a.name === b.name && a.message === b.message;
|
|
70
|
+
case '[object Number]':
|
|
71
|
+
// Handle NaN, which is !== itself.
|
|
72
|
+
if (a !== a)
|
|
73
|
+
return b !== b;
|
|
74
|
+
// Fall through to shared +a === +b case...
|
|
75
|
+
case '[object Boolean]':
|
|
76
|
+
case '[object Date]':
|
|
77
|
+
return +a === +b;
|
|
78
|
+
case '[object RegExp]':
|
|
79
|
+
case '[object String]':
|
|
80
|
+
return a == `${b}`;
|
|
81
|
+
case '[object Map]':
|
|
82
|
+
case '[object Set]': {
|
|
83
|
+
if (a.size !== b.size)
|
|
84
|
+
return false;
|
|
85
|
+
if (previouslyCompared(a, b))
|
|
86
|
+
return true;
|
|
87
|
+
const aIterator = a.entries();
|
|
88
|
+
const isMap = aTag === '[object Map]';
|
|
89
|
+
while (true) {
|
|
90
|
+
const info = aIterator.next();
|
|
91
|
+
if (info.done)
|
|
92
|
+
break;
|
|
93
|
+
// If a instanceof Set, aValue === aKey.
|
|
94
|
+
const [aKey, aValue] = info.value;
|
|
95
|
+
// So this works the same way for both Set and Map.
|
|
96
|
+
if (!b.has(aKey)) {
|
|
97
|
+
return false;
|
|
98
|
+
}
|
|
99
|
+
// However, we care about deep equality of values only when dealing
|
|
100
|
+
// with Map structures.
|
|
101
|
+
if (isMap && !check(aValue, b.get(aKey))) {
|
|
102
|
+
return false;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
return true;
|
|
106
|
+
}
|
|
107
|
+
case '[object Uint16Array]':
|
|
108
|
+
case '[object Uint8Array]': // Buffer, in Node.js.
|
|
109
|
+
case '[object Uint32Array]':
|
|
110
|
+
case '[object Int32Array]':
|
|
111
|
+
case '[object Int8Array]':
|
|
112
|
+
case '[object Int16Array]':
|
|
113
|
+
case '[object ArrayBuffer]':
|
|
114
|
+
// DataView doesn't need these conversions, but the equality check is
|
|
115
|
+
// otherwise the same.
|
|
116
|
+
a = new Uint8Array(a);
|
|
117
|
+
b = new Uint8Array(b);
|
|
118
|
+
// Fall through...
|
|
119
|
+
case '[object DataView]': {
|
|
120
|
+
let len = a.byteLength;
|
|
121
|
+
if (len === b.byteLength) {
|
|
122
|
+
while (len-- && a[len] === b[len]) {
|
|
123
|
+
// Keep looping as long as the bytes are equal.
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
return len === -1;
|
|
127
|
+
}
|
|
128
|
+
case '[object AsyncFunction]':
|
|
129
|
+
case '[object GeneratorFunction]':
|
|
130
|
+
case '[object AsyncGeneratorFunction]':
|
|
131
|
+
case '[object Function]': {
|
|
132
|
+
const aCode = fnToStr.call(a);
|
|
133
|
+
if (aCode !== fnToStr.call(b)) {
|
|
134
|
+
return false;
|
|
135
|
+
}
|
|
136
|
+
// We consider non-native functions equal if they have the same code
|
|
137
|
+
// (native functions require === because their code is censored).
|
|
138
|
+
// Note that this behavior is not entirely sound, since !== function
|
|
139
|
+
// objects with the same code can behave differently depending on
|
|
140
|
+
// their closure scope. However, any function can behave differently
|
|
141
|
+
// depending on the values of its input arguments (including this)
|
|
142
|
+
// and its calling context (including its closure scope), even
|
|
143
|
+
// though the function object is === to itself; and it is entirely
|
|
144
|
+
// possible for functions that are not === to behave exactly the
|
|
145
|
+
// same under all conceivable circumstances. Because none of these
|
|
146
|
+
// factors are statically decidable in JavaScript, JS function
|
|
147
|
+
// equality is not well-defined. This ambiguity allows us to
|
|
148
|
+
// consider the best possible heuristic among various imperfect
|
|
149
|
+
// options, and equating non-native functions that have the same
|
|
150
|
+
// code has enormous practical benefits, such as when comparing
|
|
151
|
+
// functions that are repeatedly passed as fresh function
|
|
152
|
+
// expressions within objects that are otherwise deeply equal. Since
|
|
153
|
+
// any function created from the same syntactic expression (in the
|
|
154
|
+
// same code location) will always stringify to the same code
|
|
155
|
+
// according to fnToStr.call, we can reasonably expect these
|
|
156
|
+
// repeatedly passed function expressions to have the same code, and
|
|
157
|
+
// thus behave "the same" (with all the caveats mentioned above),
|
|
158
|
+
// even though the runtime function objects are !== to one another.
|
|
159
|
+
return !endsWith(aCode, nativeCodeSuffix);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
// Otherwise the values are not equal.
|
|
163
|
+
return false;
|
|
164
|
+
}
|
|
165
|
+
function definedKeys(obj) {
|
|
166
|
+
// Remember that the second argument to Array.prototype.filter will be
|
|
167
|
+
// used as `this` within the callback function.
|
|
168
|
+
return Object.keys(obj).filter(isDefinedKey, obj);
|
|
169
|
+
}
|
|
170
|
+
function isDefinedKey(key) {
|
|
171
|
+
return this[key] !== void 0;
|
|
172
|
+
}
|
|
173
|
+
const nativeCodeSuffix = "{ [native code] }";
|
|
174
|
+
function endsWith(full, suffix) {
|
|
175
|
+
const fromIndex = full.length - suffix.length;
|
|
176
|
+
return fromIndex >= 0 &&
|
|
177
|
+
full.indexOf(suffix, fromIndex) === fromIndex;
|
|
178
|
+
}
|
|
179
|
+
function previouslyCompared(a, b) {
|
|
180
|
+
// Though cyclic references can make an object graph appear infinite from the
|
|
181
|
+
// perspective of a depth-first traversal, the graph still contains a finite
|
|
182
|
+
// number of distinct object references. We use the previousComparisons cache
|
|
183
|
+
// to avoid comparing the same pair of object references more than once, which
|
|
184
|
+
// guarantees termination (even if we end up comparing every object in one
|
|
185
|
+
// graph to every object in the other graph, which is extremely unlikely),
|
|
186
|
+
// while still allowing weird isomorphic structures (like rings with different
|
|
187
|
+
// lengths) a chance to pass the equality test.
|
|
188
|
+
let bSet = previousComparisons.get(a);
|
|
189
|
+
if (bSet) {
|
|
190
|
+
// Return true here because we can be sure false will be returned somewhere
|
|
191
|
+
// else if the objects are not equivalent.
|
|
192
|
+
if (bSet.has(b))
|
|
193
|
+
return true;
|
|
194
|
+
}
|
|
195
|
+
else {
|
|
196
|
+
previousComparisons.set(a, bSet = new Set);
|
|
197
|
+
}
|
|
198
|
+
bSet.add(b);
|
|
199
|
+
return false;
|
|
203
200
|
}
|
|
204
201
|
|
|
205
202
|
var __defProp = Object.defineProperty;
|
|
@@ -226,7 +223,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
226
223
|
var USER_CONTEXT_NAME = "sq:user-identity";
|
|
227
224
|
var LOCALE_CONTEXT_NAME = "sq:locale";
|
|
228
225
|
var PROGRAM_CONTEXT_NAME = "sq:program-id";
|
|
229
|
-
var VERIFICATION_CONTEXT_NAME = "sq:verification";
|
|
230
226
|
var DEFAULT_MEDIUM = "EMBED";
|
|
231
227
|
|
|
232
228
|
// src/environment.ts
|
|
@@ -741,45 +737,6 @@ function setProgramId(programId) {
|
|
|
741
737
|
globalProvider.context = programId;
|
|
742
738
|
}
|
|
743
739
|
}
|
|
744
|
-
var debug8 = (...args) => debug(VERIFICATION_CONTEXT_NAME, ...args);
|
|
745
|
-
function lazilyStartVerificationContext() {
|
|
746
|
-
let globalProvider = window.squatchVerification;
|
|
747
|
-
if (!globalProvider) {
|
|
748
|
-
globalProvider = new c({
|
|
749
|
-
element: document.documentElement,
|
|
750
|
-
initialState: void 0,
|
|
751
|
-
contextName: VERIFICATION_CONTEXT_NAME
|
|
752
|
-
}).start();
|
|
753
|
-
window.squatchVerification = globalProvider;
|
|
754
|
-
}
|
|
755
|
-
return globalProvider;
|
|
756
|
-
}
|
|
757
|
-
function checkVerificationToken(token) {
|
|
758
|
-
console.log({ token });
|
|
759
|
-
if (!token)
|
|
760
|
-
return false;
|
|
761
|
-
const decoded = o(token);
|
|
762
|
-
const isSquatchJWT = decoded.user && decoded.user.id && decoded.user.accountId;
|
|
763
|
-
console.log({ decoded, isSquatchJWT });
|
|
764
|
-
if (!isSquatchJWT)
|
|
765
|
-
return false;
|
|
766
|
-
const currentUser = getUserIdentity();
|
|
767
|
-
console.log({ currentUser });
|
|
768
|
-
if (decoded.user.id !== (currentUser == null ? void 0 : currentUser.id) || decoded.user.accountId !== (currentUser == null ? void 0 : currentUser.accountId))
|
|
769
|
-
return false;
|
|
770
|
-
return true;
|
|
771
|
-
}
|
|
772
|
-
function setVerificationContext(context) {
|
|
773
|
-
const globalProvider = lazilyStartVerificationContext();
|
|
774
|
-
if (!equal(globalProvider.context, context)) {
|
|
775
|
-
debug8(`Setting verification context to [${JSON.stringify(context)}]`);
|
|
776
|
-
globalProvider.context = context;
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
function t$2(t,n){for(var e=0;e<n.length;e++){var i=n[e];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i);}}function n$2(n,e,i){return e&&t$2(n.prototype,e),i&&t$2(n,i),n}var s$1=function(){function t(t){var n=this,e=this;this._status="Initial",this.onChange=function(t,n){e.options.onChange&&e.options.onChange(t,n);},this.onConnect=function(t){try{return n.status="Connected",n.options.onChange&&n.options.onChange(t,t),Promise.resolve(new Promise(function(t){n.resolvePromise=t;}))}catch(t){return Promise.reject(t)}},this.onDisconnect=function(){e.status="Connecting",e.start();},this.options=t;}var e=t.prototype;return e.start=function(){var t=this,n=0;this.status="Connecting";var e=function(){return t.status},i=a$1(this.options.attempts)||10,o=function(){if("Connected"!==e()){var o=new CustomEvent(t.options.contextName,{bubbles:!0,cancelable:!0,composed:!0,detail:{onConnect:t.onConnect,onChange:t.onChange,onDisconnect:t.onDisconnect}});a$1(t.options.element).dispatchEvent(o),"Connected"!==e()?++n>=i&&(t._interval&&clearInterval(t._interval),t.status="Timeout"):"Connected"===e()&&t._interval&&clearInterval(t._interval);}};return (a$1(this.options.pollingMs)||100)>0&&i>1&&(this._interval=setInterval(o,a$1(this.options.pollingMs)||100)),o(),this},e.stop=function(){return this._interval&&clearInterval(this._interval),this.resolvePromise&&this.resolvePromise(),this.status="Initial",this},n$2(t,[{key:"status",set:function(t){this._status=t,this.options.onStatus&&this.options.onStatus(t);},get:function(){return this._status}}]),t}(),c$1=function(){function t(t){var n=this;this.__listeners=[],this.connectListener=function(t){try{t.stopPropagation(),n.__listeners=[].concat(n.__listeners,[t.detail]);var e=function(e,i){try{var o=Promise.resolve(t.detail.onConnect(n.__current)).then(function(){});}catch(t){return i(!0,t)}return o&&o.then?o.then(i.bind(null,!1),i.bind(null,!0)):i(!1,o)}(0,function(e,i){var o,r;if(n.__listeners=(r=(o=n.__listeners).indexOf(t.detail),o.slice(0,r).concat(o.slice(r+1,o.length))),e)throw i;return i});return Promise.resolve(e&&e.then?e.then(function(){}):void 0)}catch(t){return Promise.reject(t)}},this.options=t,this.__current=a$1(t.initialState);}var e=t.prototype;return e.start=function(){return a$1(this.options.element).addEventListener(this.options.contextName,this.connectListener),this},e.stop=function(){return a$1(this.options.element).removeEventListener(this.options.contextName,this.connectListener),this.__listeners.map(function(t){t.onDisconnect();}),this.__listeners=[],this},n$2(t,[{key:"context",set:function(t){var n=this.__current;this.__current=t,this.__listeners.forEach(function(e){return e.onChange(t,n)});},get:function(){return a$1(this.__current)}},{key:"listeners",get:function(){return Object.freeze([].concat(this.__listeners))}}]),t}();function a$1(t){return "function"==typeof typeof t?t():t}
|
|
781
|
-
|
|
782
|
-
function c$2(){return (c$2=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);}return e}).apply(this,arguments)}var u=1e3,C=60*u,l=60*C,d=24*l,f=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*n;case"weeks":case"week":case"w":return 6048e5*n;case"days":case"day":case"d":return n*d;case"hours":case"hour":case"hrs":case"hr":case"h":return n*l;case"minutes":case"minute":case"mins":case"min":case"m":return n*C;case"seconds":case"second":case"secs":case"sec":case"s":return n*u;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}(e);if("number"===n&&isFinite(e))return t.long?function(e){var t=Math.abs(e);return t>=d?g(e,t,d,"day"):t>=l?g(e,t,l,"hour"):t>=C?g(e,t,C,"minute"):t>=u?g(e,t,u,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=d?Math.round(e/d)+"d":t>=l?Math.round(e/l)+"h":t>=C?Math.round(e/C)+"m":t>=u?Math.round(e/u)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function g(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}var p,m=(function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,e=>{"%%"!==e&&(r++,"%c"===e&&(o=r));}),t.splice(o,0,n);},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug");}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug");}catch(e){}return !e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return !("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return ()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."));}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=function(e){function t(e){let r,o=null;function s(...e){if(!s.enabled)return;const n=s,o=Number(new Date);n.diff=o-(r||o),n.prev=r,n.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(r,o)=>{if("%%"===r)return "%";a++;const s=t.formatters[o];return "function"==typeof s&&(r=s.call(n,e[a]),e.splice(a,1),a--),r}),t.formatArgs.call(n,e),(n.log||t.log).apply(n,e);}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null===o?t.enabled(e):o,set:e=>{o=e;}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map(e=>"-"+e)].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n<o;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")));},t.enabled=function(e){if("*"===e[e.length-1])return !0;let n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return !1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return !0;return !1},t.humanize=f,t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");},Object.keys(e).forEach(n=>{t[n]=e[n];}),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return "[UnexpectedJSONParseError]: "+e.message}};}(p={exports:{}},p.exports),p.exports)("useDomContext");function h(e,n,i){void 0===i&&(i={});var u=useRef(void 0),C=useState$1(void 0),l=C[0],d=C[1],f=useMemo$1(function(){var r;try{(r=new s$1(c$2({contextName:n,element:e,onChange:function(e){u&&(u.current=e),d(e);}},i))).start();}catch(e){m("Listener failed to start",e);}return m("Listener initialized",r),{listener:r}},[n,u]).listener;return useEffect$1(function(){return m("Listener starting (or restarting)",f),f.start(),function(){m("Listener stopping (or restopping)",f),f.stop();}},[f,e.isConnected]),l||(null==u?void 0:u.current)}function y(e,t,r){var o=useMemo$1(function(){var o=new c$1({contextName:t,element:e,initialState:r});return o.start(),m("Provider initialized",o),o},[t,e]);useEffect$1(function(){return m("Provider starting (or restarting)",o),o.start(),function(){m("Provider stopping (or re-stopping)",o),o.stop();}},[o,e.isConnected]);var c=useReducer$1(function(e,t){var n;return m("New context value",t),n="function"==typeof t?t(o.context):t,o.context=n,o.context},o.context);return [c[0],c[1],o]}
|
|
783
740
|
|
|
784
741
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
785
742
|
|
|
@@ -1533,6 +1490,7 @@ function devAssert(condition, message) {
|
|
|
1533
1490
|
* A replacement for instanceof which includes an error warning when multi-realm
|
|
1534
1491
|
* constructors are detected.
|
|
1535
1492
|
*/
|
|
1493
|
+
|
|
1536
1494
|
// See: https://expressjs.com/en/advanced/best-practice-performance.html#set-node_env-to-production
|
|
1537
1495
|
// See: https://webpack.js.org/guides/production/
|
|
1538
1496
|
const instanceOf = // istanbul ignore next (See: 'https://github.com/graphql/graphql-js/issues/2317')
|
|
@@ -4561,8 +4519,6 @@ function hasMultilineItems(maybeArray) {
|
|
|
4561
4519
|
return maybeArray != null && maybeArray.some(isMultiline);
|
|
4562
4520
|
}
|
|
4563
4521
|
|
|
4564
|
-
function e$1(e){this.message=e;}e$1.prototype=new Error,e$1.prototype.name="InvalidCharacterError";var r$1="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e$1("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function t$3(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw "Illegal base64url string!"}try{return function(e){return decodeURIComponent(r$1(e).replace(/(.)/g,(function(e,r){var t=r.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0"+t),"%"+t})))}(t)}catch(e){return r$1(t)}}function n$3(e){this.message=e;}function o$1(e,r){if("string"!=typeof e)throw new n$3("Invalid token specified");var o=!0===(r=r||{}).header?0:1;try{return JSON.parse(t$3(e.split(".")[o]))}catch(e){throw new n$3("Invalid token specified: "+e.message)}}n$3.prototype=new Error,n$3.prototype.name="InvalidTokenError";
|
|
4565
|
-
|
|
4566
4522
|
//
|
|
4567
4523
|
// Main
|
|
4568
4524
|
//
|
|
@@ -4709,6 +4665,11 @@ var strategies = {
|
|
|
4709
4665
|
};
|
|
4710
4666
|
src.strategies = strategies;
|
|
4711
4667
|
|
|
4668
|
+
const memoize$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.assign(/*#__PURE__*/Object.create(null), src, {
|
|
4669
|
+
'default': src,
|
|
4670
|
+
strategies: strategies
|
|
4671
|
+
}));
|
|
4672
|
+
|
|
4712
4673
|
var utils = createCommonjsModule(function (module, exports) {
|
|
4713
4674
|
var __assign = (commonjsGlobal && commonjsGlobal.__assign) || function () {
|
|
4714
4675
|
__assign = Object.assign || function(t) {
|
|
@@ -4955,17 +4916,18 @@ exports.default = combinedQuery;
|
|
|
4955
4916
|
|
|
4956
4917
|
});
|
|
4957
4918
|
|
|
4958
|
-
const
|
|
4919
|
+
const M = /*@__PURE__*/getDefaultExportFromCjs(dist);
|
|
4959
4920
|
|
|
4960
4921
|
var browserPonyfill = createCommonjsModule(function (module, exports) {
|
|
4961
|
-
var
|
|
4922
|
+
var global = typeof self !== 'undefined' ? self : commonjsGlobal;
|
|
4923
|
+
var __self__ = (function () {
|
|
4962
4924
|
function F() {
|
|
4963
4925
|
this.fetch = false;
|
|
4964
|
-
this.DOMException =
|
|
4926
|
+
this.DOMException = global.DOMException;
|
|
4965
4927
|
}
|
|
4966
|
-
F.prototype =
|
|
4928
|
+
F.prototype = global;
|
|
4967
4929
|
return new F();
|
|
4968
|
-
})(
|
|
4930
|
+
})();
|
|
4969
4931
|
(function(self) {
|
|
4970
4932
|
|
|
4971
4933
|
var irrelevant = (function (exports) {
|
|
@@ -5492,17 +5454,24 @@ var irrelevant = (function (exports) {
|
|
|
5492
5454
|
exports.Response = Response;
|
|
5493
5455
|
exports.fetch = fetch;
|
|
5494
5456
|
|
|
5457
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5458
|
+
|
|
5495
5459
|
return exports;
|
|
5496
5460
|
|
|
5497
|
-
}({})
|
|
5461
|
+
})({});
|
|
5498
5462
|
})(__self__);
|
|
5463
|
+
__self__.fetch.ponyfill = true;
|
|
5464
|
+
// Remove "polyfill" property added by whatwg-fetch
|
|
5499
5465
|
delete __self__.fetch.polyfill;
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
exports
|
|
5504
|
-
exports.
|
|
5505
|
-
exports.
|
|
5466
|
+
// Choose between native implementation (global) or custom implementation (__self__)
|
|
5467
|
+
// var ctx = global.fetch ? global : __self__;
|
|
5468
|
+
var ctx = __self__; // this line disable service worker support temporarily
|
|
5469
|
+
exports = ctx.fetch; // To enable: import fetch from 'cross-fetch'
|
|
5470
|
+
exports.default = ctx.fetch; // For TypeScript consumers without esModuleInterop.
|
|
5471
|
+
exports.fetch = ctx.fetch; // To enable: import {fetch} from 'cross-fetch'
|
|
5472
|
+
exports.Headers = ctx.Headers;
|
|
5473
|
+
exports.Request = ctx.Request;
|
|
5474
|
+
exports.Response = ctx.Response;
|
|
5506
5475
|
module.exports = exports;
|
|
5507
5476
|
});
|
|
5508
5477
|
|
|
@@ -8229,1178 +8198,6 @@ function dispatchBufferClose(arg) {
|
|
|
8229
8198
|
subscriber.closeContext(context);
|
|
8230
8199
|
}
|
|
8231
8200
|
|
|
8232
|
-
var _a$1 = Object.prototype, toString$1 = _a$1.toString, hasOwnProperty$1 = _a$1.hasOwnProperty;
|
|
8233
|
-
var fnToStr$1 = Function.prototype.toString;
|
|
8234
|
-
var previousComparisons$1 = new Map();
|
|
8235
|
-
/**
|
|
8236
|
-
* Performs a deep equality check on two JavaScript values, tolerating cycles.
|
|
8237
|
-
*/
|
|
8238
|
-
function equal$1(a, b) {
|
|
8239
|
-
try {
|
|
8240
|
-
return check$1(a, b);
|
|
8241
|
-
}
|
|
8242
|
-
finally {
|
|
8243
|
-
previousComparisons$1.clear();
|
|
8244
|
-
}
|
|
8245
|
-
}
|
|
8246
|
-
function check$1(a, b) {
|
|
8247
|
-
// If the two values are strictly equal, our job is easy.
|
|
8248
|
-
if (a === b) {
|
|
8249
|
-
return true;
|
|
8250
|
-
}
|
|
8251
|
-
// Object.prototype.toString returns a representation of the runtime type of
|
|
8252
|
-
// the given value that is considerably more precise than typeof.
|
|
8253
|
-
var aTag = toString$1.call(a);
|
|
8254
|
-
var bTag = toString$1.call(b);
|
|
8255
|
-
// If the runtime types of a and b are different, they could maybe be equal
|
|
8256
|
-
// under some interpretation of equality, but for simplicity and performance
|
|
8257
|
-
// we just return false instead.
|
|
8258
|
-
if (aTag !== bTag) {
|
|
8259
|
-
return false;
|
|
8260
|
-
}
|
|
8261
|
-
switch (aTag) {
|
|
8262
|
-
case '[object Array]':
|
|
8263
|
-
// Arrays are a lot like other objects, but we can cheaply compare their
|
|
8264
|
-
// lengths as a short-cut before comparing their elements.
|
|
8265
|
-
if (a.length !== b.length)
|
|
8266
|
-
return false;
|
|
8267
|
-
// Fall through to object case...
|
|
8268
|
-
case '[object Object]': {
|
|
8269
|
-
if (previouslyCompared$1(a, b))
|
|
8270
|
-
return true;
|
|
8271
|
-
var aKeys = definedKeys$1(a);
|
|
8272
|
-
var bKeys = definedKeys$1(b);
|
|
8273
|
-
// If `a` and `b` have a different number of enumerable keys, they
|
|
8274
|
-
// must be different.
|
|
8275
|
-
var keyCount = aKeys.length;
|
|
8276
|
-
if (keyCount !== bKeys.length)
|
|
8277
|
-
return false;
|
|
8278
|
-
// Now make sure they have the same keys.
|
|
8279
|
-
for (var k = 0; k < keyCount; ++k) {
|
|
8280
|
-
if (!hasOwnProperty$1.call(b, aKeys[k])) {
|
|
8281
|
-
return false;
|
|
8282
|
-
}
|
|
8283
|
-
}
|
|
8284
|
-
// Finally, check deep equality of all child properties.
|
|
8285
|
-
for (var k = 0; k < keyCount; ++k) {
|
|
8286
|
-
var key = aKeys[k];
|
|
8287
|
-
if (!check$1(a[key], b[key])) {
|
|
8288
|
-
return false;
|
|
8289
|
-
}
|
|
8290
|
-
}
|
|
8291
|
-
return true;
|
|
8292
|
-
}
|
|
8293
|
-
case '[object Error]':
|
|
8294
|
-
return a.name === b.name && a.message === b.message;
|
|
8295
|
-
case '[object Number]':
|
|
8296
|
-
// Handle NaN, which is !== itself.
|
|
8297
|
-
if (a !== a)
|
|
8298
|
-
return b !== b;
|
|
8299
|
-
// Fall through to shared +a === +b case...
|
|
8300
|
-
case '[object Boolean]':
|
|
8301
|
-
case '[object Date]':
|
|
8302
|
-
return +a === +b;
|
|
8303
|
-
case '[object RegExp]':
|
|
8304
|
-
case '[object String]':
|
|
8305
|
-
return a == "" + b;
|
|
8306
|
-
case '[object Map]':
|
|
8307
|
-
case '[object Set]': {
|
|
8308
|
-
if (a.size !== b.size)
|
|
8309
|
-
return false;
|
|
8310
|
-
if (previouslyCompared$1(a, b))
|
|
8311
|
-
return true;
|
|
8312
|
-
var aIterator = a.entries();
|
|
8313
|
-
var isMap = aTag === '[object Map]';
|
|
8314
|
-
while (true) {
|
|
8315
|
-
var info = aIterator.next();
|
|
8316
|
-
if (info.done)
|
|
8317
|
-
break;
|
|
8318
|
-
// If a instanceof Set, aValue === aKey.
|
|
8319
|
-
var _a = info.value, aKey = _a[0], aValue = _a[1];
|
|
8320
|
-
// So this works the same way for both Set and Map.
|
|
8321
|
-
if (!b.has(aKey)) {
|
|
8322
|
-
return false;
|
|
8323
|
-
}
|
|
8324
|
-
// However, we care about deep equality of values only when dealing
|
|
8325
|
-
// with Map structures.
|
|
8326
|
-
if (isMap && !check$1(aValue, b.get(aKey))) {
|
|
8327
|
-
return false;
|
|
8328
|
-
}
|
|
8329
|
-
}
|
|
8330
|
-
return true;
|
|
8331
|
-
}
|
|
8332
|
-
case '[object Uint16Array]':
|
|
8333
|
-
case '[object Uint8Array]': // Buffer, in Node.js.
|
|
8334
|
-
case '[object Uint32Array]':
|
|
8335
|
-
case '[object Int32Array]':
|
|
8336
|
-
case '[object Int8Array]':
|
|
8337
|
-
case '[object Int16Array]':
|
|
8338
|
-
case '[object ArrayBuffer]':
|
|
8339
|
-
// DataView doesn't need these conversions, but the equality check is
|
|
8340
|
-
// otherwise the same.
|
|
8341
|
-
a = new Uint8Array(a);
|
|
8342
|
-
b = new Uint8Array(b);
|
|
8343
|
-
// Fall through...
|
|
8344
|
-
case '[object DataView]': {
|
|
8345
|
-
var len = a.byteLength;
|
|
8346
|
-
if (len === b.byteLength) {
|
|
8347
|
-
while (len-- && a[len] === b[len]) {
|
|
8348
|
-
// Keep looping as long as the bytes are equal.
|
|
8349
|
-
}
|
|
8350
|
-
}
|
|
8351
|
-
return len === -1;
|
|
8352
|
-
}
|
|
8353
|
-
case '[object AsyncFunction]':
|
|
8354
|
-
case '[object GeneratorFunction]':
|
|
8355
|
-
case '[object AsyncGeneratorFunction]':
|
|
8356
|
-
case '[object Function]': {
|
|
8357
|
-
var aCode = fnToStr$1.call(a);
|
|
8358
|
-
if (aCode !== fnToStr$1.call(b)) {
|
|
8359
|
-
return false;
|
|
8360
|
-
}
|
|
8361
|
-
// We consider non-native functions equal if they have the same code
|
|
8362
|
-
// (native functions require === because their code is censored).
|
|
8363
|
-
// Note that this behavior is not entirely sound, since !== function
|
|
8364
|
-
// objects with the same code can behave differently depending on
|
|
8365
|
-
// their closure scope. However, any function can behave differently
|
|
8366
|
-
// depending on the values of its input arguments (including this)
|
|
8367
|
-
// and its calling context (including its closure scope), even
|
|
8368
|
-
// though the function object is === to itself; and it is entirely
|
|
8369
|
-
// possible for functions that are not === to behave exactly the
|
|
8370
|
-
// same under all conceivable circumstances. Because none of these
|
|
8371
|
-
// factors are statically decidable in JavaScript, JS function
|
|
8372
|
-
// equality is not well-defined. This ambiguity allows us to
|
|
8373
|
-
// consider the best possible heuristic among various imperfect
|
|
8374
|
-
// options, and equating non-native functions that have the same
|
|
8375
|
-
// code has enormous practical benefits, such as when comparing
|
|
8376
|
-
// functions that are repeatedly passed as fresh function
|
|
8377
|
-
// expressions within objects that are otherwise deeply equal. Since
|
|
8378
|
-
// any function created from the same syntactic expression (in the
|
|
8379
|
-
// same code location) will always stringify to the same code
|
|
8380
|
-
// according to fnToStr.call, we can reasonably expect these
|
|
8381
|
-
// repeatedly passed function expressions to have the same code, and
|
|
8382
|
-
// thus behave "the same" (with all the caveats mentioned above),
|
|
8383
|
-
// even though the runtime function objects are !== to one another.
|
|
8384
|
-
return !endsWith$1(aCode, nativeCodeSuffix$1);
|
|
8385
|
-
}
|
|
8386
|
-
}
|
|
8387
|
-
// Otherwise the values are not equal.
|
|
8388
|
-
return false;
|
|
8389
|
-
}
|
|
8390
|
-
function definedKeys$1(obj) {
|
|
8391
|
-
// Remember that the second argument to Array.prototype.filter will be
|
|
8392
|
-
// used as `this` within the callback function.
|
|
8393
|
-
return Object.keys(obj).filter(isDefinedKey$1, obj);
|
|
8394
|
-
}
|
|
8395
|
-
function isDefinedKey$1(key) {
|
|
8396
|
-
return this[key] !== void 0;
|
|
8397
|
-
}
|
|
8398
|
-
var nativeCodeSuffix$1 = "{ [native code] }";
|
|
8399
|
-
function endsWith$1(full, suffix) {
|
|
8400
|
-
var fromIndex = full.length - suffix.length;
|
|
8401
|
-
return fromIndex >= 0 &&
|
|
8402
|
-
full.indexOf(suffix, fromIndex) === fromIndex;
|
|
8403
|
-
}
|
|
8404
|
-
function previouslyCompared$1(a, b) {
|
|
8405
|
-
// Though cyclic references can make an object graph appear infinite from the
|
|
8406
|
-
// perspective of a depth-first traversal, the graph still contains a finite
|
|
8407
|
-
// number of distinct object references. We use the previousComparisons cache
|
|
8408
|
-
// to avoid comparing the same pair of object references more than once, which
|
|
8409
|
-
// guarantees termination (even if we end up comparing every object in one
|
|
8410
|
-
// graph to every object in the other graph, which is extremely unlikely),
|
|
8411
|
-
// while still allowing weird isomorphic structures (like rings with different
|
|
8412
|
-
// lengths) a chance to pass the equality test.
|
|
8413
|
-
var bSet = previousComparisons$1.get(a);
|
|
8414
|
-
if (bSet) {
|
|
8415
|
-
// Return true here because we can be sure false will be returned somewhere
|
|
8416
|
-
// else if the objects are not equivalent.
|
|
8417
|
-
if (bSet.has(b))
|
|
8418
|
-
return true;
|
|
8419
|
-
}
|
|
8420
|
-
else {
|
|
8421
|
-
previousComparisons$1.set(a, bSet = new Set);
|
|
8422
|
-
}
|
|
8423
|
-
bSet.add(b);
|
|
8424
|
-
return false;
|
|
8425
|
-
}
|
|
8426
|
-
|
|
8427
|
-
/**
|
|
8428
|
-
* @license
|
|
8429
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
8430
|
-
* This code may only be used under the BSD style license found at
|
|
8431
|
-
* http://polymer.github.io/LICENSE.txt
|
|
8432
|
-
* The complete set of authors may be found at
|
|
8433
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
8434
|
-
* The complete set of contributors may be found at
|
|
8435
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
8436
|
-
* Code distributed by Google as part of the polymer project is also
|
|
8437
|
-
* subject to an additional IP rights grant found at
|
|
8438
|
-
* http://polymer.github.io/PATENTS.txt
|
|
8439
|
-
*/
|
|
8440
|
-
/**
|
|
8441
|
-
* An expression marker with embedded unique key to avoid collision with
|
|
8442
|
-
* possible text in templates.
|
|
8443
|
-
*/
|
|
8444
|
-
const marker = `{{lit-${String(Math.random()).slice(2)}}}`;
|
|
8445
|
-
|
|
8446
|
-
/**
|
|
8447
|
-
* @license
|
|
8448
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
8449
|
-
* This code may only be used under the BSD style license found at
|
|
8450
|
-
* http://polymer.github.io/LICENSE.txt
|
|
8451
|
-
* The complete set of authors may be found at
|
|
8452
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
8453
|
-
* The complete set of contributors may be found at
|
|
8454
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
8455
|
-
* Code distributed by Google as part of the polymer project is also
|
|
8456
|
-
* subject to an additional IP rights grant found at
|
|
8457
|
-
* http://polymer.github.io/PATENTS.txt
|
|
8458
|
-
*/
|
|
8459
|
-
/**
|
|
8460
|
-
* Our TrustedTypePolicy for HTML which is declared using the html template
|
|
8461
|
-
* tag function.
|
|
8462
|
-
*
|
|
8463
|
-
* That HTML is a developer-authored constant, and is parsed with innerHTML
|
|
8464
|
-
* before any untrusted expressions have been mixed in. Therefor it is
|
|
8465
|
-
* considered safe by construction.
|
|
8466
|
-
*/
|
|
8467
|
-
const policy = window.trustedTypes &&
|
|
8468
|
-
trustedTypes.createPolicy('lit-html', { createHTML: (s) => s });
|
|
8469
|
-
|
|
8470
|
-
/**
|
|
8471
|
-
* @license
|
|
8472
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
8473
|
-
* This code may only be used under the BSD style license found at
|
|
8474
|
-
* http://polymer.github.io/LICENSE.txt
|
|
8475
|
-
* The complete set of authors may be found at
|
|
8476
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
8477
|
-
* The complete set of contributors may be found at
|
|
8478
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
8479
|
-
* Code distributed by Google as part of the polymer project is also
|
|
8480
|
-
* subject to an additional IP rights grant found at
|
|
8481
|
-
* http://polymer.github.io/PATENTS.txt
|
|
8482
|
-
*/
|
|
8483
|
-
// Wrap into an IIFE because MS Edge <= v41 does not support having try/catch
|
|
8484
|
-
// blocks right into the body of a module
|
|
8485
|
-
(() => {
|
|
8486
|
-
try {
|
|
8487
|
-
const options = {
|
|
8488
|
-
get capture() {
|
|
8489
|
-
return false;
|
|
8490
|
-
}
|
|
8491
|
-
};
|
|
8492
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
8493
|
-
window.addEventListener('test', options, options);
|
|
8494
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
8495
|
-
window.removeEventListener('test', options, options);
|
|
8496
|
-
}
|
|
8497
|
-
catch (_e) {
|
|
8498
|
-
// event options not supported
|
|
8499
|
-
}
|
|
8500
|
-
})();
|
|
8501
|
-
|
|
8502
|
-
/**
|
|
8503
|
-
* @license
|
|
8504
|
-
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
8505
|
-
* This code may only be used under the BSD style license found at
|
|
8506
|
-
* http://polymer.github.io/LICENSE.txt
|
|
8507
|
-
* The complete set of authors may be found at
|
|
8508
|
-
* http://polymer.github.io/AUTHORS.txt
|
|
8509
|
-
* The complete set of contributors may be found at
|
|
8510
|
-
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
8511
|
-
* Code distributed by Google as part of the polymer project is also
|
|
8512
|
-
* subject to an additional IP rights grant found at
|
|
8513
|
-
* http://polymer.github.io/PATENTS.txt
|
|
8514
|
-
*/
|
|
8515
|
-
// IMPORTANT: do not change the property name or the assignment expression.
|
|
8516
|
-
// This line will be used in regexes to search for lit-html usage.
|
|
8517
|
-
// TODO(justinfagnani): inject version number at build time
|
|
8518
|
-
if (typeof window !== 'undefined') {
|
|
8519
|
-
(window['litHtmlVersions'] || (window['litHtmlVersions'] = [])).push('1.4.1');
|
|
8520
|
-
}
|
|
8521
|
-
|
|
8522
|
-
let current;
|
|
8523
|
-
let currentId = 0;
|
|
8524
|
-
function notify() {
|
|
8525
|
-
return currentId++;
|
|
8526
|
-
}
|
|
8527
|
-
|
|
8528
|
-
const hookSymbol = Symbol('haunted.hook');
|
|
8529
|
-
const effectsSymbol = Symbol('haunted.effects');
|
|
8530
|
-
const layoutEffectsSymbol = Symbol('haunted.layoutEffects');
|
|
8531
|
-
const contextEvent = 'haunted.context';
|
|
8532
|
-
|
|
8533
|
-
const defer = Promise.resolve().then.bind(Promise.resolve());
|
|
8534
|
-
|
|
8535
|
-
class Hook {
|
|
8536
|
-
constructor(id, state) {
|
|
8537
|
-
this.id = id;
|
|
8538
|
-
this.state = state;
|
|
8539
|
-
}
|
|
8540
|
-
}
|
|
8541
|
-
function use(Hook, ...args) {
|
|
8542
|
-
let id = notify();
|
|
8543
|
-
let hooks = current[hookSymbol];
|
|
8544
|
-
let hook = hooks.get(id);
|
|
8545
|
-
if (!hook) {
|
|
8546
|
-
hook = new Hook(id, current, ...args);
|
|
8547
|
-
hooks.set(id, hook);
|
|
8548
|
-
}
|
|
8549
|
-
return hook.update(...args);
|
|
8550
|
-
}
|
|
8551
|
-
function hook(Hook) {
|
|
8552
|
-
return use.bind(null, Hook);
|
|
8553
|
-
}
|
|
8554
|
-
|
|
8555
|
-
function createEffect(setEffects) {
|
|
8556
|
-
return hook(class extends Hook {
|
|
8557
|
-
constructor(id, state, ignored1, ignored2) {
|
|
8558
|
-
super(id, state);
|
|
8559
|
-
setEffects(state, this);
|
|
8560
|
-
}
|
|
8561
|
-
update(callback, values) {
|
|
8562
|
-
this.callback = callback;
|
|
8563
|
-
this.values = values;
|
|
8564
|
-
}
|
|
8565
|
-
call() {
|
|
8566
|
-
if (!this.values || this.hasChanged()) {
|
|
8567
|
-
this.run();
|
|
8568
|
-
}
|
|
8569
|
-
this.lastValues = this.values;
|
|
8570
|
-
}
|
|
8571
|
-
run() {
|
|
8572
|
-
this.teardown();
|
|
8573
|
-
this._teardown = this.callback.call(this.state);
|
|
8574
|
-
}
|
|
8575
|
-
teardown() {
|
|
8576
|
-
if (typeof this._teardown === 'function') {
|
|
8577
|
-
this._teardown();
|
|
8578
|
-
}
|
|
8579
|
-
}
|
|
8580
|
-
hasChanged() {
|
|
8581
|
-
return !this.lastValues || this.values.some((value, i) => this.lastValues[i] !== value);
|
|
8582
|
-
}
|
|
8583
|
-
});
|
|
8584
|
-
}
|
|
8585
|
-
|
|
8586
|
-
function setEffects(state, cb) {
|
|
8587
|
-
state[effectsSymbol].push(cb);
|
|
8588
|
-
}
|
|
8589
|
-
const useEffect = createEffect(setEffects);
|
|
8590
|
-
|
|
8591
|
-
const useContext = hook(class extends Hook {
|
|
8592
|
-
constructor(id, state, _) {
|
|
8593
|
-
super(id, state);
|
|
8594
|
-
this._updater = this._updater.bind(this);
|
|
8595
|
-
this._ranEffect = false;
|
|
8596
|
-
this._unsubscribe = null;
|
|
8597
|
-
setEffects(state, this);
|
|
8598
|
-
}
|
|
8599
|
-
update(Context) {
|
|
8600
|
-
if (this.state.virtual) {
|
|
8601
|
-
throw new Error('can\'t be used with virtual components');
|
|
8602
|
-
}
|
|
8603
|
-
if (this.Context !== Context) {
|
|
8604
|
-
this._subscribe(Context);
|
|
8605
|
-
this.Context = Context;
|
|
8606
|
-
}
|
|
8607
|
-
return this.value;
|
|
8608
|
-
}
|
|
8609
|
-
call() {
|
|
8610
|
-
if (!this._ranEffect) {
|
|
8611
|
-
this._ranEffect = true;
|
|
8612
|
-
if (this._unsubscribe)
|
|
8613
|
-
this._unsubscribe();
|
|
8614
|
-
this._subscribe(this.Context);
|
|
8615
|
-
this.state.update();
|
|
8616
|
-
}
|
|
8617
|
-
}
|
|
8618
|
-
_updater(value) {
|
|
8619
|
-
this.value = value;
|
|
8620
|
-
this.state.update();
|
|
8621
|
-
}
|
|
8622
|
-
_subscribe(Context) {
|
|
8623
|
-
const detail = { Context, callback: this._updater };
|
|
8624
|
-
this.state.host.dispatchEvent(new CustomEvent(contextEvent, {
|
|
8625
|
-
detail,
|
|
8626
|
-
bubbles: true,
|
|
8627
|
-
cancelable: true,
|
|
8628
|
-
composed: true,
|
|
8629
|
-
}));
|
|
8630
|
-
const { unsubscribe = null, value } = detail;
|
|
8631
|
-
this.value = unsubscribe ? value : Context.defaultValue;
|
|
8632
|
-
this._unsubscribe = unsubscribe;
|
|
8633
|
-
}
|
|
8634
|
-
teardown() {
|
|
8635
|
-
if (this._unsubscribe) {
|
|
8636
|
-
this._unsubscribe();
|
|
8637
|
-
}
|
|
8638
|
-
}
|
|
8639
|
-
});
|
|
8640
|
-
|
|
8641
|
-
const useMemo = hook(class extends Hook {
|
|
8642
|
-
constructor(id, state, fn, values) {
|
|
8643
|
-
super(id, state);
|
|
8644
|
-
this.value = fn();
|
|
8645
|
-
this.values = values;
|
|
8646
|
-
}
|
|
8647
|
-
update(fn, values) {
|
|
8648
|
-
if (this.hasChanged(values)) {
|
|
8649
|
-
this.values = values;
|
|
8650
|
-
this.value = fn();
|
|
8651
|
-
}
|
|
8652
|
-
return this.value;
|
|
8653
|
-
}
|
|
8654
|
-
hasChanged(values = []) {
|
|
8655
|
-
return values.some((value, i) => this.values[i] !== value);
|
|
8656
|
-
}
|
|
8657
|
-
});
|
|
8658
|
-
|
|
8659
|
-
function setLayoutEffects(state, cb) {
|
|
8660
|
-
state[layoutEffectsSymbol].push(cb);
|
|
8661
|
-
}
|
|
8662
|
-
const useLayoutEffect = createEffect(setLayoutEffects);
|
|
8663
|
-
|
|
8664
|
-
const useState = hook(class extends Hook {
|
|
8665
|
-
constructor(id, state, initialValue) {
|
|
8666
|
-
super(id, state);
|
|
8667
|
-
this.updater = this.updater.bind(this);
|
|
8668
|
-
if (typeof initialValue === 'function') {
|
|
8669
|
-
initialValue = initialValue();
|
|
8670
|
-
}
|
|
8671
|
-
this.makeArgs(initialValue);
|
|
8672
|
-
}
|
|
8673
|
-
update() {
|
|
8674
|
-
return this.args;
|
|
8675
|
-
}
|
|
8676
|
-
updater(value) {
|
|
8677
|
-
if (typeof value === 'function') {
|
|
8678
|
-
const updaterFn = value;
|
|
8679
|
-
const [previousValue] = this.args;
|
|
8680
|
-
value = updaterFn(previousValue);
|
|
8681
|
-
}
|
|
8682
|
-
this.makeArgs(value);
|
|
8683
|
-
this.state.update();
|
|
8684
|
-
}
|
|
8685
|
-
makeArgs(value) {
|
|
8686
|
-
this.args = Object.freeze([value, this.updater]);
|
|
8687
|
-
}
|
|
8688
|
-
});
|
|
8689
|
-
|
|
8690
|
-
const useReducer = hook(class extends Hook {
|
|
8691
|
-
constructor(id, state, _, initialState, init) {
|
|
8692
|
-
super(id, state);
|
|
8693
|
-
this.dispatch = this.dispatch.bind(this);
|
|
8694
|
-
this.currentState = init !== undefined ? init(initialState) : initialState;
|
|
8695
|
-
}
|
|
8696
|
-
update(reducer) {
|
|
8697
|
-
this.reducer = reducer;
|
|
8698
|
-
return [this.currentState, this.dispatch];
|
|
8699
|
-
}
|
|
8700
|
-
dispatch(action) {
|
|
8701
|
-
this.currentState = this.reducer(this.currentState, action);
|
|
8702
|
-
this.state.update();
|
|
8703
|
-
}
|
|
8704
|
-
});
|
|
8705
|
-
|
|
8706
|
-
/**
|
|
8707
|
-
* Helpers.
|
|
8708
|
-
*/
|
|
8709
|
-
|
|
8710
|
-
var s$2 = 1000;
|
|
8711
|
-
var m$1 = s$2 * 60;
|
|
8712
|
-
var h$1 = m$1 * 60;
|
|
8713
|
-
var d$1 = h$1 * 24;
|
|
8714
|
-
var w = d$1 * 7;
|
|
8715
|
-
var y$1 = d$1 * 365.25;
|
|
8716
|
-
|
|
8717
|
-
/**
|
|
8718
|
-
* Parse or format the given `val`.
|
|
8719
|
-
*
|
|
8720
|
-
* Options:
|
|
8721
|
-
*
|
|
8722
|
-
* - `long` verbose formatting [false]
|
|
8723
|
-
*
|
|
8724
|
-
* @param {String|Number} val
|
|
8725
|
-
* @param {Object} [options]
|
|
8726
|
-
* @throws {Error} throw an error if val is not a non-empty string or a number
|
|
8727
|
-
* @return {String|Number}
|
|
8728
|
-
* @api public
|
|
8729
|
-
*/
|
|
8730
|
-
|
|
8731
|
-
var ms = function(val, options) {
|
|
8732
|
-
options = options || {};
|
|
8733
|
-
var type = typeof val;
|
|
8734
|
-
if (type === 'string' && val.length > 0) {
|
|
8735
|
-
return parse$1(val);
|
|
8736
|
-
} else if (type === 'number' && isFinite(val)) {
|
|
8737
|
-
return options.long ? fmtLong(val) : fmtShort(val);
|
|
8738
|
-
}
|
|
8739
|
-
throw new Error(
|
|
8740
|
-
'val is not a non-empty string or a valid number. val=' +
|
|
8741
|
-
JSON.stringify(val)
|
|
8742
|
-
);
|
|
8743
|
-
};
|
|
8744
|
-
|
|
8745
|
-
/**
|
|
8746
|
-
* Parse the given `str` and return milliseconds.
|
|
8747
|
-
*
|
|
8748
|
-
* @param {String} str
|
|
8749
|
-
* @return {Number}
|
|
8750
|
-
* @api private
|
|
8751
|
-
*/
|
|
8752
|
-
|
|
8753
|
-
function parse$1(str) {
|
|
8754
|
-
str = String(str);
|
|
8755
|
-
if (str.length > 100) {
|
|
8756
|
-
return;
|
|
8757
|
-
}
|
|
8758
|
-
var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(
|
|
8759
|
-
str
|
|
8760
|
-
);
|
|
8761
|
-
if (!match) {
|
|
8762
|
-
return;
|
|
8763
|
-
}
|
|
8764
|
-
var n = parseFloat(match[1]);
|
|
8765
|
-
var type = (match[2] || 'ms').toLowerCase();
|
|
8766
|
-
switch (type) {
|
|
8767
|
-
case 'years':
|
|
8768
|
-
case 'year':
|
|
8769
|
-
case 'yrs':
|
|
8770
|
-
case 'yr':
|
|
8771
|
-
case 'y':
|
|
8772
|
-
return n * y$1;
|
|
8773
|
-
case 'weeks':
|
|
8774
|
-
case 'week':
|
|
8775
|
-
case 'w':
|
|
8776
|
-
return n * w;
|
|
8777
|
-
case 'days':
|
|
8778
|
-
case 'day':
|
|
8779
|
-
case 'd':
|
|
8780
|
-
return n * d$1;
|
|
8781
|
-
case 'hours':
|
|
8782
|
-
case 'hour':
|
|
8783
|
-
case 'hrs':
|
|
8784
|
-
case 'hr':
|
|
8785
|
-
case 'h':
|
|
8786
|
-
return n * h$1;
|
|
8787
|
-
case 'minutes':
|
|
8788
|
-
case 'minute':
|
|
8789
|
-
case 'mins':
|
|
8790
|
-
case 'min':
|
|
8791
|
-
case 'm':
|
|
8792
|
-
return n * m$1;
|
|
8793
|
-
case 'seconds':
|
|
8794
|
-
case 'second':
|
|
8795
|
-
case 'secs':
|
|
8796
|
-
case 'sec':
|
|
8797
|
-
case 's':
|
|
8798
|
-
return n * s$2;
|
|
8799
|
-
case 'milliseconds':
|
|
8800
|
-
case 'millisecond':
|
|
8801
|
-
case 'msecs':
|
|
8802
|
-
case 'msec':
|
|
8803
|
-
case 'ms':
|
|
8804
|
-
return n;
|
|
8805
|
-
default:
|
|
8806
|
-
return undefined;
|
|
8807
|
-
}
|
|
8808
|
-
}
|
|
8809
|
-
|
|
8810
|
-
/**
|
|
8811
|
-
* Short format for `ms`.
|
|
8812
|
-
*
|
|
8813
|
-
* @param {Number} ms
|
|
8814
|
-
* @return {String}
|
|
8815
|
-
* @api private
|
|
8816
|
-
*/
|
|
8817
|
-
|
|
8818
|
-
function fmtShort(ms) {
|
|
8819
|
-
var msAbs = Math.abs(ms);
|
|
8820
|
-
if (msAbs >= d$1) {
|
|
8821
|
-
return Math.round(ms / d$1) + 'd';
|
|
8822
|
-
}
|
|
8823
|
-
if (msAbs >= h$1) {
|
|
8824
|
-
return Math.round(ms / h$1) + 'h';
|
|
8825
|
-
}
|
|
8826
|
-
if (msAbs >= m$1) {
|
|
8827
|
-
return Math.round(ms / m$1) + 'm';
|
|
8828
|
-
}
|
|
8829
|
-
if (msAbs >= s$2) {
|
|
8830
|
-
return Math.round(ms / s$2) + 's';
|
|
8831
|
-
}
|
|
8832
|
-
return ms + 'ms';
|
|
8833
|
-
}
|
|
8834
|
-
|
|
8835
|
-
/**
|
|
8836
|
-
* Long format for `ms`.
|
|
8837
|
-
*
|
|
8838
|
-
* @param {Number} ms
|
|
8839
|
-
* @return {String}
|
|
8840
|
-
* @api private
|
|
8841
|
-
*/
|
|
8842
|
-
|
|
8843
|
-
function fmtLong(ms) {
|
|
8844
|
-
var msAbs = Math.abs(ms);
|
|
8845
|
-
if (msAbs >= d$1) {
|
|
8846
|
-
return plural(ms, msAbs, d$1, 'day');
|
|
8847
|
-
}
|
|
8848
|
-
if (msAbs >= h$1) {
|
|
8849
|
-
return plural(ms, msAbs, h$1, 'hour');
|
|
8850
|
-
}
|
|
8851
|
-
if (msAbs >= m$1) {
|
|
8852
|
-
return plural(ms, msAbs, m$1, 'minute');
|
|
8853
|
-
}
|
|
8854
|
-
if (msAbs >= s$2) {
|
|
8855
|
-
return plural(ms, msAbs, s$2, 'second');
|
|
8856
|
-
}
|
|
8857
|
-
return ms + ' ms';
|
|
8858
|
-
}
|
|
8859
|
-
|
|
8860
|
-
/**
|
|
8861
|
-
* Pluralization helper.
|
|
8862
|
-
*/
|
|
8863
|
-
|
|
8864
|
-
function plural(ms, msAbs, n, name) {
|
|
8865
|
-
var isPlural = msAbs >= n * 1.5;
|
|
8866
|
-
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
8867
|
-
}
|
|
8868
|
-
|
|
8869
|
-
/**
|
|
8870
|
-
* This is the common logic for both the Node.js and web browser
|
|
8871
|
-
* implementations of `debug()`.
|
|
8872
|
-
*/
|
|
8873
|
-
|
|
8874
|
-
function setup(env) {
|
|
8875
|
-
createDebug.debug = createDebug;
|
|
8876
|
-
createDebug.default = createDebug;
|
|
8877
|
-
createDebug.coerce = coerce;
|
|
8878
|
-
createDebug.disable = disable;
|
|
8879
|
-
createDebug.enable = enable;
|
|
8880
|
-
createDebug.enabled = enabled;
|
|
8881
|
-
createDebug.humanize = ms;
|
|
8882
|
-
createDebug.destroy = destroy;
|
|
8883
|
-
|
|
8884
|
-
Object.keys(env).forEach(key => {
|
|
8885
|
-
createDebug[key] = env[key];
|
|
8886
|
-
});
|
|
8887
|
-
|
|
8888
|
-
/**
|
|
8889
|
-
* The currently active debug mode names, and names to skip.
|
|
8890
|
-
*/
|
|
8891
|
-
|
|
8892
|
-
createDebug.names = [];
|
|
8893
|
-
createDebug.skips = [];
|
|
8894
|
-
|
|
8895
|
-
/**
|
|
8896
|
-
* Map of special "%n" handling functions, for the debug "format" argument.
|
|
8897
|
-
*
|
|
8898
|
-
* Valid key names are a single, lower or upper-case letter, i.e. "n" and "N".
|
|
8899
|
-
*/
|
|
8900
|
-
createDebug.formatters = {};
|
|
8901
|
-
|
|
8902
|
-
/**
|
|
8903
|
-
* Selects a color for a debug namespace
|
|
8904
|
-
* @param {String} namespace The namespace string for the for the debug instance to be colored
|
|
8905
|
-
* @return {Number|String} An ANSI color code for the given namespace
|
|
8906
|
-
* @api private
|
|
8907
|
-
*/
|
|
8908
|
-
function selectColor(namespace) {
|
|
8909
|
-
let hash = 0;
|
|
8910
|
-
|
|
8911
|
-
for (let i = 0; i < namespace.length; i++) {
|
|
8912
|
-
hash = ((hash << 5) - hash) + namespace.charCodeAt(i);
|
|
8913
|
-
hash |= 0; // Convert to 32bit integer
|
|
8914
|
-
}
|
|
8915
|
-
|
|
8916
|
-
return createDebug.colors[Math.abs(hash) % createDebug.colors.length];
|
|
8917
|
-
}
|
|
8918
|
-
createDebug.selectColor = selectColor;
|
|
8919
|
-
|
|
8920
|
-
/**
|
|
8921
|
-
* Create a debugger with the given `namespace`.
|
|
8922
|
-
*
|
|
8923
|
-
* @param {String} namespace
|
|
8924
|
-
* @return {Function}
|
|
8925
|
-
* @api public
|
|
8926
|
-
*/
|
|
8927
|
-
function createDebug(namespace) {
|
|
8928
|
-
let prevTime;
|
|
8929
|
-
let enableOverride = null;
|
|
8930
|
-
|
|
8931
|
-
function debug(...args) {
|
|
8932
|
-
// Disabled?
|
|
8933
|
-
if (!debug.enabled) {
|
|
8934
|
-
return;
|
|
8935
|
-
}
|
|
8936
|
-
|
|
8937
|
-
const self = debug;
|
|
8938
|
-
|
|
8939
|
-
// Set `diff` timestamp
|
|
8940
|
-
const curr = Number(new Date());
|
|
8941
|
-
const ms = curr - (prevTime || curr);
|
|
8942
|
-
self.diff = ms;
|
|
8943
|
-
self.prev = prevTime;
|
|
8944
|
-
self.curr = curr;
|
|
8945
|
-
prevTime = curr;
|
|
8946
|
-
|
|
8947
|
-
args[0] = createDebug.coerce(args[0]);
|
|
8948
|
-
|
|
8949
|
-
if (typeof args[0] !== 'string') {
|
|
8950
|
-
// Anything else let's inspect with %O
|
|
8951
|
-
args.unshift('%O');
|
|
8952
|
-
}
|
|
8953
|
-
|
|
8954
|
-
// Apply any `formatters` transformations
|
|
8955
|
-
let index = 0;
|
|
8956
|
-
args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => {
|
|
8957
|
-
// If we encounter an escaped % then don't increase the array index
|
|
8958
|
-
if (match === '%%') {
|
|
8959
|
-
return '%';
|
|
8960
|
-
}
|
|
8961
|
-
index++;
|
|
8962
|
-
const formatter = createDebug.formatters[format];
|
|
8963
|
-
if (typeof formatter === 'function') {
|
|
8964
|
-
const val = args[index];
|
|
8965
|
-
match = formatter.call(self, val);
|
|
8966
|
-
|
|
8967
|
-
// Now we need to remove `args[index]` since it's inlined in the `format`
|
|
8968
|
-
args.splice(index, 1);
|
|
8969
|
-
index--;
|
|
8970
|
-
}
|
|
8971
|
-
return match;
|
|
8972
|
-
});
|
|
8973
|
-
|
|
8974
|
-
// Apply env-specific formatting (colors, etc.)
|
|
8975
|
-
createDebug.formatArgs.call(self, args);
|
|
8976
|
-
|
|
8977
|
-
const logFn = self.log || createDebug.log;
|
|
8978
|
-
logFn.apply(self, args);
|
|
8979
|
-
}
|
|
8980
|
-
|
|
8981
|
-
debug.namespace = namespace;
|
|
8982
|
-
debug.useColors = createDebug.useColors();
|
|
8983
|
-
debug.color = createDebug.selectColor(namespace);
|
|
8984
|
-
debug.extend = extend;
|
|
8985
|
-
debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release.
|
|
8986
|
-
|
|
8987
|
-
Object.defineProperty(debug, 'enabled', {
|
|
8988
|
-
enumerable: true,
|
|
8989
|
-
configurable: false,
|
|
8990
|
-
get: () => enableOverride === null ? createDebug.enabled(namespace) : enableOverride,
|
|
8991
|
-
set: v => {
|
|
8992
|
-
enableOverride = v;
|
|
8993
|
-
}
|
|
8994
|
-
});
|
|
8995
|
-
|
|
8996
|
-
// Env-specific initialization logic for debug instances
|
|
8997
|
-
if (typeof createDebug.init === 'function') {
|
|
8998
|
-
createDebug.init(debug);
|
|
8999
|
-
}
|
|
9000
|
-
|
|
9001
|
-
return debug;
|
|
9002
|
-
}
|
|
9003
|
-
|
|
9004
|
-
function extend(namespace, delimiter) {
|
|
9005
|
-
const newDebug = createDebug(this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace);
|
|
9006
|
-
newDebug.log = this.log;
|
|
9007
|
-
return newDebug;
|
|
9008
|
-
}
|
|
9009
|
-
|
|
9010
|
-
/**
|
|
9011
|
-
* Enables a debug mode by namespaces. This can include modes
|
|
9012
|
-
* separated by a colon and wildcards.
|
|
9013
|
-
*
|
|
9014
|
-
* @param {String} namespaces
|
|
9015
|
-
* @api public
|
|
9016
|
-
*/
|
|
9017
|
-
function enable(namespaces) {
|
|
9018
|
-
createDebug.save(namespaces);
|
|
9019
|
-
|
|
9020
|
-
createDebug.names = [];
|
|
9021
|
-
createDebug.skips = [];
|
|
9022
|
-
|
|
9023
|
-
let i;
|
|
9024
|
-
const split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/);
|
|
9025
|
-
const len = split.length;
|
|
9026
|
-
|
|
9027
|
-
for (i = 0; i < len; i++) {
|
|
9028
|
-
if (!split[i]) {
|
|
9029
|
-
// ignore empty strings
|
|
9030
|
-
continue;
|
|
9031
|
-
}
|
|
9032
|
-
|
|
9033
|
-
namespaces = split[i].replace(/\*/g, '.*?');
|
|
9034
|
-
|
|
9035
|
-
if (namespaces[0] === '-') {
|
|
9036
|
-
createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
|
|
9037
|
-
} else {
|
|
9038
|
-
createDebug.names.push(new RegExp('^' + namespaces + '$'));
|
|
9039
|
-
}
|
|
9040
|
-
}
|
|
9041
|
-
}
|
|
9042
|
-
|
|
9043
|
-
/**
|
|
9044
|
-
* Disable debug output.
|
|
9045
|
-
*
|
|
9046
|
-
* @return {String} namespaces
|
|
9047
|
-
* @api public
|
|
9048
|
-
*/
|
|
9049
|
-
function disable() {
|
|
9050
|
-
const namespaces = [
|
|
9051
|
-
...createDebug.names.map(toNamespace),
|
|
9052
|
-
...createDebug.skips.map(toNamespace).map(namespace => '-' + namespace)
|
|
9053
|
-
].join(',');
|
|
9054
|
-
createDebug.enable('');
|
|
9055
|
-
return namespaces;
|
|
9056
|
-
}
|
|
9057
|
-
|
|
9058
|
-
/**
|
|
9059
|
-
* Returns true if the given mode name is enabled, false otherwise.
|
|
9060
|
-
*
|
|
9061
|
-
* @param {String} name
|
|
9062
|
-
* @return {Boolean}
|
|
9063
|
-
* @api public
|
|
9064
|
-
*/
|
|
9065
|
-
function enabled(name) {
|
|
9066
|
-
if (name[name.length - 1] === '*') {
|
|
9067
|
-
return true;
|
|
9068
|
-
}
|
|
9069
|
-
|
|
9070
|
-
let i;
|
|
9071
|
-
let len;
|
|
9072
|
-
|
|
9073
|
-
for (i = 0, len = createDebug.skips.length; i < len; i++) {
|
|
9074
|
-
if (createDebug.skips[i].test(name)) {
|
|
9075
|
-
return false;
|
|
9076
|
-
}
|
|
9077
|
-
}
|
|
9078
|
-
|
|
9079
|
-
for (i = 0, len = createDebug.names.length; i < len; i++) {
|
|
9080
|
-
if (createDebug.names[i].test(name)) {
|
|
9081
|
-
return true;
|
|
9082
|
-
}
|
|
9083
|
-
}
|
|
9084
|
-
|
|
9085
|
-
return false;
|
|
9086
|
-
}
|
|
9087
|
-
|
|
9088
|
-
/**
|
|
9089
|
-
* Convert regexp to namespace
|
|
9090
|
-
*
|
|
9091
|
-
* @param {RegExp} regxep
|
|
9092
|
-
* @return {String} namespace
|
|
9093
|
-
* @api private
|
|
9094
|
-
*/
|
|
9095
|
-
function toNamespace(regexp) {
|
|
9096
|
-
return regexp.toString()
|
|
9097
|
-
.substring(2, regexp.toString().length - 2)
|
|
9098
|
-
.replace(/\.\*\?$/, '*');
|
|
9099
|
-
}
|
|
9100
|
-
|
|
9101
|
-
/**
|
|
9102
|
-
* Coerce `val`.
|
|
9103
|
-
*
|
|
9104
|
-
* @param {Mixed} val
|
|
9105
|
-
* @return {Mixed}
|
|
9106
|
-
* @api private
|
|
9107
|
-
*/
|
|
9108
|
-
function coerce(val) {
|
|
9109
|
-
if (val instanceof Error) {
|
|
9110
|
-
return val.stack || val.message;
|
|
9111
|
-
}
|
|
9112
|
-
return val;
|
|
9113
|
-
}
|
|
9114
|
-
|
|
9115
|
-
/**
|
|
9116
|
-
* XXX DO NOT USE. This is a temporary stub function.
|
|
9117
|
-
* XXX It WILL be removed in the next major release.
|
|
9118
|
-
*/
|
|
9119
|
-
function destroy() {
|
|
9120
|
-
console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.');
|
|
9121
|
-
}
|
|
9122
|
-
|
|
9123
|
-
createDebug.enable(createDebug.load());
|
|
9124
|
-
|
|
9125
|
-
return createDebug;
|
|
9126
|
-
}
|
|
9127
|
-
|
|
9128
|
-
var common = setup;
|
|
9129
|
-
|
|
9130
|
-
var browser$1 = createCommonjsModule(function (module, exports) {
|
|
9131
|
-
/* eslint-env browser */
|
|
9132
|
-
|
|
9133
|
-
/**
|
|
9134
|
-
* This is the web browser implementation of `debug()`.
|
|
9135
|
-
*/
|
|
9136
|
-
|
|
9137
|
-
exports.formatArgs = formatArgs;
|
|
9138
|
-
exports.save = save;
|
|
9139
|
-
exports.load = load;
|
|
9140
|
-
exports.useColors = useColors;
|
|
9141
|
-
exports.storage = localstorage();
|
|
9142
|
-
exports.destroy = (() => {
|
|
9143
|
-
let warned = false;
|
|
9144
|
-
|
|
9145
|
-
return () => {
|
|
9146
|
-
if (!warned) {
|
|
9147
|
-
warned = true;
|
|
9148
|
-
console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.');
|
|
9149
|
-
}
|
|
9150
|
-
};
|
|
9151
|
-
})();
|
|
9152
|
-
|
|
9153
|
-
/**
|
|
9154
|
-
* Colors.
|
|
9155
|
-
*/
|
|
9156
|
-
|
|
9157
|
-
exports.colors = [
|
|
9158
|
-
'#0000CC',
|
|
9159
|
-
'#0000FF',
|
|
9160
|
-
'#0033CC',
|
|
9161
|
-
'#0033FF',
|
|
9162
|
-
'#0066CC',
|
|
9163
|
-
'#0066FF',
|
|
9164
|
-
'#0099CC',
|
|
9165
|
-
'#0099FF',
|
|
9166
|
-
'#00CC00',
|
|
9167
|
-
'#00CC33',
|
|
9168
|
-
'#00CC66',
|
|
9169
|
-
'#00CC99',
|
|
9170
|
-
'#00CCCC',
|
|
9171
|
-
'#00CCFF',
|
|
9172
|
-
'#3300CC',
|
|
9173
|
-
'#3300FF',
|
|
9174
|
-
'#3333CC',
|
|
9175
|
-
'#3333FF',
|
|
9176
|
-
'#3366CC',
|
|
9177
|
-
'#3366FF',
|
|
9178
|
-
'#3399CC',
|
|
9179
|
-
'#3399FF',
|
|
9180
|
-
'#33CC00',
|
|
9181
|
-
'#33CC33',
|
|
9182
|
-
'#33CC66',
|
|
9183
|
-
'#33CC99',
|
|
9184
|
-
'#33CCCC',
|
|
9185
|
-
'#33CCFF',
|
|
9186
|
-
'#6600CC',
|
|
9187
|
-
'#6600FF',
|
|
9188
|
-
'#6633CC',
|
|
9189
|
-
'#6633FF',
|
|
9190
|
-
'#66CC00',
|
|
9191
|
-
'#66CC33',
|
|
9192
|
-
'#9900CC',
|
|
9193
|
-
'#9900FF',
|
|
9194
|
-
'#9933CC',
|
|
9195
|
-
'#9933FF',
|
|
9196
|
-
'#99CC00',
|
|
9197
|
-
'#99CC33',
|
|
9198
|
-
'#CC0000',
|
|
9199
|
-
'#CC0033',
|
|
9200
|
-
'#CC0066',
|
|
9201
|
-
'#CC0099',
|
|
9202
|
-
'#CC00CC',
|
|
9203
|
-
'#CC00FF',
|
|
9204
|
-
'#CC3300',
|
|
9205
|
-
'#CC3333',
|
|
9206
|
-
'#CC3366',
|
|
9207
|
-
'#CC3399',
|
|
9208
|
-
'#CC33CC',
|
|
9209
|
-
'#CC33FF',
|
|
9210
|
-
'#CC6600',
|
|
9211
|
-
'#CC6633',
|
|
9212
|
-
'#CC9900',
|
|
9213
|
-
'#CC9933',
|
|
9214
|
-
'#CCCC00',
|
|
9215
|
-
'#CCCC33',
|
|
9216
|
-
'#FF0000',
|
|
9217
|
-
'#FF0033',
|
|
9218
|
-
'#FF0066',
|
|
9219
|
-
'#FF0099',
|
|
9220
|
-
'#FF00CC',
|
|
9221
|
-
'#FF00FF',
|
|
9222
|
-
'#FF3300',
|
|
9223
|
-
'#FF3333',
|
|
9224
|
-
'#FF3366',
|
|
9225
|
-
'#FF3399',
|
|
9226
|
-
'#FF33CC',
|
|
9227
|
-
'#FF33FF',
|
|
9228
|
-
'#FF6600',
|
|
9229
|
-
'#FF6633',
|
|
9230
|
-
'#FF9900',
|
|
9231
|
-
'#FF9933',
|
|
9232
|
-
'#FFCC00',
|
|
9233
|
-
'#FFCC33'
|
|
9234
|
-
];
|
|
9235
|
-
|
|
9236
|
-
/**
|
|
9237
|
-
* Currently only WebKit-based Web Inspectors, Firefox >= v31,
|
|
9238
|
-
* and the Firebug extension (any Firefox version) are known
|
|
9239
|
-
* to support "%c" CSS customizations.
|
|
9240
|
-
*
|
|
9241
|
-
* TODO: add a `localStorage` variable to explicitly enable/disable colors
|
|
9242
|
-
*/
|
|
9243
|
-
|
|
9244
|
-
// eslint-disable-next-line complexity
|
|
9245
|
-
function useColors() {
|
|
9246
|
-
// NB: In an Electron preload script, document will be defined but not fully
|
|
9247
|
-
// initialized. Since we know we're in Chrome, we'll just detect this case
|
|
9248
|
-
// explicitly
|
|
9249
|
-
if (typeof window !== 'undefined' && window.process && (window.process.type === 'renderer' || window.process.__nwjs)) {
|
|
9250
|
-
return true;
|
|
9251
|
-
}
|
|
9252
|
-
|
|
9253
|
-
// Internet Explorer and Edge do not support colors.
|
|
9254
|
-
if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) {
|
|
9255
|
-
return false;
|
|
9256
|
-
}
|
|
9257
|
-
|
|
9258
|
-
// Is webkit? http://stackoverflow.com/a/16459606/376773
|
|
9259
|
-
// document is undefined in react-native: https://github.com/facebook/react-native/pull/1632
|
|
9260
|
-
return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) ||
|
|
9261
|
-
// Is firebug? http://stackoverflow.com/a/398120/376773
|
|
9262
|
-
(typeof window !== 'undefined' && window.console && (window.console.firebug || (window.console.exception && window.console.table))) ||
|
|
9263
|
-
// Is firefox >= v31?
|
|
9264
|
-
// https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages
|
|
9265
|
-
(typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) ||
|
|
9266
|
-
// Double check webkit in userAgent just in case we are in a worker
|
|
9267
|
-
(typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/));
|
|
9268
|
-
}
|
|
9269
|
-
|
|
9270
|
-
/**
|
|
9271
|
-
* Colorize log arguments if enabled.
|
|
9272
|
-
*
|
|
9273
|
-
* @api public
|
|
9274
|
-
*/
|
|
9275
|
-
|
|
9276
|
-
function formatArgs(args) {
|
|
9277
|
-
args[0] = (this.useColors ? '%c' : '') +
|
|
9278
|
-
this.namespace +
|
|
9279
|
-
(this.useColors ? ' %c' : ' ') +
|
|
9280
|
-
args[0] +
|
|
9281
|
-
(this.useColors ? '%c ' : ' ') +
|
|
9282
|
-
'+' + module.exports.humanize(this.diff);
|
|
9283
|
-
|
|
9284
|
-
if (!this.useColors) {
|
|
9285
|
-
return;
|
|
9286
|
-
}
|
|
9287
|
-
|
|
9288
|
-
const c = 'color: ' + this.color;
|
|
9289
|
-
args.splice(1, 0, c, 'color: inherit');
|
|
9290
|
-
|
|
9291
|
-
// The final "%c" is somewhat tricky, because there could be other
|
|
9292
|
-
// arguments passed either before or after the %c, so we need to
|
|
9293
|
-
// figure out the correct index to insert the CSS into
|
|
9294
|
-
let index = 0;
|
|
9295
|
-
let lastC = 0;
|
|
9296
|
-
args[0].replace(/%[a-zA-Z%]/g, match => {
|
|
9297
|
-
if (match === '%%') {
|
|
9298
|
-
return;
|
|
9299
|
-
}
|
|
9300
|
-
index++;
|
|
9301
|
-
if (match === '%c') {
|
|
9302
|
-
// We only are interested in the *last* %c
|
|
9303
|
-
// (the user may have provided their own)
|
|
9304
|
-
lastC = index;
|
|
9305
|
-
}
|
|
9306
|
-
});
|
|
9307
|
-
|
|
9308
|
-
args.splice(lastC, 0, c);
|
|
9309
|
-
}
|
|
9310
|
-
|
|
9311
|
-
/**
|
|
9312
|
-
* Invokes `console.debug()` when available.
|
|
9313
|
-
* No-op when `console.debug` is not a "function".
|
|
9314
|
-
* If `console.debug` is not available, falls back
|
|
9315
|
-
* to `console.log`.
|
|
9316
|
-
*
|
|
9317
|
-
* @api public
|
|
9318
|
-
*/
|
|
9319
|
-
exports.log = console.debug || console.log || (() => {});
|
|
9320
|
-
|
|
9321
|
-
/**
|
|
9322
|
-
* Save `namespaces`.
|
|
9323
|
-
*
|
|
9324
|
-
* @param {String} namespaces
|
|
9325
|
-
* @api private
|
|
9326
|
-
*/
|
|
9327
|
-
function save(namespaces) {
|
|
9328
|
-
try {
|
|
9329
|
-
if (namespaces) {
|
|
9330
|
-
exports.storage.setItem('debug', namespaces);
|
|
9331
|
-
} else {
|
|
9332
|
-
exports.storage.removeItem('debug');
|
|
9333
|
-
}
|
|
9334
|
-
} catch (error) {
|
|
9335
|
-
// Swallow
|
|
9336
|
-
// XXX (@Qix-) should we be logging these?
|
|
9337
|
-
}
|
|
9338
|
-
}
|
|
9339
|
-
|
|
9340
|
-
/**
|
|
9341
|
-
* Load `namespaces`.
|
|
9342
|
-
*
|
|
9343
|
-
* @return {String} returns the previously persisted debug modes
|
|
9344
|
-
* @api private
|
|
9345
|
-
*/
|
|
9346
|
-
function load() {
|
|
9347
|
-
let r;
|
|
9348
|
-
try {
|
|
9349
|
-
r = exports.storage.getItem('debug');
|
|
9350
|
-
} catch (error) {
|
|
9351
|
-
// Swallow
|
|
9352
|
-
// XXX (@Qix-) should we be logging these?
|
|
9353
|
-
}
|
|
9354
|
-
|
|
9355
|
-
// If debug isn't set in LS, and we're in Electron, try to load $DEBUG
|
|
9356
|
-
if (!r && typeof process !== 'undefined' && 'env' in process) {
|
|
9357
|
-
r = process.env.DEBUG;
|
|
9358
|
-
}
|
|
9359
|
-
|
|
9360
|
-
return r;
|
|
9361
|
-
}
|
|
9362
|
-
|
|
9363
|
-
/**
|
|
9364
|
-
* Localstorage attempts to return the localstorage.
|
|
9365
|
-
*
|
|
9366
|
-
* This is necessary because safari throws
|
|
9367
|
-
* when a user disables cookies/localstorage
|
|
9368
|
-
* and you attempt to access it.
|
|
9369
|
-
*
|
|
9370
|
-
* @return {LocalStorage}
|
|
9371
|
-
* @api private
|
|
9372
|
-
*/
|
|
9373
|
-
|
|
9374
|
-
function localstorage() {
|
|
9375
|
-
try {
|
|
9376
|
-
// TVMLKit (Apple TV JS Runtime) does not have a window object, just localStorage in the global context
|
|
9377
|
-
// The Browser also has localStorage in the global context.
|
|
9378
|
-
return localStorage;
|
|
9379
|
-
} catch (error) {
|
|
9380
|
-
// Swallow
|
|
9381
|
-
// XXX (@Qix-) should we be logging these?
|
|
9382
|
-
}
|
|
9383
|
-
}
|
|
9384
|
-
|
|
9385
|
-
module.exports = common(exports);
|
|
9386
|
-
|
|
9387
|
-
const {formatters} = module.exports;
|
|
9388
|
-
|
|
9389
|
-
/**
|
|
9390
|
-
* Map %j to `JSON.stringify()`, since no Web Inspectors do that by default.
|
|
9391
|
-
*/
|
|
9392
|
-
|
|
9393
|
-
formatters.j = function (v) {
|
|
9394
|
-
try {
|
|
9395
|
-
return JSON.stringify(v);
|
|
9396
|
-
} catch (error) {
|
|
9397
|
-
return '[UnexpectedJSONParseError]: ' + error.message;
|
|
9398
|
-
}
|
|
9399
|
-
};
|
|
9400
|
-
});
|
|
9401
|
-
|
|
9402
|
-
function s$3(){return getRenderingRef()}function l$1(){var e=s$3();return getElement(e)}function d$2(e,t){void 0===t&&(t={});var n=l$1();return h(n,e,t)}var p$1=browser$1("stencil-hook");
|
|
9403
|
-
|
|
9404
8201
|
var umd = createCommonjsModule(function (module, exports) {
|
|
9405
8202
|
(function (global, factory) {
|
|
9406
8203
|
factory(exports) ;
|
|
@@ -9960,6 +8757,6 @@ var umd = createCommonjsModule(function (module, exports) {
|
|
|
9960
8757
|
|
|
9961
8758
|
});
|
|
9962
8759
|
|
|
9963
|
-
var H={current:void 0};function T(){if(void 0===H.current)throw new Error("no implementation of useHost provided");return H.current()}function J(e){if(!e)throw new Error("Must supply an implementation");if("function"!=typeof e)throw new Error("implementation must be a function");H.current=e;}function Q(){lazilyStartLocaleContext();var t=T();return h(t,LOCALE_CONTEXT_NAME)}function z(){lazilyStartProgramContext();var e=T();return h(e,PROGRAM_CONTEXT_NAME)}function B(){var e;return null==(e=K())?void 0:e.jwt}function K(){lazilyStartUserContext();var e=T(),n=h(e,USER_CONTEXT_NAME),t=userIdentityFromJwt(null==n?void 0:n.jwt);if(isDemo()||!n||t)return n;setUserIdentity(void 0);}function Z(){lazilyStartVerificationContext();var e=T(),n=h(e,VERIFICATION_CONTEXT_NAME),t=checkVerificationToken(null==n?void 0:n.token);if(isDemo()||!n||t)return n;setVerificationContext(void 0);}var Y=getTenantAlias,ee=getAppDomain,ne=getEngagementMedium;function te(){return (te=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);}return e}).apply(this,arguments)}function re(e,n){return (re=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function ae(e,n){return n||(n=e.slice(0)),e.raw=n,e}function oe(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function ie(e,n){var t;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(t=function(e,n){if(e){if("string"==typeof e)return oe(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return "Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?oe(e,n):void 0}}(e))||n&&e&&"number"==typeof e.length){t&&(e=t);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return (t=e[Symbol.iterator]()).next.bind(t)}var se=function(){return (se=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var a in n=arguments[t])Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a]);return e}).apply(this,arguments)},ue=new Map,ce=new Map,de=!0,le=!1;function fe(e){return e.replace(/[\s,]+/g," ").trim()}function me(e){var n,t,r,a=fe(e);if(!ue.has(a)){var o=parse(e,{experimentalFragmentVariables:le});if(!o||"Document"!==o.kind)throw new Error("Not a valid GraphQL document.");ue.set(a,function(e){var n=new Set(e.definitions);n.forEach(function(e){e.loc&&delete e.loc,Object.keys(e).forEach(function(t){var r=e[t];r&&"object"==typeof r&&n.add(r);});});var t=e.loc;return t&&(delete t.startToken,delete t.endToken),e}((n=o,t=new Set,r=[],n.definitions.forEach(function(e){if("FragmentDefinition"===e.kind){var n=e.name.value,a=fe((i=e.loc).source.body.substring(i.start,i.end)),o=ce.get(n);o&&!o.has(a)?de&&console.warn("Warning: fragment with name "+n+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):o||ce.set(n,o=new Set),o.add(a),t.has(a)||(t.add(a),r.push(e));}else r.push(e);var i;}),se(se({},n),{definitions:r}))));}return ue.get(a)}function ve(e){for(var n=[],t=1;t<arguments.length;t++)n[t-1]=arguments[t];"string"==typeof e&&(e=[e]);var r=e[0];return n.forEach(function(n,t){r+=n&&"Document"===n.kind?n.loc.source.body:n,r+=e[t+1];}),me(r)}var ge,pe=ve;(ge=ve||(ve={})).gql=pe,ge.resetCaches=function(){ue.clear(),ce.clear();},ge.disableFragmentWarnings=function(){de=!1;},ge.enableExperimentalFragmentVariables=function(){le=!0;},ge.disableExperimentalFragmentVariables=function(){le=!1;},ve.default=ve;var he=ve;function ye(e,n){try{var t=e();}catch(e){return n(e)}return t&&t.then?t.then(void 0,n):t}var Ce=function(e){var n,t;function r(n,t){var r;(r=e.call(this,n,t)||this).subject=new Subject;var a=new Subject;return r.subject.pipe(bufferTime(200,void 0,10)).subscribe(function(e){try{if(!e.length)return Promise.resolve();for(var n,t=Pe(e),o=t.mergedQuery,i=t.mergedVariables,s=t.mergedQueryAddedEvents,u=ie(t.unmergedQueryAddedEvents);!(n=u()).done;)a.next(n.value);return s.length?Promise.resolve(ye(function(){return Promise.resolve(r.superRequest(o,i)).then(function(e){Me(e,s);})},function(e){if(e instanceof types.ClientError){var n=function(){var n=e.response,t=n.data,r=n.errors;if(!t)return {v:De(s,e)};for(var a,o=Object.keys(t),i=[].concat(s),u=function(){var n=a.value,t=void 0;n.path.find(function(r,a,s){if(o.includes(r)){var u=Ie(r),c=i.findIndex(function(e){return e.id===u});if(-1===c)return !1;o.splice(a,1),t=i.splice(c,1)[0];var d=Ee(e.response.data,t);s[a]=we(s[a],u);var l=t.query,f=t.variables,m=te({},e.response,{errors:[n],data:d,path:s}),v=new types.ClientError(m,{query:"string"!=typeof l?print(l):l,variables:f});return Se(t,v),!0}return !1});},c=ie(r);!(a=c()).done;)u();Me(t,i);}();if("object"==typeof n)return n.v}else De(s,e);})):Promise.resolve()}catch(e){return Promise.reject(e)}}),a.subscribe(function(e){try{var n=ye(function(){return Promise.resolve(r.superRequest(e.query,e.variables)).then(function(n){Fe(n,e);})},function(n){Se(e,n);});return Promise.resolve(n&&n.then?n.then(function(){}):void 0)}catch(e){return Promise.reject(e)}}),r}t=e,(n=r).prototype=Object.create(t.prototype),n.prototype.constructor=n,re(n,t);var a=r.prototype;return a.superRequest=function(n,t){return e.prototype.request.call(this,n,t)},a.request=function(e,n,t){var r=this;return new Promise(function(a,o){var i={query:e,variables:n,id:be(),options:t,resolve:a,reject:o};r.subject.next(i);})},r}(dist$1.GraphQLClient),be=function(){return nanoid().replace(/[-_]/g,"")},we=function(e,n){return e.replace("_"+n,"")},Ie=function(e){var n=e.split("_");return n[n.length-1]},Pe=function(e){var n=[],t=[],r=e.reduce(function(e,r){var a=r.query,o=r.variables,i=r.id,s=r.options;if(null==s||!s.batch)return t.push(r),e;try{var u="string"==typeof a?parse(a):a,c=u.definitions.find(function(e){return "FragmentDefinition"===e.kind}),d="string"==typeof a?a:print(a),l=/@/.test(d);if(c||l)return t.push(r),e;var f=function(e){return function(e,n){return e+"_"+n}(e,i)};return e=e.addN(u,[o],f,f),n.push(r),e}catch(n){return t.push(r),e}},k("BatchedQuery")),a=r.document,o=r.variables;return {mergedQuery:a&&print(a),mergedVariables:o,mergedQueryAddedEvents:n,unmergedQueryAddedEvents:t}},Ee=function(e,n){if(!e)return e;var t=Object.keys(e),r=n.id;return t.reduce(function(n,t){var a;return t.endsWith(r)&&(n=te({},n,((a={})[we(t,r)]=e[t],a))),n},{})},Fe=function(e,n){(0, n.resolve)(e);},Me=function(e,n){for(var t,r=ie(n);!(t=r()).done;){var a=t.value,o=Ee(e,a);a.resolve(o);}},Se=function(e,n){(0, e.reject)(n);},De=function(e,n){for(var t,r=ie(e);!(t=r()).done;)(0, t.value.reject)(n);},$e="sq:graphql-client",ke=src(function(e,n,t){return new Ce(e+"/api/v1/"+n+"/graphql",{headers:{Authorization:"Bearer "+(t||"")}})});function Ae(e,n){switch(n.type){case"loading":return {data:void 0,errors:void 0,loading:!0};case"data":return {data:n.payload,errors:void 0,loading:!1};case"errors":return {data:void 0,errors:n.payload,loading:!1}}}function qe(e,n,t){void 0===t&&(t={batch:!0,protected:!1});var r=function(e){var n,t=B(),r=null==(n=Z())?void 0:n.token,a=ee(),o=Y(),i=ke(a,o,null!=e&&e.protected?r:t),s=T(),u=h(s,"sq:graphql-client",{attempts:0});return null!=u?u:i}({protected:t.protected}),a=useReducer$1(Ae,n),o=a[1];return [a[0],useCallback(function(n,a){void 0===a&&(a=!1);try{if(!r){var i=new Error("No GraphQL client found");return o({type:"errors",payload:i}),Promise.resolve(i)}return Promise.resolve(function(i,s){try{var u=(a||o({type:"loading"}),Promise.resolve(r.request(e,n,t)).then(function(e){return o({type:"data",payload:e}),e}));}catch(e){return s(e)}return u&&u.then?u.then(void 0,s):u}(0,function(e){return o({type:"errors",payload:e}),e}))}catch(e){return Promise.reject(e)}},[r,e,o])]}var je,Re={loading:!1,data:void 0,errors:void 0};function xe(e){var n=qe(e,Re);return [n[1],n[0]]}var Ve,Oe=he(je||(je=ae(["\n mutation AuthenticateWithEmailAndPassword(\n $email: String!\n $password: String!\n ) {\n authenticateManagedIdentityWithEmailAndPassword(\n authenticateManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function We(){var e=xe(Oe),n=e[0],t=e[1];return [function(e){try{return Promise.resolve(n(e)).then(function(e){if(!(e instanceof Error)&&e.authenticateManagedIdentityWithEmailAndPassword){var n=e.authenticateManagedIdentityWithEmailAndPassword.token,t=o$1(n).user;setUserIdentity({jwt:n,id:t.id,accountId:t.accountId,managedIdentity:{email:e.authenticateManagedIdentityWithEmailAndPassword.email,emailVerified:e.authenticateManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.authenticateManagedIdentityWithEmailAndPassword.sessionData}});}return e})}catch(e){return Promise.reject(e)}},{loading:t.loading,data:t.data,errors:t.errors}]}var Ne,_e=he(Ve||(Ve=ae(["\n mutation RegisterWithEmailAndPassword(\n $email: String!\n $password: String!\n $formData: RSJsonNode\n $redirectPath: String\n ) {\n registerManagedIdentityWithEmailAndPassword(\n registerManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n formData: $formData\n redirectPath: $redirectPath\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Ue(){var e=xe(_e),n=e[0],t=e[1];return [function(e){try{return Promise.resolve(n(e)).then(function(e){if(!(e instanceof Error)&&e.registerManagedIdentityWithEmailAndPassword){var n=e.registerManagedIdentityWithEmailAndPassword.token,t=o$1(n).user;setUserIdentity({jwt:n,id:t.id,accountId:t.accountId,managedIdentity:{email:e.registerManagedIdentityWithEmailAndPassword.email,emailVerified:e.registerManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.registerManagedIdentityWithEmailAndPassword.sessionData}});}return e})}catch(e){return Promise.reject(e)}},{loading:t.loading,data:t.data,errors:t.errors}]}var Le,He=he(Ne||(Ne=ae(["\n mutation RegisterViaRegistrationForm($key: String!, $formData: RSJsonNode!) {\n submitForm(formSubmissionInput: { key: $key, formData: $formData }) {\n results {\n ... on FormHandlerSubmissionResult {\n result\n formHandler {\n namespace\n }\n }\n ... on FormHandlerError {\n errorCode\n error\n errorType\n formHandler {\n name\n endpointUrl\n }\n }\n }\n }\n }\n"])));function Te(){var e=xe(He),n=e[0],t=e[1],r=t.loading,a=t.data,o=t.errors,i=useState$1(null),s=i[1];return [function(e){try{return s(null),Promise.resolve(n(e)).then(function(e){var n,t,r,a;if(e instanceof Error)return e;var o=null==(n=e.submitForm)||null==(t=n.results)?void 0:t.find(function(e){var n;return "identity"===(null==e||null==(n=e.formHandler)?void 0:n.namespace)});if(o&&null!=(r=o.result)&&null!=(a=r.results)&&a.length){var i=o.result.results[0];if(i.success){var c=i.data.token,d=o$1(c).user;setUserIdentity({jwt:c,id:d.id,accountId:d.accountId,managedIdentity:{email:i.data.email,emailVerified:i.data.emailVerified,sessionData:i.data.sessionData}});}else s(i.message);}return e})}catch(e){return Promise.reject(e)}},{loading:r,data:a,errors:o,formError:i[0]}]}var Je,Qe=he(Le||(Le=ae(["\n mutation ChangePassword($password: String!) {\n changeManagedIdentityPassword(\n changeManagedIdentityPasswordInput: { password: $password }\n ) {\n success\n }\n }\n"])));function ze(){var e=xe(Qe),n=e[1];return [e[0],{loading:n.loading,data:n.data,errors:n.errors}]}var Ge,Be=he(Je||(Je=ae(["\n mutation ResetPassword($oobCode: String!, $password: String!) {\n resetManagedIdentityPassword(\n resetManagedIdentityPasswordInput: {\n password: $password\n oobCode: $oobCode\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Ke(){var e=xe(Be),n=e[0],t=e[1];return [function(e){try{return Promise.resolve(n(e)).then(function(e){if(!(e instanceof Error)&&e.resetManagedIdentityPassword){var n=e.resetManagedIdentityPassword.token,t=o$1(n).user;setUserIdentity({jwt:n,id:t.id,accountId:t.accountId,managedIdentity:{email:e.resetManagedIdentityPassword.email,emailVerified:e.resetManagedIdentityPassword.emailVerified,sessionData:e.resetManagedIdentityPassword.sessionData}});}return e})}catch(e){return Promise.reject(e)}},{loading:t.loading,data:t.data,errors:t.errors}]}var Ze=he(Ge||(Ge=ae(["\n mutation VerifyPasswordResetCode($oobCode: String!) {\n verifyManagedIdentityPasswordResetCode(\n verifyManagedIdentityPasswordResetCodeInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function Xe(){return xe(Ze)}function Ye(){var e=T();return {refresh:useCallback(function(){e.dispatchEvent(new CustomEvent("sq:refresh",{bubbles:!0,composed:!0,cancelable:!0,detail:{}}));},[e])}}function en(e){var n=e.skip,t=void 0!==n&&n,r=e.update,a=e.variables;useEffect$1(function(){var e=function(e){!t&&r(a,!0);};return document.addEventListener("sq:refresh",e),function(){return document.removeEventListener("sq:refresh",e)}},function(e){var n=useRef(e),t=useRef(0);return equal$1(e,n.current)||(n.current=e,t.current+=1),useMemo$1(function(){return n.current},[t.current])}([a,r,t]));}var nn,tn={loading:!1,data:void 0,errors:void 0},rn=Symbol();function an(e){var n=qe(e,tn),t=n[0],r=n[1],a=useRef(rn);en({skip:a.current===rn,update:r,variables:a.current});var o=useCallback(function(e){return a.current=e,r(e)},[r]);return [r,te({},t,{refetch:o})]}var on,sn=he(nn||(nn=ae(["\n query ManagedIdentitySession {\n managedIdentitySession {\n email\n emailVerified\n sessionData\n }\n }\n"])));function un(){var e=K(),n=an(sn),t=n[0],r=n[1],a=r.refetch,o=function(n){n instanceof Error||!n.managedIdentitySession||setUserIdentity(te({},e,{managedIdentity:n.managedIdentitySession}));};return [function(){try{return Promise.resolve(t({})).then(function(e){return o(e),e})}catch(e){return Promise.reject(e)}},{loading:r.loading,data:r.data,errors:r.errors,refetch:function(){try{return Promise.resolve(a()).then(function(e){return o(e),e})}catch(e){return Promise.reject(e)}}}]}var cn,dn=he(on||(on=ae(["\n mutation VerifyEmail($oobCode: String!) {\n verifyManagedIdentityEmail(\n verifyManagedIdentityEmailInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function ln(){var e=un()[0],n=xe(dn),t=n[0],r=n[1];return [function(n){try{return Promise.resolve(t(n)).then(function(n){var t=function(){if(!(n instanceof Error)&&n.verifyManagedIdentityEmail.success)return Promise.resolve(e()).then(function(){})}();return t&&t.then?t.then(function(){return n}):n})}catch(n){return Promise.reject(n)}},{loading:r.loading,data:r.data,errors:r.errors}]}var fn,mn=he(cn||(cn=ae(["\n mutation RequestPasswordResetEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityPasswordResetEmail(\n requestManagedIdentityPasswordResetEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function vn(){return xe(mn)}var gn,pn=he(fn||(fn=ae(["\n mutation RequestVerificationEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityVerificationEmail(\n requestManagedIdentityVerificationEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function hn(){return xe(pn)}var yn=he(gn||(gn=ae(["\n mutation authenticateManagedIdentityWithInstantAccess(\n $email: String!\n $firstName: String\n $lastName: String\n $locale: RSLocale\n $countryCode: RSCountryCode\n $cookies: String\n ) {\n authenticateManagedIdentityWithInstantAccess(\n authenticateManagedIdentityWithInstantAccessInput: {\n email: $email\n firstName: $firstName\n lastName: $lastName\n locale: $locale\n countryCode: $countryCode\n cookies: $cookies\n }\n ) {\n email\n emailVerified\n sessionData\n token\n }\n }\n"])));function Cn(){var e=z(),n=getEnvironment(),t=xe(yn),r=t[0],a=t[1];return [function(t){try{return Promise.resolve(r(t)).then(function(t){var r=function(){if(!(t instanceof Error)&&t.authenticateManagedIdentityWithInstantAccess)return Promise.resolve(function(e,n){try{return Promise.resolve(function(t,r){try{var a=Promise.resolve(fetch(getAppDomain()+"/api/v1/"+getTenantAlias()+"/graphql",{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+n},body:JSON.stringify({query:"\n query checkReferralFraudStatus($programId: ID) {\n viewer {\n ... on User {\n id\n instantAccessRewards(filter: { programId_eq: $programId }) {\n data {\n id\n pendingReasons\n cancelledReason\n }\n }\n }\n }\n }\n",variables:{programId:e}})})).then(function(e){if(!e.ok)throw new Error("Failed to fetch locale");return Promise.resolve(e.json()).then(function(e){var n;if(e.errors)throw new Error(JSON.stringify(e.errors,null,2));var t=(null==(n=e.data.viewer.instantAccessRewards)?void 0:n.data)||[];return t.some(function(e){return "SUSPECTED_FRAUD"===e.cancelledReason})?"DENIED":t.some(function(e){var n;return null==(n=e.pendingReasons)?void 0:n.includes("SUSPECTED_FRAUD")})?"PENDING_REVIEW":"APPROVED"})});}catch(e){return r(e)}return a&&a.then?a.then(void 0,r):a}(0,function(e){console.error(e);}))}catch(e){return Promise.reject(e)}}(e,t.authenticateManagedIdentityWithInstantAccess.token)).then(function(e){if("APPROVED"!==e)throw {name:"fraud_error",message:"Referral flagged as fraud."};var r=t.authenticateManagedIdentityWithInstantAccess.email;if(setUserIdentity({jwt:t.authenticateManagedIdentityWithInstantAccess.token,id:r,accountId:r}),"SquatchJS2"===n){var a=new CustomEvent("sq:user-registration",{bubbles:!0,detail:{userId:r,accountId:r}});document.dispatchEvent(a);}})}();return r&&r.then?r.then(function(e){return t}):t})}catch(e){return Promise.reject(e)}},{loading:a.loading,data:a.data,errors:a.errors}]}function bn(e,n){var t=useRef();return t.current&&equal$1(n,t.current.key)||(t.current={key:n,value:e()}),t.current.value}function wn(){return useReducer$1(function(e){return e+1},0)}function In(e){for(var n,t=ie(Object.getOwnPropertyNames(e));!(n=t()).done;){var r=e[n.value];r&&"object"==typeof r&&In(r);}return Object.freeze(e)}var Pn={loading:!0,data:void 0,errors:void 0};function En(e,n,t,r){var a=qe(e,Pn,te({batch:!0,protected:!1},r||{})),o=a[0],i=a[1],s=wn(),u=s[1];return bn(function(){!t&&i(n);},[e,n,i,s[0],t]),en({skip:t,update:i,variables:n}),In(te({},o,{refetch:u}))}function Fn(e){var n=T(),t=y(n,$n(e.namespace),e.initialValue),r=t[0],a=t[1];return y(n,kn(e.namespace),[r,a]),[r,a]}function Mn(e){var n=d$2(kn(e)),t=d$2($n(e));return n?[t,n[1]]:[void 0,void 0]}function Sn(e){var n=d$2(kn(e));if(n)return n[1]}function Dn(e){return d$2($n(e))}function $n(e){return e+"-value"}function kn(e){return e+"-state"}function An(e){var n=T(),t=En(e.query,e.variables||{},e.skip,te({batch:!0},e.options||{})),r=y(n,$n(e.namespace),t),a=r[0],o=r[1];return useEffect$1(function(){umd.deepEqual(t,a)||o(t);},[t,a]),t}function qn(e){return d$2($n(e))||{data:null,loading:!0,refetch:function(){return console.warn("component still loading")}}}function jn(){var e=wn()[1];return useEffect$1(function(){return history_default.listen(function(){e();})},[]),history_default.location}var Rn,xn=history_default;function Vn(e){var n=useState$1({limit:e.limit,offset:e.offset}),t=n[0],r=n[1],a=t.offset,o=t.limit,i=function(e,n){return e*n},s=function(e,n){return Math.ceil(e/n)||0};return {limit:o,setLimit:function(e){var n=s(a,e),o=i(e,n);r(te({},t,{limit:e,offset:o}));},offset:a,setCurrentPage:function(e){var n=i(e,o);r(function(e){return te({},e,{offset:n})});},calculatePagination:function(e,n){var t=s(a,o),r=function(e,n){return Math.ceil(e/n)||0}(n,o),i=0===e?"0":e>1?a+1+"-"+(a+e):""+(a+1);return {currentPage:t,pageCount:r,rangeOnPage:i,pageProgress:i+" of "+n}}}}function On(e,n,t,r,a){var o;void 0===r&&(r={}),void 0===a&&(a=!1);var i=Vn(t),s=i.limit,u=i.setLimit,c=i.setCurrentPage,d=i.calculatePagination,l=En(e,te({limit:s,offset:i.offset},r),a),f=l.loading,m=l.errors,v=l.refetch,g=n(l.data),p=d((null==g||null==(o=g.data)?void 0:o.length)||0,(null==g?void 0:g.totalCount)||0);return {envelope:g,states:{errors:m,loading:f,limit:s,currentPage:p.currentPage,pageCount:p.pageCount,pageProgress:p.pageProgress},callbacks:{refetch:v,setLimit:u,setCurrentPage:c}}}var Un=dist$1.gql(Rn||(Rn=ae(["\n mutation ($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var Hn=1e3,Tn=60*Hn,Jn=60*Tn,Qn=24*Jn,zn=function(e,n){n=n||{};var t=typeof e;if("string"===t&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var n=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(n){var t=parseFloat(n[1]);switch((n[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*t;case"weeks":case"week":case"w":return 6048e5*t;case"days":case"day":case"d":return t*Qn;case"hours":case"hour":case"hrs":case"hr":case"h":return t*Jn;case"minutes":case"minute":case"mins":case"min":case"m":return t*Tn;case"seconds":case"second":case"secs":case"sec":case"s":return t*Hn;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}(e);if("number"===t&&isFinite(e))return n.long?function(e){var n=Math.abs(e);return n>=Qn?Gn(e,n,Qn,"day"):n>=Jn?Gn(e,n,Jn,"hour"):n>=Tn?Gn(e,n,Tn,"minute"):n>=Hn?Gn(e,n,Hn,"second"):e+" ms"}(e):function(e){var n=Math.abs(e);return n>=Qn?Math.round(e/Qn)+"d":n>=Jn?Math.round(e/Jn)+"h":n>=Tn?Math.round(e/Tn)+"m":n>=Hn?Math.round(e/Hn)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Gn(e,n,t,r){var a=n>=1.5*t;return Math.round(e/t)+" "+r+(a?"s":"")}var Bn,Kn,Zn,Xn,Yn,et=(function(e,n){n.formatArgs=function(n){if(n[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+n[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const t="color: "+this.color;n.splice(1,0,t,"color: inherit");let r=0,a=0;n[0].replace(/%[a-zA-Z%]/g,e=>{"%%"!==e&&(r++,"%c"===e&&(a=r));}),n.splice(a,0,t);},n.save=function(e){try{e?n.storage.setItem("debug",e):n.storage.removeItem("debug");}catch(e){}},n.load=function(){let e;try{e=n.storage.getItem("debug");}catch(e){}return !e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},n.useColors=function(){return !("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},n.storage=function(){try{return localStorage}catch(e){}}(),n.destroy=(()=>{let e=!1;return ()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."));}})(),n.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],n.log=console.debug||console.log||(()=>{}),e.exports=function(e){function n(e){let r,a=null;function o(...e){if(!o.enabled)return;const t=o,a=Number(new Date);t.diff=a-(r||a),t.prev=r,t.curr=a,r=a,e[0]=n.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(r,a)=>{if("%%"===r)return "%";i++;const o=n.formatters[a];return "function"==typeof o&&(r=o.call(t,e[i]),e.splice(i,1),i--),r}),n.formatArgs.call(t,e),(t.log||n.log).apply(t,e);}return o.namespace=e,o.useColors=n.useColors(),o.color=n.selectColor(e),o.extend=t,o.destroy=n.destroy,Object.defineProperty(o,"enabled",{enumerable:!0,configurable:!1,get:()=>null===a?n.enabled(e):a,set:e=>{a=e;}}),"function"==typeof n.init&&n.init(o),o}function t(e,t){const r=n(this.namespace+(void 0===t?":":t)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return n.debug=n,n.default=n,n.coerce=function(e){return e instanceof Error?e.stack||e.message:e},n.disable=function(){const e=[...n.names.map(r),...n.skips.map(r).map(e=>"-"+e)].join(",");return n.enable(""),e},n.enable=function(e){let t;n.save(e),n.names=[],n.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),a=r.length;for(t=0;t<a;t++)r[t]&&("-"===(e=r[t].replace(/\*/g,".*?"))[0]?n.skips.push(new RegExp("^"+e.substr(1)+"$")):n.names.push(new RegExp("^"+e+"$")));},n.enabled=function(e){if("*"===e[e.length-1])return !0;let t,r;for(t=0,r=n.skips.length;t<r;t++)if(n.skips[t].test(e))return !1;for(t=0,r=n.names.length;t<r;t++)if(n.names[t].test(e))return !0;return !1},n.humanize=zn,n.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");},Object.keys(e).forEach(t=>{n[t]=e[t];}),n.names=[],n.skips=[],n.formatters={},n.selectColor=function(e){let t=0;for(let n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return n.colors[Math.abs(t)%n.colors.length]},n.enable(n.load()),n}(n);const{formatters:t}=e.exports;t.j=function(e){try{return JSON.stringify(e)}catch(e){return "[UnexpectedJSONParseError]: "+e.message}};}(Bn={exports:{}},Bn.exports),Bn.exports),nt=et("sq:load-event"),tt=dist$1.gql(Kn||(Kn=ae(["\n mutation loadEvent($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var at=et("sq:useForm"),ot=dist$1.gql(Zn||(Zn=ae(["\n query ($key: String!) {\n form(key: $key) {\n schema\n initialData {\n initialData\n isEnabled\n isEnabledErrorMessage\n }\n }\n }\n"]))),it=dist$1.gql(Xn||(Xn=ae(["\n mutation ($formSubmissionInput: FormSubmissionInput!) {\n submitForm(formSubmissionInput: $formSubmissionInput) {\n success\n results {\n ... on FormHandlerSubmissionResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"]))),st=dist$1.gql(Yn||(Yn=ae(["\n query ($formValidationInput: FormValidationInput!) {\n validateForm(formValidationInput: $formValidationInput) {\n valid\n results {\n ... on FormHandlerValidationResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"])));
|
|
8760
|
+
var N={current:void 0};function _(){if(void 0===N.current)throw new Error("no implementation of useHost provided");return N.current()}function U(e){if(!e)throw new Error("Must supply an implementation");if("function"!=typeof e)throw new Error("implementation must be a function");N.current=e;}function L(){lazilyStartLocaleContext();var t=_();return h(t,LOCALE_CONTEXT_NAME)}function H(){lazilyStartProgramContext();var e=_();return h(e,PROGRAM_CONTEXT_NAME)}function J(){var e;return null==(e=Q())?void 0:e.jwt}function Q(){lazilyStartUserContext();var e=_(),n=h(e,USER_CONTEXT_NAME),t=userIdentityFromJwt(null==n?void 0:n.jwt);if(isDemo()||!n||t)return n;setUserIdentity(void 0);}var z=getTenantAlias,G=getAppDomain,B=getEngagementMedium;function K(){return (K=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);}return e}).apply(this,arguments)}function Z(e,n){return (Z=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function X(e,n){return n||(n=e.slice(0)),e.raw=n,e}function Y(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function ee(e,n){var t;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(t=function(e,n){if(e){if("string"==typeof e)return Y(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return "Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?Y(e,n):void 0}}(e))||n&&e&&"number"==typeof e.length){t&&(e=t);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return (t=e[Symbol.iterator]()).next.bind(t)}var ne=function(){return (ne=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var a in n=arguments[t])Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a]);return e}).apply(this,arguments)},te=new Map,re=new Map,ae=!0,oe=!1;function ie(e){return e.replace(/[\s,]+/g," ").trim()}function se(e){var n,t,r,a=ie(e);if(!te.has(a)){var o=parse(e,{experimentalFragmentVariables:oe});if(!o||"Document"!==o.kind)throw new Error("Not a valid GraphQL document.");te.set(a,function(e){var n=new Set(e.definitions);n.forEach(function(e){e.loc&&delete e.loc,Object.keys(e).forEach(function(t){var r=e[t];r&&"object"==typeof r&&n.add(r);});});var t=e.loc;return t&&(delete t.startToken,delete t.endToken),e}((n=o,t=new Set,r=[],n.definitions.forEach(function(e){if("FragmentDefinition"===e.kind){var n=e.name.value,a=ie((i=e.loc).source.body.substring(i.start,i.end)),o=re.get(n);o&&!o.has(a)?ae&&console.warn("Warning: fragment with name "+n+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):o||re.set(n,o=new Set),o.add(a),t.has(a)||(t.add(a),r.push(e));}else r.push(e);var i;}),ne(ne({},n),{definitions:r}))));}return te.get(a)}function ue(e){for(var n=[],t=1;t<arguments.length;t++)n[t-1]=arguments[t];"string"==typeof e&&(e=[e]);var r=e[0];return n.forEach(function(n,t){r+=n&&"Document"===n.kind?n.loc.source.body:n,r+=e[t+1];}),se(r)}var ce,de=ue;(ce=ue||(ue={})).gql=de,ce.resetCaches=function(){te.clear(),re.clear();},ce.disableFragmentWarnings=function(){ae=!1;},ce.enableExperimentalFragmentVariables=function(){oe=!0;},ce.disableExperimentalFragmentVariables=function(){oe=!1;},ue.default=ue;var le=ue;function fe(e,n){try{var t=e();}catch(e){return n(e)}return t&&t.then?t.then(void 0,n):t}var me=function(e){var n,t;function r(n,t){var r;(r=e.call(this,n,t)||this).subject=new Subject;var a=new Subject;return r.subject.pipe(bufferTime(200,void 0,10)).subscribe(function(e){try{if(!e.length)return Promise.resolve();for(var n,t=he(e),o=t.mergedQuery,i=t.mergedVariables,s=t.mergedQueryAddedEvents,u=ee(t.unmergedQueryAddedEvents);!(n=u()).done;)a.next(n.value);return s.length?Promise.resolve(fe(function(){return Promise.resolve(r.superRequest(o,i)).then(function(e){be(e,s);})},function(e){if(e instanceof types.ClientError){var n=function(){var n=e.response,t=n.data,r=n.errors;if(!t)return {v:Ie(s,e)};for(var a,o=Object.keys(t),i=[].concat(s),u=function(){var n=a.value,t=void 0;n.path.find(function(r,a,s){if(o.includes(r)){var u=pe(r),c=i.findIndex(function(e){return e.id===u});if(-1===c)return !1;o.splice(a,1),t=i.splice(c,1)[0];var d=ye(e.response.data,t);s[a]=ge(s[a],u);var l=t.query,f=t.variables,m=K({},e.response,{errors:[n],data:d,path:s}),v=new types.ClientError(m,{query:"string"!=typeof l?print(l):l,variables:f});return we(t,v),!0}return !1});},c=ee(r);!(a=c()).done;)u();be(t,i);}();if("object"==typeof n)return n.v}else Ie(s,e);})):Promise.resolve()}catch(e){return Promise.reject(e)}}),a.subscribe(function(e){try{var n=fe(function(){return Promise.resolve(r.superRequest(e.query,e.variables)).then(function(n){Ce(n,e);})},function(n){we(e,n);});return Promise.resolve(n&&n.then?n.then(function(){}):void 0)}catch(e){return Promise.reject(e)}}),r}t=e,(n=r).prototype=Object.create(t.prototype),n.prototype.constructor=n,Z(n,t);var a=r.prototype;return a.superRequest=function(n,t){return e.prototype.request.call(this,n,t)},a.request=function(e,n,t){var r=this;return new Promise(function(a,o){var i={query:e,variables:n,id:ve(),options:t,resolve:a,reject:o};r.subject.next(i);})},r}(dist$1.GraphQLClient),ve=function(){return nanoid().replace(/[-_]/g,"")},ge=function(e,n){return e.replace("_"+n,"")},pe=function(e){var n=e.split("_");return n[n.length-1]},he=function(e){var n=[],t=[],r=e.reduce(function(e,r){var a=r.query,o=r.variables,i=r.id,s=r.options;if(null==s||!s.batch)return t.push(r),e;try{var u="string"==typeof a?parse(a):a,c=u.definitions.find(function(e){return "FragmentDefinition"===e.kind}),d="string"==typeof a?a:print(a),l=/@/.test(d);if(c||l)return t.push(r),e;var f=function(e){return function(e,n){return e+"_"+n}(e,i)};return e=e.addN(u,[o],f,f),n.push(r),e}catch(n){return t.push(r),e}},M("BatchedQuery")),a=r.document,o=r.variables;return {mergedQuery:a&&print(a),mergedVariables:o,mergedQueryAddedEvents:n,unmergedQueryAddedEvents:t}},ye=function(e,n){if(!e)return e;var t=Object.keys(e),r=n.id;return t.reduce(function(n,t){var a;return t.endsWith(r)&&(n=K({},n,((a={})[ge(t,r)]=e[t],a))),n},{})},Ce=function(e,n){(0, n.resolve)(e);},be=function(e,n){for(var t,r=ee(n);!(t=r()).done;){var a=t.value,o=ye(e,a);a.resolve(o);}},we=function(e,n){(0, e.reject)(n);},Ie=function(e,n){for(var t,r=ee(e);!(t=r()).done;)(0, t.value.reject)(n);},Pe="sq:graphql-client",Ee=src(function(e,n,t){return new me(e+"/api/v1/"+n+"/graphql",{headers:{Authorization:"Bearer "+(t||"")}})});function Fe(e,n){switch(n.type){case"loading":return {data:void 0,errors:void 0,loading:!0};case"data":return {data:n.payload,errors:void 0,loading:!1};case"errors":return {data:void 0,errors:n.payload,loading:!1}}}function Me(e,n,t){void 0===t&&(t={batch:!0});var r,a,o,i,s,u,c=(r=J(),a=G(),o=z(),i=Ee(a,o,r),s=_(),null!=(u=h(s,"sq:graphql-client",{attempts:0}))?u:i),d=useReducer(Fe,n),l=d[1];return [d[0],useCallback(function(n,r){void 0===r&&(r=!1);try{if(!c){var a=new Error("No GraphQL client found");return l({type:"errors",payload:a}),Promise.resolve(a)}return Promise.resolve(function(a,o){try{var i=(r||l({type:"loading"}),Promise.resolve(c.request(e,n,t)).then(function(e){return l({type:"data",payload:e}),e}));}catch(e){return o(e)}return i&&i.then?i.then(void 0,o):i}(0,function(e){return l({type:"errors",payload:e}),e}))}catch(e){return Promise.reject(e)}},[c,e,l])]}var Se,De={loading:!1,data:void 0,errors:void 0};function $e(e){var n=Me(e,De);return [n[1],n[0]]}var Ae,ke=le(Se||(Se=X(["\n mutation AuthenticateWithEmailAndPassword(\n $email: String!\n $password: String!\n ) {\n authenticateManagedIdentityWithEmailAndPassword(\n authenticateManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function qe(){var e=$e(ke),n=e[0],t=e[1];return [function(e){try{return Promise.resolve(n(e)).then(function(e){if(!(e instanceof Error)&&e.authenticateManagedIdentityWithEmailAndPassword){var n=e.authenticateManagedIdentityWithEmailAndPassword.token,t=o(n).user;setUserIdentity({jwt:n,id:t.id,accountId:t.accountId,managedIdentity:{email:e.authenticateManagedIdentityWithEmailAndPassword.email,emailVerified:e.authenticateManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.authenticateManagedIdentityWithEmailAndPassword.sessionData}});}return e})}catch(e){return Promise.reject(e)}},{loading:t.loading,data:t.data,errors:t.errors}]}var je,Re=le(Ae||(Ae=X(["\n mutation RegisterWithEmailAndPassword(\n $email: String!\n $password: String!\n $formData: RSJsonNode\n $redirectPath: String\n ) {\n registerManagedIdentityWithEmailAndPassword(\n registerManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n formData: $formData\n redirectPath: $redirectPath\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function xe(){var e=$e(Re),n=e[0],t=e[1];return [function(e){try{return Promise.resolve(n(e)).then(function(e){if(!(e instanceof Error)&&e.registerManagedIdentityWithEmailAndPassword){var n=e.registerManagedIdentityWithEmailAndPassword.token,t=o(n).user;setUserIdentity({jwt:n,id:t.id,accountId:t.accountId,managedIdentity:{email:e.registerManagedIdentityWithEmailAndPassword.email,emailVerified:e.registerManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.registerManagedIdentityWithEmailAndPassword.sessionData}});}return e})}catch(e){return Promise.reject(e)}},{loading:t.loading,data:t.data,errors:t.errors}]}var Ve,Oe=le(je||(je=X(["\n mutation RegisterViaRegistrationForm($key: String!, $formData: RSJsonNode!) {\n submitForm(formSubmissionInput: { key: $key, formData: $formData }) {\n results {\n ... on FormHandlerSubmissionResult {\n result\n formHandler {\n namespace\n }\n }\n ... on FormHandlerError {\n errorCode\n error\n errorType\n formHandler {\n name\n endpointUrl\n }\n }\n }\n }\n }\n"])));function We(){var e=$e(Oe),n=e[0],t=e[1],r=t.loading,a=t.data,o$1=t.errors,i=useState(null),s=i[1];return [function(e){try{return s(null),Promise.resolve(n(e)).then(function(e){var n,t,r,a;if(e instanceof Error)return e;var o$1=null==(n=e.submitForm)||null==(t=n.results)?void 0:t.find(function(e){var n;return "identity"===(null==e||null==(n=e.formHandler)?void 0:n.namespace)});if(o$1&&null!=(r=o$1.result)&&null!=(a=r.results)&&a.length){var i=o$1.result.results[0];if(i.success){var c=i.data.token,d=o(c).user;setUserIdentity({jwt:c,id:d.id,accountId:d.accountId,managedIdentity:{email:i.data.email,emailVerified:i.data.emailVerified,sessionData:i.data.sessionData}});}else s(i.message);}return e})}catch(e){return Promise.reject(e)}},{loading:r,data:a,errors:o$1,formError:i[0]}]}var Ne,_e=le(Ve||(Ve=X(["\n mutation ChangePassword($password: String!) {\n changeManagedIdentityPassword(\n changeManagedIdentityPasswordInput: { password: $password }\n ) {\n success\n }\n }\n"])));function Ue(){var e=$e(_e),n=e[1];return [e[0],{loading:n.loading,data:n.data,errors:n.errors}]}var Le,He=le(Ne||(Ne=X(["\n mutation ResetPassword($oobCode: String!, $password: String!) {\n resetManagedIdentityPassword(\n resetManagedIdentityPasswordInput: {\n password: $password\n oobCode: $oobCode\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Te(){var e=$e(He),n=e[0],t=e[1];return [function(e){try{return Promise.resolve(n(e)).then(function(e){if(!(e instanceof Error)&&e.resetManagedIdentityPassword){var n=e.resetManagedIdentityPassword.token,t=o(n).user;setUserIdentity({jwt:n,id:t.id,accountId:t.accountId,managedIdentity:{email:e.resetManagedIdentityPassword.email,emailVerified:e.resetManagedIdentityPassword.emailVerified,sessionData:e.resetManagedIdentityPassword.sessionData}});}return e})}catch(e){return Promise.reject(e)}},{loading:t.loading,data:t.data,errors:t.errors}]}var Je=le(Le||(Le=X(["\n mutation VerifyPasswordResetCode($oobCode: String!) {\n verifyManagedIdentityPasswordResetCode(\n verifyManagedIdentityPasswordResetCodeInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function Qe(){return $e(Je)}function ze(){var e=_();return {refresh:useCallback(function(){e.dispatchEvent(new CustomEvent("sq:refresh",{bubbles:!0,composed:!0,cancelable:!0,detail:{}}));},[e])}}function Ge(e){var n=e.skip,t=void 0!==n&&n,r=e.update,a=e.variables;useEffect(function(){var e=function(e){!t&&r(a,!0);};return document.addEventListener("sq:refresh",e),function(){return document.removeEventListener("sq:refresh",e)}},function(e){var n=useRef(e),t=useRef(0);return equal(e,n.current)||(n.current=e,t.current+=1),useMemo(function(){return n.current},[t.current])}([a,r,t]));}var Be,Ke={loading:!1,data:void 0,errors:void 0},Ze=Symbol();function Xe(e){var n=Me(e,Ke),t=n[0],r=n[1],a=useRef(Ze);Ge({skip:a.current===Ze,update:r,variables:a.current});var o=useCallback(function(e){return a.current=e,r(e)},[r]);return [r,K({},t,{refetch:o})]}var Ye,en=le(Be||(Be=X(["\n query ManagedIdentitySession {\n managedIdentitySession {\n email\n emailVerified\n sessionData\n }\n }\n"])));function nn(){var e=Q(),n=Xe(en),t=n[0],r=n[1],a=r.refetch,o=function(n){n instanceof Error||!n.managedIdentitySession||setUserIdentity(K({},e,{managedIdentity:n.managedIdentitySession}));};return [function(){try{return Promise.resolve(t({})).then(function(e){return o(e),e})}catch(e){return Promise.reject(e)}},{loading:r.loading,data:r.data,errors:r.errors,refetch:function(){try{return Promise.resolve(a()).then(function(e){return o(e),e})}catch(e){return Promise.reject(e)}}}]}var tn,rn=le(Ye||(Ye=X(["\n mutation VerifyEmail($oobCode: String!) {\n verifyManagedIdentityEmail(\n verifyManagedIdentityEmailInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function an(){var e=nn()[0],n=$e(rn),t=n[0],r=n[1];return [function(n){try{return Promise.resolve(t(n)).then(function(n){var t=function(){if(!(n instanceof Error)&&n.verifyManagedIdentityEmail.success)return Promise.resolve(e()).then(function(){})}();return t&&t.then?t.then(function(){return n}):n})}catch(n){return Promise.reject(n)}},{loading:r.loading,data:r.data,errors:r.errors}]}var on,sn=le(tn||(tn=X(["\n mutation RequestPasswordResetEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityPasswordResetEmail(\n requestManagedIdentityPasswordResetEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function un(){return $e(sn)}var cn,dn=le(on||(on=X(["\n mutation RequestVerificationEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityVerificationEmail(\n requestManagedIdentityVerificationEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function ln(){return $e(dn)}var fn=le(cn||(cn=X(["\n mutation authenticateManagedIdentityWithInstantAccess(\n $email: String!\n $firstName: String\n $lastName: String\n $locale: RSLocale\n $countryCode: RSCountryCode\n $cookies: String\n ) {\n authenticateManagedIdentityWithInstantAccess(\n authenticateManagedIdentityWithInstantAccessInput: {\n email: $email\n firstName: $firstName\n lastName: $lastName\n locale: $locale\n countryCode: $countryCode\n cookies: $cookies\n }\n ) {\n email\n emailVerified\n sessionData\n token\n }\n }\n"])));function mn(){var e=H(),n=getEnvironment(),t=$e(fn),r=t[0],a=t[1];return [function(t){try{return Promise.resolve(r(t)).then(function(t){var r=function(){if(!(t instanceof Error)&&t.authenticateManagedIdentityWithInstantAccess)return Promise.resolve(function(e,n){try{return Promise.resolve(function(t,r){try{var a=Promise.resolve(fetch(getAppDomain()+"/api/v1/"+getTenantAlias()+"/graphql",{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+n},body:JSON.stringify({query:"\n query checkReferralFraudStatus($programId: ID) {\n viewer {\n ... on User {\n id\n instantAccessRewards(filter: { programId_eq: $programId }) {\n data {\n id\n pendingReasons\n cancelledReason\n }\n }\n }\n }\n }\n",variables:{programId:e}})})).then(function(e){if(!e.ok)throw new Error("Failed to fetch locale");return Promise.resolve(e.json()).then(function(e){var n;if(e.errors)throw new Error(JSON.stringify(e.errors,null,2));var t=(null==(n=e.data.viewer.instantAccessRewards)?void 0:n.data)||[];return t.some(function(e){return "SUSPECTED_FRAUD"===e.cancelledReason})?"DENIED":t.some(function(e){var n;return null==(n=e.pendingReasons)?void 0:n.includes("SUSPECTED_FRAUD")})?"PENDING_REVIEW":"APPROVED"})});}catch(e){return r(e)}return a&&a.then?a.then(void 0,r):a}(0,function(e){console.error(e);}))}catch(e){return Promise.reject(e)}}(e,t.authenticateManagedIdentityWithInstantAccess.token)).then(function(e){if("APPROVED"!==e)throw {name:"fraud_error",message:"Referral flagged as fraud."};var r=t.authenticateManagedIdentityWithInstantAccess.email;if(setUserIdentity({jwt:t.authenticateManagedIdentityWithInstantAccess.token,id:r,accountId:r}),"SquatchJS2"===n){var a=new CustomEvent("sq:user-registration",{bubbles:!0,detail:{userId:r,accountId:r}});document.dispatchEvent(a);}})}();return r&&r.then?r.then(function(e){return t}):t})}catch(e){return Promise.reject(e)}},{loading:a.loading,data:a.data,errors:a.errors}]}function vn(e,n){var t=useRef();return t.current&&equal(n,t.current.key)||(t.current={key:n,value:e()}),t.current.value}function gn(){return useReducer(function(e){return e+1},0)}function pn(e){for(var n,t=ee(Object.getOwnPropertyNames(e));!(n=t()).done;){var r=e[n.value];r&&"object"==typeof r&&pn(r);}return Object.freeze(e)}var hn={loading:!0,data:void 0,errors:void 0};function yn(e,n,t,r){var a=Me(e,hn,K({batch:!0},r||{})),o=a[0],i=a[1],s=gn(),u=s[1];return vn(function(){!t&&i(n);},[e,n,i,s[0],t]),Ge({skip:t,update:i,variables:n}),pn(K({},o,{refetch:u}))}function Cn(e){var n=_(),t=y(n,Pn(e.namespace),e.initialValue),r=t[0],a=t[1];return y(n,En(e.namespace),[r,a]),[r,a]}function bn(e){var n=d(En(e)),t=d(Pn(e));return n?[t,n[1]]:[void 0,void 0]}function wn(e){var n=d(En(e));if(n)return n[1]}function In(e){return d(Pn(e))}function Pn(e){return e+"-value"}function En(e){return e+"-state"}function Fn(e){var n=_(),t=yn(e.query,e.variables||{},e.skip,K({batch:!0},e.options||{})),r=y(n,Pn(e.namespace),t),a=r[0],o=r[1];return useEffect(function(){umd.deepEqual(t,a)||o(t);},[t,a]),t}function Mn(e){return d(Pn(e))||{data:null,loading:!0,refetch:function(){return console.warn("component still loading")}}}function Sn(){var e=gn()[1];return useEffect(function(){return history_default.listen(function(){e();})},[]),history_default.location}var Dn,$n=history_default;function An(e){var n=useState({limit:e.limit,offset:e.offset}),t=n[0],r=n[1],a=t.offset,o=t.limit,i=function(e,n){return e*n},s=function(e,n){return Math.ceil(e/n)||0};return {limit:o,setLimit:function(e){var n=s(a,e),o=i(e,n);r(K({},t,{limit:e,offset:o}));},offset:a,setCurrentPage:function(e){var n=i(e,o);r(function(e){return K({},e,{offset:n})});},calculatePagination:function(e,n){var t=s(a,o),r=function(e,n){return Math.ceil(e/n)||0}(n,o),i=0===e?"0":e>1?a+1+"-"+(a+e):""+(a+1);return {currentPage:t,pageCount:r,rangeOnPage:i,pageProgress:i+" of "+n}}}}function kn(e,n,t,r,a){var o;void 0===r&&(r={}),void 0===a&&(a=!1);var i=An(t),s=i.limit,u=i.setLimit,c=i.setCurrentPage,d=i.calculatePagination,l=yn(e,K({limit:s,offset:i.offset},r),a),f=l.loading,m=l.errors,v=l.refetch,g=n(l.data),p=d((null==g||null==(o=g.data)?void 0:o.length)||0,(null==g?void 0:g.totalCount)||0);return {envelope:g,states:{errors:m,loading:f,limit:s,currentPage:p.currentPage,pageCount:p.pageCount,pageProgress:p.pageProgress},callbacks:{refetch:v,setLimit:u,setCurrentPage:c}}}var xn=dist$1.gql(Dn||(Dn=X(["\n mutation ($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var On=1e3,Wn=60*On,Nn=60*Wn,_n=24*Nn,Un=function(e,n){n=n||{};var t=typeof e;if("string"===t&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var n=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(n){var t=parseFloat(n[1]);switch((n[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*t;case"weeks":case"week":case"w":return 6048e5*t;case"days":case"day":case"d":return t*_n;case"hours":case"hour":case"hrs":case"hr":case"h":return t*Nn;case"minutes":case"minute":case"mins":case"min":case"m":return t*Wn;case"seconds":case"second":case"secs":case"sec":case"s":return t*On;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}(e);if("number"===t&&isFinite(e))return n.long?function(e){var n=Math.abs(e);return n>=_n?Ln(e,n,_n,"day"):n>=Nn?Ln(e,n,Nn,"hour"):n>=Wn?Ln(e,n,Wn,"minute"):n>=On?Ln(e,n,On,"second"):e+" ms"}(e):function(e){var n=Math.abs(e);return n>=_n?Math.round(e/_n)+"d":n>=Nn?Math.round(e/Nn)+"h":n>=Wn?Math.round(e/Wn)+"m":n>=On?Math.round(e/On)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Ln(e,n,t,r){var a=n>=1.5*t;return Math.round(e/t)+" "+r+(a?"s":"")}var Hn,Tn,Jn,Qn,zn,Gn=(function(e,n){n.formatArgs=function(n){if(n[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+n[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const t="color: "+this.color;n.splice(1,0,t,"color: inherit");let r=0,a=0;n[0].replace(/%[a-zA-Z%]/g,e=>{"%%"!==e&&(r++,"%c"===e&&(a=r));}),n.splice(a,0,t);},n.save=function(e){try{e?n.storage.setItem("debug",e):n.storage.removeItem("debug");}catch(e){}},n.load=function(){let e;try{e=n.storage.getItem("debug");}catch(e){}return !e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},n.useColors=function(){return !("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},n.storage=function(){try{return localStorage}catch(e){}}(),n.destroy=(()=>{let e=!1;return ()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."));}})(),n.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],n.log=console.debug||console.log||(()=>{}),e.exports=function(e){function n(e){let r,a=null;function o(...e){if(!o.enabled)return;const t=o,a=Number(new Date);t.diff=a-(r||a),t.prev=r,t.curr=a,r=a,e[0]=n.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(r,a)=>{if("%%"===r)return "%";i++;const o=n.formatters[a];return "function"==typeof o&&(r=o.call(t,e[i]),e.splice(i,1),i--),r}),n.formatArgs.call(t,e),(t.log||n.log).apply(t,e);}return o.namespace=e,o.useColors=n.useColors(),o.color=n.selectColor(e),o.extend=t,o.destroy=n.destroy,Object.defineProperty(o,"enabled",{enumerable:!0,configurable:!1,get:()=>null===a?n.enabled(e):a,set:e=>{a=e;}}),"function"==typeof n.init&&n.init(o),o}function t(e,t){const r=n(this.namespace+(void 0===t?":":t)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return n.debug=n,n.default=n,n.coerce=function(e){return e instanceof Error?e.stack||e.message:e},n.disable=function(){const e=[...n.names.map(r),...n.skips.map(r).map(e=>"-"+e)].join(",");return n.enable(""),e},n.enable=function(e){let t;n.save(e),n.names=[],n.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),a=r.length;for(t=0;t<a;t++)r[t]&&("-"===(e=r[t].replace(/\*/g,".*?"))[0]?n.skips.push(new RegExp("^"+e.substr(1)+"$")):n.names.push(new RegExp("^"+e+"$")));},n.enabled=function(e){if("*"===e[e.length-1])return !0;let t,r;for(t=0,r=n.skips.length;t<r;t++)if(n.skips[t].test(e))return !1;for(t=0,r=n.names.length;t<r;t++)if(n.names[t].test(e))return !0;return !1},n.humanize=Un,n.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");},Object.keys(e).forEach(t=>{n[t]=e[t];}),n.names=[],n.skips=[],n.formatters={},n.selectColor=function(e){let t=0;for(let n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return n.colors[Math.abs(t)%n.colors.length]},n.enable(n.load()),n}(n);const{formatters:t}=e.exports;t.j=function(e){try{return JSON.stringify(e)}catch(e){return "[UnexpectedJSONParseError]: "+e.message}};}(Hn={exports:{}},Hn.exports),Hn.exports),Bn=Gn("sq:load-event"),Kn=dist$1.gql(Tn||(Tn=X(["\n mutation loadEvent($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var Xn=Gn("sq:useForm"),Yn=dist$1.gql(Jn||(Jn=X(["\n query ($key: String!) {\n form(key: $key) {\n schema\n initialData {\n initialData\n isEnabled\n isEnabledErrorMessage\n }\n }\n }\n"]))),et=dist$1.gql(Qn||(Qn=X(["\n mutation ($formSubmissionInput: FormSubmissionInput!) {\n submitForm(formSubmissionInput: $formSubmissionInput) {\n success\n results {\n ... on FormHandlerSubmissionResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"]))),nt=dist$1.gql(zn||(zn=X(["\n query ($formValidationInput: FormValidationInput!) {\n validateForm(formValidationInput: $formValidationInput) {\n valid\n results {\n ... on FormHandlerValidationResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"])));
|
|
9964
8761
|
|
|
9965
|
-
export { $
|
|
8762
|
+
export { $n as $, B, Cn as C, Ee as E, Fn as F, H, In as I, J, L, Mn as M, Pe as P, Q, Sn as S, Te as T, U, We as W, Xe as X, _, getEnvironmentSDK as a, setUserIdentity as b, mn as c, dist$1 as d, un as e, $e as f, gn as g, Qe as h, isDemo as i, an as j, kn as k, ln as l, memoize$1 as m, nn as n, setProgramId as o, Ue as p, qe as q, ze as r, src as s, bn as t, useCallback as u, Pn as v, wn as w, xe as x, yn as y, z };
|