@saasquatch/mint-components 1.5.0-75 → 1.5.0-76
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-c4425ca8.js → ShadowViewAddon-878ad3f9.js} +20 -18
- package/dist/cjs/{global-633d1fb7.js → global-4c495d76.js} +1 -1
- package/dist/cjs/{index.module-f972f103.js → index.module-54724339.js} +6298 -6298
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mint-components.cjs.js +3 -3
- package/dist/cjs/{useChildElements-36bc6f2a.js → re-render-2f8d0f37.js} +2 -18
- package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
- package/dist/cjs/sqm-big-stat.cjs.entry.js +3 -3
- package/dist/cjs/sqm-brand_29.cjs.entry.js +65 -73
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
- package/dist/cjs/sqm-image_4.cjs.entry.js +2 -2
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
- package/dist/cjs/sqm-name-fields.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-navigation-sidebar-item-view-2ac54715.js → sqm-navigation-sidebar-item-view-da648fbc.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
- package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-email-verification-view-c32a55d6.js → sqm-portal-email-verification-view-1552442a.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-portal-footer-view-cac67bc9.js → sqm-portal-footer-view-15ce261b.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-profile-view-dea275e0.js → sqm-portal-profile-view-659635e9.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +6 -6
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +6 -6
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +6 -6
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +14 -11
- package/dist/cjs/sqm-refresh-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +14 -13
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +118 -98
- package/dist/cjs/sqm-tab.cjs.entry.js +37 -2
- package/dist/cjs/sqm-tabs.cjs.entry.js +54 -0
- package/dist/cjs/useChildElements-a68699b4.js +21 -0
- package/dist/cjs/{useDemoBigStat-99093687.js → useDemoBigStat-426e3319.js} +4 -4
- package/dist/cjs/{useReferralTable-873ca73d.js → useReferralTable-45f295ba.js} +8 -7
- package/dist/collection/collection-manifest.json +1 -2
- package/dist/collection/components/sqm-hero-image/HeroImage.stories.js +26 -14
- package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +3 -8
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +6 -71
- package/dist/collection/components/sqm-image/Image.stories.js +9 -9
- package/dist/collection/components/sqm-image/sqm-image-view.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image.js +3 -3
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +3 -1
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +5 -1
- package/dist/collection/components/sqm-tab/sqm-tab-view.js +17 -0
- package/dist/collection/components/sqm-tab/sqm-tab.js +43 -8
- package/dist/collection/components/sqm-tab/useTab.js +15 -0
- package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +17 -0
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +17 -0
- package/dist/collection/components/sqm-tabs/useTabs.js +13 -0
- package/dist/collection/components/sqm-task-card/SVGs.js +3 -3
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +6 -4
- package/dist/esm/{ShadowViewAddon-37fc80aa.js → ShadowViewAddon-9ee208b0.js} +20 -18
- package/dist/esm/{global-d45758a7.js → global-c2179248.js} +1 -1
- package/dist/esm/{index.module-8e23a02c.js → index.module-ec3dcc82.js} +6281 -6281
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/{useChildElements-47a37020.js → re-render-43311710.js} +4 -19
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/sqm-big-stat.entry.js +3 -3
- package/dist/esm/sqm-brand_29.entry.js +64 -72
- package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
- package/dist/esm/sqm-image_4.entry.js +2 -2
- package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
- package/dist/esm/sqm-name-fields.entry.js +2 -2
- package/dist/esm/{sqm-navigation-sidebar-item-view-7ed452df.js → sqm-navigation-sidebar-item-view-a6f7f96c.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
- package/dist/esm/sqm-password-field.entry.js +2 -2
- package/dist/esm/sqm-popup-container.entry.js +4 -4
- package/dist/esm/{sqm-portal-email-verification-view-08c7e4d9.js → sqm-portal-email-verification-view-8acdcd89.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +6 -6
- package/dist/esm/{sqm-portal-footer-view-fe94be2b.js → sqm-portal-footer-view-9995ad03.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +3 -3
- package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
- package/dist/esm/sqm-portal-logout.entry.js +4 -4
- package/dist/esm/{sqm-portal-profile-view-a549a7c0.js → sqm-portal-profile-view-71c84f2e.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +7 -7
- package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
- package/dist/esm/sqm-portal-reset-password.entry.js +6 -6
- package/dist/esm/sqm-portal-verify-email.entry.js +6 -6
- package/dist/esm/sqm-referral-table_11.entry.js +9 -6
- package/dist/esm/sqm-refresh-button.entry.js +2 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +9 -8
- package/dist/esm/sqm-stencilbook.entry.js +118 -98
- package/dist/esm/sqm-tab.entry.js +40 -5
- package/dist/esm/sqm-tabs.entry.js +50 -0
- package/dist/esm/useChildElements-0146a8bd.js +19 -0
- package/dist/esm/{useDemoBigStat-e2bb9edb.js → useDemoBigStat-022e116d.js} +4 -4
- package/dist/esm/{useReferralTable-a585a7f3.js → useReferralTable-596519fc.js} +7 -6
- package/dist/esm-es5/ShadowViewAddon-9ee208b0.js +1 -0
- package/dist/esm-es5/{global-d45758a7.js → global-c2179248.js} +1 -1
- package/dist/esm-es5/index.module-ec3dcc82.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/re-render-43311710.js +1 -0
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
- package/dist/esm-es5/sqm-brand_29.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-image_4.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-7ed452df.js → sqm-navigation-sidebar-item-view-a6f7f96c.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-08c7e4d9.js → sqm-portal-email-verification-view-8acdcd89.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-fe94be2b.js → sqm-portal-footer-view-9995ad03.js} +1 -1
- package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-a549a7c0.js → sqm-portal-profile-view-71c84f2e.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-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-refresh-button.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 -0
- package/dist/esm-es5/useChildElements-0146a8bd.js +1 -0
- package/dist/esm-es5/useDemoBigStat-022e116d.js +1 -0
- package/dist/esm-es5/useReferralTable-596519fc.js +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-bcd85b52.system.entry.js → p-01748c80.system.entry.js} +1 -1
- package/dist/mint-components/p-07005b24.system.entry.js +1 -0
- package/dist/mint-components/{p-c094483d.js → p-092d50be.js} +2 -2
- package/dist/mint-components/{p-11adc84b.js → p-0d66fc45.js} +1 -1
- package/dist/mint-components/{p-69f44e8b.js → p-0fa2ba69.js} +1 -1
- package/dist/mint-components/{p-81ef8a71.entry.js → p-1288be55.entry.js} +1 -1
- package/dist/mint-components/{p-672a504b.system.js → p-134f64dc.system.js} +1 -1
- package/dist/mint-components/{p-f9513a04.system.entry.js → p-136e2028.system.entry.js} +1 -1
- package/dist/mint-components/{p-55e0465a.system.entry.js → p-182b47d2.system.entry.js} +1 -1
- package/dist/mint-components/{p-68fd7c3d.system.entry.js → p-197d1027.system.entry.js} +1 -1
- package/dist/mint-components/{p-cd08d6a8.entry.js → p-1b9b8bfb.entry.js} +10 -10
- package/dist/mint-components/p-233dfb7d.system.js +1 -0
- package/dist/mint-components/p-23ece152.system.entry.js +1 -0
- package/dist/mint-components/{p-c5a062af.system.entry.js → p-249a778c.system.entry.js} +1 -1
- package/dist/mint-components/p-258d46de.entry.js +1 -0
- package/dist/mint-components/p-27e04aaf.entry.js +1 -0
- package/dist/mint-components/p-298af592.system.entry.js +1 -0
- package/dist/mint-components/p-2f6decd6.entry.js +1 -0
- package/dist/mint-components/p-31f775f1.entry.js +1 -0
- package/dist/mint-components/p-38e81e7a.entry.js +1 -0
- package/dist/mint-components/p-396b5489.js +1 -0
- package/dist/mint-components/p-3b184c32.js +1 -0
- package/dist/mint-components/{p-41659735.system.js → p-3c934de4.system.js} +1 -1
- package/dist/mint-components/{p-c579ab6c.system.entry.js → p-4275c957.system.entry.js} +1 -1
- package/dist/mint-components/p-448822f7.system.entry.js +1 -0
- package/dist/mint-components/p-47a0b6a2.js +30 -0
- package/dist/mint-components/{p-91ce29c3.entry.js → p-49c9ff69.entry.js} +1 -1
- package/dist/mint-components/{p-96a155ce.system.js → p-51a0961b.system.js} +1 -1
- package/dist/mint-components/{p-ef7a6f26.entry.js → p-54986541.entry.js} +1 -1
- package/dist/mint-components/p-5667647c.system.entry.js +1 -0
- package/dist/mint-components/{p-3a8a0112.entry.js → p-58e718de.entry.js} +1 -1
- package/dist/mint-components/{p-4bb1034f.entry.js → p-616a0d9b.entry.js} +1 -1
- package/dist/mint-components/p-63a6475a.system.entry.js +1 -0
- package/dist/mint-components/p-668bbbf4.system.js +1 -0
- package/dist/mint-components/{p-f4b9696d.system.entry.js → p-6dc64a2f.system.entry.js} +1 -1
- package/dist/mint-components/p-72a978c8.entry.js +1 -0
- package/dist/mint-components/{p-90c60371.system.entry.js → p-76325d9c.system.entry.js} +1 -1
- package/dist/mint-components/p-7ba0e231.js +1 -0
- package/dist/mint-components/{p-eefd4638.entry.js → p-7c8ca014.entry.js} +2 -2
- package/dist/mint-components/{p-bfa918e7.system.entry.js → p-7d74b018.system.entry.js} +1 -1
- package/dist/mint-components/p-871536c7.entry.js +1 -0
- package/dist/mint-components/{p-0ed31cac.js → p-88be9a23.js} +1 -1
- package/dist/mint-components/p-89101dc5.system.js +1 -0
- package/dist/mint-components/{p-0d59a2af.system.js → p-8a55dda8.system.js} +1 -1
- package/dist/mint-components/{p-f8968fee.system.js → p-9294bb29.system.js} +1 -1
- package/dist/mint-components/p-96c971fa.entry.js +1 -0
- package/dist/mint-components/p-97f843f9.system.entry.js +1 -0
- package/dist/mint-components/{p-98e66502.entry.js → p-9f65904f.entry.js} +1 -1
- package/dist/mint-components/{p-fec7d941.system.entry.js → p-a10bbd50.system.entry.js} +1 -1
- package/dist/mint-components/{p-c841ffb0.js → p-a5a7c655.js} +1 -1
- package/dist/mint-components/{p-d1caa056.system.entry.js → p-a674c833.system.entry.js} +1 -1
- package/dist/mint-components/p-b0c32d15.system.js +1 -0
- package/dist/mint-components/p-b0d6a380.system.js +1 -0
- package/dist/mint-components/{p-d518d3a9.system.js → p-b62cb89c.system.js} +1 -1
- package/dist/mint-components/p-b9974b87.entry.js +1 -0
- package/dist/mint-components/{p-58e5967c.entry.js → p-c432ee49.entry.js} +2 -2
- package/dist/mint-components/p-caad0168.entry.js +1 -0
- package/dist/mint-components/{p-111e4604.entry.js → p-d312db42.entry.js} +1 -1
- package/dist/mint-components/{p-c4fcc31a.system.entry.js → p-d6ef4765.system.entry.js} +1 -1
- package/dist/mint-components/p-dcff1a85.entry.js +1 -0
- package/dist/mint-components/{p-3250c3fb.system.entry.js → p-e1166d9b.system.entry.js} +1 -1
- package/dist/mint-components/{p-0c774d6b.js → p-e43c77bd.js} +1 -1
- package/dist/mint-components/{p-609552b3.entry.js → p-e7b20665.entry.js} +1 -1
- package/dist/mint-components/p-e8ae39ef.system.entry.js +1 -0
- package/dist/mint-components/{p-ac3742ab.js → p-ea197664.js} +1 -1
- package/dist/mint-components/p-efae86df.system.js +1 -0
- package/dist/mint-components/p-f241ee8a.system.entry.js +1 -0
- package/dist/mint-components/{p-b343d948.system.entry.js → p-f2fccdea.system.entry.js} +1 -1
- package/dist/mint-components/{p-fe5467dd.entry.js → p-f494eaa5.entry.js} +2 -2
- package/dist/mint-components/{p-e0d0db66.system.entry.js → p-f5cba1f7.system.entry.js} +1 -1
- package/dist/mint-components/{p-d0857216.entry.js → p-f6989de4.entry.js} +2 -2
- package/dist/types/components/sqm-hero-image/HeroImage.stories.d.ts +6 -2
- package/dist/types/components/sqm-hero-image/sqm-hero-image-view.d.ts +0 -3
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +3 -15
- package/dist/types/components/sqm-image/Image.stories.d.ts +3 -3
- package/dist/types/components/sqm-image/sqm-image-view.d.ts +1 -1
- package/dist/types/components/sqm-image/sqm-image.d.ts +1 -1
- package/dist/types/components/sqm-tab/sqm-tab-view.d.ts +5 -0
- package/dist/types/components/sqm-tab/sqm-tab.d.ts +2 -1
- package/dist/types/components/sqm-tab/useTab.d.ts +8 -0
- package/dist/types/components/sqm-tabs/sqm-tabs-view.d.ts +11 -0
- package/dist/types/components/{sqm-tab-group/sqm-tab-group.d.ts → sqm-tabs/sqm-tabs.d.ts} +1 -2
- package/dist/types/components/sqm-tabs/useTabs.d.ts +12 -0
- package/dist/types/components/sqm-task-card/SVGs.d.ts +3 -3
- package/dist/types/components.d.ts +25 -58
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/sqm-tab-group.cjs.entry.js +0 -20
- package/dist/cjs/sqm-tab-panel.cjs.entry.js +0 -20
- package/dist/collection/components/sqm-tab-group/sqm-tab-group.js +0 -19
- package/dist/collection/components/sqm-tab-panel/sqm-tab-panel.js +0 -19
- package/dist/esm/sqm-tab-group.entry.js +0 -16
- package/dist/esm/sqm-tab-panel.entry.js +0 -16
- package/dist/esm-es5/ShadowViewAddon-37fc80aa.js +0 -1
- package/dist/esm-es5/index.module-8e23a02c.js +0 -1
- package/dist/esm-es5/sqm-tab-group.entry.js +0 -1
- package/dist/esm-es5/sqm-tab-panel.entry.js +0 -1
- package/dist/esm-es5/useChildElements-47a37020.js +0 -1
- package/dist/esm-es5/useDemoBigStat-e2bb9edb.js +0 -1
- package/dist/esm-es5/useReferralTable-a585a7f3.js +0 -1
- package/dist/mint-components/p-051cd961.system.entry.js +0 -1
- package/dist/mint-components/p-0c67d3db.entry.js +0 -1
- package/dist/mint-components/p-0ee39103.entry.js +0 -1
- package/dist/mint-components/p-12c6ad5d.system.entry.js +0 -1
- package/dist/mint-components/p-17abcb17.system.js +0 -1
- package/dist/mint-components/p-20f8caa1.system.entry.js +0 -1
- package/dist/mint-components/p-2213f0e9.js +0 -30
- package/dist/mint-components/p-2a68cee5.entry.js +0 -1
- package/dist/mint-components/p-2d7db47e.entry.js +0 -1
- package/dist/mint-components/p-48b6bc64.entry.js +0 -1
- package/dist/mint-components/p-5259ba01.entry.js +0 -1
- package/dist/mint-components/p-55b946ad.system.entry.js +0 -1
- package/dist/mint-components/p-68c38020.entry.js +0 -1
- package/dist/mint-components/p-6b36aefc.js +0 -1
- package/dist/mint-components/p-7aea48a0.entry.js +0 -1
- package/dist/mint-components/p-88765e8f.system.entry.js +0 -1
- package/dist/mint-components/p-95a1e28e.entry.js +0 -1
- package/dist/mint-components/p-9724cf5a.entry.js +0 -1
- package/dist/mint-components/p-9e557b3b.system.entry.js +0 -1
- package/dist/mint-components/p-aab3dc7b.system.entry.js +0 -1
- package/dist/mint-components/p-c33c381f.entry.js +0 -1
- package/dist/mint-components/p-cdbbb5f4.system.js +0 -1
- package/dist/mint-components/p-cf5d224f.js +0 -1
- package/dist/mint-components/p-cf65447a.system.entry.js +0 -1
- package/dist/mint-components/p-cfdaecda.entry.js +0 -1
- package/dist/mint-components/p-d165c3e3.system.js +0 -1
- package/dist/mint-components/p-d66eb6a1.system.entry.js +0 -1
- package/dist/mint-components/p-dde01793.system.js +0 -1
- package/dist/mint-components/p-e443f189.system.js +0 -1
- package/dist/mint-components/p-ec98a39f.system.entry.js +0 -1
- package/dist/types/components/sqm-tab-panel/sqm-tab-panel.d.ts +0 -6
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{c as n,a as t,d as e,h as i,u as r,e as o,f as u,i as s,j as a,k as c}from"./p-b7da9a8a.js";import{u as f}from"./p-d1520098.js";import{_ as l}from"./p-81f34787.js";var h=n((function(n,e){var i="undefined"!=typeof self?self:t,r=function(){function n(){this.fetch=!1,this.DOMException=i.DOMException}return n.prototype=i,new n}();!function(n){!function(t){var e="URLSearchParams"in n,i="Symbol"in n&&"iterator"in Symbol,r="FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch(n){return!1}}(),o="FormData"in n,u="ArrayBuffer"in n;if(u)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],a=ArrayBuffer.isView||function(n){return n&&s.indexOf(Object.prototype.toString.call(n))>-1};function c(n){if("string"!=typeof n&&(n=String(n)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(n))throw new TypeError("Invalid character in header field name");return n.toLowerCase()}function f(n){return"string"!=typeof n&&(n=String(n)),n}function l(n){var t={next:function(){var t=n.shift();return{done:void 0===t,value:t}}};return i&&(t[Symbol.iterator]=function(){return t}),t}function h(n){this.map={},n instanceof h?n.forEach((function(n,t){this.append(t,n)}),this):Array.isArray(n)?n.forEach((function(n){this.append(n[0],n[1])}),this):n&&Object.getOwnPropertyNames(n).forEach((function(t){this.append(t,n[t])}),this)}function d(n){if(n.bodyUsed)return Promise.reject(new TypeError("Already read"));n.bodyUsed=!0}function v(n){return new Promise((function(t,e){n.onload=function(){t(n.result)},n.onerror=function(){e(n.error)}}))}function p(n){var t=new FileReader,e=v(t);return t.readAsArrayBuffer(n),e}function m(n){if(n.slice)return n.slice(0);var t=new Uint8Array(n.byteLength);return t.set(new Uint8Array(n)),t.buffer}function y(){return this.bodyUsed=!1,this._initBody=function(n){var t;this._bodyInit=n,n?"string"==typeof n?this._bodyText=n:r&&Blob.prototype.isPrototypeOf(n)?this._bodyBlob=n:o&&FormData.prototype.isPrototypeOf(n)?this._bodyFormData=n:e&&URLSearchParams.prototype.isPrototypeOf(n)?this._bodyText=n.toString():u&&r&&(t=n)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=m(n.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):u&&(ArrayBuffer.prototype.isPrototypeOf(n)||a(n))?this._bodyArrayBuffer=m(n):this._bodyText=n=Object.prototype.toString.call(n):this._bodyText="",this.headers.get("content-type")||("string"==typeof n?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):e&&URLSearchParams.prototype.isPrototypeOf(n)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},r&&(this.blob=function(){var n=d(this);if(n)return n;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?d(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(p)}),this.text=function(){var n,t,e,i=d(this);if(i)return i;if(this._bodyBlob)return n=this._bodyBlob,e=v(t=new FileReader),t.readAsText(n),e;if(this._bodyArrayBuffer)return Promise.resolve(function(n){for(var t=new Uint8Array(n),e=new Array(t.length),i=0;i<t.length;i++)e[i]=String.fromCharCode(t[i]);return e.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o&&(this.formData=function(){return this.text().then(E)}),this.json=function(){return this.text().then(JSON.parse)},this}h.prototype.append=function(n,t){n=c(n),t=f(t);var e=this.map[n];this.map[n]=e?e+", "+t:t},h.prototype.delete=function(n){delete this.map[c(n)]},h.prototype.get=function(n){return n=c(n),this.has(n)?this.map[n]:null},h.prototype.has=function(n){return this.map.hasOwnProperty(c(n))},h.prototype.set=function(n,t){this.map[c(n)]=f(t)},h.prototype.forEach=function(n,t){for(var e in this.map)this.map.hasOwnProperty(e)&&n.call(t,this.map[e],e,this)},h.prototype.keys=function(){var n=[];return this.forEach((function(t,e){n.push(e)})),l(n)},h.prototype.values=function(){var n=[];return this.forEach((function(t){n.push(t)})),l(n)},h.prototype.entries=function(){var n=[];return this.forEach((function(t,e){n.push([e,t])})),l(n)},i&&(h.prototype[Symbol.iterator]=h.prototype.entries);var b=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function w(n,t){var e,i,r=(t=t||{}).body;if(n instanceof w){if(n.bodyUsed)throw new TypeError("Already read");this.url=n.url,this.credentials=n.credentials,t.headers||(this.headers=new h(n.headers)),this.method=n.method,this.mode=n.mode,this.signal=n.signal,r||null==n._bodyInit||(r=n._bodyInit,n.bodyUsed=!0)}else this.url=String(n);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new h(t.headers)),this.method=(i=(e=t.method||this.method||"GET").toUpperCase(),b.indexOf(i)>-1?i:e),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r)}function E(n){var t=new FormData;return n.trim().split("&").forEach((function(n){if(n){var e=n.split("="),i=e.shift().replace(/\+/g," "),r=e.join("=").replace(/\+/g," ");t.append(decodeURIComponent(i),decodeURIComponent(r))}})),t}function g(n,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new h(t.headers),this.url=t.url||"",this._initBody(n)}w.prototype.clone=function(){return new w(this,{body:this._bodyInit})},y.call(w.prototype),y.call(g.prototype),g.prototype.clone=function(){return new g(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new h(this.headers),url:this.url})},g.error=function(){var n=new g(null,{status:0,statusText:""});return n.type="error",n};var S=[301,302,303,307,308];g.redirect=function(n,t){if(-1===S.indexOf(t))throw new RangeError("Invalid status code");return new g(null,{status:t,headers:{location:n}})},t.DOMException=n.DOMException;try{new t.DOMException}catch(n){t.DOMException=function(n,t){this.message=n,this.name=t;var e=Error(n);this.stack=e.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function I(n,e){return new Promise((function(i,o){var u=new w(n,e);if(u.signal&&u.signal.aborted)return o(new t.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function a(){s.abort()}s.onload=function(){var n,t,e={status:s.status,statusText:s.statusText,headers:(n=s.getAllResponseHeaders()||"",t=new h,n.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(n){var e=n.split(":"),i=e.shift().trim();if(i){var r=e.join(":").trim();t.append(i,r)}})),t)};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL"),i(new g("response"in s?s.response:s.responseText,e))},s.onerror=function(){o(new TypeError("Network request failed"))},s.ontimeout=function(){o(new TypeError("Network request failed"))},s.onabort=function(){o(new t.DOMException("Aborted","AbortError"))},s.open(u.method,u.url,!0),"include"===u.credentials?s.withCredentials=!0:"omit"===u.credentials&&(s.withCredentials=!1),"responseType"in s&&r&&(s.responseType="blob"),u.headers.forEach((function(n,t){s.setRequestHeader(t,n)})),u.signal&&(u.signal.addEventListener("abort",a),s.onreadystatechange=function(){4===s.readyState&&u.signal.removeEventListener("abort",a)}),s.send(void 0===u._bodyInit?null:u._bodyInit)}))}I.polyfill=!0,n.fetch||(n.fetch=I,n.Headers=h,n.Request=w,n.Response=g),t.Headers=h,t.Request=w,t.Response=g,t.fetch=I,Object.defineProperty(t,"__esModule",{value:!0})}({})}(r),r.fetch.ponyfill=!0,delete r.fetch.polyfill;var o=r;(e=o.fetch).default=o.fetch,e.fetch=o.fetch,e.Headers=o.Headers,e.Request=o.Request,e.Response=o.Response,n.exports=e})),d=n((function(n,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;t.default=e})),v=n((function(n,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){return o(n,[])};var e,i=(e=d)&&e.__esModule?e:{default:e};function r(n){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n})(n)}function o(n,t){switch(r(n)){case"string":return JSON.stringify(n);case"function":return n.name?"[function ".concat(n.name,"]"):"[function]";case"object":return null===n?"null":function(n,t){if(-1!==t.indexOf(n))return"[Circular]";var e=[].concat(t,[n]),r=function(n){var t=n[String(i.default)];return"function"==typeof t?t:"function"==typeof n.inspect?n.inspect:void 0}(n);if(void 0!==r){var u=r.call(n);if(u!==n)return"string"==typeof u?u:o(u,e)}else if(Array.isArray(n))return function(n,t){if(0===n.length)return"[]";if(t.length>2)return"[Array]";for(var e=Math.min(10,n.length),i=n.length-e,r=[],u=0;u<e;++u)r.push(o(n[u],t));return 1===i?r.push("... 1 more item"):i>1&&r.push("... ".concat(i," more items")),"["+r.join(", ")+"]"}(n,e);return function(n,t){var e=Object.keys(n);return 0===e.length?"{}":t.length>2?"["+function(n){var t=Object.prototype.toString.call(n).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof n.constructor){var e=n.constructor.name;if("string"==typeof e&&""!==e)return e}return t}(n)+"]":"{ "+e.map((function(e){return e+": "+o(n[e],t)})).join(", ")+" }"}(n,e)}(n,t);default:return String(n)}}})),p=n((function(n,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n,t){if(!Boolean(n))throw new Error(null!=t?t:"Unexpected invariant triggered.")}})),m=n((function(n,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(n){var t=n.prototype.toJSON;"function"==typeof t||(0,e.default)(0),n.prototype.inspect=t,i.default&&(n.prototype[i.default]=t)};var e=r(p),i=r(d);function r(n){return n&&n.__esModule?n:{default:n}}})),y=n((function(n,t){Object.defineProperty(t,"__esModule",{value:!0}),t.isNode=function(n){return null!=n&&"string"==typeof n.kind},t.Token=t.Location=void 0;var e,i=(e=m)&&e.__esModule?e:{default:e},r=function(){function n(n,t,e){this.start=n.start,this.end=t.end,this.startToken=n,this.endToken=t,this.source=e}return n.prototype.toJSON=function(){return{start:this.start,end:this.end}},n}();t.Location=r,(0,i.default)(r);var o=function(){function n(n,t,e,i,r,o,u){this.kind=n,this.start=t,this.end=e,this.line=i,this.column=r,this.value=u,this.prev=o,this.next=null}return n.prototype.toJSON=function(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},n}();t.Token=o,(0,i.default)(o)})),b=n((function(n,t){Object.defineProperty(t,"__esModule",{value:!0}),t.visit=function(n,t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r,s=void 0,a=Array.isArray(n),c=[n],f=-1,l=[],h=void 0,d=void 0,v=void 0,p=[],m=[],b=n;do{var w=++f===c.length,E=w&&0!==l.length;if(w){if(d=0===m.length?void 0:p[p.length-1],h=v,v=m.pop(),E){if(a)h=h.slice();else{for(var g={},S=0,I=Object.keys(h);S<I.length;S++){var O=I[S];g[O]=h[O]}h=g}for(var T=0,N=0;N<l.length;N++){var F=l[N][0],C=l[N][1];a&&(F-=T),a&&null===C?(h.splice(F,1),T++):h[F]=C}}f=s.index,c=s.keys,l=s.edits,a=s.inArray,s=s.prev}else{if(d=v?a?f:c[f]:void 0,null==(h=v?v[d]:b))continue;v&&p.push(d)}var D,j=void 0;if(!Array.isArray(h)){if(!(0,y.isNode)(h))throw new Error("Invalid AST Node: ".concat((0,i.default)(h),"."));var A=u(t,h.kind,w);if(A){if((j=A.call(t,h,d,v,p,m))===o)break;if(!1===j){if(!w){p.pop();continue}}else if(void 0!==j&&(l.push([d,j]),!w)){if(!(0,y.isNode)(j)){p.pop();continue}h=j}}}void 0===j&&E&&l.push([d,h]),w?p.pop():(s={inArray:a,index:f,keys:c,edits:l,prev:s},c=(a=Array.isArray(h))?h:null!==(D=e[h.kind])&&void 0!==D?D:[],f=-1,l=[],v&&m.push(v),v=h)}while(void 0!==s);return 0!==l.length&&(b=l[l.length-1][1]),b},t.visitInParallel=function(n){var t=new Array(n.length);return{enter:function(e){for(var i=0;i<n.length;i++)if(null==t[i]){var r=u(n[i],e.kind,!1);if(r){var s=r.apply(n[i],arguments);if(!1===s)t[i]=e;else if(s===o)t[i]=o;else if(void 0!==s)return s}}},leave:function(e){for(var i=0;i<n.length;i++)if(null==t[i]){var r=u(n[i],e.kind,!0);if(r){var s=r.apply(n[i],arguments);if(s===o)t[i]=o;else if(void 0!==s&&!1!==s)return s}}else t[i]===e&&(t[i]=null)}}},t.getVisitFn=u,t.BREAK=t.QueryDocumentKeys=void 0;var e,i=(e=v)&&e.__esModule?e:{default:e},r={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};t.QueryDocumentKeys=r;var o=Object.freeze({});function u(n,t,e){var i=n[t];if(i){if(!e&&"function"==typeof i)return i;var r=e?i.leave:i.enter;if("function"==typeof r)return r}else{var o=e?n.leave:n.enter;if(o){if("function"==typeof o)return o;var u=o[t];if("function"==typeof u)return u}}}t.BREAK=o})),w=n((function(n,t){function e(n){for(var t=0;t<n.length;++t)if(" "!==n[t]&&"\t"!==n[t])return!1;return!0}function i(n){for(var t,e=!0,i=!0,r=0,o=null,u=0;u<n.length;++u)switch(n.charCodeAt(u)){case 13:10===n.charCodeAt(u+1)&&++u;case 10:e=!1,i=!0,r=0;break;case 9:case 32:++r;break;default:i&&!e&&(null===o||r<o)&&(o=r),i=!1}return null!==(t=o)&&void 0!==t?t:0}Object.defineProperty(t,"__esModule",{value:!0}),t.dedentBlockStringValue=function(n){var t=n.split(/\r\n|[\n\r]/g),r=i(n);if(0!==r)for(var o=1;o<t.length;o++)t[o]=t[o].slice(r);for(var u=0;u<t.length&&e(t[u]);)++u;for(var s=t.length;s>u&&e(t[s-1]);)--s;return t.slice(u,s).join("\n")},t.getBlockStringIndentation=i,t.printBlockString=function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",e=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=-1===n.indexOf("\n"),r=" "===n[0]||"\t"===n[0],o='"'===n[n.length-1],u="\\"===n[n.length-1],s=!i||o||u||e,a="";return!s||i&&r||(a+="\n"+t),a+=t?n.replace(/\n/g,"\n"+t):n,s&&(a+="\n"),'"""'+a.replace(/"""/g,'\\"""')+'"""'}})),E=n((function(n,t){Object.defineProperty(t,"__esModule",{value:!0}),t.print=function(n){return(0,b.visit)(n,{leave:e})};var e={Name:function(n){return n.value},Variable:function(n){return"$"+n.name},Document:function(n){return r(n.definitions,"\n\n")+"\n"},OperationDefinition:function(n){var t=n.operation,e=n.name,i=u("(",r(n.variableDefinitions,", "),")"),o=r(n.directives," "),s=n.selectionSet;return e||o||i||"query"!==t?r([t,r([e,i]),o,s]," "):s},VariableDefinition:function(n){var t=n.directives;return n.variable+": "+n.type+u(" = ",n.defaultValue)+u(" ",r(t," "))},SelectionSet:function(n){return o(n.selections)},Field:function(n){var t=n.name,e=n.arguments,i=n.directives,o=n.selectionSet,a=u("",n.alias,": ")+t,c=a+u("(",r(e,", "),")");return c.length>80&&(c=a+u("(\n",s(r(e,"\n")),"\n)")),r([c,r(i," "),o]," ")},Argument:function(n){return n.name+": "+n.value},FragmentSpread:function(n){return"..."+n.name+u(" ",r(n.directives," "))},InlineFragment:function(n){var t=n.directives,e=n.selectionSet;return r(["...",u("on ",n.typeCondition),r(t," "),e]," ")},FragmentDefinition:function(n){var t=n.typeCondition,e=n.variableDefinitions,i=n.directives,o=n.selectionSet;return"fragment ".concat(n.name).concat(u("(",r(e,", "),")")," ")+"on ".concat(t," ").concat(u("",r(i," ")," "))+o},IntValue:function(n){return n.value},FloatValue:function(n){return n.value},StringValue:function(n,t){var e=n.value;return n.block?(0,w.printBlockString)(e,"description"===t?"":" "):JSON.stringify(e)},BooleanValue:function(n){return n.value?"true":"false"},NullValue:function(){return"null"},EnumValue:function(n){return n.value},ListValue:function(n){return"["+r(n.values,", ")+"]"},ObjectValue:function(n){return"{"+r(n.fields,", ")+"}"},ObjectField:function(n){return n.name+": "+n.value},Directive:function(n){return"@"+n.name+u("(",r(n.arguments,", "),")")},NamedType:function(n){return n.name},ListType:function(n){return"["+n.type+"]"},NonNullType:function(n){return n.type+"!"},SchemaDefinition:i((function(n){var t=n.operationTypes;return r(["schema",r(n.directives," "),o(t)]," ")})),OperationTypeDefinition:function(n){return n.operation+": "+n.type},ScalarTypeDefinition:i((function(n){return r(["scalar",n.name,r(n.directives," ")]," ")})),ObjectTypeDefinition:i((function(n){var t=n.directives,e=n.fields;return r(["type",n.name,u("implements ",r(n.interfaces," & ")),r(t," "),o(e)]," ")})),FieldDefinition:i((function(n){var t=n.arguments,e=n.type,i=n.directives;return n.name+(c(t)?u("(\n",s(r(t,"\n")),"\n)"):u("(",r(t,", "),")"))+": "+e+u(" ",r(i," "))})),InputValueDefinition:i((function(n){var t=n.directives;return r([n.name+": "+n.type,u("= ",n.defaultValue),r(t," ")]," ")})),InterfaceTypeDefinition:i((function(n){var t=n.directives,e=n.fields;return r(["interface",n.name,u("implements ",r(n.interfaces," & ")),r(t," "),o(e)]," ")})),UnionTypeDefinition:i((function(n){var t=n.types;return r(["union",n.name,r(n.directives," "),t&&0!==t.length?"= "+r(t," | "):""]," ")})),EnumTypeDefinition:i((function(n){var t=n.values;return r(["enum",n.name,r(n.directives," "),o(t)]," ")})),EnumValueDefinition:i((function(n){return r([n.name,r(n.directives," ")]," ")})),InputObjectTypeDefinition:i((function(n){var t=n.fields;return r(["input",n.name,r(n.directives," "),o(t)]," ")})),DirectiveDefinition:i((function(n){var t=n.arguments,e=n.repeatable,i=n.locations;return"directive @"+n.name+(c(t)?u("(\n",s(r(t,"\n")),"\n)"):u("(",r(t,", "),")"))+(e?" repeatable":"")+" on "+r(i," | ")})),SchemaExtension:function(n){var t=n.operationTypes;return r(["extend schema",r(n.directives," "),o(t)]," ")},ScalarTypeExtension:function(n){return r(["extend scalar",n.name,r(n.directives," ")]," ")},ObjectTypeExtension:function(n){var t=n.directives,e=n.fields;return r(["extend type",n.name,u("implements ",r(n.interfaces," & ")),r(t," "),o(e)]," ")},InterfaceTypeExtension:function(n){var t=n.directives,e=n.fields;return r(["extend interface",n.name,u("implements ",r(n.interfaces," & ")),r(t," "),o(e)]," ")},UnionTypeExtension:function(n){var t=n.types;return r(["extend union",n.name,r(n.directives," "),t&&0!==t.length?"= "+r(t," | "):""]," ")},EnumTypeExtension:function(n){var t=n.values;return r(["extend enum",n.name,r(n.directives," "),o(t)]," ")},InputObjectTypeExtension:function(n){var t=n.fields;return r(["extend input",n.name,r(n.directives," "),o(t)]," ")}};function i(n){return function(t){return r([t.description,n(t)],"\n")}}function r(n){var t,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return null!==(t=null==n?void 0:n.filter((function(n){return n})).join(e))&&void 0!==t?t:""}function o(n){return u("{\n",s(r(n,"\n")),"\n}")}function u(n,t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return null!=t&&""!==t?n+t+e:""}function s(n){return u(" ",n.replace(/\n/g,"\n "))}function a(n){return-1!==n.indexOf("\n")}function c(n){return null!=n&&n.some(a)}})),g=function(n){var t=n.name,e=n.type;this.uri=n.uri,this.name=t,this.type=e},S=function(n){return"undefined"!=typeof File&&n instanceof File||"undefined"!=typeof Blob&&n instanceof Blob||n instanceof g},I=function n(t,e,i){var r;void 0===e&&(e=""),void 0===i&&(i=S);var o=new Map;function u(n,t){var e=o.get(t);e?e.push.apply(e,n):o.set(t,n)}if(i(t))r=null,u([e],t);else{var s=e?e+".":"";if("undefined"!=typeof FileList&&t instanceof FileList)r=Array.prototype.map.call(t,(function(n,t){return u([""+s+t],n),null}));else if(Array.isArray(t))r=t.map((function(t,e){var r=n(t,""+s+e,i);return r.files.forEach(u),r.clone}));else if(t&&t.constructor===Object)for(var a in r={},t){var c=n(t[a],""+s+a,i);c.files.forEach(u),r[a]=c.clone}else r=t}return{clone:r,files:o}},O=S,T="object"==typeof self?self.FormData:window.FormData,N=n((function(n,e){var i=t&&t.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(e,"__esModule",{value:!0});var r=i(T),o=function(n){return O(n)||null!==n&&"object"==typeof n&&"function"==typeof n.pipe};e.default=function(n,t){var e=I({query:n,variables:t},"",o),i=e.clone,u=e.files;if(0===u.size)return JSON.stringify(i);var s=new("undefined"==typeof FormData?r.default:FormData);s.append("operations",JSON.stringify(i));var a={},c=0;return u.forEach((function(n){a[++c]=n})),s.append("map",JSON.stringify(a)),c=0,u.forEach((function(n,t){s.append(""+ ++c,t)})),s}})),F=n((function(n,e){var i,r=t&&t.__extends||(i=function(n,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(n[e]=t[e])})(n,t)},function(n,t){function e(){this.constructor=n}i(n,t),n.prototype=null===t?Object.create(t):(e.prototype=t.prototype,new e)});Object.defineProperty(e,"__esModule",{value:!0}),e.ClientError=void 0;var o=function(n){function t(e,i){var r=this,o=t.extractMessage(e)+": "+JSON.stringify({response:e,request:i});return r=n.call(this,o)||this,Object.setPrototypeOf(r,t.prototype),r.response=e,r.request=i,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(r,t),r}return r(t,n),t.extractMessage=function(n){try{return n.errors[0].message}catch(t){return"GraphQL Error (Code: "+n.status+")"}},t}(Error);e.ClientError=o})),C=n((function(n,e){var i=t&&t.__assign||function(){return(i=Object.assign||function(n){for(var t,e=1,i=arguments.length;e<i;e++)for(var r in t=arguments[e])Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n}).apply(this,arguments)},r=t&&t.__createBinding||(Object.create?function(n,t,e,i){void 0===i&&(i=e),Object.defineProperty(n,i,{enumerable:!0,get:function(){return t[e]}})}:function(n,t,e,i){void 0===i&&(i=e),n[i]=t[e]}),o=t&&t.__setModuleDefault||(Object.create?function(n,t){Object.defineProperty(n,"default",{enumerable:!0,value:t})}:function(n,t){n.default=t}),u=t&&t.__importStar||function(n){if(n&&n.__esModule)return n;var t={};if(null!=n)for(var e in n)"default"!==e&&Object.prototype.hasOwnProperty.call(n,e)&&r(t,n,e);return o(t,n),t},s=t&&t.__awaiter||function(n,t,e,i){return new(e||(e=Promise))((function(r,o){function u(n){try{a(i.next(n))}catch(n){o(n)}}function s(n){try{a(i.throw(n))}catch(n){o(n)}}function a(n){var t;n.done?r(n.value):(t=n.value,t instanceof e?t:new e((function(n){n(t)}))).then(u,s)}a((i=i.apply(n,t||[])).next())}))},a=t&&t.__generator||function(n,t){var e,i,r,o,u={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(e)throw new TypeError("Generator is already executing.");for(;u;)try{if(e=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return u.label++,{value:o[1],done:!1};case 5:u.label++,i=o[1],o=[0];continue;case 7:o=u.ops.pop(),u.trys.pop();continue;default:if(!((r=(r=u.trys).length>0&&r[r.length-1])||6!==o[0]&&2!==o[0])){u=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]<r[3])){u.label=o[1];break}if(6===o[0]&&u.label<r[1]){u.label=r[1],r=o;break}if(r&&u.label<r[2]){u.label=r[2],u.ops.push(o);break}r[2]&&u.ops.pop(),u.trys.pop();continue}o=t.call(n,u)}catch(n){o=[6,n],i=0}finally{e=r=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},c=t&&t.__rest||function(n,t){var e={};for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&t.indexOf(i)<0&&(e[i]=n[i]);if(null!=n&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(n);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(n,i[r])&&(e[i[r]]=n[i[r]])}return e},f=t&&t.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(e,"__esModule",{value:!0}),e.gql=e.request=e.rawRequest=e.GraphQLClient=e.ClientError=void 0;var l=u(h),d=l,v=f(N),p=F;Object.defineProperty(e,"ClientError",{enumerable:!0,get:function(){return p.ClientError}});var m=function(n){var t={};return n&&("undefined"!=typeof Headers&&n instanceof Headers||n instanceof d.Headers?t=function(n){var t={};return n.forEach((function(n,e){t[e]=n})),t}(n):Array.isArray(n)?n.forEach((function(n){t[n[0]]=n[1]})):t=n),t},y=function(){function n(n,t){this.url=n,this.options=t||{}}return n.prototype.rawRequest=function(n,t,e){return s(this,void 0,void 0,(function(){var r,o,u,s,f,h,d,p,y,b;return a(this,(function(a){switch(a.label){case 0:return o=(r=this.options).headers,s=void 0===(u=r.fetch)?l.default:u,f=c(r,["headers","fetch"]),h=v.default(n,t),[4,s(this.url,i({method:"POST",headers:i(i(i({},"string"==typeof h?{"Content-Type":"application/json"}:{}),m(o)),m(e)),body:h},f))];case 1:return[4,w(d=a.sent())];case 2:if(p=a.sent(),d.ok&&!p.errors&&p.data)return y=d.headers,b=d.status,[2,i(i({},p),{headers:y,status:b})];throw new F.ClientError(i(i({},"string"==typeof p?{error:p}:p),{status:d.status,headers:d.headers}),{query:n,variables:t})}}))}))},n.prototype.request=function(n,t,e){return s(this,void 0,void 0,(function(){var r,o,u,s,f,h,d,p,y;return a(this,(function(a){switch(a.label){case 0:return o=(r=this.options).headers,s=void 0===(u=r.fetch)?l.default:u,f=c(r,["headers","fetch"]),h=function(n){return"string"==typeof n?n:E.print(n)}(n),d=v.default(h,t),[4,s(this.url,i({method:"POST",headers:i(i(i({},"string"==typeof d?{"Content-Type":"application/json"}:{}),m(o)),m(e)),body:d},f))];case 1:return[4,w(p=a.sent())];case 2:if(y=a.sent(),p.ok&&!y.errors&&y.data)return[2,y.data];throw new F.ClientError(i(i({},"string"==typeof y?{error:y}:y),{status:p.status}),{query:h,variables:t})}}))}))},n.prototype.setHeaders=function(n){return this.options.headers=n,this},n.prototype.setHeader=function(n,t){var e,i=this.options.headers;return i?i[n]=t:this.options.headers=((e={})[n]=t,e),this},n}();function b(n,t,e){return s(this,void 0,void 0,(function(){return a(this,(function(){return[2,new y(n).request(t,e)]}))}))}function w(n){var t=n.headers.get("Content-Type");return t&&t.startsWith("application/json")?n.json():n.text()}e.GraphQLClient=y,e.rawRequest=function(n,t,e){return s(this,void 0,void 0,(function(){return a(this,(function(){return[2,new y(n).rawRequest(t,e)]}))}))},e.request=b,e.default=b,e.gql=function(n){for(var t=[],e=1;e<arguments.length;e++)t[e-1]=arguments[e];return n.reduce((function(n,e,i){return""+n+e+(i in t?t[i]:"")}),"")}}));function D(n){this.message=n}(D.prototype=new Error).name="InvalidCharacterError";var j="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(n){var t=String(n).replace(/=+$/,"");if(t.length%4==1)throw new D("'atob' failed: The string to be decoded is not correctly encoded.");for(var e,i,r=0,o=0,u="";i=t.charAt(o++);~i&&(e=r%4?64*e+i:i,r++%4)?u+=String.fromCharCode(255&e>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return u};function A(n){var t=n.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(n){return decodeURIComponent(j(n).replace(/(.)/g,(function(n,t){var e=t.charCodeAt(0).toString(16).toUpperCase();return e.length<2&&(e="0"+e),"%"+e})))}(t)}catch(n){return j(t)}}function _(n){this.message=n}function x(n,t){if("string"!=typeof n)throw new _("Invalid token specified");var e=!0===(t=t||{}).header?0:1;try{return JSON.parse(A(n.split(".")[e]))}catch(n){throw new _("Invalid token specified: "+n.message)}}(_.prototype=new Error).name="InvalidTokenError";var P=Object.prototype,k=P.toString,M=P.hasOwnProperty,V=Function.prototype.toString,R=new Map;function U(n,t){try{return q(n,t)}finally{R.clear()}}function q(n,t){if(n===t)return!0;var e,i,r,o=k.call(n);if(o!==k.call(t))return!1;switch(o){case"[object Array]":if(n.length!==t.length)return!1;case"[object Object]":if(J(n,t))return!0;var u=L(n),s=L(t),a=u.length;if(a!==s.length)return!1;for(var c=0;c<a;++c)if(!M.call(t,u[c]))return!1;for(c=0;c<a;++c){var f=u[c];if(!q(n[f],t[f]))return!1}return!0;case"[object Error]":return n.name===t.name&&n.message===t.message;case"[object Number]":if(n!=n)return t!=t;case"[object Boolean]":case"[object Date]":return+n==+t;case"[object RegExp]":case"[object String]":return n==""+t;case"[object Map]":case"[object Set]":if(n.size!==t.size)return!1;if(J(n,t))return!0;for(var l=n.entries(),h="[object Map]"===o;;){var d=l.next();if(d.done)break;var v=d.value,p=v[0],m=v[1];if(!t.has(p))return!1;if(h&&!q(m,t.get(p)))return!1}return!0;case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":var y=V.call(n);return y===V.call(t)&&!((r=(e=y).length-(i=B).length)>=0&&e.indexOf(i,r)===r)}return!1}function L(n){return Object.keys(n).filter($,n)}function $(n){return void 0!==this[n]}var B="{ [native code] }";function J(n,t){var e=R.get(n);if(e){if(e.has(t))return!0}else R.set(n,e=new Set);return e.add(t),!1}function G(n){return(G="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n})(n)}var H="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";function Y(n,t){for(var e,i=/\r\n|[\n\r]/g,r=1,o=t+1;(e=i.exec(n.body))&&e.index<t;)r+=1,o=t+1-(e.index+e[0].length);return{line:r,column:o}}function Q(n,t){var e=n.locationOffset.column-1,i=W(e)+n.body,r=t.line-1,o=t.line+(n.locationOffset.line-1),u=t.column+(1===t.line?e:0),s="".concat(n.name,":").concat(o,":").concat(u,"\n"),a=i.split(/\r\n|[\n\r]/g),c=a[r];if(c.length>120){for(var f=Math.floor(u/80),l=u%80,h=[],d=0;d<c.length;d+=80)h.push(c.slice(d,d+80));return s+X([["".concat(o),h[0]]].concat(h.slice(1,f+1).map((function(n){return["",n]})),[[" ",W(l-1)+"^"],["",h[f+1]]]))}return s+X([["".concat(o-1),a[r-1]],["".concat(o),c],["",W(u-1)+"^"],["".concat(o+1),a[r+1]]])}function X(n){var t=n.filter((function(n){return void 0!==n[1]})),e=Math.max.apply(Math,t.map((function(n){return n[0].length})));return t.map((function(n){var t,i=n[1];return W(e-(t=n[0]).length)+t+(i?" | "+i:" |")})).join("\n")}function W(n){return Array(n+1).join(" ")}function z(n){return(z="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n})(n)}function K(n,t){for(var e=0;e<t.length;e++){var i=t[e];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}}function Z(n,t){return!t||"object"!==z(t)&&"function"!=typeof t?nn(n):t}function nn(n){if(void 0===n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n}function tn(n){var t="function"==typeof Map?new Map:void 0;return(tn=function(n){if(null===n||-1===Function.toString.call(n).indexOf("[native code]"))return n;if("function"!=typeof n)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(n))return t.get(n);t.set(n,e)}function e(){return en(n,arguments,un(this).constructor)}return e.prototype=Object.create(n.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),on(e,n)})(n)}function en(n,t,e){return(en=rn()?Reflect.construct:function(n,t,e){var i=[null];i.push.apply(i,t);var r=new(Function.bind.apply(n,i));return e&&on(r,e.prototype),r}).apply(null,arguments)}function rn(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(n){return!1}}function on(n,t){return(on=Object.setPrototypeOf||function(n,t){return n.__proto__=t,n})(n,t)}function un(n){return(un=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)})(n)}var sn=function(){!function(n,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&on(n,t)}(o,tn(Error));var n,t,e,i,r=(n=o,t=rn(),function(){var e,i=un(n);if(t){var r=un(this).constructor;e=Reflect.construct(i,arguments,r)}else e=i.apply(this,arguments);return Z(this,e)});function o(n,t,e,i,u,s,a){var c,f,l,h,d;!function(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),d=r.call(this,n);var v,p=Array.isArray(t)?0!==t.length?t:void 0:t?[t]:void 0,m=e;!m&&p&&(m=null===(v=p[0].loc)||void 0===v?void 0:v.source);var y,b=i;!b&&p&&(b=p.reduce((function(n,t){return t.loc&&n.push(t.loc.start),n}),[])),b&&0===b.length&&(b=void 0),i&&e?y=i.map((function(n){return Y(e,n)})):p&&(y=p.reduce((function(n,t){return t.loc&&n.push(Y(t.loc.source,t.loc.start)),n}),[]));var w,E=a;if(null==E&&null!=s){var g=s.extensions;"object"==G(w=g)&&null!==w&&(E=g)}return Object.defineProperties(nn(d),{name:{value:"GraphQLError"},message:{value:n,enumerable:!0,writable:!0},locations:{value:null!==(c=y)&&void 0!==c?c:void 0,enumerable:null!=y},path:{value:null!=u?u:void 0,enumerable:null!=u},nodes:{value:null!=p?p:void 0},source:{value:null!==(f=m)&&void 0!==f?f:void 0},positions:{value:null!==(l=b)&&void 0!==l?l:void 0},originalError:{value:s},extensions:{value:null!==(h=E)&&void 0!==h?h:void 0,enumerable:null!=E}}),null!=s&&s.stack?(Object.defineProperty(nn(d),"stack",{value:s.stack,writable:!0,configurable:!0}),Z(d)):(Error.captureStackTrace?Error.captureStackTrace(nn(d),o):Object.defineProperty(nn(d),"stack",{value:Error().stack,writable:!0,configurable:!0}),d)}return e=o,(i=[{key:"toString",value:function(){return function(n){var t,e=n.message;if(n.nodes)for(var i=0,r=n.nodes;i<r.length;i++){var o=r[i];o.loc&&(e+="\n\n"+Q((t=o.loc).source,Y(t.source,t.start)))}else if(n.source&&n.locations)for(var u=0,s=n.locations;u<s.length;u++)e+="\n\n"+Q(n.source,s[u]);return e}(this)}},{key:H,get:function(){return"Object"}}])&&K(e.prototype,i),o}();function an(n,t,e){return new sn("Syntax Error: ".concat(e),void 0,n,[t])}var cn=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"}),fn="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;function ln(n){var t=n.prototype.toJSON;"function"==typeof t||function(){if(!Boolean(0))throw new Error("Unexpected invariant triggered.")}(),n.prototype.inspect=t,fn&&(n.prototype[fn]=t)}var hn=function(){function n(n,t,e){this.start=n.start,this.end=t.end,this.startToken=n,this.endToken=t,this.source=e}return n.prototype.toJSON=function(){return{start:this.start,end:this.end}},n}();ln(hn);var dn=function(){function n(n,t,e,i,r,o,u){this.kind=n,this.start=t,this.end=e,this.line=i,this.column=r,this.value=u,this.prev=o,this.next=null}return n.prototype.toJSON=function(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},n}();function vn(n){return null!=n&&"string"==typeof n.kind}ln(dn);var pn=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});function mn(n){return(mn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n})(n)}function yn(n){return bn(n,[])}function bn(n,t){switch(mn(n)){case"string":return JSON.stringify(n);case"function":return n.name?"[function ".concat(n.name,"]"):"[function]";case"object":return null===n?"null":function(n,t){if(-1!==t.indexOf(n))return"[Circular]";var e=[].concat(t,[n]),i=function(n){var t=n[String(fn)];return"function"==typeof t?t:"function"==typeof n.inspect?n.inspect:void 0}(n);if(void 0!==i){var r=i.call(n);if(r!==n)return"string"==typeof r?r:bn(r,e)}else if(Array.isArray(n))return function(n,t){if(0===n.length)return"[]";if(t.length>2)return"[Array]";for(var e=Math.min(10,n.length),i=n.length-e,r=[],o=0;o<e;++o)r.push(bn(n[o],t));return 1===i?r.push("... 1 more item"):i>1&&r.push("... ".concat(i," more items")),"["+r.join(", ")+"]"}(n,e);return function(n,t){var e=Object.keys(n);return 0===e.length?"{}":t.length>2?"["+function(n){var t=Object.prototype.toString.call(n).replace(/^\[object /,"").replace(/]$/,"");if("Object"===t&&"function"==typeof n.constructor){var e=n.constructor.name;if("string"==typeof e&&""!==e)return e}return t}(n)+"]":"{ "+e.map((function(e){return e+": "+bn(n[e],t)})).join(", ")+" }"}(n,e)}(n,t);default:return String(n)}}function wn(n,t){if(!Boolean(n))throw new Error(t)}function En(n,t){for(var e=0;e<t.length;e++){var i=t[e];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}}var gn=function(){function n(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"GraphQL request",e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{line:1,column:1};"string"==typeof n||wn(0,"Body must be a string. Received: ".concat(yn(n),".")),this.body=n,this.name=t,this.locationOffset=e,this.locationOffset.line>0||wn(0,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||wn(0,"column in locationOffset is 1-indexed and must be positive.")}var t,e;return t=n,(e=[{key:H,get:function(){return"Source"}}])&&En(t.prototype,e),n}(),Sn=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});function In(n){var t=n.split(/\r\n|[\n\r]/g),e=function(n){for(var t,e=!0,i=!0,r=0,o=null,u=0;u<n.length;++u)switch(n.charCodeAt(u)){case 13:10===n.charCodeAt(u+1)&&++u;case 10:e=!1,i=!0,r=0;break;case 9:case 32:++r;break;default:i&&!e&&(null===o||r<o)&&(o=r),i=!1}return null!==(t=o)&&void 0!==t?t:0}(n);if(0!==e)for(var i=1;i<t.length;i++)t[i]=t[i].slice(e);for(var r=0;r<t.length&&On(t[r]);)++r;for(var o=t.length;o>r&&On(t[o-1]);)--o;return t.slice(r,o).join("\n")}function On(n){for(var t=0;t<n.length;++t)if(" "!==n[t]&&"\t"!==n[t])return!1;return!0}var Tn=function(){function n(n){var t=new dn(pn.SOF,0,0,0,0,null);this.source=n,this.lastToken=t,this.token=t,this.line=1,this.lineStart=0}var t=n.prototype;return t.advance=function(){return this.lastToken=this.token,this.token=this.lookahead()},t.lookahead=function(){var n=this.token;if(n.kind!==pn.EOF)do{var t;n=null!==(t=n.next)&&void 0!==t?t:n.next=Fn(this,n)}while(n.kind===pn.COMMENT);return n},n}();function Nn(n){return isNaN(n)?pn.EOF:n<127?JSON.stringify(String.fromCharCode(n)):'"\\u'.concat(("00"+n.toString(16).toUpperCase()).slice(-4),'"')}function Fn(n,t){for(var e=n.source,i=e.body,r=i.length,o=t.end;o<r;){var u=i.charCodeAt(o),s=n.line,a=1+o-n.lineStart;switch(u){case 65279:case 9:case 32:case 44:++o;continue;case 10:++o,++n.line,n.lineStart=o;continue;case 13:10===i.charCodeAt(o+1)?o+=2:++o,++n.line,n.lineStart=o;continue;case 33:return new dn(pn.BANG,o,o+1,s,a,t);case 35:return Dn(e,o,s,a,t);case 36:return new dn(pn.DOLLAR,o,o+1,s,a,t);case 38:return new dn(pn.AMP,o,o+1,s,a,t);case 40:return new dn(pn.PAREN_L,o,o+1,s,a,t);case 41:return new dn(pn.PAREN_R,o,o+1,s,a,t);case 46:if(46===i.charCodeAt(o+1)&&46===i.charCodeAt(o+2))return new dn(pn.SPREAD,o,o+3,s,a,t);break;case 58:return new dn(pn.COLON,o,o+1,s,a,t);case 61:return new dn(pn.EQUALS,o,o+1,s,a,t);case 64:return new dn(pn.AT,o,o+1,s,a,t);case 91:return new dn(pn.BRACKET_L,o,o+1,s,a,t);case 93:return new dn(pn.BRACKET_R,o,o+1,s,a,t);case 123:return new dn(pn.BRACE_L,o,o+1,s,a,t);case 124:return new dn(pn.PIPE,o,o+1,s,a,t);case 125:return new dn(pn.BRACE_R,o,o+1,s,a,t);case 34:return 34===i.charCodeAt(o+1)&&34===i.charCodeAt(o+2)?xn(e,o,s,a,t,n):_n(e,o,s,a,t);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return jn(e,o,u,s,a,t);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return Mn(e,o,s,a,t)}throw an(e,o,Cn(u))}return new dn(pn.EOF,r,r,n.line,1+o-n.lineStart,t)}function Cn(n){return n<32&&9!==n&&10!==n&&13!==n?"Cannot contain the invalid character ".concat(Nn(n),"."):39===n?"Unexpected single quote character ('), did you mean to use a double quote (\")?":"Cannot parse the unexpected character ".concat(Nn(n),".")}function Dn(n,t,e,i,r){var o,u=n.body,s=t;do{o=u.charCodeAt(++s)}while(!isNaN(o)&&(o>31||9===o));return new dn(pn.COMMENT,t,s,e,i,r,u.slice(t+1,s))}function jn(n,t,e,i,r,o){var u=n.body,s=e,a=t,c=!1;if(45===s&&(s=u.charCodeAt(++a)),48===s){if((s=u.charCodeAt(++a))>=48&&s<=57)throw an(n,a,"Invalid number, unexpected digit after 0: ".concat(Nn(s),"."))}else a=An(n,a,s),s=u.charCodeAt(a);if(46===s&&(c=!0,s=u.charCodeAt(++a),a=An(n,a,s),s=u.charCodeAt(a)),69!==s&&101!==s||(c=!0,43!==(s=u.charCodeAt(++a))&&45!==s||(s=u.charCodeAt(++a)),a=An(n,a,s),s=u.charCodeAt(a)),46===s||function(n){return 95===n||n>=65&&n<=90||n>=97&&n<=122}(s))throw an(n,a,"Invalid number, expected digit but got: ".concat(Nn(s),"."));return new dn(c?pn.FLOAT:pn.INT,t,a,i,r,o,u.slice(t,a))}function An(n,t,e){var i=n.body,r=t,o=e;if(o>=48&&o<=57){do{o=i.charCodeAt(++r)}while(o>=48&&o<=57);return r}throw an(n,r,"Invalid number, expected digit but got: ".concat(Nn(o),"."))}function _n(n,t,e,i,r){for(var o=n.body,u=t+1,s=u,a=0,c="";u<o.length&&!isNaN(a=o.charCodeAt(u))&&10!==a&&13!==a;){if(34===a)return c+=o.slice(s,u),new dn(pn.STRING,t,u+1,e,i,r,c);if(a<32&&9!==a)throw an(n,u,"Invalid character within String: ".concat(Nn(a),"."));if(++u,92===a){switch(c+=o.slice(s,u-1),a=o.charCodeAt(u)){case 34:c+='"';break;case 47:c+="/";break;case 92:c+="\\";break;case 98:c+="\b";break;case 102:c+="\f";break;case 110:c+="\n";break;case 114:c+="\r";break;case 116:c+="\t";break;case 117:var f=Pn(o.charCodeAt(u+1),o.charCodeAt(u+2),o.charCodeAt(u+3),o.charCodeAt(u+4));if(f<0){var l=o.slice(u+1,u+5);throw an(n,u,"Invalid character escape sequence: \\u".concat(l,"."))}c+=String.fromCharCode(f),u+=4;break;default:throw an(n,u,"Invalid character escape sequence: \\".concat(String.fromCharCode(a),"."))}s=++u}}throw an(n,u,"Unterminated string.")}function xn(n,t,e,i,r,o){for(var u=n.body,s=t+3,a=s,c=0,f="";s<u.length&&!isNaN(c=u.charCodeAt(s));){if(34===c&&34===u.charCodeAt(s+1)&&34===u.charCodeAt(s+2))return f+=u.slice(a,s),new dn(pn.BLOCK_STRING,t,s+3,e,i,r,In(f));if(c<32&&9!==c&&10!==c&&13!==c)throw an(n,s,"Invalid character within String: ".concat(Nn(c),"."));10===c?(++s,++o.line,o.lineStart=s):13===c?(10===u.charCodeAt(s+1)?s+=2:++s,++o.line,o.lineStart=s):92===c&&34===u.charCodeAt(s+1)&&34===u.charCodeAt(s+2)&&34===u.charCodeAt(s+3)?(f+=u.slice(a,s)+'"""',a=s+=4):++s}throw an(n,s,"Unterminated string.")}function Pn(n,t,e,i){return kn(n)<<12|kn(t)<<8|kn(e)<<4|kn(i)}function kn(n){return n>=48&&n<=57?n-48:n>=65&&n<=70?n-55:n>=97&&n<=102?n-87:-1}function Mn(n,t,e,i,r){for(var o=n.body,u=o.length,s=t+1,a=0;s!==u&&!isNaN(a=o.charCodeAt(s))&&(95===a||a>=48&&a<=57||a>=65&&a<=90||a>=97&&a<=122);)++s;return new dn(pn.NAME,t,s,e,i,r,o.slice(t,s))}function Vn(n,t){return new Rn(n,t).parseDocument()}var Rn=function(){function n(n,t){var e=function(n){return n instanceof gn}(n)?n:new gn(n);this._lexer=new Tn(e),this._options=t}var t=n.prototype;return t.parseName=function(){var n=this.expectToken(pn.NAME);return{kind:cn.NAME,value:n.value,loc:this.loc(n)}},t.parseDocument=function(){var n=this._lexer.token;return{kind:cn.DOCUMENT,definitions:this.many(pn.SOF,this.parseDefinition,pn.EOF),loc:this.loc(n)}},t.parseDefinition=function(){if(this.peek(pn.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(pn.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},t.parseOperationDefinition=function(){var n=this._lexer.token;if(this.peek(pn.BRACE_L))return{kind:cn.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(n)};var t,e=this.parseOperationType();return this.peek(pn.NAME)&&(t=this.parseName()),{kind:cn.OPERATION_DEFINITION,operation:e,name:t,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}},t.parseOperationType=function(){var n=this.expectToken(pn.NAME);switch(n.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(n)},t.parseVariableDefinitions=function(){return this.optionalMany(pn.PAREN_L,this.parseVariableDefinition,pn.PAREN_R)},t.parseVariableDefinition=function(){var n=this._lexer.token;return{kind:cn.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(pn.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(pn.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(n)}},t.parseVariable=function(){var n=this._lexer.token;return this.expectToken(pn.DOLLAR),{kind:cn.VARIABLE,name:this.parseName(),loc:this.loc(n)}},t.parseSelectionSet=function(){var n=this._lexer.token;return{kind:cn.SELECTION_SET,selections:this.many(pn.BRACE_L,this.parseSelection,pn.BRACE_R),loc:this.loc(n)}},t.parseSelection=function(){return this.peek(pn.SPREAD)?this.parseFragment():this.parseField()},t.parseField=function(){var n,t,e=this._lexer.token,i=this.parseName();return this.expectOptionalToken(pn.COLON)?(n=i,t=this.parseName()):t=i,{kind:cn.FIELD,alias:n,name:t,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(pn.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(e)}},t.parseArguments=function(n){return this.optionalMany(pn.PAREN_L,n?this.parseConstArgument:this.parseArgument,pn.PAREN_R)},t.parseArgument=function(){var n=this._lexer.token,t=this.parseName();return this.expectToken(pn.COLON),{kind:cn.ARGUMENT,name:t,value:this.parseValueLiteral(!1),loc:this.loc(n)}},t.parseConstArgument=function(){var n=this._lexer.token;return{kind:cn.ARGUMENT,name:this.parseName(),value:(this.expectToken(pn.COLON),this.parseValueLiteral(!0)),loc:this.loc(n)}},t.parseFragment=function(){var n=this._lexer.token;this.expectToken(pn.SPREAD);var t=this.expectOptionalKeyword("on");return!t&&this.peek(pn.NAME)?{kind:cn.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(n)}:{kind:cn.INLINE_FRAGMENT,typeCondition:t?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}},t.parseFragmentDefinition=function(){var n,t=this._lexer.token;return this.expectKeyword("fragment"),!0===(null===(n=this._options)||void 0===n?void 0:n.experimentalFragmentVariables)?{kind:cn.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}:{kind:cn.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}},t.parseFragmentName=function(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()},t.parseValueLiteral=function(n){var t=this._lexer.token;switch(t.kind){case pn.BRACKET_L:return this.parseList(n);case pn.BRACE_L:return this.parseObject(n);case pn.INT:return this._lexer.advance(),{kind:cn.INT,value:t.value,loc:this.loc(t)};case pn.FLOAT:return this._lexer.advance(),{kind:cn.FLOAT,value:t.value,loc:this.loc(t)};case pn.STRING:case pn.BLOCK_STRING:return this.parseStringLiteral();case pn.NAME:switch(this._lexer.advance(),t.value){case"true":return{kind:cn.BOOLEAN,value:!0,loc:this.loc(t)};case"false":return{kind:cn.BOOLEAN,value:!1,loc:this.loc(t)};case"null":return{kind:cn.NULL,loc:this.loc(t)};default:return{kind:cn.ENUM,value:t.value,loc:this.loc(t)}}case pn.DOLLAR:if(!n)return this.parseVariable()}throw this.unexpected()},t.parseStringLiteral=function(){var n=this._lexer.token;return this._lexer.advance(),{kind:cn.STRING,value:n.value,block:n.kind===pn.BLOCK_STRING,loc:this.loc(n)}},t.parseList=function(n){var t=this,e=this._lexer.token;return{kind:cn.LIST,values:this.any(pn.BRACKET_L,(function(){return t.parseValueLiteral(n)}),pn.BRACKET_R),loc:this.loc(e)}},t.parseObject=function(n){var t=this,e=this._lexer.token;return{kind:cn.OBJECT,fields:this.any(pn.BRACE_L,(function(){return t.parseObjectField(n)}),pn.BRACE_R),loc:this.loc(e)}},t.parseObjectField=function(n){var t=this._lexer.token,e=this.parseName();return this.expectToken(pn.COLON),{kind:cn.OBJECT_FIELD,name:e,value:this.parseValueLiteral(n),loc:this.loc(t)}},t.parseDirectives=function(n){for(var t=[];this.peek(pn.AT);)t.push(this.parseDirective(n));return t},t.parseDirective=function(n){var t=this._lexer.token;return this.expectToken(pn.AT),{kind:cn.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(n),loc:this.loc(t)}},t.parseTypeReference=function(){var n,t=this._lexer.token;return this.expectOptionalToken(pn.BRACKET_L)?(n=this.parseTypeReference(),this.expectToken(pn.BRACKET_R),n={kind:cn.LIST_TYPE,type:n,loc:this.loc(t)}):n=this.parseNamedType(),this.expectOptionalToken(pn.BANG)?{kind:cn.NON_NULL_TYPE,type:n,loc:this.loc(t)}:n},t.parseNamedType=function(){var n=this._lexer.token;return{kind:cn.NAMED_TYPE,name:this.parseName(),loc:this.loc(n)}},t.parseTypeSystemDefinition=function(){var n=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(n.kind===pn.NAME)switch(n.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(n)},t.peekDescription=function(){return this.peek(pn.STRING)||this.peek(pn.BLOCK_STRING)},t.parseDescription=function(){if(this.peekDescription())return this.parseStringLiteral()},t.parseSchemaDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("schema");var e=this.parseDirectives(!0),i=this.many(pn.BRACE_L,this.parseOperationTypeDefinition,pn.BRACE_R);return{kind:cn.SCHEMA_DEFINITION,description:t,directives:e,operationTypes:i,loc:this.loc(n)}},t.parseOperationTypeDefinition=function(){var n=this._lexer.token,t=this.parseOperationType();this.expectToken(pn.COLON);var e=this.parseNamedType();return{kind:cn.OPERATION_TYPE_DEFINITION,operation:t,type:e,loc:this.loc(n)}},t.parseScalarTypeDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("scalar");var e=this.parseName(),i=this.parseDirectives(!0);return{kind:cn.SCALAR_TYPE_DEFINITION,description:t,name:e,directives:i,loc:this.loc(n)}},t.parseObjectTypeDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("type");var e=this.parseName(),i=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),o=this.parseFieldsDefinition();return{kind:cn.OBJECT_TYPE_DEFINITION,description:t,name:e,interfaces:i,directives:r,fields:o,loc:this.loc(n)}},t.parseImplementsInterfaces=function(){var n;if(!this.expectOptionalKeyword("implements"))return[];if(!0===(null===(n=this._options)||void 0===n?void 0:n.allowLegacySDLImplementsInterfaces)){var t=[];this.expectOptionalToken(pn.AMP);do{t.push(this.parseNamedType())}while(this.expectOptionalToken(pn.AMP)||this.peek(pn.NAME));return t}return this.delimitedMany(pn.AMP,this.parseNamedType)},t.parseFieldsDefinition=function(){var n;return!0===(null===(n=this._options)||void 0===n?void 0:n.allowLegacySDLEmptyFields)&&this.peek(pn.BRACE_L)&&this._lexer.lookahead().kind===pn.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(pn.BRACE_L,this.parseFieldDefinition,pn.BRACE_R)},t.parseFieldDefinition=function(){var n=this._lexer.token,t=this.parseDescription(),e=this.parseName(),i=this.parseArgumentDefs();this.expectToken(pn.COLON);var r=this.parseTypeReference(),o=this.parseDirectives(!0);return{kind:cn.FIELD_DEFINITION,description:t,name:e,arguments:i,type:r,directives:o,loc:this.loc(n)}},t.parseArgumentDefs=function(){return this.optionalMany(pn.PAREN_L,this.parseInputValueDef,pn.PAREN_R)},t.parseInputValueDef=function(){var n=this._lexer.token,t=this.parseDescription(),e=this.parseName();this.expectToken(pn.COLON);var i,r=this.parseTypeReference();this.expectOptionalToken(pn.EQUALS)&&(i=this.parseValueLiteral(!0));var o=this.parseDirectives(!0);return{kind:cn.INPUT_VALUE_DEFINITION,description:t,name:e,type:r,defaultValue:i,directives:o,loc:this.loc(n)}},t.parseInterfaceTypeDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("interface");var e=this.parseName(),i=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),o=this.parseFieldsDefinition();return{kind:cn.INTERFACE_TYPE_DEFINITION,description:t,name:e,interfaces:i,directives:r,fields:o,loc:this.loc(n)}},t.parseUnionTypeDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("union");var e=this.parseName(),i=this.parseDirectives(!0),r=this.parseUnionMemberTypes();return{kind:cn.UNION_TYPE_DEFINITION,description:t,name:e,directives:i,types:r,loc:this.loc(n)}},t.parseUnionMemberTypes=function(){return this.expectOptionalToken(pn.EQUALS)?this.delimitedMany(pn.PIPE,this.parseNamedType):[]},t.parseEnumTypeDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("enum");var e=this.parseName(),i=this.parseDirectives(!0),r=this.parseEnumValuesDefinition();return{kind:cn.ENUM_TYPE_DEFINITION,description:t,name:e,directives:i,values:r,loc:this.loc(n)}},t.parseEnumValuesDefinition=function(){return this.optionalMany(pn.BRACE_L,this.parseEnumValueDefinition,pn.BRACE_R)},t.parseEnumValueDefinition=function(){var n=this._lexer.token,t=this.parseDescription(),e=this.parseName(),i=this.parseDirectives(!0);return{kind:cn.ENUM_VALUE_DEFINITION,description:t,name:e,directives:i,loc:this.loc(n)}},t.parseInputObjectTypeDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("input");var e=this.parseName(),i=this.parseDirectives(!0),r=this.parseInputFieldsDefinition();return{kind:cn.INPUT_OBJECT_TYPE_DEFINITION,description:t,name:e,directives:i,fields:r,loc:this.loc(n)}},t.parseInputFieldsDefinition=function(){return this.optionalMany(pn.BRACE_L,this.parseInputValueDef,pn.BRACE_R)},t.parseTypeSystemExtension=function(){var n=this._lexer.lookahead();if(n.kind===pn.NAME)switch(n.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(n)},t.parseSchemaExtension=function(){var n=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");var t=this.parseDirectives(!0),e=this.optionalMany(pn.BRACE_L,this.parseOperationTypeDefinition,pn.BRACE_R);if(0===t.length&&0===e.length)throw this.unexpected();return{kind:cn.SCHEMA_EXTENSION,directives:t,operationTypes:e,loc:this.loc(n)}},t.parseScalarTypeExtension=function(){var n=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var t=this.parseName(),e=this.parseDirectives(!0);if(0===e.length)throw this.unexpected();return{kind:cn.SCALAR_TYPE_EXTENSION,name:t,directives:e,loc:this.loc(n)}},t.parseObjectTypeExtension=function(){var n=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var t=this.parseName(),e=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===e.length&&0===i.length&&0===r.length)throw this.unexpected();return{kind:cn.OBJECT_TYPE_EXTENSION,name:t,interfaces:e,directives:i,fields:r,loc:this.loc(n)}},t.parseInterfaceTypeExtension=function(){var n=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var t=this.parseName(),e=this.parseImplementsInterfaces(),i=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===e.length&&0===i.length&&0===r.length)throw this.unexpected();return{kind:cn.INTERFACE_TYPE_EXTENSION,name:t,interfaces:e,directives:i,fields:r,loc:this.loc(n)}},t.parseUnionTypeExtension=function(){var n=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var t=this.parseName(),e=this.parseDirectives(!0),i=this.parseUnionMemberTypes();if(0===e.length&&0===i.length)throw this.unexpected();return{kind:cn.UNION_TYPE_EXTENSION,name:t,directives:e,types:i,loc:this.loc(n)}},t.parseEnumTypeExtension=function(){var n=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var t=this.parseName(),e=this.parseDirectives(!0),i=this.parseEnumValuesDefinition();if(0===e.length&&0===i.length)throw this.unexpected();return{kind:cn.ENUM_TYPE_EXTENSION,name:t,directives:e,values:i,loc:this.loc(n)}},t.parseInputObjectTypeExtension=function(){var n=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var t=this.parseName(),e=this.parseDirectives(!0),i=this.parseInputFieldsDefinition();if(0===e.length&&0===i.length)throw this.unexpected();return{kind:cn.INPUT_OBJECT_TYPE_EXTENSION,name:t,directives:e,fields:i,loc:this.loc(n)}},t.parseDirectiveDefinition=function(){var n=this._lexer.token,t=this.parseDescription();this.expectKeyword("directive"),this.expectToken(pn.AT);var e=this.parseName(),i=this.parseArgumentDefs(),r=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var o=this.parseDirectiveLocations();return{kind:cn.DIRECTIVE_DEFINITION,description:t,name:e,arguments:i,repeatable:r,locations:o,loc:this.loc(n)}},t.parseDirectiveLocations=function(){return this.delimitedMany(pn.PIPE,this.parseDirectiveLocation)},t.parseDirectiveLocation=function(){var n=this._lexer.token,t=this.parseName();if(void 0!==Sn[t.value])return t;throw this.unexpected(n)},t.loc=function(n){var t;if(!0!==(null===(t=this._options)||void 0===t?void 0:t.noLocation))return new hn(n,this._lexer.lastToken,this._lexer.source)},t.peek=function(n){return this._lexer.token.kind===n},t.expectToken=function(n){var t=this._lexer.token;if(t.kind===n)return this._lexer.advance(),t;throw an(this._lexer.source,t.start,"Expected ".concat(qn(n),", found ").concat(Un(t),"."))},t.expectOptionalToken=function(n){var t=this._lexer.token;if(t.kind===n)return this._lexer.advance(),t},t.expectKeyword=function(n){var t=this._lexer.token;if(t.kind!==pn.NAME||t.value!==n)throw an(this._lexer.source,t.start,'Expected "'.concat(n,'", found ').concat(Un(t),"."));this._lexer.advance()},t.expectOptionalKeyword=function(n){var t=this._lexer.token;return t.kind===pn.NAME&&t.value===n&&(this._lexer.advance(),!0)},t.unexpected=function(n){var t=null!=n?n:this._lexer.token;return an(this._lexer.source,t.start,"Unexpected ".concat(Un(t),"."))},t.any=function(n,t,e){this.expectToken(n);for(var i=[];!this.expectOptionalToken(e);)i.push(t.call(this));return i},t.optionalMany=function(n,t,e){if(this.expectOptionalToken(n)){var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(e));return i}return[]},t.many=function(n,t,e){this.expectToken(n);var i=[];do{i.push(t.call(this))}while(!this.expectOptionalToken(e));return i},t.delimitedMany=function(n,t){this.expectOptionalToken(n);var e=[];do{e.push(t.call(this))}while(this.expectOptionalToken(n));return e},n}();function Un(n){var t=n.value;return qn(n.kind)+(null!=t?' "'.concat(t,'"'):"")}function qn(n){return function(n){return n===pn.BANG||n===pn.DOLLAR||n===pn.AMP||n===pn.PAREN_L||n===pn.PAREN_R||n===pn.SPREAD||n===pn.COLON||n===pn.EQUALS||n===pn.AT||n===pn.BRACKET_L||n===pn.BRACKET_R||n===pn.BRACE_L||n===pn.PIPE||n===pn.BRACE_R}(n)?'"'.concat(n,'"'):n}var Ln={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},$n=Object.freeze({});function Bn(n,t,e){var i=n[t];if(i){if(!e&&"function"==typeof i)return i;var r=e?i.leave:i.enter;if("function"==typeof r)return r}else{var o=e?n.leave:n.enter;if(o){if("function"==typeof o)return o;var u=o[t];if("function"==typeof u)return u}}}function Jn(n){return function(n,t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ln,i=void 0,r=Array.isArray(n),o=[n],u=-1,s=[],a=void 0,c=void 0,f=void 0,l=[],h=[],d=n;do{var v=++u===o.length,p=v&&0!==s.length;if(v){if(c=0===h.length?void 0:l[l.length-1],a=f,f=h.pop(),p){if(r)a=a.slice();else{for(var m={},y=0,b=Object.keys(a);y<b.length;y++){var w=b[y];m[w]=a[w]}a=m}for(var E=0,g=0;g<s.length;g++){var S=s[g][0],I=s[g][1];r&&(S-=E),r&&null===I?(a.splice(S,1),E++):a[S]=I}}u=i.index,o=i.keys,s=i.edits,r=i.inArray,i=i.prev}else{if(c=f?r?u:o[u]:void 0,null==(a=f?f[c]:d))continue;f&&l.push(c)}var O,T=void 0;if(!Array.isArray(a)){if(!vn(a))throw new Error("Invalid AST Node: ".concat(yn(a),"."));var N=Bn(t,a.kind,v);if(N){if((T=N.call(t,a,c,f,l,h))===$n)break;if(!1===T){if(!v){l.pop();continue}}else if(void 0!==T&&(s.push([c,T]),!v)){if(!vn(T)){l.pop();continue}a=T}}}void 0===T&&p&&s.push([c,a]),v?l.pop():(i={inArray:r,index:u,keys:o,edits:s,prev:i},o=(r=Array.isArray(a))?a:null!==(O=e[a.kind])&&void 0!==O?O:[],u=-1,s=[],f&&h.push(f),f=a)}while(void 0!==i);return 0!==s.length&&(d=s[s.length-1][1]),d}(n,{leave:Gn})}var Gn={Name:function(n){return n.value},Variable:function(n){return"$"+n.name},Document:function(n){return Yn(n.definitions,"\n\n")+"\n"},OperationDefinition:function(n){var t=n.operation,e=n.name,i=Xn("(",Yn(n.variableDefinitions,", "),")"),r=Yn(n.directives," "),o=n.selectionSet;return e||r||i||"query"!==t?Yn([t,Yn([e,i]),r,o]," "):o},VariableDefinition:function(n){var t=n.directives;return n.variable+": "+n.type+Xn(" = ",n.defaultValue)+Xn(" ",Yn(t," "))},SelectionSet:function(n){return Qn(n.selections)},Field:function(n){var t=n.name,e=n.arguments,i=n.directives,r=n.selectionSet,o=Xn("",n.alias,": ")+t,u=o+Xn("(",Yn(e,", "),")");return u.length>80&&(u=o+Xn("(\n",Wn(Yn(e,"\n")),"\n)")),Yn([u,Yn(i," "),r]," ")},Argument:function(n){return n.name+": "+n.value},FragmentSpread:function(n){return"..."+n.name+Xn(" ",Yn(n.directives," "))},InlineFragment:function(n){var t=n.directives,e=n.selectionSet;return Yn(["...",Xn("on ",n.typeCondition),Yn(t," "),e]," ")},FragmentDefinition:function(n){var t=n.typeCondition,e=n.variableDefinitions,i=n.directives,r=n.selectionSet;return"fragment ".concat(n.name).concat(Xn("(",Yn(e,", "),")")," ")+"on ".concat(t," ").concat(Xn("",Yn(i," ")," "))+r},IntValue:function(n){return n.value},FloatValue:function(n){return n.value},StringValue:function(n,t){var e=n.value;return n.block?function(n){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",e=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=-1===n.indexOf("\n"),r=" "===n[0]||"\t"===n[0],o='"'===n[n.length-1],u="\\"===n[n.length-1],s=!i||o||u||e,a="";return!s||i&&r||(a+="\n"+t),a+=t?n.replace(/\n/g,"\n"+t):n,s&&(a+="\n"),'"""'+a.replace(/"""/g,'\\"""')+'"""'}(e,"description"===t?"":" "):JSON.stringify(e)},BooleanValue:function(n){return n.value?"true":"false"},NullValue:function(){return"null"},EnumValue:function(n){return n.value},ListValue:function(n){return"["+Yn(n.values,", ")+"]"},ObjectValue:function(n){return"{"+Yn(n.fields,", ")+"}"},ObjectField:function(n){return n.name+": "+n.value},Directive:function(n){return"@"+n.name+Xn("(",Yn(n.arguments,", "),")")},NamedType:function(n){return n.name},ListType:function(n){return"["+n.type+"]"},NonNullType:function(n){return n.type+"!"},SchemaDefinition:Hn((function(n){var t=n.operationTypes;return Yn(["schema",Yn(n.directives," "),Qn(t)]," ")})),OperationTypeDefinition:function(n){return n.operation+": "+n.type},ScalarTypeDefinition:Hn((function(n){return Yn(["scalar",n.name,Yn(n.directives," ")]," ")})),ObjectTypeDefinition:Hn((function(n){var t=n.directives,e=n.fields;return Yn(["type",n.name,Xn("implements ",Yn(n.interfaces," & ")),Yn(t," "),Qn(e)]," ")})),FieldDefinition:Hn((function(n){var t=n.arguments,e=n.type,i=n.directives;return n.name+(Kn(t)?Xn("(\n",Wn(Yn(t,"\n")),"\n)"):Xn("(",Yn(t,", "),")"))+": "+e+Xn(" ",Yn(i," "))})),InputValueDefinition:Hn((function(n){var t=n.directives;return Yn([n.name+": "+n.type,Xn("= ",n.defaultValue),Yn(t," ")]," ")})),InterfaceTypeDefinition:Hn((function(n){var t=n.directives,e=n.fields;return Yn(["interface",n.name,Xn("implements ",Yn(n.interfaces," & ")),Yn(t," "),Qn(e)]," ")})),UnionTypeDefinition:Hn((function(n){var t=n.types;return Yn(["union",n.name,Yn(n.directives," "),t&&0!==t.length?"= "+Yn(t," | "):""]," ")})),EnumTypeDefinition:Hn((function(n){var t=n.values;return Yn(["enum",n.name,Yn(n.directives," "),Qn(t)]," ")})),EnumValueDefinition:Hn((function(n){return Yn([n.name,Yn(n.directives," ")]," ")})),InputObjectTypeDefinition:Hn((function(n){var t=n.fields;return Yn(["input",n.name,Yn(n.directives," "),Qn(t)]," ")})),DirectiveDefinition:Hn((function(n){var t=n.arguments,e=n.repeatable,i=n.locations;return"directive @"+n.name+(Kn(t)?Xn("(\n",Wn(Yn(t,"\n")),"\n)"):Xn("(",Yn(t,", "),")"))+(e?" repeatable":"")+" on "+Yn(i," | ")})),SchemaExtension:function(n){var t=n.operationTypes;return Yn(["extend schema",Yn(n.directives," "),Qn(t)]," ")},ScalarTypeExtension:function(n){return Yn(["extend scalar",n.name,Yn(n.directives," ")]," ")},ObjectTypeExtension:function(n){var t=n.directives,e=n.fields;return Yn(["extend type",n.name,Xn("implements ",Yn(n.interfaces," & ")),Yn(t," "),Qn(e)]," ")},InterfaceTypeExtension:function(n){var t=n.directives,e=n.fields;return Yn(["extend interface",n.name,Xn("implements ",Yn(n.interfaces," & ")),Yn(t," "),Qn(e)]," ")},UnionTypeExtension:function(n){var t=n.types;return Yn(["extend union",n.name,Yn(n.directives," "),t&&0!==t.length?"= "+Yn(t," | "):""]," ")},EnumTypeExtension:function(n){var t=n.values;return Yn(["extend enum",n.name,Yn(n.directives," "),Qn(t)]," ")},InputObjectTypeExtension:function(n){var t=n.fields;return Yn(["extend input",n.name,Yn(n.directives," "),Qn(t)]," ")}};function Hn(n){return function(t){return Yn([t.description,n(t)],"\n")}}function Yn(n){var t,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return null!==(t=null==n?void 0:n.filter((function(n){return n})).join(e))&&void 0!==t?t:""}function Qn(n){return Xn("{\n",Wn(Yn(n,"\n")),"\n}")}function Xn(n,t){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return null!=t&&""!==t?n+t+e:""}function Wn(n){return Xn(" ",n.replace(/\n/g,"\n "))}function zn(n){return-1!==n.indexOf("\n")}function Kn(n){return null!=n&&n.some(zn)}function Zn(n,t,e,i){var r,o=null==(r=i)||"number"==typeof r||"boolean"==typeof r?i:e(i),u=t.get(o);return void 0===u&&(u=n.call(this,i),t.set(o,u)),u}function nt(n,t,e){var i=Array.prototype.slice.call(arguments,3),r=e(i),o=t.get(r);return void 0===o&&(o=n.apply(this,i),t.set(r,o)),o}function tt(n,t,e,i,r){return e.bind(t,n,i,r)}function et(n,t){return tt(n,this,1===n.length?Zn:nt,t.cache.create(),t.serializer)}function it(){return JSON.stringify(arguments)}function rt(){this.cache=Object.create(null)}rt.prototype.has=function(n){return n in this.cache},rt.prototype.get=function(n){return this.cache[n]},rt.prototype.set=function(n,t){this.cache[n]=t};var ot={create:function(){return new rt}},ut=function(n,t){return(t&&t.strategy?t.strategy:et)(n,{cache:t&&t.cache?t.cache:ot,serializer:t&&t.serializer?t.serializer:it})},st={variadic:function(n,t){return tt(n,this,nt,t.cache.create(),t.serializer)},monadic:function(n,t){return tt(n,this,Zn,t.cache.create(),t.serializer)}};ut.strategies=st;const at=Object.freeze(Object.assign(Object.create(null),ut,{default:ut,strategies:st}));function ct(n){return"function"==typeof n}let ft=!1;const lt={Promise:void 0,set useDeprecatedSynchronousErrorHandling(n){if(n){const n=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+n.stack)}else ft&&console.log("RxJS: Back to a better error behavior. Thank you. <3");ft=n},get useDeprecatedSynchronousErrorHandling(){return ft}};function ht(n){setTimeout((()=>{throw n}),0)}const dt={closed:!0,next(n){},error(n){if(lt.useDeprecatedSynchronousErrorHandling)throw n;ht(n)},complete(){}},vt=Array.isArray||(n=>n&&"number"==typeof n.length);function pt(n){return null!==n&&"object"==typeof n}const mt=(()=>{function n(n){return Error.call(this),this.message=n?`${n.length} errors occurred during unsubscription:\n${n.map(((n,t)=>`${t+1}) ${n.toString()}`)).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=n,this}return n.prototype=Object.create(Error.prototype),n})();class yt{constructor(n){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,n&&(this._ctorUnsubscribe=!0,this._unsubscribe=n)}unsubscribe(){let n;if(this.closed)return;let{_parentOrParents:t,_ctorUnsubscribe:e,_unsubscribe:i,_subscriptions:r}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,t instanceof yt)t.remove(this);else if(null!==t)for(let n=0;n<t.length;++n)t[n].remove(this);if(ct(i)){e&&(this._unsubscribe=void 0);try{i.call(this)}catch(t){n=t instanceof mt?bt(t.errors):[t]}}if(vt(r)){let t=-1,e=r.length;for(;++t<e;){const e=r[t];if(pt(e))try{e.unsubscribe()}catch(t){n=n||[],t instanceof mt?n=n.concat(bt(t.errors)):n.push(t)}}}if(n)throw new mt(n)}add(n){let t=n;if(!n)return yt.EMPTY;switch(typeof n){case"function":t=new yt(n);case"object":if(t===this||t.closed||"function"!=typeof t.unsubscribe)return t;if(this.closed)return t.unsubscribe(),t;if(!(t instanceof yt)){const n=t;t=new yt,t._subscriptions=[n]}break;default:throw new Error("unrecognized teardown "+n+" added to Subscription.")}let{_parentOrParents:e}=t;if(null===e)t._parentOrParents=this;else if(e instanceof yt){if(e===this)return t;t._parentOrParents=[e,this]}else{if(-1!==e.indexOf(this))return t;e.push(this)}const i=this._subscriptions;return null===i?this._subscriptions=[t]:i.push(t),t}remove(n){const t=this._subscriptions;if(t){const e=t.indexOf(n);-1!==e&&t.splice(e,1)}}}function bt(n){return n.reduce(((n,t)=>n.concat(t instanceof mt?t.errors:t)),[])}yt.EMPTY=function(n){return n.closed=!0,n}(new yt);const wt="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random();class Et extends yt{constructor(n,t,e){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=dt;break;case 1:if(!n){this.destination=dt;break}if("object"==typeof n){n instanceof Et?(this.syncErrorThrowable=n.syncErrorThrowable,this.destination=n,n.add(this)):(this.syncErrorThrowable=!0,this.destination=new gt(this,n));break}default:this.syncErrorThrowable=!0,this.destination=new gt(this,n,t,e)}}[wt](){return this}static create(n,t,e){const i=new Et(n,t,e);return i.syncErrorThrowable=!1,i}next(n){this.isStopped||this._next(n)}error(n){this.isStopped||(this.isStopped=!0,this._error(n))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(n){this.destination.next(n)}_error(n){this.destination.error(n),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:n}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=n,this}}class gt extends Et{constructor(n,t,e,i){let r;super(),this._parentSubscriber=n;let o=this;ct(t)?r=t:t&&(r=t.next,e=t.error,i=t.complete,t!==dt&&(o=Object.create(t),ct(o.unsubscribe)&&this.add(o.unsubscribe.bind(o)),o.unsubscribe=this.unsubscribe.bind(this))),this._context=o,this._next=r,this._error=e,this._complete=i}next(n){if(!this.isStopped&&this._next){const{_parentSubscriber:t}=this;lt.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?this.__tryOrSetError(t,this._next,n)&&this.unsubscribe():this.__tryOrUnsub(this._next,n)}}error(n){if(!this.isStopped){const{_parentSubscriber:t}=this,{useDeprecatedSynchronousErrorHandling:e}=lt;if(this._error)e&&t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,n),this.unsubscribe()):(this.__tryOrUnsub(this._error,n),this.unsubscribe());else if(t.syncErrorThrowable)e?(t.syncErrorValue=n,t.syncErrorThrown=!0):ht(n),this.unsubscribe();else{if(this.unsubscribe(),e)throw n;ht(n)}}}complete(){if(!this.isStopped){const{_parentSubscriber:n}=this;if(this._complete){const t=()=>this._complete.call(this._context);lt.useDeprecatedSynchronousErrorHandling&&n.syncErrorThrowable?(this.__tryOrSetError(n,t),this.unsubscribe()):(this.__tryOrUnsub(t),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(n,t){try{n.call(this._context,t)}catch(n){if(this.unsubscribe(),lt.useDeprecatedSynchronousErrorHandling)throw n;ht(n)}}__tryOrSetError(n,t,e){if(!lt.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{t.call(this._context,e)}catch(t){return lt.useDeprecatedSynchronousErrorHandling?(n.syncErrorValue=t,n.syncErrorThrown=!0,!0):(ht(t),!0)}return!1}_unsubscribe(){const{_parentSubscriber:n}=this;this._context=null,this._parentSubscriber=null,n.unsubscribe()}}const St="function"==typeof Symbol&&Symbol.observable||"@@observable";function It(n){return n}class Ot{constructor(n){this._isScalar=!1,n&&(this._subscribe=n)}lift(n){const t=new Ot;return t.source=this,t.operator=n,t}subscribe(n,t,e){const{operator:i}=this,r=function(n,t,e){if(n){if(n instanceof Et)return n;if(n[wt])return n[wt]()}return n||t||e?new Et(n,t,e):new Et(dt)}(n,t,e);if(r.add(i?i.call(r,this.source):this.source||lt.useDeprecatedSynchronousErrorHandling&&!r.syncErrorThrowable?this._subscribe(r):this._trySubscribe(r)),lt.useDeprecatedSynchronousErrorHandling&&r.syncErrorThrowable&&(r.syncErrorThrowable=!1,r.syncErrorThrown))throw r.syncErrorValue;return r}_trySubscribe(n){try{return this._subscribe(n)}catch(t){lt.useDeprecatedSynchronousErrorHandling&&(n.syncErrorThrown=!0,n.syncErrorValue=t),function(n){for(;n;){const{closed:t,destination:e,isStopped:i}=n;if(t||i)return!1;n=e&&e instanceof Et?e:null}return!0}(n)?n.error(t):console.warn(t)}}forEach(n,t){return new(t=Tt(t))(((t,e)=>{let i;i=this.subscribe((t=>{try{n(t)}catch(n){e(n),i&&i.unsubscribe()}}),e,t)}))}_subscribe(n){const{source:t}=this;return t&&t.subscribe(n)}[St](){return this}pipe(...n){return 0===n.length?this:(0===(t=n).length?It:1===t.length?t[0]:function(n){return t.reduce(((n,t)=>t(n)),n)})(this);var t}toPromise(n){return new(n=Tt(n))(((n,t)=>{let e;this.subscribe((n=>e=n),(n=>t(n)),(()=>n(e)))}))}}function Tt(n){if(n||(n=Promise),!n)throw new Error("no Promise impl found");return n}Ot.create=n=>new Ot(n);const Nt=(()=>{function n(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return n.prototype=Object.create(Error.prototype),n})();class Ft extends yt{constructor(n,t){super(),this.subject=n,this.subscriber=t,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const n=this.subject,t=n.observers;if(this.subject=null,!t||0===t.length||n.isStopped||n.closed)return;const e=t.indexOf(this.subscriber);-1!==e&&t.splice(e,1)}}class Ct extends Et{constructor(n){super(n),this.destination=n}}class Dt extends Ot{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[wt](){return new Ct(this)}lift(n){const t=new jt(this,this);return t.operator=n,t}next(n){if(this.closed)throw new Nt;if(!this.isStopped){const{observers:t}=this,e=t.length,i=t.slice();for(let t=0;t<e;t++)i[t].next(n)}}error(n){if(this.closed)throw new Nt;this.hasError=!0,this.thrownError=n,this.isStopped=!0;const{observers:t}=this,e=t.length,i=t.slice();for(let t=0;t<e;t++)i[t].error(n);this.observers.length=0}complete(){if(this.closed)throw new Nt;this.isStopped=!0;const{observers:n}=this,t=n.length,e=n.slice();for(let n=0;n<t;n++)e[n].complete();this.observers.length=0}unsubscribe(){this.isStopped=!0,this.closed=!0,this.observers=null}_trySubscribe(n){if(this.closed)throw new Nt;return super._trySubscribe(n)}_subscribe(n){if(this.closed)throw new Nt;return this.hasError?(n.error(this.thrownError),yt.EMPTY):this.isStopped?(n.complete(),yt.EMPTY):(this.observers.push(n),new Ft(this,n))}asObservable(){const n=new Ot;return n.source=this,n}}Dt.create=(n,t)=>new jt(n,t);class jt extends Dt{constructor(n,t){super(),this.destination=n,this.source=t}next(n){const{destination:t}=this;t&&t.next&&t.next(n)}error(n){const{destination:t}=this;t&&t.error&&this.destination.error(n)}complete(){const{destination:n}=this;n&&n.complete&&this.destination.complete()}_subscribe(n){const{source:t}=this;return t?this.source.subscribe(n):yt.EMPTY}}class At extends yt{constructor(n,t){super()}schedule(n,t=0){return this}}class _t{constructor(n,t=_t.now){this.SchedulerAction=n,this.now=t}schedule(n,t=0,e){return new this.SchedulerAction(this,n).schedule(e,t)}}_t.now=()=>Date.now();class xt extends _t{constructor(n,t=_t.now){super(n,(()=>xt.delegate&&xt.delegate!==this?xt.delegate.now():t())),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(n,t=0,e){return xt.delegate&&xt.delegate!==this?xt.delegate.schedule(n,t,e):super.schedule(n,t,e)}flush(n){const{actions:t}=this;if(this.active)return void t.push(n);let e;this.active=!0;do{if(e=n.execute(n.state,n.delay))break}while(n=t.shift());if(this.active=!1,e){for(;n=t.shift();)n.unsubscribe();throw e}}}function Pt(n){return n&&"function"==typeof n.schedule}const kt=new xt(class extends At{constructor(n,t){super(n,t),this.scheduler=n,this.work=t,this.pending=!1}schedule(n,t=0){if(this.closed)return this;this.state=n;const e=this.id,i=this.scheduler;return null!=e&&(this.id=this.recycleAsyncId(i,e,t)),this.pending=!0,this.delay=t,this.id=this.id||this.requestAsyncId(i,this.id,t),this}requestAsyncId(n,t,e=0){return setInterval(n.flush.bind(n,this),e)}recycleAsyncId(n,t,e=0){if(null!==e&&this.delay===e&&!1===this.pending)return t;clearInterval(t)}execute(n,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const e=this._execute(n,t);if(e)return e;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(n,t){let e,i=!1;try{this.work(n)}catch(n){i=!0,e=!!n&&n||new Error(n)}if(i)return this.unsubscribe(),e}_unsubscribe(){const n=this.id,t=this.scheduler,e=t.actions,i=e.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==i&&e.splice(i,1),null!=n&&(this.id=this.recycleAsyncId(t,n,null)),this.delay=null}});class Mt{constructor(n,t,e,i){this.bufferTimeSpan=n,this.bufferCreationInterval=t,this.maxBufferSize=e,this.scheduler=i}call(n,t){return t.subscribe(new Rt(n,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))}}class Vt{constructor(){this.buffer=[]}}class Rt extends Et{constructor(n,t,e,i,r){super(n),this.bufferTimeSpan=t,this.bufferCreationInterval=e,this.maxBufferSize=i,this.scheduler=r,this.contexts=[];const o=this.openContext();if(this.timespanOnly=null==e||e<0,this.timespanOnly)this.add(o.closeAction=r.schedule(Ut,t,{subscriber:this,context:o,bufferTimeSpan:t}));else{const n={bufferTimeSpan:t,bufferCreationInterval:e,subscriber:this,scheduler:r};this.add(o.closeAction=r.schedule(Lt,t,{subscriber:this,context:o})),this.add(r.schedule(qt,e,n))}}_next(n){const t=this.contexts,e=t.length;let i;for(let r=0;r<e;r++){const e=t[r],o=e.buffer;o.push(n),o.length==this.maxBufferSize&&(i=e)}i&&this.onBufferFull(i)}_error(n){this.contexts.length=0,super._error(n)}_complete(){const{contexts:n,destination:t}=this;for(;n.length>0;){const e=n.shift();t.next(e.buffer)}super._complete()}_unsubscribe(){this.contexts=null}onBufferFull(n){this.closeContext(n);const t=n.closeAction;if(t.unsubscribe(),this.remove(t),!this.closed&&this.timespanOnly){n=this.openContext();const t=this.bufferTimeSpan;this.add(n.closeAction=this.scheduler.schedule(Ut,t,{subscriber:this,context:n,bufferTimeSpan:t}))}}openContext(){const n=new Vt;return this.contexts.push(n),n}closeContext(n){this.destination.next(n.buffer);const t=this.contexts;(t?t.indexOf(n):-1)>=0&&t.splice(t.indexOf(n),1)}}function Ut(n){const t=n.subscriber,e=n.context;e&&t.closeContext(e),t.closed||(n.context=t.openContext(),n.context.closeAction=this.schedule(n,n.bufferTimeSpan))}function qt(n){const{bufferCreationInterval:t,bufferTimeSpan:e,subscriber:i,scheduler:r}=n,o=i.openContext();i.closed||(i.add(o.closeAction=r.schedule(Lt,e,{subscriber:i,context:o})),this.schedule(n,t))}function Lt(n){const{subscriber:t,context:e}=n;t.closeContext(e)}var $t=n((function(n,e){var i=t&&t.__assign||function(){return(i=Object.assign||function(n){for(var t,e=1,i=arguments.length;e<i;e++)for(var r in t=arguments[e])Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n}).apply(this,arguments)},r=t&&t.__spreadArrays||function(){for(var n=0,t=0,e=arguments.length;t<e;t++)n+=arguments[t].length;var i=Array(n),r=0;for(t=0;t<e;t++)for(var o=arguments[t],u=0,s=o.length;u<s;u++,r++)i[r]=o[u];return i};function o(n,t){return"Variable"===n.kind?i(i({},n),{name:i(i({},n.name),{value:t(n.name.value)})}):"ObjectValue"===n.kind?i(i({},n),{fields:n.fields.map((function(n){return i(i({},n),{value:o(n.value,t)})}))}):"ListValue"===n.kind?i(i({},n),{values:n.values.map((function(n){return o(n,t)}))}):n}function u(n,t){return i(i({},n),{value:o(n.value,t)})}function s(n,t){var e;return i(i({},n),{arguments:null===(e=n.arguments)||void 0===e?void 0:e.map((function(n){return u(n,t)}))})}function a(n,t){var e;return i(i({},n),{variable:i(i({},n.variable),{name:i(i({},n.variable.name),{value:t(n.variable.name.value)})}),directives:null===(e=n.directives)||void 0===e?void 0:e.map((function(n){return s(n,t)}))})}function c(n,t){return i(i({},n),{selections:n.selections.map((function(n){var e,r,o;switch(n.kind){case"Field":return i(i({},n),{arguments:null===(e=n.arguments)||void 0===e?void 0:e.map((function(n){return u(n,t)})),selectionSet:n.selectionSet?c(n.selectionSet,t):void 0});case"FragmentSpread":return i(i({},n),{directives:null===(r=n.directives)||void 0===r?void 0:r.map((function(n){return s(n,t)}))});case"InlineFragment":return i(i({},n),{directives:null===(o=n.directives)||void 0===o?void 0:o.map((function(n){return s(n,t)})),selectionSet:c(n.selectionSet,t)})}}))})}function f(n,t,e){var r,o;return i(i({},n),{variableDefinitions:null===(r=n.variableDefinitions)||void 0===r?void 0:r.map((function(n){return a(n,t)})),directives:null===(o=n.directives)||void 0===o?void 0:o.map((function(n){return s(n,t)})),selectionSet:c(i(i({},n.selectionSet),{selections:n.selectionSet.selections.map((function(n){var t,r;switch(n.kind){case"Field":return i(i({},n),{alias:i(i({},n.name),{value:e(null!==(r=null===(t=n.alias)||void 0===t?void 0:t.value)&&void 0!==r?r:n.name.value)})});default:return n}}))}),t)})}Object.defineProperty(e,"__esModule",{value:!0}),e.renameVariables=e.renameVariablesAndTopLevelFields=e.renameVariablesAndTopLevelFieldsOnOpDef=e.renameSelectionSetArguments=e.renameVariableDefinition=e.renameDirectiveArguments=e.renameArgument=e.renameValue=e.defaultRenameFn=void 0,e.defaultRenameFn=function(n,t){return n+"_"+t},e.renameValue=o,e.renameArgument=u,e.renameDirectiveArguments=s,e.renameVariableDefinition=a,e.renameSelectionSetArguments=c,e.renameVariablesAndTopLevelFieldsOnOpDef=f,e.renameVariablesAndTopLevelFields=function(n,t,e){return i(i({},n),{definitions:r(n.definitions.filter((function(n){return"OperationDefinition"!==n.kind})),n.definitions.filter((function(n){return"OperationDefinition"===n.kind})).map((function(n){return f(n,t,e)})))})},e.renameVariables=function(n,t){return Object.keys(n).reduce((function(e,r){var o;return i(i({},e),((o={})[t(r)]=n[r],o))}),{})}}));const Bt=e(n((function(n,e){var i,r=t&&t.__extends||(i=function(n,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,t){n.__proto__=t}||function(n,t){for(var e in t)t.hasOwnProperty(e)&&(n[e]=t[e])})(n,t)},function(n,t){function e(){this.constructor=n}i(n,t),n.prototype=null===t?Object.create(t):(e.prototype=t.prototype,new e)}),o=t&&t.__assign||function(){return(o=Object.assign||function(n){for(var t,e=1,i=arguments.length;e<i;e++)for(var r in t=arguments[e])Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n}).apply(this,arguments)},u=t&&t.__spreadArrays||function(){for(var n=0,t=0,e=arguments.length;t<e;t++)n+=arguments[t].length;var i=Array(n),r=0;for(t=0;t<e;t++)for(var o=arguments[t],u=0,s=o.length;u<s;u++,r++)i[r]=o[u];return i};Object.defineProperty(e,"__esModule",{value:!0});var s={kind:"Document",definitions:[]},a=function(n){function t(){return null!==n&&n.apply(this,arguments)||this}return r(t,n),t}(Error),c=function(){function n(n,t,e){this.operationName=n,this.document=t,this.variables=e}return n.prototype.add=function(t,e){var i=this,r=this.document.definitions.concat(t.definitions).filter((function(n){return"OperationDefinition"===n.kind}));if(!r.length)throw new a("Expected at least one OperationDefinition, but found none.");r.forEach((function(n){var t,e,i=r.filter((function(t){return t!==n}));i.forEach((function(t){var e,i;if(t.operation!==n.operation)throw new a("expected all operations to be of the smae type, but "+(null===(e=t.name)||void 0===e?void 0:e.value)+" is "+t.operation+" and "+(null===(i=n.name)||void 0===i?void 0:i.value)+" is "+n.operation)})),null===(t=n.selectionSet.selections)||void 0===t||t.filter((function(n){return"Field"===n.kind})).forEach((function(t){i.forEach((function(e){var i;return null===(i=e.selectionSet.selections)||void 0===i?void 0:i.filter((function(n){return"Field"===n.kind})).forEach((function(i){var r,o,u,s;if(((null===(r=t.alias)||void 0===r?void 0:r.value)||t.name.value)===((null===(o=i.alias)||void 0===o?void 0:o.value)||i.name.value))throw new a("duplicate field definition "+i.name.value+" for oprations "+(null===(u=n.name)||void 0===u?void 0:u.value)+" and "+(null===(s=e.name)||void 0===s?void 0:s.value))}))}))})),null===(e=n.variableDefinitions)||void 0===e||e.forEach((function(t){i.forEach((function(e){var i;return null===(i=e.variableDefinitions)||void 0===i?void 0:i.forEach((function(i){var r,o;if(t.variable.name.value===i.variable.name.value)throw new a("duplicate variable definition "+i.variable.name.value+" for oprations "+(null===(r=n.name)||void 0===r?void 0:r.value)+" and "+(null===(o=e.name)||void 0===o?void 0:o.value))}))}))}))}));for(var s=i.variables&&e?o(o({},i.variables),e):e||i.variables,c=[{kind:"OperationDefinition",directives:r.flatMap((function(n){return n.directives||[]})),name:{kind:"Name",value:this.operationName},operation:r[0].operation,selectionSet:{kind:"SelectionSet",selections:r.flatMap((function(n){return n.selectionSet.selections}))},variableDefinitions:r.flatMap((function(n){return n.variableDefinitions||[]}))}],f=new Set,l=0,h=this.document.definitions.concat(t.definitions);l<h.length;l++){var d=h[l];if("OperationDefinition"!==d.kind){if("FragmentDefinition"===d.kind){if(f.has(d.name.value))continue;f.add(d.name.value)}c=u([d],c)}}return new n(this.operationName,{kind:"Document",definitions:c},s)},n.prototype.addN=function(n,t,e,i){return void 0===e&&(e=$t.defaultRenameFn),void 0===i&&(i=$t.defaultRenameFn),t.length?t.reduce((function(t,r,o){var u=$t.renameVariablesAndTopLevelFields(n,(function(n){return e(n,o)}),(function(n){return i(n,o)})),s=$t.renameVariables(r,(function(n){return e(n,o)}));return t.add(u,s)}),this):this},n}();e.default=function(n){return{operationName:n,add:function(n,t){return new c(this.operationName,n,t)},addN:function(n,t,e,i){return new c(this.operationName,s).addN(n,t,e,i)}}}})));var Jt,Gt=Jt||(Jt={});function Ht(n){n.preventDefault(),n.returnValue=""}function Yt(){var n=[];return{get length(){return n.length},push:function(t){return n.push(t),function(){n=n.filter((function(n){return n!==t}))}},call:function(t){n.forEach((function(n){return n&&n(t)}))}}}function Qt(){return Math.random().toString(36).substr(2,8)}function Xt(n){var t=n.pathname;t=void 0===t?"/":t;var e=n.search;return n=void 0===(n=n.hash)?"":n,(e=void 0===e?"":e)&&"?"!==e&&(t+="?"===e.charAt(0)?e:"?"+e),n&&"#"!==n&&(t+="#"===n.charAt(0)?n:"#"+n),t}function Wt(n){var t={};if(n){var e=n.indexOf("#");0<=e&&(t.hash=n.substr(e),n=n.substr(0,e)),0<=(e=n.indexOf("?"))&&(t.search=n.substr(e),n=n.substr(0,e)),n&&(t.pathname=n)}return t}Gt.Pop="POP",Gt.Push="PUSH",Gt.Replace="REPLACE";var zt={current:void 0};function Kt(){if(void 0===zt.current)throw new Error("no implementation of useHost provided");return zt.current()}function Zt(n){if(!n)throw new Error("Must supply an implementation");if("function"!=typeof n)throw new Error("implementation must be a function");zt.current=n}function ne(){var n;window.squatchProgramId||(window.squatchProgramId=new a({element:document.documentElement,initialState:(null==(n=window.widgetIdent)?void 0:n.programId)||void 0,contextName:"sq:program-id"}).start())}function te(){ne();var n=Kt();return i(n,"sq:program-id")}function ee(n){ne(),window.squatchProgramId.context=n}function ie(){return(ie=Object.assign||function(n){for(var t=1;t<arguments.length;t++){var e=arguments[t];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i])}return n}).apply(this,arguments)}function re(n,t){return(re=Object.setPrototypeOf||function(n,t){return n.__proto__=t,n})(n,t)}function oe(n,t){return t||(t=n.slice(0)),n.raw=t,n}function ue(n,t){(null==t||t>n.length)&&(t=n.length);for(var e=0,i=new Array(t);e<t;e++)i[e]=n[e];return i}function se(n,t){var e;if("undefined"==typeof Symbol||null==n[Symbol.iterator]){if(Array.isArray(n)||(e=function(n,t){if(n){if("string"==typeof n)return ue(n,t);var e=Object.prototype.toString.call(n).slice(8,-1);return"Object"===e&&n.constructor&&(e=n.constructor.name),"Map"===e||"Set"===e?Array.from(n):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?ue(n,t):void 0}}(n))||t&&n&&"number"==typeof n.length){e&&(n=e);var i=0;return function(){return i>=n.length?{done:!0}:{done:!1,value:n[i++]}}}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(e=n[Symbol.iterator]()).next.bind(e)}var ae=function(){return(ae=Object.assign||function(n){for(var t,e=1,i=arguments.length;e<i;e++)for(var r in t=arguments[e])Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n}).apply(this,arguments)},ce=new Map,fe=new Map,le=!0,he=!1;function de(n){return n.replace(/[\s,]+/g," ").trim()}function ve(n){var t,e,i,r=de(n);if(!ce.has(r)){var o=Vn(n,{experimentalFragmentVariables:he});if(!o||"Document"!==o.kind)throw new Error("Not a valid GraphQL document.");ce.set(r,function(n){var t=new Set(n.definitions);t.forEach((function(n){n.loc&&delete n.loc,Object.keys(n).forEach((function(e){var i=n[e];i&&"object"==typeof i&&t.add(i)}))}));var e=n.loc;return e&&(delete e.startToken,delete e.endToken),n}((t=o,e=new Set,i=[],t.definitions.forEach((function(n){if("FragmentDefinition"===n.kind){var t=n.name.value,r=de((u=n.loc).source.body.substring(u.start,u.end)),o=fe.get(t);o&&!o.has(r)?le&&console.warn("Warning: fragment with name "+t+" 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||fe.set(t,o=new Set),o.add(r),e.has(r)||(e.add(r),i.push(n))}else i.push(n);var u})),ae(ae({},t),{definitions:i}))))}return ce.get(r)}function pe(n){for(var t=[],e=1;e<arguments.length;e++)t[e-1]=arguments[e];"string"==typeof n&&(n=[n]);var i=n[0];return t.forEach((function(t,e){i+=t&&"Document"===t.kind?t.loc.source.body:t,i+=n[e+1]})),ve(i)}var me,ye=pe;(me=pe||(pe={})).gql=ye,me.resetCaches=function(){ce.clear(),fe.clear()},me.disableFragmentWarnings=function(){le=!1},me.enableExperimentalFragmentVariables=function(){he=!0},me.disableExperimentalFragmentVariables=function(){he=!1},pe.default=pe;var be=pe,we=1e3,Ee=60*we,ge=60*Ee,Se=24*ge,Ie=function(n,t){t=t||{};var e=typeof n;if("string"===e&&n.length>0)return function(n){if(!((n=String(n)).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(n);if(t){var e=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*e;case"weeks":case"week":case"w":return 6048e5*e;case"days":case"day":case"d":return e*Se;case"hours":case"hour":case"hrs":case"hr":case"h":return e*ge;case"minutes":case"minute":case"mins":case"min":case"m":return e*Ee;case"seconds":case"second":case"secs":case"sec":case"s":return e*we;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:return}}}}(n);if("number"===e&&isFinite(n))return t.long?function(n){var t=Math.abs(n);return t>=Se?Oe(n,t,Se,"day"):t>=ge?Oe(n,t,ge,"hour"):t>=Ee?Oe(n,t,Ee,"minute"):t>=we?Oe(n,t,we,"second"):n+" ms"}(n):function(n){var t=Math.abs(n);return t>=Se?Math.round(n/Se)+"d":t>=ge?Math.round(n/ge)+"h":t>=Ee?Math.round(n/Ee)+"m":t>=we?Math.round(n/we)+"s":n+"ms"}(n);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(n))};function Oe(n,t,e,i){var r=t>=1.5*e;return Math.round(n/e)+" "+i+(r?"s":"")}var Te,Ne=(function(n,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+n.exports.humanize(this.diff),!this.useColors)return;const e="color: "+this.color;t.splice(1,0,e,"color: inherit");let i=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(n=>{"%%"!==n&&(i++,"%c"===n&&(r=i))})),t.splice(r,0,e)},t.save=function(n){try{n?t.storage.setItem("debug",n):t.storage.removeItem("debug")}catch(n){}},t.load=function(){let n;try{n=t.storage.getItem("debug")}catch(n){}return!n&&"undefined"!=typeof process&&"env"in process&&(n=process.env.DEBUG),n},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(n){}}(),t.destroy=(()=>{let n=!1;return()=>{n||(n=!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||(()=>{}),n.exports=function(n){function t(n){let i,r=null;function o(...n){if(!o.enabled)return;const e=o,r=Number(new Date);e.diff=r-(i||r),e.prev=i,e.curr=r,i=r,n[0]=t.coerce(n[0]),"string"!=typeof n[0]&&n.unshift("%O");let u=0;n[0]=n[0].replace(/%([a-zA-Z%])/g,((i,r)=>{if("%%"===i)return"%";u++;const o=t.formatters[r];return"function"==typeof o&&(i=o.call(e,n[u]),n.splice(u,1),u--),i})),t.formatArgs.call(e,n),(e.log||t.log).apply(e,n)}return o.namespace=n,o.useColors=t.useColors(),o.color=t.selectColor(n),o.extend=e,o.destroy=t.destroy,Object.defineProperty(o,"enabled",{enumerable:!0,configurable:!1,get:()=>null===r?t.enabled(n):r,set:n=>{r=n}}),"function"==typeof t.init&&t.init(o),o}function e(n,e){const i=t(this.namespace+(void 0===e?":":e)+n);return i.log=this.log,i}function i(n){return n.toString().substring(2,n.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(n){return n instanceof Error?n.stack||n.message:n},t.disable=function(){const n=[...t.names.map(i),...t.skips.map(i).map((n=>"-"+n))].join(",");return t.enable(""),n},t.enable=function(n){let e;t.save(n),t.names=[],t.skips=[];const i=("string"==typeof n?n:"").split(/[\s,]+/),r=i.length;for(e=0;e<r;e++)i[e]&&("-"===(n=i[e].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+n.substr(1)+"$")):t.names.push(new RegExp("^"+n+"$")))},t.enabled=function(n){if("*"===n[n.length-1])return!0;let e,i;for(e=0,i=t.skips.length;e<i;e++)if(t.skips[e].test(n))return!1;for(e=0,i=t.names.length;e<i;e++)if(t.names[e].test(n))return!0;return!1},t.humanize=Ie,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(n).forEach((e=>{t[e]=n[e]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(n){let e=0;for(let t=0;t<n.length;t++)e=(e<<5)-e+n.charCodeAt(t),e|=0;return t.colors[Math.abs(e)%t.colors.length]},t.enable(t.load()),t}(t);const{formatters:e}=n.exports;e.j=function(n){try{return JSON.stringify(n)}catch(n){return"[UnexpectedJSONParseError]: "+n.message}}}(Te={exports:{}},Te.exports),Te.exports),Fe=Ne("sq:user-identity");function Ce(){window.squatchUserIdentity||(window.squatchUserIdentity=new a({element:document.documentElement,initialState:je(),contextName:"sq:user-identity"}).start())}function De(n){if(n)try{var t,e,i=x(n),r=i.exp;if(function(n){return n.sub&&/.*:.*@.*:users/.test(n.sub)}(i)){var o=i.sub.match(/(.*):(.*)@(.*):users/);e=atob(o[1]),t=atob(o[2])}else(function(n){return n.user&&n.user.id&&n.user.accountId})(i)&&(e=i.user.accountId,t=i.user.id);if(!t||!e)return;if(r&&Date.now()>=1e3*r)return;return{id:t,accountId:e,jwt:n}}catch(n){return}}function je(){var n=Bi();switch(n.type){case"SquatchAndroid":case"SquatchJS2":return{id:n.widgetIdent.userId,accountId:n.widgetIdent.accountId,jwt:n.widgetIdent.token};case"SquatchPortal":var t=new URLSearchParams(document.location.search);if(t.has("jwt"))return De(t.get("jwt"));var e=localStorage.getItem("sq:user-identity");if(!e)return;try{var i=JSON.parse(e),r=De(i.jwt);return r?ie({},i,r):void 0}catch(n){return}case"SquatchAdmin":case"None":return}}function Ae(n){Ce();var t=window.squatchUserIdentity;U(t.context,n)||(t.context=n),n&&"SquatchPortal"===Bi().type?localStorage.setItem("sq:user-identity",JSON.stringify(n)):n||(Fe("Deleting user from localStorage"),localStorage.removeItem("sq:user-identity"))}function _e(){var n;return null==(n=xe())?void 0:n.jwt}function xe(){Ce();var n=Kt(),t=i(n,"sq:user-identity"),e=De(null==t?void 0:t.jwt);if(!t||e)return t;Ae(void 0)}function Pe(n,t){try{var e=n()}catch(n){return t(n)}return e&&e.then?e.then(void 0,t):e}var ke=function(n){var t,e;function i(t,e){var i;(i=n.call(this,t,e)||this).subject=new Dt;var r=new Dt;return i.subject.pipe(function(n){let t=arguments.length,e=kt;Pt(arguments[arguments.length-1])&&(e=arguments[arguments.length-1],t--);let i=null;t>=2&&(i=arguments[1]);let r=Number.POSITIVE_INFINITY;return t>=3&&(r=arguments[2]),function(t){return t.lift(new Mt(n,i,r,e))}}(200,void 0,10)).subscribe((function(n){try{if(!n.length)return Promise.resolve();for(var t,e=Ue(n),o=e.mergedQuery,u=e.mergedVariables,s=e.mergedQueryAddedEvents,a=se(e.unmergedQueryAddedEvents);!(t=a()).done;)r.next(t.value);return s.length?Promise.resolve(Pe((function(){return Promise.resolve(i.superRequest(o,u)).then((function(n){$e(n,s)}))}),(function(n){if(n instanceof F.ClientError){var t=function(){var t=n.response,e=t.data,i=t.errors;if(!e)return{v:Je(s,n)};for(var r,o=Object.keys(e),u=[].concat(s),a=function(){var t=r.value,e=void 0;t.path.find((function(i,r,s){if(o.includes(i)){var a=Re(i),c=u.findIndex((function(n){return n.id===a}));if(-1===c)return!1;o.splice(r,1),e=u.splice(c,1)[0];var f=qe(n.response.data,e);s[r]=Ve(s[r],a);var l=e.query,h=e.variables,d=ie({},n.response,{errors:[t],data:f,path:s}),v=new F.ClientError(d,{query:"string"!=typeof l?Jn(l):l,variables:h});return Be(e,v),!0}return!1}))},c=se(i);!(r=c()).done;)a();$e(e,u)}();if("object"==typeof t)return t.v}else Je(s,n)}))):Promise.resolve()}catch(n){return Promise.reject(n)}})),r.subscribe((function(n){try{var t=Pe((function(){return Promise.resolve(i.superRequest(n.query,n.variables)).then((function(t){Le(t,n)}))}),(function(t){Be(n,t)}));return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(n){return Promise.reject(n)}})),i}e=n,(t=i).prototype=Object.create(e.prototype),t.prototype.constructor=t,re(t,e);var r=i.prototype;return r.superRequest=function(t,e){return n.prototype.request.call(this,t,e)},r.request=function(n,t){var e=this;return new Promise((function(i,r){var o={query:n,variables:t,id:Me(),resolve:i,reject:r};e.subject.next(o)}))},i}(C.GraphQLClient),Me=function(){return((n=21)=>{let t="",e=crypto.getRandomValues(new Uint8Array(n));for(;n--;){let i=63&e[n];t+=i<36?i.toString(36):i<62?(i-26).toString(36).toUpperCase():i<63?"_":"-"}return t})().replace(/[-_]/g,"")},Ve=function(n,t){return n.replace("_"+t,"")},Re=function(n){var t=n.split("_");return t[t.length-1]},Ue=function(n){var t=[],e=[],i=n.reduce((function(n,i){var r=i.query,o=i.variables,u=i.id;try{var s="string"==typeof r?Vn(r):r,a=s.definitions.find((function(n){return"FragmentDefinition"===n.kind})),c="string"==typeof r?r:Jn(r),f=/@/.test(c);if(a||f)return e.push(i),n;var l=function(n){return function(n,t){return n+"_"+t}(n,u)};return n=n.addN(s,[o],l,l),t.push(i),n}catch(t){return e.push(i),n}}),Bt("BatchedQuery")),r=i.document,o=i.variables;return{mergedQuery:r&&Jn(r),mergedVariables:o,mergedQueryAddedEvents:t,unmergedQueryAddedEvents:e}},qe=function(n,t){if(!n)return n;var e=Object.keys(n),i=t.id;return e.reduce((function(t,e){var r;return e.endsWith(i)&&(t=ie({},t,((r={})[Ve(e,i)]=n[e],r))),t}),{})},Le=function(n,t){(0,t.resolve)(n)},$e=function(n,t){for(var e,i=se(t);!(e=i()).done;){var r=e.value,o=qe(n,r);r.resolve(o)}},Be=function(n,t){(0,n.reject)(t)},Je=function(n,t){for(var e,i=se(n);!(e=i()).done;)(0,e.value.reject)(t)},Ge="sq:graphql-client",He=ut((function(n,t,e){return new ke(n+"/api/v1/"+t+"/graphql",{headers:{Authorization:"Bearer "+(e||"")}})}));function Ye(n,t){switch(t.type){case"loading":return{data:void 0,errors:void 0,loading:!0};case"data":return{data:t.payload,errors:void 0,loading:!1};case"errors":return{data:void 0,errors:t.payload,loading:!1}}}function Qe(n,t){var e,r,u,s,a,c,l=(e=_e(),r=function(){var n,t=Bi();switch(t.type){case"SquatchAndroid":case"SquatchJS2":return t.widgetIdent.appDomain;case"SquatchPortal":return(null==(n=t.env)?void 0:n.appDomain)||"https://app.referralsaasquatch.com";case"SquatchAdmin":case"None":return"https://app.referralsaasquatch.com"}}(),u=Gi(),s=He(r,u,e),a=Kt(),null!=(c=i(a,"sq:graphql-client",{attempts:0}))?c:s),h=o(Ye,t),d=h[1];return[h[0],f((function(t,e){void 0===e&&(e=!1);try{if(!l)return d({type:"errors",payload:new Error("No GraphQL client found")}),Promise.resolve();var i=function(i,r){try{var o=(e||d({type:"loading"}),Promise.resolve(l.request(n,t)).then((function(n){d({type:"data",payload:n})})))}catch(n){return r(n)}return o&&o.then?o.then(void 0,r):o}(0,(function(n){d({type:"errors",payload:n})}));return Promise.resolve(i&&i.then?i.then((function(){})):void 0)}catch(t){return Promise.reject(t)}}),[l,n,d])]}var Xe,We={loading:!1,data:void 0,errors:void 0};function ze(n){var t=Qe(n,We);return[t[1],t[0]]}var Ke,Ze=be(Xe||(Xe=oe(["\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 ni(){var n=ze(Ze),t=n[0],e=n[1],i=e.loading,o=e.data,u=e.errors;return r((function(){if(null!=o&&o.authenticateManagedIdentityWithEmailAndPassword){var n=o.authenticateManagedIdentityWithEmailAndPassword,t=n.token,e=x(t).user;Ae({jwt:t,id:e.id,accountId:e.accountId,managedIdentity:{email:n.email,emailVerified:n.emailVerified,sessionData:n.sessionData}})}}),[null==o?void 0:o.authenticateManagedIdentityWithEmailAndPassword]),[t,{loading:i,data:o,errors:u}]}var ti,ei=be(Ke||(Ke=oe(["\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 ii(){var n=ze(ei),t=n[0],e=n[1],i=e.loading,o=e.data,u=e.errors;return r((function(){if(null!=o&&o.registerManagedIdentityWithEmailAndPassword){var n=o.registerManagedIdentityWithEmailAndPassword,t=n.token,e=x(t).user;Ae({jwt:t,id:e.id,accountId:e.accountId,managedIdentity:{email:n.email,emailVerified:n.emailVerified,sessionData:n.sessionData}})}}),[null==o?void 0:o.registerManagedIdentityWithEmailAndPassword]),[t,{loading:i,data:o,errors:u}]}var ri,oi=be(ti||(ti=oe(["\n mutation ChangePassword($password: String!) {\n changeManagedIdentityPassword(\n changeManagedIdentityPasswordInput: { password: $password }\n ) {\n success\n }\n }\n"])));function ui(){var n=ze(oi),t=n[1];return[n[0],{loading:t.loading,data:t.data,errors:t.errors}]}var si,ai=be(ri||(ri=oe(["\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 ci(){var n=ze(ai),t=n[0],e=n[1],i=e.loading,o=e.data,u=e.errors;return r((function(){if(null!=o&&o.resetManagedIdentityPassword){var n=o.resetManagedIdentityPassword,t=n.token,e=x(t).user;Ae({jwt:t,id:e.id,accountId:e.accountId,managedIdentity:{email:n.email,emailVerified:n.emailVerified,sessionData:n.sessionData}})}}),[null==o?void 0:o.resetManagedIdentityPassword]),[t,{loading:i,data:o,errors:u}]}var fi=be(si||(si=oe(["\n mutation VerifyPasswordResetCode($oobCode: String!) {\n verifyManagedIdentityPasswordResetCode(\n verifyManagedIdentityPasswordResetCodeInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function li(){return ze(fi)}function hi(){var n=Kt();return{refresh:f((function(){n.dispatchEvent(new CustomEvent("sq:refresh",{bubbles:!0,composed:!0,cancelable:!0,detail:{}}))}),[n])}}function di(n){var t=n.skip,e=void 0!==t&&t,i=n.update,o=n.variables;r((function(){var n=function(){!e&&i(o,!0)};return document.addEventListener("sq:refresh",n),function(){return document.removeEventListener("sq:refresh",n)}}),function(n){var t=u(n),e=u(0);return U(n,t.current)||(t.current=n,e.current+=1),s((function(){return t.current}),[e.current])}([o,i,e]))}var vi,pi={loading:!1,data:void 0,errors:void 0},mi=Symbol();function yi(n){var t=Qe(n,pi),e=t[0],i=t[1],r=u(mi);return di({skip:r.current===mi,update:i,variables:r.current}),[i,ie({},e,{refetch:function(n){r.current=n,i(n)}})]}var bi,wi,Ei=be(vi||(vi=oe(["\n query ManagedIdentity {\n managedIdentity {\n email\n emailVerified\n sessionData\n }\n }\n"]))),gi=be(bi||(bi=oe(["\n mutation VerifyEmail($oobCode: String!) {\n verifyManagedIdentityEmail(\n verifyManagedIdentityEmailInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function Si(){var n,t=function(){var n=xe(),t=yi(Ei),e=t[0],i=t[1],o=i.loading,u=i.data,s=i.errors,a=i.refetch;return r((function(){null!=u&&u.managedIdentity&&Ae(ie({},n,{managedIdentity:u.managedIdentity}))}),[null==u?void 0:u.managedIdentity]),[f((function(){return e({})}),[e]),{loading:o,data:u,errors:s,refetch:a}]}()[0],e=ze(gi),i=e[0],o=e[1],u=o.loading,s=o.data,a=o.errors;return r((function(){var n;null!=s&&null!=(n=s.verifyManagedIdentityEmail)&&n.success&&t()}),[null==s||null==(n=s.verifyManagedIdentityEmail)?void 0:n.success]),[i,{loading:u,data:s,errors:a}]}var Ii,Oi=be(wi||(wi=oe(["\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 Ti(){return ze(Oi)}var Ni=be(Ii||(Ii=oe(["\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 Fi(){return ze(Ni)}function Ci(){return o((function(n){return n+1}),0)}function Di(n){for(var t,e=se(Object.getOwnPropertyNames(n));!(t=e()).done;){var i=n[t.value];i&&"object"==typeof i&&Di(i)}return Object.freeze(n)}var ji={loading:!0,data:void 0,errors:void 0};function Ai(n,t,e){var i=Qe(n,ji),r=i[0],o=i[1],s=Ci(),a=s[1];return function(n,t){var e=u();e.current&&U(t,e.current.key)||(e.current={key:t,value:n()})}((function(){!e&&o(t)}),[n,t,o,s[0],e]),di({skip:e,update:o,variables:t}),Di(ie({},r,{refetch:a}))}function _i(){return window.squatchHistory=window.squatchHistory||function(){switch(Bi().type){case"SquatchPortal":return function(n){function t(){var n=u.location,t=s.state||{};return[t.idx,{pathname:n.pathname,search:n.search,hash:n.hash,state:t.usr||null,key:t.key||"default"}]}function e(n){return"string"==typeof n?n:Xt(n)}function i(n,t){return void 0===t&&(t=null),l({pathname:h.pathname,hash:"",search:""},"string"==typeof n?Wt(n):n,{state:t,key:Qt()})}function r(n){c=n,n=t(),f=n[0],d.call({action:c,location:h=n[1]})}function o(n){s.go(n)}void 0===n&&(n={});var u=void 0===(n=n.window)?document.defaultView:n,s=u.history,a=null;u.addEventListener("popstate",(function(){if(a)v.call(a),a=null;else{var n=Jt.Pop,e=t(),i=e[0];if(e=e[1],v.length){if(null!=i){var u=f-i;u&&(a={action:n,location:e,retry:function(){o(-1*u)}},o(u))}}else r(n)}}));var c=Jt.Pop,f=(n=t())[0],h=n[1],d=Yt(),v=Yt();return null==f&&s.replaceState(l({},s.state,{idx:f=0}),""),{get action(){return c},get location(){return h},createHref:e,push:function n(t,o){var a=Jt.Push,c=i(t,o);if(!v.length||(v.call({action:a,location:c,retry:function(){n(t,o)}}),0)){var l=[{usr:c.state,key:c.key,idx:f+1},e(c)];c=l[0],l=l[1];try{s.pushState(c,"",l)}catch(n){u.location.assign(l)}r(a)}},replace:function n(t,o){var u=Jt.Replace,a=i(t,o);v.length&&(v.call({action:u,location:a,retry:function(){n(t,o)}}),1)||(a=[{usr:a.state,key:a.key,idx:f},e(a)],s.replaceState(a[0],"",a[1]),r(u))},go:o,back:function(){o(-1)},forward:function(){o(1)},listen:function(n){return d.push(n)},block:function(n){var t=v.push(n);return 1===v.length&&u.addEventListener("beforeunload",Ht),function(){t(),v.length||u.removeEventListener("beforeunload",Ht)}}}}();default:return function(n){function t(n,t){return void 0===t&&(t=null),l({pathname:c.pathname,search:"",hash:""},"string"==typeof n?Wt(n):n,{state:t,key:Qt()})}function e(n,t,e){return!h.length||(h.call({action:n,location:t,retry:e}),!1)}function i(n,t){f.call({action:a=n,location:c=t})}function r(n){var t=Math.min(Math.max(s+n,0),u.length-1),o=Jt.Pop,a=u[t];e(o,a,(function(){r(n)}))&&(s=t,i(o,a))}void 0===n&&(n={});var o=n;n=o.initialEntries,o=o.initialIndex;var u=(void 0===n?["/"]:n).map((function(n){return l({pathname:"/",search:"",hash:"",state:null,key:Qt()},"string"==typeof n?Wt(n):n)})),s=Math.min(Math.max(null==o?u.length-1:o,0),u.length-1),a=Jt.Pop,c=u[s],f=Yt(),h=Yt();return{get index(){return s},get action(){return a},get location(){return c},createHref:function(n){return"string"==typeof n?n:Xt(n)},push:function n(r,o){var a=Jt.Push,c=t(r,o);e(a,c,(function(){n(r,o)}))&&(u.splice(s+=1,u.length,c),i(a,c))},replace:function n(r,o){var a=Jt.Replace,c=t(r,o);e(a,c,(function(){n(r,o)}))&&(u[s]=c,i(a,c))},go:r,back:function(){r(-1)},forward:function(){r(1)},listen:function(n){return f.push(n)},block:function(n){return h.push(n)}}}()}}(),window.squatchHistory}var xi,Pi={createHref:function(){var n;return(n=_i()).createHref.apply(n,[].slice.call(arguments))},push:function(){var n;return(n=_i()).push.apply(n,[].slice.call(arguments))},replace:function(){var n;return(n=_i()).replace.apply(n,[].slice.call(arguments))},go:function(){var n;return(n=_i()).go.apply(n,[].slice.call(arguments))},back:function(){return _i().back()},forward:function(){var n;return(n=_i()).forward.apply(n,[].slice.call(arguments))}};function ki(){var n=Ci()[1];return r((function(){return _i().listen((function(){n()}))}),[]),_i().location}function Mi(n,t,e,i,r){var o;void 0===i&&(i={}),void 0===r&&(r=!1);var u=function(n){var t=c({limit:n.limit,offset:n.offset}),e=t[0],i=t[1],r=e.offset,o=e.limit,u=function(n,t){return n*t},s=function(n,t){return Math.ceil(n/t)||0};return{limit:o,setLimit:function(n){var t=s(r,n),o=u(n,t);i(ie({},e,{limit:n,offset:o}))},offset:r,setCurrentPage:function(n){var t=u(n,o);i((function(n){return ie({},n,{offset:t})}))},calculatePagination:function(n,t){var e=s(r,o),i=function(n,t){return Math.ceil(n/t)||0}(t,o),u=0===n?"0":n>1?r+1+"-"+(r+n):""+(r+1);return{currentPage:e,pageCount:i,rangeOnPage:u,pageProgress:u+" of "+t}}}}(e),s=u.limit,a=u.setLimit,f=u.setCurrentPage,l=u.calculatePagination,h=Ai(n,ie({limit:s,offset:u.offset},i),r),d=h.loading,v=h.errors,p=h.refetch,m=t(h.data),y=l((null==m||null==(o=m.data)?void 0:o.length)||0,(null==m?void 0:m.totalCount)||0);return{envelope:m,states:{errors:v,loading:d,limit:s,currentPage:y.currentPage,pageCount:y.pageCount,pageProgress:y.pageProgress},callbacks:{refetch:p,setLimit:a,setCurrentPage:f}}}C.gql(xi||(xi=oe(["\n mutation ($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"]))),Ne("sq:useForm"),C.gql(Vi||(Vi=oe(["\n query ($key: String!) {\n form(key: $key) {\n schema\n initialData {\n initialData\n isEnabled\n isEnabledErrorMessage\n }\n }\n }\n"]))),C.gql(Ri||(Ri=oe(["\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"]))),C.gql(Ui||(Ui=oe(["\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"])));var Vi,Ri,Ui,qi,Li=C.gql(qi||(qi=oe(["\n query {\n viewer {\n ... on User {\n locale\n }\n }\n }\n"])));function $i(){var n,t,e,r,o,u;e=window.squatchLocale,r=xe(),u=null==(o=Ai(Li,{},!r).data)||null==(n=o.viewer)?void 0:n.locale,e?u&&u!==e.context&&(e.context=u):window.squatchLocale=new a({element:document.documentElement,initialState:u||(null==(t=window.widgetIdent)?void 0:t.locale)||void 0,contextName:"sq:locale"}).start();var s=Kt();return i(s,"sq:locale")}function Bi(){var n,t;return window.SquatchAndroid?{type:"SquatchAndroid",android:window.SquatchAndroid,widgetIdent:window.widgetIdent}:window.SquatchPortal?{type:"SquatchPortal",env:window.SquatchPortal}:window.SquatchAdmin?{type:"SquatchAdmin",adminSDK:window.SquatchAdmin}:window.widgetIdent&&"demo"!==(null==(n=window.widgetIdent)?void 0:n.env)?{type:"SquatchJS2",api:null==(t=window.frameElement)?void 0:t.squatchJsApi,widgetIdent:window.widgetIdent}:{type:"None"}}function Ji(){var n=Bi();return"None"===n.type||"SquatchAdmin"===n.type}function Gi(){var n=Bi();switch(n.type){case"SquatchAndroid":case"SquatchJS2":return n.widgetIdent.tenantAlias;case"SquatchAdmin":case"None":return"demo";case"SquatchPortal":return n.env.tenantAlias}}function Hi(){var n=Bi();switch(n.type){case"SquatchJS2":return n.widgetIdent.engagementMedium||"EMBED";case"SquatchAndroid":case"SquatchPortal":case"SquatchAdmin":case"None":return"EMBED"}}export{Gi as $,$i as A,ii as D,ni as E,hi as H,Si as K,te as M,li as N,Kt as P,Hi as R,Zt as S,ci as V,Ti as Y,yi as _,Mi as a,Ai as b,Pi as c,C as d,Ae as e,ee as f,ui as g,xe as i,Ji as j,Bi as k,ki as l,at as m,Fi as n,_e as o,ze as q,Ci as r,ut as s,He as w,Ge as y}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as a,c as t}from"./p-64c3217a.js";import{m as l}from"./p-b7da9a8a.js";const r=class{constructor(a){s(this,a),this.ignored=!0,l(this)}disconnectedCallback(){}render(){return a(t,{style:{display:"block"}},a("sl-tab",null,a("slot",null)))}};export{r as sqm_tab}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
System.register(["./p-ff17b3a4.system.js","./p-9580888c.system.js"],(function(t){"use strict";var n,e,s,r;return{setters:[function(t){n=t.r;e=t.h;s=t.c},function(t){r=t.m}],execute:function(){var o=t("sqm_tab_panel",function(){function t(t){n(this,t);this.ignored=true;r(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){return e(s,{style:{display:"block"}},e("sl-tab-panel",null,e("slot",{name:"sqm-panel",slot:"panel"})))};return t}())}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as a,h as s,c as t}from"./p-64c3217a.js";import{u as r,m as e}from"./p-b7da9a8a.js";import"./p-d1520098.js";import{i,l as o,c as n,j as c}from"./p-6b36aefc.js";import"./p-81f34787.js";const l=class{constructor(s){a(this,s),this.ignored=!0,this.redirectTo="/",this.requireEmailVerification=!1,this.redirectToUnverified="/emailVerification",e(this)}disconnectedCallback(){}render(){const a=!!c()||function({requireEmailVerification:a,redirectTo:s,redirectToUnverified:t}){var e;const c=i(),l=!!(null==c?void 0:c.jwt),p=null===(e=null==c?void 0:c.managedIdentity)||void 0===e?void 0:e.emailVerified,{pathname:m,search:d}=o(),h=new URLSearchParams;return h.append("nextPage",`${m}${d}`),r((()=>l?a&&!p?n.push({pathname:t||s,search:"?"+h.toString()}):void 0:n.push({pathname:s,search:"?"+h.toString()})),[]),!!c}(this);return s(t,{style:{display:a?"contents":"none"}},s("slot",null))}};export{l as sqm_portal_protected_route}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as t}from"./p-64c3217a.js";import{m as r}from"./p-b7da9a8a.js";import"./p-d1520098.js";import{j as o}from"./p-6b36aefc.js";import"./p-81f34787.js";import"./p-c1086930.js";import"./p-373fa002.js";import{B as a}from"./p-73d5306f.js";import{u as p,a as i}from"./p-11adc84b.js";const m=class{constructor(t){s(this,t),this.flexReverse=!1,this.ignored=!0,r(this)}disconnectedCallback(){}render(){const{props:s,label:r}=o()?p(this):i(this);return t(a,Object.assign({},s),t("slot",null,r))}};export{m as sqm_big_stat}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var __makeTemplateObject=this&&this.__makeTemplateObject||function(e,t){if(Object.defineProperty){Object.defineProperty(e,"raw",{value:t})}else{e.raw=t}return e};var __assign=this&&this.__assign||function(){__assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a))e[a]=t[a]}return e};return __assign.apply(this,arguments)};var __awaiter=this&&this.__awaiter||function(e,t,r,n){function a(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,l){function i(e){try{o(n.next(e))}catch(e){l(e)}}function s(e){try{o(n["throw"](e))}catch(e){l(e)}}function o(e){e.done?r(e.value):a(e.value).then(i,s)}o((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},n,a,l,i;return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(e){return function(t){return o([e,t])}}function o(i){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=1,a&&(l=i[0]&2?a["return"]:i[0]?a["throw"]||((l=a["return"])&&l.call(a),0):a.next)&&!(l=l.call(a,i[1])).done)return l;if(a=0,l)i=[i[0]&2,l.value];switch(i[0]){case 0:case 1:l=i;break;case 4:r.label++;return{value:i[1],done:false};case 5:r.label++;a=i[1];i=[0];continue;case 7:i=r.ops.pop();r.trys.pop();continue;default:if(!(l=r.trys,l=l.length>0&&l[l.length-1])&&(i[0]===6||i[0]===2)){r=0;continue}if(i[0]===3&&(!l||i[1]>l[0]&&i[1]<l[3])){r.label=i[1];break}if(i[0]===6&&r.label<l[1]){r.label=l[1];l=i;break}if(l&&r.label<l[2]){r.label=l[2];r.ops.push(i);break}if(l[2])r.ops.pop();r.trys.pop();continue}i=t.call(e,r)}catch(e){i=[6,e];a=0}finally{n=l=0}if(i[0]&5)throw i[1];return{value:i[0]?i[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-9580888c.system.js","./p-672a504b.system.js","./p-e00e11b1.system.js","./p-d165c3e3.system.js","./p-1c17892a.system.js","./p-4bd679a7.system.js","./p-126bcba1.system.js","./p-3bbb90a9.system.js","./p-d0acc0d5.system.js","./p-cdbbb5f4.system.js","./p-17abcb17.system.js","./p-df466813.system.js","./p-c3f300e8.system.js","./p-8bcaafaf.system.js"],(function(e){"use strict";var t,r,n,a,l,i,s,o,d,u,c,p,m,f,v,h,y,g,w,b,_,x,T;return{setters:[function(e){t=e.h;r=e.r;n=e.c},function(e){a=e.e;l=e.u;i=e.m},function(e){s=e.i},function(){},function(e){o=e.d;d=e.i;u=e.M;c=e.A;p=e.a;m=e.j},function(){},function(e){f=e.c},function(){},function(e){v=e.c},function(e){h=e.G},function(e){y=e.u;g=e.a;w=e.b},function(e){b=e.g},function(e){_=e.l},function(e){x=e.l},function(e){T=e.T}],execute:function(){var E="sqm-rewards-table";var R=o.gql(__makeTemplateObject(["\n query getRewards(\n $limit: Int!\n $offset: Int!\n $rewardFilter: RewardFilterInput\n $locale: RSLocale\n ) {\n viewer {\n ... on User {\n id\n rewards(limit: $limit, offset: $offset, filter: $rewardFilter) {\n totalCount\n count\n data {\n id\n type\n value\n unit\n name\n dateGiven\n dateExpires\n dateCancelled\n dateRedeemed\n dateScheduledFor\n fuelTankCode\n fuelTankType\n currency\n prettyValue(locale: $locale)\n prettyValueNumber: prettyValue(\n formatType: NUMBER_FORMATTED\n locale: $locale\n )\n prettyAvailableNumber: prettyAvailableValue(\n formatType: NUMBER_FORMATTED\n locale: $locale\n )\n prettyRedeemedNumber: prettyRedeemedCredit(\n formatType: NUMBER_FORMATTED\n locale: $locale\n )\n programId\n program {\n name\n }\n statuses\n pendingReasons\n globalRewardKey\n programRewardKey\n rewardSource\n prettyRedeemedCredit(locale: $locale)\n prettyAssignedCredit(locale: $locale)\n prettyAvailableValue(locale: $locale)\n exchangedRewardRedemptionTransaction {\n id\n creditRedeemed\n prettyRedeemedCredit(locale: $locale)\n unit\n dateRedeemed\n }\n referral {\n id\n referrerUser {\n id\n firstName\n lastName\n }\n referredUser {\n id\n firstName\n lastName\n }\n }\n rewardRedemptionTransactions {\n data {\n exchangedRewards {\n data {\n prettyValue(locale: $locale)\n type\n fuelTankCode\n globalRewardKey\n }\n }\n }\n }\n }\n }\n }\n }\n }\n"],["\n query getRewards(\n $limit: Int!\n $offset: Int!\n $rewardFilter: RewardFilterInput\n $locale: RSLocale\n ) {\n viewer {\n ... on User {\n id\n rewards(limit: $limit, offset: $offset, filter: $rewardFilter) {\n totalCount\n count\n data {\n id\n type\n value\n unit\n name\n dateGiven\n dateExpires\n dateCancelled\n dateRedeemed\n dateScheduledFor\n fuelTankCode\n fuelTankType\n currency\n prettyValue(locale: $locale)\n prettyValueNumber: prettyValue(\n formatType: NUMBER_FORMATTED\n locale: $locale\n )\n prettyAvailableNumber: prettyAvailableValue(\n formatType: NUMBER_FORMATTED\n locale: $locale\n )\n prettyRedeemedNumber: prettyRedeemedCredit(\n formatType: NUMBER_FORMATTED\n locale: $locale\n )\n programId\n program {\n name\n }\n statuses\n pendingReasons\n globalRewardKey\n programRewardKey\n rewardSource\n prettyRedeemedCredit(locale: $locale)\n prettyAssignedCredit(locale: $locale)\n prettyAvailableValue(locale: $locale)\n exchangedRewardRedemptionTransaction {\n id\n creditRedeemed\n prettyRedeemedCredit(locale: $locale)\n unit\n dateRedeemed\n }\n referral {\n id\n referrerUser {\n id\n firstName\n lastName\n }\n referredUser {\n id\n firstName\n lastName\n }\n }\n rewardRedemptionTransactions {\n data {\n exchangedRewards {\n data {\n prettyValue(locale: $locale)\n type\n fuelTankCode\n globalRewardKey\n }\n }\n }\n }\n }\n }\n }\n }\n }\n"]));function S(e,t,r){var n,i;var s=d();var o=u();var m=c();var f=(n=e.programId)!==null&&n!==void 0?n:o;var v=__assign({userId_eq:s===null||s===void 0?void 0:s.id,accountId_eq:s===null||s===void 0?void 0:s.accountId},f?f==="classic"?{programId_exists:false}:{programId_eq:f}:{});var h=a((function(e,t){return __assign(__assign({},e),t)}),{columns:[],rows:[],loading:false,page:0}),w=h[0],b=h[1];var _=p(R,(function(e){var t;return(t=e===null||e===void 0?void 0:e.viewer)===null||t===void 0?void 0:t.rewards}),{limit:e.perPage,offset:0},{rewardFilter:v,locale:m},!(s===null||s===void 0?void 0:s.jwt)),x=_.envelope,T=_.states,S=_.callbacks;var D=y();var A=g();var C=x===null||x===void 0?void 0:x.data;function L(e){return __awaiter(this,void 0,void 0,(function(){var t,r,n,a,l,i,s;var o=this;return __generator(this,(function(d){switch(d.label){case 0:t=e.filter((function(e){return e.slot!=="loading"&&e.slot!=="empty"}));r=t===null||t===void 0?void 0:t.map((function(e){return __awaiter(o,void 0,void 0,(function(){return __generator(this,(function(t){return[2,N(e,(function(){return e.renderLabel()}))]}))}))}));n=C===null||C===void 0?void 0:C.map((function(e){return __awaiter(o,void 0,void 0,(function(){var r,n;var a=this;return __generator(this,(function(l){switch(l.label){case 0:r=t===null||t===void 0?void 0:t.map((function(t){return __awaiter(a,void 0,void 0,(function(){return __generator(this,(function(r){return[2,N(t,(function(){return t.renderCell([e],m)}))]}))}))}));return[4,Promise.all(r)];case 1:n=l.sent();return[2,n]}}))}))}));l=n;if(!l)return[3,2];return[4,Promise.all(n)];case 1:l=d.sent().filter((function(e){return e}));d.label=2;case 2:a=l;b({rows:a});s=r;if(!s)return[3,4];return[4,Promise.all(r)];case 3:s=d.sent();d.label=4;case 4:i=s;b({columns:i,loading:false,page:T.currentPage});return[2]}}))}))}l((function(){b({loading:true});x&&L(A)}),[x,A,D]);var I=!((i=w===null||w===void 0?void 0:w.rows)===null||i===void 0?void 0:i.length)&&!(C===null||C===void 0?void 0:C.length);var P=T.loading||w.loading?"loading":I?"empty":"rows";return{states:{hasNext:T.currentPage<T.pageCount-1,hasPrev:T.currentPage>0,show:P,namespace:E},data:{textOverrides:{showLabels:e.showLabels,prevLabel:e.prevLabel,moreLabel:e.moreLabel},hiddenColumns:e.hiddenColumns,smBreakpoint:e.smBreakpoint,mdBreakpoint:e.mdBreakpoint},elements:{columns:w.columns,rows:w.rows,emptyElement:t,loadingElement:r},callbacks:{nextPage:function(){S.setCurrentPage(T.currentPage+1)},prevPage:function(){S.setCurrentPage(T.currentPage-1)}}}}function N(e,r){return __awaiter(this,void 0,void 0,(function(){var n,a,l,i;return __generator(this,(function(s){switch(s.label){case 0:n=e.tagName.toLowerCase();return[4,customElements.whenDefined(n)];case 1:s.sent();try{a=r()}catch(e){console.error("label promise failed",e);return[2,t("span",null)]}s.label=2;case 2:s.trys.push([2,4,,5]);return[4,a];case 3:return[2,s.sent()];case 4:l=s.sent();console.error("Error rendering label",l);i=b(l);return[2,t("details",null,t("summary",null,"Error"),i)];case 5:return[2]}}))}))}var D=e("sqm_rewards_table",function(){function e(e){r(this,e);this.perPage=3;this.showLabels=true;this.prevLabel="Prev";this.moreLabel="Next";this.hiddenColumns="0";this.smBreakpoint=599;this.mdBreakpoint=899;this.emptyStateImage="https://res.cloudinary.com/saasquatch/image/upload/v1642618031/squatch-assets/image_4_1.png";this.emptyStateHeader="View your rewards";this.emptyStateText="See all the rewards you have earned from referring friends and completing tasks";i(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e=t(I,{emptyStateImage:this.emptyStateImage,emptyStateHeader:this.emptyStateHeader,emptyStateText:this.emptyStateText});var r=t(A,null);var n=m()?L(this):S(this,e,r),a=n.states,l=n.data,i=n.callbacks,s=n.elements;return t(h,{states:a,data:l,callbacks:i,elements:s})};return e}());function A(){return t("slot",{name:"loading"},t(C,null),t(C,null),t(C,null),t(C,null))}function C(){return t("sqm-table-row",null,t("sqm-table-cell",{colspan:5},t("sl-skeleton",null)))}function L(e){return f({states:{hasPrev:false,hasNext:false,loading:false,namespace:E},callbacks:{prevPage:function(){return console.log("Prev")},nextPage:function(){return console.log("Next")}},data:{textOverrides:{showLabels:e.showLabels,prevLabel:e.prevLabel,moreLabel:e.moreLabel},referralData:[]},elements:{emptyElement:t(I,{emptyStateImage:"https://res.cloudinary.com/saasquatch/image/upload/v1642618031/squatch-assets/image_4_1.png",emptyStateHeader:"View your rewards",emptyStateText:"See all the rewards you have earned from referring friends and completing tasks"}),loadingElement:t(A,null),columns:["Reward","Source","Status","Date recieved"],rows:[]}},e.demoData||{},{arrayMerge:function(e,t){return t}})}function I(e){var r=e.emptyStateImage,n=e.emptyStateHeader,a=e.emptyStateText;return t("div",{slot:"empty",style:{display:"contents"}},t("sqm-table-row",null,t("sqm-table-cell",{colspan:5,style:{textAlign:"center"}},t("sqm-portal-container",{padding:"xxxx-large",gap:"medium"},t("sqm-image",{"image-url":r,"max-width":"100px"}),t("sqm-titled-section",{"label-margin":"xxx-small","text-align":"center"},t("sqm-text",{slot:"label"},t("h3",null,n)),t("sqm-text",{slot:"content"},a))))))}var P=e("sqm_rewards_table_date_cell",function(){function e(e){r(this,e);this.ignored=true;this.locale="en";i(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e,r;var n=!this.date?"-":(r=(e=_.DateTime.fromMillis(this.date))===null||e===void 0?void 0:e.setLocale(x(this.locale)))===null||r===void 0?void 0:r.toLocaleString(_.DateTime.DATE_MED);return t(T,{type:"p"},n)};return e}());var U=e("sqm_rewards_table_date_column",function(){function e(e){r(this,e);this.columnTitle="Date received";this.dateShown="dateGiven";i(this)}e.prototype.disconnectedCallback=function(){};e.prototype.renderCell=function(e,r){return __awaiter(this,void 0,void 0,(function(){var n;return __generator(this,(function(a){n=e===null||e===void 0?void 0:e[0];console.log("reward column - locale",{locale:r});return[2,t("sqm-rewards-table-date-cell",{date:n[this.dateShown],locale:r})]}))}))};e.prototype.renderLabel=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.columnTitle]}))}))};e.prototype.render=function(){w([this.dateShown,this.columnTitle]);return t(n,{style:{display:"none"}})};return e}());var k=e("sqm_rewards_table_reward_cell",function(){function e(e){r(this,e)}e.prototype.render=function(){var e=this;s.locale=this.locale;var r={DetailsContainer:{width:"100%",display:"flex","align-items":"center","justify-content":"space-between","margin-right":"var(--sl-spacing-small)","flex-wrap":"wrap"},Details:{"padding-bottom":"var(--sl-spacing-small)","max-width":"500px","padding-right":"var(--sl-spacing-x-small)","&::part(header)":{padding:"var(--sl-spacing-x-small)",cursor:"default"},"&::part(content)":{padding:"var(--sl-spacing-x-small) var(--sl-spacing-medium)"},"&::part(base)":{opacity:"1"},"&::part(summary-icon)":{display:"flex"}},BadgeContainer:{"& > :not(:last-child)":{"margin-right":"var(--sl-spacing-x-small)"}},BoldText:{"font-weight":"var(--sl-font-weight-semibold)"},StatusBadge:{paddingLeft:"var(--sl-spacing-xxx-small)"}};var n=v(r);var a=n.toString();var l=function(r){var n=r.reward;var a;console.log(n);var l=n.unit==="CENTS"?n.prettyValue.replace(/USD/gi,"$"):(a=n.prettyValue)!==null&&a!==void 0?a:"-";var i=n.prettyValueNumber==="1"||n.dateRedeemed&&n.prettyAvailableNumber==="0";if(n.type==="CREDIT"&&!i){var o=Math.round((parseFloat(n.prettyValueNumber)-parseFloat(n.prettyRedeemedNumber))/parseFloat(n.prettyValueNumber)*100);var d=n.statuses.includes("EXPIRED")||n.statuses.includes("CANCELLED")?t("div",null,s.formatMessage({id:"redeemedText",defaultMessage:e.redeemedText},{redeemedAmount:n.prettyRedeemedCredit})):t("div",null,s.formatMessage({id:"availableText",defaultMessage:e.availableText},{availableAmount:n.prettyAvailableValue}));var u={Progress:{height:"3px",maxWidth:"150px",margin:"var(--sl-spacing-xx-small) 0",background:"var(--sl-color-neutral-200)","&:after":{content:'""',display:"block",background:"var(--sl-color-primary-300)",borderRadius:"100px",width:o+"%",height:"100%"}},Container:{display:"inline-block",verticalAlign:"top",maxWidth:"100%",whiteSpace:"break",overflow:"hidden",textOverflow:"ellipsis"},Text:{fontSize:"var(--sl-font-size-medium)",color:"var(--sl-color-gray-800)"},Subtext:{fontSize:"var(--sl-font-size-small)",color:"var(--sl-color-neutral-500)"}};var c=v(u);var p=c.toString();return t("div",null,t("style",{type:"text/css"},p),t("div",{class:c.classes.Container},t("span",null,l+" "),t("br",null)," ",t("div",{class:c.classes.Progress}),t("span",{class:c.classes.Subtext},d)))}return t("div",null,l)};return t("div",{style:{display:"contents"}},t("style",{type:"text/css"},a),t(l,{reward:this.reward}))};return e}());var M=e("sqm_rewards_table_reward_column",function(){function e(e){r(this,e);this.columnTitle="Reward";this.redeemedText="{redeemedAmount} redeemed";this.availableText="{availableAmount} remaining";i(this)}e.prototype.disconnectedCallback=function(){};e.prototype.renderCell=function(e,r){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,t("sqm-rewards-table-reward-cell",{reward:e===null||e===void 0?void 0:e[0],redeemedText:this.redeemedText,availableText:this.availableText,locale:r})]}))}))};e.prototype.renderLabel=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.columnTitle]}))}))};e.prototype.render=function(){w([this.columnTitle]);return t(n,{style:{display:"none"}})};return e}());var q=e("sqm_rewards_table_source_cell",function(){function e(e){r(this,e);this.locale="en"}e.prototype.render=function(){var e=this;s.locale=this.locale;var r=function(r){var n=r.reward;var a;return t("span",null,s.formatMessage({id:"rewardSourceText",defaultMessage:e.rewardSourceText},{rewardSource:n.rewardSource,programName:(a=n===null||n===void 0?void 0:n.program)===null||a===void 0?void 0:a.name}))};var n=21;var a=function(r){var a=r.reward;var l;var i=t("div",null,t("span",{style:{fontSize:"var(--sl-font-size-small)",color:"var(--sl-color-neutral-500)"}},e.rewardExchangeText),t("br",null),(l=a.exchangedRewardRedemptionTransaction)===null||l===void 0?void 0:l.prettyRedeemedCredit," → ",a.prettyValue);return a.exchangedRewardRedemptionTransaction.prettyRedeemedCredit.length+a.prettyValue.length<n?i:t("div",{style:{display:"inline-block",verticalAlign:"top"}},i)};var l=function(t){if(!t)return e.deletedUserText;if(!t.firstName&&!t.lastName)return e.anonymousUserText;if(!t.firstName)return""+t.lastName;if(!t.lastName)return""+t.firstName;return t.firstName+" "+t.lastName};var i=function(){return e.reward.rewardSource==="FRIEND_SIGNUP"||e.reward.rewardSource==="REFERRED"?t("div",null,t("div",{style:{fontSize:"var(--sl-font-size-small)",color:"var(--sl-color-neutral-500)"}},s.formatMessage({id:"referralText",defaultMessage:e.referralText},{rewardSource:e.reward.rewardSource})),t("div",null,e.reward.rewardSource=="FRIEND_SIGNUP"?l(e.reward.referral.referredUser):l(e.reward.referral.referrerUser))):e.reward.exchangedRewardRedemptionTransaction?t(a,{reward:e.reward}):t(r,{reward:e.reward})};return t(i,null)};return e}());var $=e("sqm_rewards_table_source_column",function(){function e(e){r(this,e);this.columnTitle="Source";this.anonymousUser="Anonymous User";this.deletedUser="Deleted User";this.rewardExchangeText="Reward Exchange";this.referralText="{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by} other {}}";this.rewardSourceText="{rewardSource, select, MANUAL {Manual} AUTOMATED {{programName}} other {}}";i(this)}e.prototype.disconnectedCallback=function(){};e.prototype.renderCell=function(e,r){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,t("sqm-rewards-table-source-cell",{reward:e===null||e===void 0?void 0:e[0],anonymousUserText:this.anonymousUser,deletedUserText:this.deletedUser,rewardExchangeText:this.rewardExchangeText,referralText:this.referralText,rewardSourceText:this.rewardSourceText,locale:r})]}))}))};e.prototype.renderLabel=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.columnTitle]}))}))};e.prototype.render=function(){w([this.deletedUser,this.anonymousUser,this.columnTitle]);return t(n,{style:{display:"none"}})};return e}());var V=e("sqm_rewards_table_status_cell",function(){function e(e){r(this,e);this.expiryText="Expires";this.locale="en";this.pendingUsTax="W-9 required";this.pendingScheduled="Until";this.pendingUnhandled="Fulfillment error"}e.prototype.rewardStatus=function(e){if(e.dateCancelled)return"CANCELLED";if(e.statuses&&e.statuses.includes("EXPIRED"))return"EXPIRED";if(e.statuses&&e.statuses.includes("PENDING"))return"PENDING";if(e.type==="CREDIT"){if(e.statuses.includes("REDEEMED"))return"REDEEMED";return"AVAILABLE"}if(e.type==="PCT_DISCOUNT"){if(e.statuses.includes("AVAILABLE"))return"AVAILABLE"}if(e.type==="INTEGRATION"||e.type==="FUELTANK"){if(e.statuses&&e.statuses.includes("PENDING"))return"PENDING";if(e.statuses&&e.statuses.includes("CANCELLED"))return"CANCELLED";if(e.statuses.includes("AVAILABLE"))return"AVAILABLE"}return""};e.prototype.render=function(){var e;s.locale=this.locale;var r={Badge:{"&::part(base)":{fontSize:"var(--sl-font-size-small)",padding:"4px 8px"}},RedeemBadge:{"&::part(base)":{fontSize:"var(--sl-font-size-small)",padding:"4px 8px",background:"var(--sl-color-blue-600)"}},Date:{fontSize:"var(--sl-font-size-small)",color:"var(--sl-color-neutral-500)",margin:"0"}};var n=v(r);var a=n.toString();var l=this.rewardStatus(this.reward);var i=s.formatMessage({id:"statusMessage",defaultMessage:this.statusText},{status:l});var o=l==="AVAILABLE"?"success":l==="REDEEMED"?"primary":l==="PENDING"?"warning":"danger";var d=this.reward.dateCancelled||this.reward.dateExpires||this.reward.dateRedeemed||"";var u=d&&""+(l==="AVAILABLE"&&this.reward.dateExpires?this.expiryText+" ":"")+((e=_.DateTime.fromMillis(d))===null||e===void 0?void 0:e.setLocale(x(x(this.locale))).toLocaleString(_.DateTime.DATE_MED));var c=l==="PENDING"?p(this):null;console.log(c);return t("div",{style:{display:"contents"}},t("style",{type:"text/css"},a),t("sl-badge",{type:o,pill:true,class:l==="REDEEMED"?n.classes.RedeemBadge:n.classes.Badge},i),t("p",{class:n.classes.Date},c||u));function p(e){var t;console.log(e.reward);var r={US_TAX:e.pendingUsTax,SCHEDULED:e.reward.dateScheduledFor&&e.pendingScheduled+" "+((t=_.DateTime.fromMillis(e.reward.dateScheduledFor))===null||t===void 0?void 0:t.setLocale(x(x(e.locale))).toLocaleString(_.DateTime.DATE_MED)),UNHANDLED_ERROR:e.pendingUnhandled};return e.reward.pendingReasons.map((function(e){var t;return(t=r[e])!==null&&t!==void 0?t:e})).join(", ")}};return e}());var B=e("sqm_rewards_table_status_column",function(){function e(e){r(this,e);this.columnTitle="Status";this.statusText="{status, select, AVAILABLE {Available} CANCELLED {Cancelled} PENDING {Pending} EXPIRED {Expired} REDEEMED {Redeemed} other {Not available} }";this.expiryText="Expires on ";i(this)}e.prototype.disconnectedCallback=function(){};e.prototype.renderCell=function(e,r){return __awaiter(this,void 0,void 0,(function(){var n;return __generator(this,(function(a){n=e===null||e===void 0?void 0:e[0];return[2,t("sqm-rewards-table-status-cell",{statusText:this.statusText,reward:n,expiryText:this.expiryText,locale:r})]}))}))};e.prototype.renderLabel=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.columnTitle]}))}))};e.prototype.render=function(){w([this.columnTitle]);return t(n,{style:{display:"none"}})};return e}())}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
System.register(["./p-ff17b3a4.system.js","./p-9580888c.system.js"],(function(t){"use strict";var n,e,s,r;return{setters:[function(t){n=t.r;e=t.h;s=t.c},function(t){r=t.m}],execute:function(){var o=t("sqm_tab_group",function(){function t(t){n(this,t);this.ignored=true;r(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){return e(s,{style:{display:"block"}},e("sl-tab-group",null,e("slot",{name:"nav"}),e("slot",null)))};return t}())}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{h as s,c as a,r as t}from"./p-64c3217a.js";import{m as o}from"./p-b7da9a8a.js";import"./p-d1520098.js";import{R as c}from"./p-6b36aefc.js";import"./p-81f34787.js";import{g as e}from"./p-4e05c65a.js";const r=t=>{const{states:o,callbacks:c}=t,{styles:e}=o;return s(a,{class:"squatch-container"},s("div",{style:{padding:t.states.styles.padding}},e.closeButton&&s("span",{class:"close squatch-header-close","data-close-panel":"#squatch-panel",onClick:()=>c.closePopup()},e.closeButtonText),s("slot",null),e.poweredBy?s("a",{class:"sqh-attribution",href:"https://www.saasquatch.com/?utm_source=app&utm_medium=user-widget&utm_campaign=referral-widget",target:"_blank"},"Powered By"):""))},n=class{constructor(s){t(this,s),o(this)}disconnectedCallback(){}render(){const a=e(this);return s(r,Object.assign({},function(s){const a=c(),t=s.popupPadding?"none"===s.popupPadding?"0":`var(--sl-spacing-${s.popupPadding})`:"var(--sl-spacing-medium)",o=s.embedPadding?"none"===s.embedPadding?"0":`var(--sl-spacing-${s.embedPadding})`:"0",e="POPUP"===c()?t:o;return{states:{showCloseButton:s.closeButton&&"POPUP"===a,styles:{...s,padding:e,closeButtonText:s.closeButtonText?s.closeButtonText:"X"}},data:{},callbacks:{closePopup:function(){var s;"POPUP"===c()&&(null===(s=window.frameElement.squatchJsApi)||void 0===s||s.close())}}}}(a)))}};n.style=".squatch-header-close{position:absolute;right:20px;top:10px;cursor:pointer}.squatch-container{background-color:var(--widget-background-color);display:block}";export{n as sqm_popup_container}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var __spreadArrays=this&&this.__spreadArrays||function(){for(var r=0,e=0,n=arguments.length;e<n;e++)r+=arguments[e].length;for(var t=Array(r),u=0,e=0;e<n;e++)for(var s=arguments[e],a=0,i=s.length;a<i;a++,u++)t[u]=s[a];return t};System.register(["./p-9580888c.system.js","./p-d165c3e3.system.js"],(function(r){"use strict";var e,n,t,u;return{setters:[function(r){e=r.u;n=r.k},function(r){t=r.P;u=r.r}],execute:function(){r({a:o,b:a,u:i});var s="sqm:request-rerender";function a(r){var n=t();e((function(){n.dispatchEvent(new CustomEvent(s,{detail:true,bubbles:true,composed:true}))}),r)}function i(){var r=t();var n=u(),a=n[0],i=n[1];e((function(){var e=function(r){r.stopPropagation();i()};r.addEventListener(s,e);return function(){r.removeEventListener(s,e)}}),[]);return a}function o(){var r=t();var u=r.children.length?Array.from(r.children):[];var s=n(u),a=s[0],i=s[1];e((function(){var e=new MutationObserver((function(){var e=Array.from(r.children);i(__spreadArrays(e))}));e.observe(r,{childList:true});return function(){return e.disconnect()}}),[r]);return a}}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u as r,k as e}from"./p-b7da9a8a.js";import{P as s,r as t}from"./p-6b36aefc.js";function n(e){const t=s();r((()=>{t.dispatchEvent(new CustomEvent("sqm:request-rerender",{detail:!0,bubbles:!0,composed:!0}))}),e)}function o(){const e=s(),[n,o]=t();return r((()=>{const r=r=>{r.stopPropagation(),o()};return e.addEventListener("sqm:request-rerender",r),()=>{e.removeEventListener("sqm:request-rerender",r)}}),[]),n}function a(){const t=s(),n=t.children.length?Array.from(t.children):[],[o,a]=e(n);return r((()=>{const r=new MutationObserver((()=>{const r=Array.from(t.children);a([...r])}));return r.observe(t,{childList:!0}),()=>r.disconnect()}),[t]),o}export{a,n as b,o as u}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
System.register(["./p-ff17b3a4.system.js","./p-9580888c.system.js","./p-e00e11b1.system.js","./p-d165c3e3.system.js","./p-1c17892a.system.js","./p-4bd679a7.system.js","./p-126bcba1.system.js","./p-3bbb90a9.system.js","./p-c3f300e8.system.js","./p-e443f189.system.js"],(function(t){"use strict";var n,e,s,a,c,i,o,r;return{setters:[function(t){n=t.r;e=t.h},function(t){s=t.m},function(){},function(t){a=t.l;c=t.j},function(){},function(t){i=t.c},function(){},function(){},function(t){o=t.g},function(t){r=t.N}],execute:function(){function u(t){var n=a();return{states:{active:n.pathname===t.path},data:{label:t.label,icon:t.icon,path:t.path}}}var f=t("sqm_navigation_sidebar_item",function(){function t(t){n(this,t);s(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=c()?p(o(this)):u(o(this));return e(r,Object.assign({},t))};return t}());function p(t){return i({states:{active:false},data:{label:t.label||"Dashboard",icon:t.icon||"house"}},t.demoData||{},{arrayMerge:function(t,n){return n}})}}}}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as a,h as s}from"./p-64c3217a.js";import{m as t}from"./p-b7da9a8a.js";import"./p-d1520098.js";import{l as r,j as o}from"./p-6b36aefc.js";import"./p-81f34787.js";import{c as i}from"./p-c1086930.js";import"./p-26f627aa.js";import"./p-373fa002.js";import{g as e}from"./p-4e05c65a.js";import{N as p}from"./p-ac3742ab.js";const c=class{constructor(s){a(this,s),t(this)}disconnectedCallback(){}render(){const a=o()?function(a){return i({states:{active:!1},data:{label:a.label||"Dashboard",icon:a.icon||"house"}},a.demoData||{},{arrayMerge:(a,s)=>s})}(e(this)):function(a){return{states:{active:r().pathname===a.path},data:{label:a.label,icon:a.icon,path:a.path}}}(e(this));return s(p,Object.assign({},a))}};export{c as sqm_navigation_sidebar_item}
|