@saasquatch/mint-components 1.5.0-85 → 1.5.0-89
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-92b80d99.js → ShadowViewAddon-30bea908.js} +10 -10
- package/dist/cjs/{global-4c495d76.js → global-633d1fb7.js} +1 -1
- package/dist/cjs/{index.module-54724339.js → index.module-f972f103.js} +6189 -6189
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mint-components.cjs.js +3 -3
- package/dist/cjs/{re-render-2f8d0f37.js → re-render-1ef744c7.js} +2 -2
- 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_27.cjs.entry.js +79 -61
- package/dist/cjs/sqm-empty_7.cjs.entry.js +1 -1
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
- 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-da648fbc.js → sqm-navigation-sidebar-item-view-2ac54715.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-1552442a.js → sqm-portal-email-verification-view-c32a55d6.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-portal-footer-view-15ce261b.js → sqm-portal-footer-view-cac67bc9.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-659635e9.js → sqm-portal-profile-view-dea275e0.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 +420 -38
- package/dist/cjs/sqm-refresh-button.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +220 -45
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +792 -204
- package/dist/cjs/sqm-tabs.cjs.entry.js +46 -18
- package/dist/cjs/{useChildElements-a68699b4.js → useChildElements-3ce892db.js} +1 -1
- package/dist/cjs/{useDemoBigStat-426e3319.js → useDemoBigStat-99093687.js} +4 -4
- package/dist/cjs/{useReferralTable-45f295ba.js → useReferralTable-464dd3a0.js} +20 -14
- package/dist/collection/components/sqm-empty/sqm-empty-view.js +1 -1
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +1 -1
- package/dist/collection/components/sqm-referral-table/UseReferralTable.stories.js +30 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +26 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +26 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +29 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +45 -4
- package/dist/collection/components/sqm-referral-table/mockReferralData.js +314 -0
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +67 -30
- package/dist/collection/components/sqm-referral-table/useReferralTable.js +13 -348
- package/dist/collection/components/sqm-rewards-table/UseRewardsTable.stories.js +15 -0
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +1 -1
- package/dist/collection/components/sqm-rewards-table/mockRewardData.js +166 -0
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +48 -36
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +1 -1
- package/dist/collection/components/sqm-scroll/Scroll.stories.js +27 -36
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +3 -3
- package/dist/collection/components/sqm-scroll/useScroll.js +18 -0
- package/dist/collection/components/sqm-tabs/Tabs.stories.js +80 -11
- package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +16 -15
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +32 -2
- package/dist/collection/components/sqm-tabs/useTabs.js +28 -1
- package/dist/esm/{ShadowViewAddon-8cb393d4.js → ShadowViewAddon-67cc91dc.js} +12 -12
- package/dist/esm/{global-c2179248.js → global-7d4eb5e5.js} +2 -2
- package/dist/esm/{index.module-ec3dcc82.js → index.module-aac201f3.js} +6174 -6174
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{luxon-5fa22651.js → luxon-f44215d9.js} +1 -1
- package/dist/esm/mint-components.js +5 -5
- package/dist/esm/{re-render-43311710.js → re-render-544e9c59.js} +3 -3
- package/dist/esm/sqm-asset-card.entry.js +4 -4
- package/dist/esm/sqm-big-stat.entry.js +5 -5
- package/dist/esm/sqm-brand_27.entry.js +82 -64
- package/dist/esm/sqm-empty_7.entry.js +2 -2
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +7 -7
- package/dist/esm/{sqm-hero-view-190bc812.js → sqm-hero-view-5ea17052.js} +2 -2
- package/dist/esm/sqm-hero.entry.js +3 -3
- package/dist/esm/sqm-leaderboard-rank.entry.js +7 -7
- package/dist/esm/sqm-name-fields.entry.js +4 -4
- package/dist/esm/{sqm-navigation-sidebar-item-view-a6f7f96c.js → sqm-navigation-sidebar-item-view-df7cc698.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +6 -6
- package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm/sqm-password-field.entry.js +4 -4
- package/dist/esm/sqm-popup-container.entry.js +6 -6
- package/dist/esm/{sqm-portal-email-verification-view-8acdcd89.js → sqm-portal-email-verification-view-86e3ff2e.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +8 -8
- package/dist/esm/{sqm-portal-footer-view-9995ad03.js → sqm-portal-footer-view-d6a43c4d.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +5 -5
- package/dist/esm/sqm-portal-forgot-password.entry.js +6 -6
- package/dist/esm/sqm-portal-logout.entry.js +6 -6
- package/dist/esm/{sqm-portal-profile-view-71c84f2e.js → sqm-portal-profile-view-ae44e2bb.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +9 -9
- package/dist/esm/sqm-portal-protected-route.entry.js +8 -8
- package/dist/esm/sqm-portal-reset-password.entry.js +8 -8
- package/dist/esm/sqm-portal-verify-email.entry.js +8 -8
- package/dist/esm/sqm-referral-table_11.entry.js +423 -41
- package/dist/esm/sqm-refresh-button.entry.js +4 -4
- package/dist/esm/sqm-rewards-table_9.entry.js +223 -48
- package/dist/esm/sqm-stat-container.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +771 -183
- package/dist/esm/sqm-tab.entry.js +1 -1
- package/dist/esm/sqm-tabs.entry.js +48 -20
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-2f159754.js → stencil-hooks.module-acc8a613.js} +2 -2
- package/dist/esm/{use-callback-d8ef4b5d.js → use-callback-7e0bfd3b.js} +1 -1
- package/dist/esm/{useChildElements-0146a8bd.js → useChildElements-db935587.js} +2 -2
- package/dist/esm/{useDemoBigStat-022e116d.js → useDemoBigStat-a4835c19.js} +5 -5
- package/dist/esm/{useReferralTable-596519fc.js → useReferralTable-15634a86.js} +21 -16
- package/dist/esm-es5/ShadowViewAddon-67cc91dc.js +1 -0
- package/dist/esm-es5/{global-c2179248.js → global-7d4eb5e5.js} +1 -1
- package/dist/esm-es5/index.module-aac201f3.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-5fa22651.js → luxon-f44215d9.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-43311710.js → re-render-544e9c59.js} +1 -1
- 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_27.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_7.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/{sqm-hero-view-190bc812.js → sqm-hero-view-5ea17052.js} +1 -1
- package/dist/esm-es5/sqm-hero.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-a6f7f96c.js → sqm-navigation-sidebar-item-view-df7cc698.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-8acdcd89.js → sqm-portal-email-verification-view-86e3ff2e.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-9995ad03.js → sqm-portal-footer-view-d6a43c4d.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-71c84f2e.js → sqm-portal-profile-view-ae44e2bb.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-stat-container.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-2f159754.js → stencil-hooks.module-acc8a613.js} +2 -2
- package/dist/esm-es5/use-callback-7e0bfd3b.js +1 -0
- package/dist/esm-es5/useChildElements-db935587.js +1 -0
- package/dist/esm-es5/useDemoBigStat-a4835c19.js +1 -0
- package/dist/esm-es5/useReferralTable-15634a86.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-087b15f9.system.js +1 -0
- package/dist/mint-components/p-0aeaf674.system.entry.js +1 -0
- package/dist/mint-components/{p-616a0d9b.entry.js → p-1204f7df.entry.js} +1 -1
- package/dist/mint-components/p-147440c3.js +1 -0
- package/dist/mint-components/{p-d6ef4765.system.entry.js → p-16023c39.system.entry.js} +1 -1
- package/dist/mint-components/p-198409c1.entry.js +1 -0
- package/dist/mint-components/{p-9294bb29.system.js → p-1c3c2ddb.system.js} +1 -1
- package/dist/mint-components/{p-58e718de.entry.js → p-20e8567f.entry.js} +1 -1
- package/dist/mint-components/{p-b7da9a8a.js → p-27455c4c.js} +2 -2
- package/dist/mint-components/p-3441b268.system.entry.js +1 -0
- package/dist/mint-components/p-3c39b94e.entry.js +1 -0
- package/dist/mint-components/{p-c432ee49.entry.js → p-3dbd3303.entry.js} +2 -2
- package/dist/mint-components/{p-f8d95abc.system.js → p-3e65453b.system.js} +1 -1
- package/dist/mint-components/{p-a5a7c655.js → p-3ef38b2e.js} +1 -1
- package/dist/mint-components/{p-232db563.system.entry.js → p-403e84cc.system.entry.js} +1 -1
- package/dist/mint-components/{p-ca48cd52.entry.js → p-40a1e537.entry.js} +8 -8
- package/dist/mint-components/p-48b4104d.entry.js +1 -0
- package/dist/mint-components/{p-9580888c.system.js → p-48ec6605.system.js} +2 -2
- package/dist/mint-components/{p-e1166d9b.system.entry.js → p-49667de1.system.entry.js} +1 -1
- package/dist/mint-components/{p-e7b20665.entry.js → p-4afe1b9c.entry.js} +1 -1
- package/dist/mint-components/p-4bb83ece.entry.js +1 -0
- package/dist/mint-components/{p-0fa2ba69.js → p-4e0ce80b.js} +1 -1
- package/dist/mint-components/{p-51a0961b.system.js → p-4e5b972a.system.js} +1 -1
- package/dist/mint-components/p-4ef20b4b.entry.js +9 -0
- package/dist/mint-components/{p-b0e8c584.system.entry.js → p-4f4bdfad.system.entry.js} +1 -1
- package/dist/mint-components/{p-e43c77bd.js → p-55b6147d.js} +1 -1
- package/dist/mint-components/p-55f3d841.system.js +1 -0
- package/dist/mint-components/{p-aecf30cf.js → p-5afd174d.js} +1 -1
- package/dist/mint-components/p-5b7fae03.system.entry.js +1 -0
- package/dist/mint-components/p-62db6962.js +1 -0
- package/dist/mint-components/p-66ea5383.system.entry.js +1 -0
- package/dist/mint-components/{p-81681ebd.system.entry.js → p-67749aab.system.entry.js} +1 -1
- package/dist/mint-components/p-69303d97.system.js +1 -0
- package/dist/mint-components/{p-f372c8d8.entry.js → p-6cb25b8b.entry.js} +1 -1
- package/dist/mint-components/{p-e00e11b1.system.js → p-71ecbb3b.system.js} +1 -1
- package/dist/mint-components/{p-76325d9c.system.entry.js → p-72296718.system.entry.js} +1 -1
- package/dist/mint-components/{p-249a778c.system.entry.js → p-759df017.system.entry.js} +1 -1
- package/dist/mint-components/{p-9f65904f.entry.js → p-75f54850.entry.js} +1 -1
- package/dist/mint-components/{p-591de129.js → p-7794c289.js} +1 -1
- package/dist/mint-components/{p-77fd4d51.system.entry.js → p-77ece1c3.system.entry.js} +1 -1
- package/dist/mint-components/p-783c9b2f.entry.js +1 -0
- package/dist/mint-components/{p-f2fccdea.system.entry.js → p-7e1afa8c.system.entry.js} +1 -1
- package/dist/mint-components/{p-092d50be.js → p-7e955ed7.js} +9 -3
- package/dist/mint-components/p-859a8ad4.entry.js +1 -0
- package/dist/mint-components/p-8da0d93b.system.entry.js +1 -0
- package/dist/mint-components/{p-7cfaab53.system.js → p-8ece5279.system.js} +1 -1
- package/dist/mint-components/{p-f5cba1f7.system.entry.js → p-8f44832b.system.entry.js} +1 -1
- package/dist/mint-components/{p-182b47d2.system.entry.js → p-91951a0a.system.entry.js} +1 -1
- package/dist/mint-components/p-92db9e34.entry.js +1 -0
- package/dist/mint-components/{p-b9974b87.entry.js → p-9351348e.entry.js} +1 -1
- package/dist/mint-components/{p-54986541.entry.js → p-93e15034.entry.js} +1 -1
- package/dist/mint-components/{p-caad0168.entry.js → p-96e0913b.entry.js} +1 -1
- package/dist/mint-components/p-982ad256.js +1 -0
- package/dist/mint-components/{p-7c423f5c.system.entry.js → p-a5f06774.system.entry.js} +1 -1
- package/dist/mint-components/{p-2454f30a.system.entry.js → p-a6d4cffd.system.entry.js} +1 -1
- package/dist/mint-components/{p-1288be55.entry.js → p-a8141e7b.entry.js} +1 -1
- package/dist/mint-components/p-a95844a2.js +1 -0
- package/dist/mint-components/p-ab74fca0.entry.js +1 -0
- package/dist/mint-components/{p-ea197664.js → p-ad9edc1d.js} +1 -1
- package/dist/mint-components/p-addc5905.entry.js +1 -0
- package/dist/mint-components/{p-7d74b018.system.entry.js → p-ae99111f.system.entry.js} +1 -1
- package/dist/mint-components/p-b6375f45.system.entry.js +1 -0
- package/dist/mint-components/p-b67aa6c9.system.js +1 -0
- package/dist/mint-components/p-b83ee009.js +1 -0
- package/dist/mint-components/{p-df466813.system.js → p-bbf96ff3.system.js} +1 -1
- package/dist/mint-components/{p-0d66fc45.js → p-beac1a46.js} +1 -1
- package/dist/mint-components/{p-88be9a23.js → p-c5314bbc.js} +1 -1
- package/dist/mint-components/{p-f6989de4.entry.js → p-c8aa6875.entry.js} +2 -2
- package/dist/mint-components/p-cab80b22.entry.js +1 -0
- package/dist/mint-components/{p-01748c80.system.entry.js → p-cf699d0e.system.entry.js} +1 -1
- package/dist/mint-components/{p-b69365f5.entry.js → p-cf9cfac0.entry.js} +1 -1
- package/dist/mint-components/{p-136e2028.system.entry.js → p-d25bded1.system.entry.js} +1 -1
- package/dist/mint-components/{p-134f64dc.system.js → p-d264d1a0.system.js} +1 -1
- package/dist/mint-components/{p-8a55dda8.system.js → p-d2679942.system.js} +1 -1
- package/dist/mint-components/{p-348461ec.system.entry.js → p-d6e7f685.system.entry.js} +1 -1
- package/dist/mint-components/{p-a10bbd50.system.entry.js → p-d7736049.system.entry.js} +1 -1
- package/dist/mint-components/p-d972a0cc.system.js +1 -0
- package/dist/mint-components/{p-a674c833.system.entry.js → p-da7c436f.system.entry.js} +1 -1
- package/dist/mint-components/p-dfa128ba.entry.js +90 -0
- package/dist/mint-components/{p-197d1027.system.entry.js → p-e23aee93.system.entry.js} +1 -1
- package/dist/mint-components/{p-b62cb89c.system.js → p-e82076e4.system.js} +1 -1
- package/dist/mint-components/p-eaffa09a.system.js +1 -0
- package/dist/mint-components/p-f3e14bb4.entry.js +1 -0
- package/dist/mint-components/p-f620b6a7.system.entry.js +1 -0
- package/dist/mint-components/{p-4275c957.system.entry.js → p-f6507695.system.entry.js} +1 -1
- package/dist/mint-components/p-fa4c7cd3.system.entry.js +1 -0
- package/dist/mint-components/p-fcd096b3.entry.js +1 -0
- package/dist/mint-components/{p-72a978c8.entry.js → p-fda350c6.entry.js} +1 -1
- package/dist/mint-components/{p-98393bf0.entry.js → p-fe0d7472.entry.js} +1 -1
- package/dist/types/components/sqm-referral-table/ReferralTable.stories.d.ts +0 -26
- package/dist/types/components/sqm-referral-table/UseReferralTable.stories.d.ts +12 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/mockReferralData.d.ts +83 -0
- package/dist/types/components/sqm-referral-table/useReferralTable.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/UseRewardsTable.stories.d.ts +6 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
- package/dist/types/components/sqm-rewards-table/mockRewardData.d.ts +45 -0
- package/dist/types/components/sqm-rewards-table/useRewardsTable.d.ts +1 -0
- package/dist/types/components/sqm-scroll/useScroll.d.ts +6 -0
- package/dist/types/components/sqm-tabs/Tabs.stories.d.ts +5 -4
- package/dist/types/components/sqm-tabs/sqm-tabs-view.d.ts +1 -0
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +10 -0
- package/dist/types/components/sqm-tabs/useTabs.d.ts +5 -2
- package/dist/types/components.d.ts +16 -0
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/shoelace/assets/icons/123.svg +3 -0
- package/shoelace/assets/icons/activity.svg +3 -0
- package/shoelace/assets/icons/apple.svg +4 -0
- package/shoelace/assets/icons/bandaid-fill.svg +3 -0
- package/shoelace/assets/icons/bandaid.svg +4 -0
- package/shoelace/assets/icons/bank.svg +3 -0
- package/shoelace/assets/icons/bank2.svg +3 -0
- package/shoelace/assets/icons/behance.svg +3 -0
- package/shoelace/assets/icons/bell-slash-fill.svg +3 -0
- package/shoelace/assets/icons/bell-slash.svg +3 -0
- package/shoelace/assets/icons/bluetooth.svg +3 -0
- package/shoelace/assets/icons/body-text.svg +3 -0
- package/shoelace/assets/icons/boombox-fill.svg +4 -0
- package/shoelace/assets/icons/boombox.svg +6 -0
- package/shoelace/assets/icons/boxes.svg +3 -0
- package/shoelace/assets/icons/cash-coin.svg +6 -0
- package/shoelace/assets/icons/check-lg.svg +3 -0
- package/shoelace/assets/icons/cloud-haze2.svg +3 -0
- package/shoelace/assets/icons/coin.svg +5 -0
- package/shoelace/assets/icons/currency-bitcoin.svg +3 -0
- package/shoelace/assets/icons/currency-dollar.svg +3 -0
- package/shoelace/assets/icons/currency-euro.svg +3 -0
- package/shoelace/assets/icons/currency-exchange.svg +3 -0
- package/shoelace/assets/icons/currency-pound.svg +3 -0
- package/shoelace/assets/icons/currency-yen.svg +3 -0
- package/shoelace/assets/icons/dash-lg.svg +3 -0
- package/shoelace/assets/icons/device-hdd-fill.svg +4 -0
- package/shoelace/assets/icons/device-hdd.svg +5 -0
- package/shoelace/assets/icons/device-ssd-fill.svg +4 -0
- package/shoelace/assets/icons/device-ssd.svg +4 -0
- package/shoelace/assets/icons/displayport-fill.svg +3 -0
- package/shoelace/assets/icons/displayport.svg +4 -0
- package/shoelace/assets/icons/dpad-fill.svg +3 -0
- package/shoelace/assets/icons/dpad.svg +4 -0
- package/shoelace/assets/icons/dribbble.svg +3 -0
- package/shoelace/assets/icons/ear-fill.svg +3 -0
- package/shoelace/assets/icons/ear.svg +3 -0
- package/shoelace/assets/icons/easel2-fill.svg +4 -0
- package/shoelace/assets/icons/easel2.svg +3 -0
- package/shoelace/assets/icons/easel3-fill.svg +3 -0
- package/shoelace/assets/icons/easel3.svg +3 -0
- package/shoelace/assets/icons/envelope-check-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-check.svg +4 -0
- package/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-dash.svg +4 -0
- package/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-exclamation.svg +4 -0
- package/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-plus.svg +4 -0
- package/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-slash.svg +4 -0
- package/shoelace/assets/icons/envelope-x-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-x.svg +4 -0
- package/shoelace/assets/icons/ethernet.svg +4 -0
- package/shoelace/assets/icons/exclamation-lg.svg +3 -0
- package/shoelace/assets/icons/explicit-fill.svg +3 -0
- package/shoelace/assets/icons/explicit.svg +4 -0
- package/shoelace/assets/icons/fan.svg +4 -0
- package/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
- package/shoelace/assets/icons/file-pdf-fill.svg +4 -0
- package/shoelace/assets/icons/file-pdf.svg +4 -0
- package/shoelace/assets/icons/fingerprint.svg +7 -0
- package/shoelace/assets/icons/gender-ambiguous.svg +3 -0
- package/shoelace/assets/icons/gender-female.svg +3 -0
- package/shoelace/assets/icons/gender-male.svg +3 -0
- package/shoelace/assets/icons/gender-trans.svg +3 -0
- package/shoelace/assets/icons/git.svg +3 -0
- package/shoelace/assets/icons/gpu-card.svg +5 -0
- package/shoelace/assets/icons/graph-down-arrow.svg +3 -0
- package/shoelace/assets/icons/graph-up-arrow.svg +3 -0
- package/shoelace/assets/icons/hdmi-fill.svg +3 -0
- package/shoelace/assets/icons/hdmi.svg +4 -0
- package/shoelace/assets/icons/headset-vr.svg +4 -0
- package/shoelace/assets/icons/hypnotize.svg +4 -0
- package/shoelace/assets/icons/infinity.svg +3 -0
- package/shoelace/assets/icons/info-lg.svg +3 -0
- package/shoelace/assets/icons/line.svg +3 -0
- package/shoelace/assets/icons/list-columns-reverse.svg +3 -0
- package/shoelace/assets/icons/list-columns.svg +3 -0
- package/shoelace/assets/icons/magic.svg +3 -0
- package/shoelace/assets/icons/mastodon.svg +3 -0
- package/shoelace/assets/icons/medium.svg +3 -0
- package/shoelace/assets/icons/memory.svg +3 -0
- package/shoelace/assets/icons/messenger.svg +3 -0
- package/shoelace/assets/icons/meta.svg +3 -0
- package/shoelace/assets/icons/microsoft.svg +3 -0
- package/shoelace/assets/icons/modem-fill.svg +3 -0
- package/shoelace/assets/icons/modem.svg +4 -0
- package/shoelace/assets/icons/mortarboard-fill.svg +4 -0
- package/shoelace/assets/icons/mortarboard.svg +4 -0
- package/shoelace/assets/icons/motherboard-fill.svg +4 -0
- package/shoelace/assets/icons/motherboard.svg +4 -0
- package/shoelace/assets/icons/nintendo-switch.svg +4 -0
- package/shoelace/assets/icons/optical-audio-fill.svg +4 -0
- package/shoelace/assets/icons/optical-audio.svg +5 -0
- package/shoelace/assets/icons/paypal.svg +3 -0
- package/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
- package/shoelace/assets/icons/pc-display.svg +3 -0
- package/shoelace/assets/icons/pc-horizontal.svg +3 -0
- package/shoelace/assets/icons/pc.svg +3 -0
- package/shoelace/assets/icons/pci-card.svg +4 -0
- package/shoelace/assets/icons/person-rolodex.svg +4 -0
- package/shoelace/assets/icons/person-video.svg +4 -0
- package/shoelace/assets/icons/person-video2.svg +4 -0
- package/shoelace/assets/icons/person-video3.svg +4 -0
- package/shoelace/assets/icons/person-workspace.svg +4 -0
- package/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
- package/shoelace/assets/icons/piggy-bank.svg +4 -0
- package/shoelace/assets/icons/pin-map-fill.svg +4 -0
- package/shoelace/assets/icons/pin-map.svg +4 -0
- package/shoelace/assets/icons/pinterest.svg +3 -0
- package/shoelace/assets/icons/playstation.svg +3 -0
- package/shoelace/assets/icons/plus-lg.svg +3 -0
- package/shoelace/assets/icons/plus-slash-minus.svg +3 -0
- package/shoelace/assets/icons/projector-fill.svg +3 -0
- package/shoelace/assets/icons/projector.svg +4 -0
- package/shoelace/assets/icons/qr-code-scan.svg +7 -0
- package/shoelace/assets/icons/qr-code.svg +7 -0
- package/shoelace/assets/icons/question-lg.svg +3 -0
- package/shoelace/assets/icons/quora.svg +3 -0
- package/shoelace/assets/icons/quote.svg +3 -0
- package/shoelace/assets/icons/radioactive.svg +4 -0
- package/shoelace/assets/icons/recycle.svg +3 -0
- package/shoelace/assets/icons/reddit.svg +4 -0
- package/shoelace/assets/icons/robot.svg +4 -0
- package/shoelace/assets/icons/router-fill.svg +6 -0
- package/shoelace/assets/icons/router.svg +6 -0
- package/shoelace/assets/icons/safe-fill.svg +4 -0
- package/shoelace/assets/icons/safe.svg +4 -0
- package/shoelace/assets/icons/safe2-fill.svg +4 -0
- package/shoelace/assets/icons/safe2.svg +4 -0
- package/shoelace/assets/icons/sd-card-fill.svg +3 -0
- package/shoelace/assets/icons/sd-card.svg +4 -0
- package/shoelace/assets/icons/send-check-fill.svg +4 -0
- package/shoelace/assets/icons/send-check.svg +4 -0
- package/shoelace/assets/icons/send-dash-fill.svg +4 -0
- package/shoelace/assets/icons/send-dash.svg +4 -0
- package/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
- package/shoelace/assets/icons/send-exclamation.svg +4 -0
- package/shoelace/assets/icons/send-fill.svg +3 -0
- package/shoelace/assets/icons/send-plus-fill.svg +4 -0
- package/shoelace/assets/icons/send-plus.svg +4 -0
- package/shoelace/assets/icons/send-slash-fill.svg +4 -0
- package/shoelace/assets/icons/send-slash.svg +4 -0
- package/shoelace/assets/icons/send-x-fill.svg +4 -0
- package/shoelace/assets/icons/send-x.svg +4 -0
- package/shoelace/assets/icons/send.svg +3 -0
- package/shoelace/assets/icons/signal.svg +3 -0
- package/shoelace/assets/icons/skype.svg +3 -0
- package/shoelace/assets/icons/slash-lg.svg +3 -0
- package/shoelace/assets/icons/snapchat.svg +3 -0
- package/shoelace/assets/icons/spotify.svg +3 -0
- package/shoelace/assets/icons/stack-overflow.svg +4 -0
- package/shoelace/assets/icons/steam.svg +4 -0
- package/shoelace/assets/icons/strava.svg +3 -0
- package/shoelace/assets/icons/terminal-dash.svg +4 -0
- package/shoelace/assets/icons/terminal-plus.svg +4 -0
- package/shoelace/assets/icons/terminal-split.svg +4 -0
- package/shoelace/assets/icons/terminal-x.svg +4 -0
- package/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
- package/shoelace/assets/icons/thunderbolt.svg +4 -0
- package/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
- package/shoelace/assets/icons/ticket-detailed.svg +4 -0
- package/shoelace/assets/icons/ticket-fill.svg +3 -0
- package/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
- package/shoelace/assets/icons/ticket-perforated.svg +4 -0
- package/shoelace/assets/icons/ticket.svg +3 -0
- package/shoelace/assets/icons/tiktok.svg +3 -0
- package/shoelace/assets/icons/translate.svg +4 -0
- package/shoelace/assets/icons/usb-c-fill.svg +3 -0
- package/shoelace/assets/icons/usb-c.svg +4 -0
- package/shoelace/assets/icons/usb-drive-fill.svg +3 -0
- package/shoelace/assets/icons/usb-drive.svg +3 -0
- package/shoelace/assets/icons/usb-fill.svg +3 -0
- package/shoelace/assets/icons/usb-micro-fill.svg +3 -0
- package/shoelace/assets/icons/usb-micro.svg +4 -0
- package/shoelace/assets/icons/usb-mini-fill.svg +3 -0
- package/shoelace/assets/icons/usb-mini.svg +4 -0
- package/shoelace/assets/icons/usb-plug-fill.svg +3 -0
- package/shoelace/assets/icons/usb-plug.svg +3 -0
- package/shoelace/assets/icons/usb-symbol.svg +3 -0
- package/shoelace/assets/icons/usb.svg +4 -0
- package/shoelace/assets/icons/vimeo.svg +3 -0
- package/shoelace/assets/icons/webcam-fill.svg +4 -0
- package/shoelace/assets/icons/webcam.svg +4 -0
- package/shoelace/assets/icons/window-dash.svg +5 -0
- package/shoelace/assets/icons/window-desktop.svg +4 -0
- package/shoelace/assets/icons/window-fullscreen.svg +4 -0
- package/shoelace/assets/icons/window-plus.svg +5 -0
- package/shoelace/assets/icons/window-split.svg +4 -0
- package/shoelace/assets/icons/window-stack.svg +4 -0
- package/shoelace/assets/icons/window-x.svg +5 -0
- package/shoelace/assets/icons/windows.svg +3 -0
- package/shoelace/assets/icons/wordpress.svg +5 -0
- package/shoelace/assets/icons/x-lg.svg +4 -0
- package/shoelace/assets/icons/xbox.svg +3 -0
- package/shoelace/assets/icons/yin-yang.svg +4 -0
- package/shoelace/themes/themes/dark.styles.d.ts +2 -0
- package/shoelace/themes/themes/dark.styles.js +531 -0
- package/shoelace/themes/themes/light.css +439 -0
- package/shoelace/themes/themes/light.styles.d.ts +2 -0
- package/shoelace/themes/themes/light.styles.js +531 -0
- package/dist/cjs/ReferralTableRewardsCell.stories-cd7b9c93.js +0 -261
- package/dist/cjs/RewardsTableCell.stories-b439d2e6.js +0 -279
- package/dist/esm/ReferralTableRewardsCell.stories-c3df1aa2.js +0 -251
- package/dist/esm/RewardsTableCell.stories-21ae3b86.js +0 -262
- package/dist/esm-es5/ReferralTableRewardsCell.stories-c3df1aa2.js +0 -1
- package/dist/esm-es5/RewardsTableCell.stories-21ae3b86.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-8cb393d4.js +0 -1
- package/dist/esm-es5/index.module-ec3dcc82.js +0 -1
- package/dist/esm-es5/use-callback-d8ef4b5d.js +0 -1
- package/dist/esm-es5/useChildElements-0146a8bd.js +0 -1
- package/dist/esm-es5/useDemoBigStat-022e116d.js +0 -1
- package/dist/esm-es5/useReferralTable-596519fc.js +0 -1
- package/dist/mint-components/p-023dcaee.js +0 -1
- package/dist/mint-components/p-07b64287.entry.js +0 -1
- package/dist/mint-components/p-0c19f830.entry.js +0 -1
- package/dist/mint-components/p-10731460.entry.js +0 -1
- package/dist/mint-components/p-233dfb7d.system.js +0 -1
- package/dist/mint-components/p-27d25a4d.system.js +0 -1
- package/dist/mint-components/p-27e04aaf.entry.js +0 -1
- package/dist/mint-components/p-396b5489.js +0 -1
- package/dist/mint-components/p-3a139510.entry.js +0 -9
- package/dist/mint-components/p-3b184c32.js +0 -1
- package/dist/mint-components/p-3d4a2da3.system.js +0 -1
- package/dist/mint-components/p-48a408fe.system.entry.js +0 -1
- package/dist/mint-components/p-4932906c.system.entry.js +0 -1
- package/dist/mint-components/p-49c9ff69.entry.js +0 -1
- package/dist/mint-components/p-614451ff.system.entry.js +0 -1
- package/dist/mint-components/p-63a6475a.system.entry.js +0 -1
- package/dist/mint-components/p-668bbbf4.system.js +0 -1
- package/dist/mint-components/p-6bff2131.entry.js +0 -90
- package/dist/mint-components/p-6c203626.system.entry.js +0 -1
- package/dist/mint-components/p-7ba0e231.js +0 -1
- package/dist/mint-components/p-839a13d1.js +0 -1
- package/dist/mint-components/p-871536c7.entry.js +0 -1
- package/dist/mint-components/p-89101dc5.system.js +0 -1
- package/dist/mint-components/p-96c971fa.entry.js +0 -1
- package/dist/mint-components/p-97f843f9.system.entry.js +0 -1
- package/dist/mint-components/p-a85dd98a.js +0 -1
- package/dist/mint-components/p-b0c32d15.system.js +0 -1
- package/dist/mint-components/p-b0d6a380.system.js +0 -1
- package/dist/mint-components/p-b3201e4c.entry.js +0 -1
- package/dist/mint-components/p-c7c42e0d.entry.js +0 -1
- package/dist/mint-components/p-d1520098.js +0 -1
- package/dist/mint-components/p-d312db42.entry.js +0 -1
- package/dist/mint-components/p-dcff1a85.entry.js +0 -1
- package/dist/mint-components/p-efae86df.system.js +0 -1
- package/dist/mint-components/p-f241ee8a.system.entry.js +0 -1
- package/dist/mint-components/p-f2a74222.system.entry.js +0 -1
- package/dist/mint-components/p-f5abb69b.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as t}from"./p-64c3217a.js";import{m as r}from"./p-27455c4c.js";import"./p-81f34787.js";import"./p-373fa002.js";import{g as o}from"./p-4e05c65a.js";import{S as a}from"./p-204fd08c.js";const c=class{constructor(t){s(this,t),this.ignored=!0,this.space="xxx-large",r(this)}disconnectedCallback(){}render(){return t(a,Object.assign({},o(this)),t("slot",null))}};export{c as sqm_stat_container}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),o=0,t=0;t<n;t++)for(var s=arguments[t],i=0,a=s.length;i<a;i++,o++)r[o]=s[i];return r};System.register(["./p-ff17b3a4.system.js"],(function(e){"use strict";var t,n,r;return{setters:[function(e){t=e.g;n=e.
|
|
1
|
+
var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),o=0,t=0;t<n;t++)for(var s=arguments[t],i=0,a=s.length;i<a;i++,o++)r[o]=s[i];return r};System.register(["./p-ff17b3a4.system.js"],(function(e){"use strict";var t,n,r;return{setters:[function(e){t=e.g;n=e.a;r=e.f}],execute:function(){e({c:i,d:s,g:a,h:ce,l:de,m:ve,n:pe,o:he,y:fe});var o=e("a",typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{});function s(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function i(e,t,n){return n={path:t,exports:{},require:function(e,t){return u()}},e(n,n.exports),n.exports}function a(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:true});Object.keys(e).forEach((function(n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:true,get:function(){return e[n]}})}));return t}function u(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -50,4 +50,4 @@ var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setP
|
|
|
50
50
|
* Code distributed by Google as part of the polymer project is also
|
|
51
51
|
* subject to an additional IP rights grant found at
|
|
52
52
|
* http://polymer.github.io/PATENTS.txt
|
|
53
|
-
*/if(typeof window!=="undefined"){(window["litHtmlVersions"]||(window["litHtmlVersions"]=[])).push("1.4.1")}var l;var d=0;function h(e){l=e}function p(){l=null;d=0}function C(){return d++}var v=Symbol("haunted.hook");var g=Symbol("haunted.effects");var m=Symbol("haunted.layoutEffects");var y="haunted.context";var F=function(){function e(e,t){this.update=e;this.host=t;this[v]=new Map;this[g]=[];this[m]=[]}e.prototype.run=function(e){h(this);var t=e();p();return t};e.prototype._runEffects=function(e){var t=this[e];h(this);for(var n=0,r=t;n<r.length;n++){var o=r[n];o.call(this)}p()};e.prototype.runEffects=function(){this._runEffects(g)};e.prototype.runLayoutEffects=function(){this._runEffects(m)};e.prototype.teardown=function(){var e=this[v];e.forEach((function(e){if(typeof e.teardown==="function"){e.teardown()}}))};return e}();var b=Promise.resolve().then.bind(Promise.resolve());var w=function(){function e(e,t){this.id=e;this.state=t}return e}();function _(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}var r=C();var o=l[v];var s=o.get(r);if(!s){s=new(e.bind.apply(e,__spreadArrays([void 0,r,l],t)));o.set(r,s)}return s.update.apply(s,t)}function x(e){return _.bind(null,e)}function k(e){return x(function(t){__extends(n,t);function n(n,r,o,s){var i=t.call(this,n,r)||this;e(r,i);return i}n.prototype.update=function(e,t){this.callback=e;this.values=t};n.prototype.call=function(){if(!this.values||this.hasChanged()){this.run()}this.lastValues=this.values};n.prototype.run=function(){this.teardown();this._teardown=this.callback.call(this.state)};n.prototype.teardown=function(){if(typeof this._teardown==="function"){this._teardown()}};n.prototype.hasChanged=function(){var e=this;return!this.lastValues||this.values.some((function(t,n){return e.lastValues[n]!==t}))};return n}(w))}function E(e,t){e[g].push(t)}var A=e("u",k(E));var j=x(function(e){__extends(t,e);function t(t,n,r){var o=e.call(this,t,n)||this;o._updater=o._updater.bind(o);o._ranEffect=false;o._unsubscribe=null;E(n,o);return o}t.prototype.update=function(e){if(this.state.virtual){throw new Error("can't be used with virtual components")}if(this.Context!==e){this._subscribe(e);this.Context=e}return this.value};t.prototype.call=function(){if(!this._ranEffect){this._ranEffect=true;if(this._unsubscribe)this._unsubscribe();this._subscribe(this.Context);this.state.update()}};t.prototype._updater=function(e){this.value=e;this.state.update()};t.prototype._subscribe=function(e){var t={Context:e,callback:this._updater};this.state.host.dispatchEvent(new CustomEvent(y,{detail:t,bubbles:true,cancelable:true,composed:true}));var n=t.unsubscribe,r=n===void 0?null:n,o=t.value;this.value=r?o:e.defaultValue;this._unsubscribe=r};t.prototype.teardown=function(){if(this._unsubscribe){this._unsubscribe()}};return t}(w));var O=e("i",x(function(e){__extends(t,e);function t(t,n,r,o){var s=e.call(this,t,n)||this;s.value=r();s.values=o;return s}t.prototype.update=function(e,t){if(this.hasChanged(t)){this.values=t;this.value=e()}return this.value};t.prototype.hasChanged=function(e){var t=this;if(e===void 0){e=[]}return e.some((function(e,n){return t.values[n]!==e}))};return t}(w)));function P(e,t){e[m].push(t)}var S=k(P);var M=e("k",x(function(e){__extends(t,e);function t(t,n,r){var o=e.call(this,t,n)||this;o.updater=o.updater.bind(o);if(typeof r==="function"){r=r()}o.makeArgs(r);return o}t.prototype.update=function(){return this.args};t.prototype.updater=function(e){if(typeof e==="function"){var t=e;var n=this.args[0];e=t(n)}this.makeArgs(e);this.state.update()};t.prototype.makeArgs=function(e){this.args=Object.freeze([e,this.updater])};return t}(w)));var I=e("e",x(function(e){__extends(t,e);function t(t,n,r,o,s){var i=e.call(this,t,n)||this;i.dispatch=i.dispatch.bind(i);i.currentState=s!==undefined?s(o):o;return i}t.prototype.update=function(e){this.reducer=e;return[this.currentState,this.dispatch]};t.prototype.dispatch=function(e){this.currentState=this.reducer(this.currentState,e);this.state.update()};return t}(w)));var L=e("f",(function(e){return O((function(){return{current:e}}),[])}));var N=1e3;var z=N*60;var D=z*60;var $=D*24;var T=$*7;var J=$*365.25;var R=function(e,t){t=t||{};var n=typeof e;if(n==="string"&&e.length>0){return V(e)}else if(n==="number"&&isFinite(e)){return t.long?Z(e):U(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function V(e){e=String(e);if(e.length>100){return}var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!t){return}var n=parseFloat(t[1]);var r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*J;case"weeks":case"week":case"w":return n*T;case"days":case"day":case"d":return n*$;case"hours":case"hour":case"hrs":case"hr":case"h":return n*D;case"minutes":case"minute":case"mins":case"min":case"m":return n*z;case"seconds":case"second":case"secs":case"sec":case"s":return n*N;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return undefined}}function U(e){var t=Math.abs(e);if(t>=$){return Math.round(e/$)+"d"}if(t>=D){return Math.round(e/D)+"h"}if(t>=z){return Math.round(e/z)+"m"}if(t>=N){return Math.round(e/N)+"s"}return e+"ms"}function Z(e){var t=Math.abs(e);if(t>=$){return q(e,t,$,"day")}if(t>=D){return q(e,t,D,"hour")}if(t>=z){return q(e,t,z,"minute")}if(t>=N){return q(e,t,N,"second")}return e+" ms"}function q(e,t,n,r){var o=t>=n*1.5;return Math.round(e/n)+" "+r+(o?"s":"")}function H(e){n.debug=n;n.default=n;n.coerce=u;n.disable=s;n.enable=o;n.enabled=i;n.humanize=R;n.destroy=c;Object.keys(e).forEach((function(t){n[t]=e[t]}));n.names=[];n.skips=[];n.formatters={};function t(e){var t=0;for(var r=0;r<e.length;r++){t=(t<<5)-t+e.charCodeAt(r);t|=0}return n.colors[Math.abs(t)%n.colors.length]}n.selectColor=t;function n(e){var t;var o=null;var s;var i;function a(){var e=[];for(var r=0;r<arguments.length;r++){e[r]=arguments[r]}if(!a.enabled){return}var o=a;var s=Number(new Date);var i=s-(t||s);o.diff=i;o.prev=t;o.curr=s;t=s;e[0]=n.coerce(e[0]);if(typeof e[0]!=="string"){e.unshift("%O")}var u=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(t,r){if(t==="%%"){return"%"}u++;var s=n.formatters[r];if(typeof s==="function"){var i=e[u];t=s.call(o,i);e.splice(u,1);u--}return t}));n.formatArgs.call(o,e);var c=o.log||n.log;c.apply(o,e)}a.namespace=e;a.useColors=n.useColors();a.color=n.selectColor(e);a.extend=r;a.destroy=n.destroy;Object.defineProperty(a,"enabled",{enumerable:true,configurable:false,get:function(){if(o!==null){return o}if(s!==n.namespaces){s=n.namespaces;i=n.enabled(e)}return i},set:function(e){o=e}});if(typeof n.init==="function"){n.init(a)}return a}function r(e,t){var r=n(this.namespace+(typeof t==="undefined"?":":t)+e);r.log=this.log;return r}function o(e){n.save(e);n.namespaces=e;n.names=[];n.skips=[];var t;var r=(typeof e==="string"?e:"").split(/[\s,]+/);var o=r.length;for(t=0;t<o;t++){if(!r[t]){continue}e=r[t].replace(/\*/g,".*?");if(e[0]==="-"){n.skips.push(new RegExp("^"+e.substr(1)+"$"))}else{n.names.push(new RegExp("^"+e+"$"))}}}function s(){var e=__spreadArrays(n.names.map(a),n.skips.map(a).map((function(e){return"-"+e}))).join(",");n.enable("");return e}function i(e){if(e[e.length-1]==="*"){return true}var t;var r;for(t=0,r=n.skips.length;t<r;t++){if(n.skips[t].test(e)){return false}}for(t=0,r=n.names.length;t<r;t++){if(n.names[t].test(e)){return true}}return false}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}function u(e){if(e instanceof Error){return e.stack||e.message}return e}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}n.enable(n.load());return n}var B=H;var G=e("b",i((function(e,t){t.formatArgs=r;t.save=o;t.load=s;t.useColors=n;t.storage=i();t.destroy=function(){var e=false;return function(){if(!e){e=true;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"];function n(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function r(t){t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff);if(!this.useColors){return}var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0;var o=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){if(e==="%%"){return}r++;if(e==="%c"){o=r}}));t.splice(o,0,n)}t.log=console.debug||console.log||function(){};function o(e){try{if(e){t.storage.setItem("debug",e)}else{t.storage.removeItem("debug")}}catch(e){}}function s(){var e;try{e=t.storage.getItem("debug")}catch(e){}if(!e&&typeof process!=="undefined"&&"env"in process){e=process.env.DEBUG}return e}function i(){try{return localStorage}catch(e){}}e.exports=B(t);var a=e.exports.formatters;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}})));function W(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Q(e,t,n){return t&&W(e.prototype,t),n&&W(e,n),e}var K=function(){function e(e){var t=this,n=this;this._status="Initial",this.onChange=function(e){n.options.onChange&&n.options.onChange(e)},this.onConnect=function(e){try{return t.status="Connected",t.options.onChange&&t.options.onChange(e),Promise.resolve(new Promise((function(e){t.resolvePromise=e})))}catch(e){return Promise.reject(e)}},this.onDisconnect=function(){n.status="Connecting",n.start()},this.options=e}var t=e.prototype;return t.start=function(){var e=this,t=0;this.status="Connecting";var n=function(){return e.status},r=Y(this.options.attempts)||10,o=function(){if("Connected"!==n()){var o=new CustomEvent(e.options.contextName,{bubbles:!0,cancelable:!0,composed:!0,detail:{onConnect:e.onConnect,onChange:e.onChange,onDisconnect:e.onDisconnect}});Y(e.options.element).dispatchEvent(o),"Connected"!==n()?++t>=r&&(e._interval&&clearInterval(e._interval),e.status="Timeout"):"Connected"===n()&&e._interval&&clearInterval(e._interval)}};return(Y(this.options.pollingMs)||100)>0&&r>1&&(this._interval=setInterval(o,Y(this.options.pollingMs)||100)),o(),this},t.stop=function(){return this._interval&&clearInterval(this._interval),this.resolvePromise&&this.resolvePromise(),this.status="Initial",this},Q(e,[{key:"status",set:function(e){this._status=e,this.options.onStatus&&this.options.onStatus(e)},get:function(){return this._status}}]),e}(),X=e("j",function(){function e(e){var t=this;this.__listeners=[],this.connectListener=function(e){try{e.stopPropagation(),t.__listeners=[].concat(t.__listeners,[e.detail]);var n=function(n,r){try{var o=Promise.resolve(e.detail.onConnect(t.__current)).then((function(){}))}catch(e){return r(!0,e)}return o&&o.then?o.then(r.bind(null,!1),r.bind(null,!0)):r(!1,o)}(0,(function(n,r){var o,s;if(t.__listeners=(s=(o=t.__listeners).indexOf(e.detail),o.slice(0,s).concat(o.slice(s+1,o.length))),n)throw r;return r}));return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},this.options=e,this.__current=Y(e.initialState)}var t=e.prototype;return t.start=function(){return Y(this.options.element).addEventListener(this.options.contextName,this.connectListener),this},t.stop=function(){return Y(this.options.element).removeEventListener(this.options.contextName,this.connectListener),this.__listeners.map((function(e){e.onDisconnect()})),this.__listeners=[],this},Q(e,[{key:"context",set:function(e){this.__current=e,this.__listeners.forEach((function(t){return t.onChange(e)}))},get:function(){return Y(this.__current)}},{key:"listeners",get:function(){return Object.freeze([].concat(this.__listeners))}}]),e}());function Y(e){return"function"==typeof typeof e?e():e}function ee(){return(ee=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var te=1e3,ne=60*te,re=60*ne,oe=24*re,se=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*n;case"weeks":case"week":case"w":return 6048e5*n;case"days":case"day":case"d":return n*oe;case"hours":case"hour":case"hrs":case"hr":case"h":return n*re;case"minutes":case"minute":case"mins":case"min":case"m":return n*ne;case"seconds":case"second":case"secs":case"sec":case"s":return n*te;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}(e);if("number"===n&&isFinite(e))return t.long?function(e){var t=Math.abs(e);return t>=oe?ie(e,t,oe,"day"):t>=re?ie(e,t,re,"hour"):t>=ne?ie(e,t,ne,"minute"):t>=te?ie(e,t,te,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=oe?Math.round(e/oe)+"d":t>=re?Math.round(e/re)+"h":t>=ne?Math.round(e/ne)+"m":t>=te?Math.round(e/te)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function ie(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}var ae,ue=(function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(o=r))})),t.splice(o,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=function(){var e=!1;return function(){e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=function(e){function t(e){var r,o=null;function s(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}if(!s.enabled)return;var o=s,i=Number(new Date);o.diff=i-(r||i),o.prev=r,o.curr=i,r=i,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");var a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(n,r){if("%%"===n)return"%";a++;var s=t.formatters[r];return"function"==typeof s&&(n=s.call(o,e[a]),e.splice(a,1),a--),n})),t.formatArgs.call(o,e),(o.log||t.log).apply(o,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:function(){return null===o?t.enabled(e):o},set:function(e){o=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){var e=__spreadArrays(t.names.map(r),t.skips.map(r).map((function(e){return"-"+e}))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n<o;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=se,t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((function(n){t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){var n=0;for(var r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);var n=e.exports.formatters;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(ae={exports:{}},ae.exports),ae.exports)("useDomContext");function ce(e,t,n){void 0===n&&(n={});var r=L(void 0),o=M(void 0),s=o[0],i=o[1],a=O((function(){var o=new K(ee({contextName:t,element:e,onChange:function(e){r.current=e,i(e)}},n));return o.start(),ue("Listener initialized",o),{listener:o}}),[t,r]).listener;return A((function(){return ue("Listener starting (or restarting)",a),a.start(),function(){ue("Listener stopping (or restopping)",a),a.stop()}}),[a,e.isConnected]),s||r.current}function fe(e,t,n){var r=O((function(){var r=new X({contextName:t,element:e,initialState:n});return r.start(),ue("Provider initialized",r),r}),[t,e]);A((function(){return ue("Provider starting (or restarting)",r),r.start(),function(){ue("Provider stopping (or re-stopping)",r),r.stop()}}),[r,e.isConnected]);var o=I((function(e,t){var n;return ue("New context value",t),n="function"==typeof t?t(r.context):t,r.context=n,r.context}),r.context);return[o[0],o[1],r]}function le(){return r()}function de(){var e=le();return t(e)}function he(e,t){void 0===t&&(t={});var n=de();return ce(n,e,t)}function pe(e,t){var n=de();return fe(n,e,t)}var Ce=G("stencil-hook");function ve(e){var r,o=t(e),s=(r=!1,new F((function(){Ce("Queue update on element",o),r||(r=!0,Promise.resolve().then((function(){Ce("Forced update on element",o),r=!1,n(o)})))}),o)),i=e.disconnectedCallback;if(!i)throw new Error("Stencil hooks requires `disconnectedCallback` to be defined (even if it's empty). This is because of how the Stencil compiler works internally");e.disconnectedCallback=function(){s.teardown(),ge(i)};var a=e.connectedCallback;e.connectedCallback=function(){s.update(),ge(a)};var u=e.render.bind(e);e.render=function(){var e=s.run(u);return s.runEffects(),e}}function ge(e){"function"==typeof e&&e()}}}}));
|
|
53
|
+
*/if(typeof window!=="undefined"){(window["litHtmlVersions"]||(window["litHtmlVersions"]=[])).push("1.4.1")}var l;var d=0;function h(e){l=e}function p(){l=null;d=0}function C(){return d++}var v=Symbol("haunted.hook");var g=Symbol("haunted.effects");var m=Symbol("haunted.layoutEffects");var y="haunted.context";var F=function(){function e(e,t){this.update=e;this.host=t;this[v]=new Map;this[g]=[];this[m]=[]}e.prototype.run=function(e){h(this);var t=e();p();return t};e.prototype._runEffects=function(e){var t=this[e];h(this);for(var n=0,r=t;n<r.length;n++){var o=r[n];o.call(this)}p()};e.prototype.runEffects=function(){this._runEffects(g)};e.prototype.runLayoutEffects=function(){this._runEffects(m)};e.prototype.teardown=function(){var e=this[v];e.forEach((function(e){if(typeof e.teardown==="function"){e.teardown()}}))};return e}();var b=Promise.resolve().then.bind(Promise.resolve());var w=function(){function e(e,t){this.id=e;this.state=t}return e}();function _(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}var r=C();var o=l[v];var s=o.get(r);if(!s){s=new(e.bind.apply(e,__spreadArrays([void 0,r,l],t)));o.set(r,s)}return s.update.apply(s,t)}function x(e){return _.bind(null,e)}function k(e){return x(function(t){__extends(n,t);function n(n,r,o,s){var i=t.call(this,n,r)||this;e(r,i);return i}n.prototype.update=function(e,t){this.callback=e;this.values=t};n.prototype.call=function(){if(!this.values||this.hasChanged()){this.run()}this.lastValues=this.values};n.prototype.run=function(){this.teardown();this._teardown=this.callback.call(this.state)};n.prototype.teardown=function(){if(typeof this._teardown==="function"){this._teardown()}};n.prototype.hasChanged=function(){var e=this;return!this.lastValues||this.values.some((function(t,n){return e.lastValues[n]!==t}))};return n}(w))}function E(e,t){e[g].push(t)}var A=e("e",k(E));var j=x(function(e){__extends(t,e);function t(t,n,r){var o=e.call(this,t,n)||this;o._updater=o._updater.bind(o);o._ranEffect=false;o._unsubscribe=null;E(n,o);return o}t.prototype.update=function(e){if(this.state.virtual){throw new Error("can't be used with virtual components")}if(this.Context!==e){this._subscribe(e);this.Context=e}return this.value};t.prototype.call=function(){if(!this._ranEffect){this._ranEffect=true;if(this._unsubscribe)this._unsubscribe();this._subscribe(this.Context);this.state.update()}};t.prototype._updater=function(e){this.value=e;this.state.update()};t.prototype._subscribe=function(e){var t={Context:e,callback:this._updater};this.state.host.dispatchEvent(new CustomEvent(y,{detail:t,bubbles:true,cancelable:true,composed:true}));var n=t.unsubscribe,r=n===void 0?null:n,o=t.value;this.value=r?o:e.defaultValue;this._unsubscribe=r};t.prototype.teardown=function(){if(this._unsubscribe){this._unsubscribe()}};return t}(w));var O=e("i",x(function(e){__extends(t,e);function t(t,n,r,o){var s=e.call(this,t,n)||this;s.value=r();s.values=o;return s}t.prototype.update=function(e,t){if(this.hasChanged(t)){this.values=t;this.value=e()}return this.value};t.prototype.hasChanged=function(e){var t=this;if(e===void 0){e=[]}return e.some((function(e,n){return t.values[n]!==e}))};return t}(w)));function P(e,t){e[m].push(t)}var S=k(P);var M=e("k",x(function(e){__extends(t,e);function t(t,n,r){var o=e.call(this,t,n)||this;o.updater=o.updater.bind(o);if(typeof r==="function"){r=r()}o.makeArgs(r);return o}t.prototype.update=function(){return this.args};t.prototype.updater=function(e){if(typeof e==="function"){var t=e;var n=this.args[0];e=t(n)}this.makeArgs(e);this.state.update()};t.prototype.makeArgs=function(e){this.args=Object.freeze([e,this.updater])};return t}(w)));var I=e("u",x(function(e){__extends(t,e);function t(t,n,r,o,s){var i=e.call(this,t,n)||this;i.dispatch=i.dispatch.bind(i);i.currentState=s!==undefined?s(o):o;return i}t.prototype.update=function(e){this.reducer=e;return[this.currentState,this.dispatch]};t.prototype.dispatch=function(e){this.currentState=this.reducer(this.currentState,e);this.state.update()};return t}(w)));var L=e("f",(function(e){return O((function(){return{current:e}}),[])}));var N=1e3;var z=N*60;var D=z*60;var $=D*24;var T=$*7;var J=$*365.25;var R=function(e,t){t=t||{};var n=typeof e;if(n==="string"&&e.length>0){return V(e)}else if(n==="number"&&isFinite(e)){return t.long?Z(e):U(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function V(e){e=String(e);if(e.length>100){return}var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!t){return}var n=parseFloat(t[1]);var r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*J;case"weeks":case"week":case"w":return n*T;case"days":case"day":case"d":return n*$;case"hours":case"hour":case"hrs":case"hr":case"h":return n*D;case"minutes":case"minute":case"mins":case"min":case"m":return n*z;case"seconds":case"second":case"secs":case"sec":case"s":return n*N;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return undefined}}function U(e){var t=Math.abs(e);if(t>=$){return Math.round(e/$)+"d"}if(t>=D){return Math.round(e/D)+"h"}if(t>=z){return Math.round(e/z)+"m"}if(t>=N){return Math.round(e/N)+"s"}return e+"ms"}function Z(e){var t=Math.abs(e);if(t>=$){return q(e,t,$,"day")}if(t>=D){return q(e,t,D,"hour")}if(t>=z){return q(e,t,z,"minute")}if(t>=N){return q(e,t,N,"second")}return e+" ms"}function q(e,t,n,r){var o=t>=n*1.5;return Math.round(e/n)+" "+r+(o?"s":"")}function H(e){n.debug=n;n.default=n;n.coerce=u;n.disable=s;n.enable=o;n.enabled=i;n.humanize=R;n.destroy=c;Object.keys(e).forEach((function(t){n[t]=e[t]}));n.names=[];n.skips=[];n.formatters={};function t(e){var t=0;for(var r=0;r<e.length;r++){t=(t<<5)-t+e.charCodeAt(r);t|=0}return n.colors[Math.abs(t)%n.colors.length]}n.selectColor=t;function n(e){var t;var o=null;var s;var i;function a(){var e=[];for(var r=0;r<arguments.length;r++){e[r]=arguments[r]}if(!a.enabled){return}var o=a;var s=Number(new Date);var i=s-(t||s);o.diff=i;o.prev=t;o.curr=s;t=s;e[0]=n.coerce(e[0]);if(typeof e[0]!=="string"){e.unshift("%O")}var u=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(t,r){if(t==="%%"){return"%"}u++;var s=n.formatters[r];if(typeof s==="function"){var i=e[u];t=s.call(o,i);e.splice(u,1);u--}return t}));n.formatArgs.call(o,e);var c=o.log||n.log;c.apply(o,e)}a.namespace=e;a.useColors=n.useColors();a.color=n.selectColor(e);a.extend=r;a.destroy=n.destroy;Object.defineProperty(a,"enabled",{enumerable:true,configurable:false,get:function(){if(o!==null){return o}if(s!==n.namespaces){s=n.namespaces;i=n.enabled(e)}return i},set:function(e){o=e}});if(typeof n.init==="function"){n.init(a)}return a}function r(e,t){var r=n(this.namespace+(typeof t==="undefined"?":":t)+e);r.log=this.log;return r}function o(e){n.save(e);n.namespaces=e;n.names=[];n.skips=[];var t;var r=(typeof e==="string"?e:"").split(/[\s,]+/);var o=r.length;for(t=0;t<o;t++){if(!r[t]){continue}e=r[t].replace(/\*/g,".*?");if(e[0]==="-"){n.skips.push(new RegExp("^"+e.substr(1)+"$"))}else{n.names.push(new RegExp("^"+e+"$"))}}}function s(){var e=__spreadArrays(n.names.map(a),n.skips.map(a).map((function(e){return"-"+e}))).join(",");n.enable("");return e}function i(e){if(e[e.length-1]==="*"){return true}var t;var r;for(t=0,r=n.skips.length;t<r;t++){if(n.skips[t].test(e)){return false}}for(t=0,r=n.names.length;t<r;t++){if(n.names[t].test(e)){return true}}return false}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}function u(e){if(e instanceof Error){return e.stack||e.message}return e}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}n.enable(n.load());return n}var B=H;var G=e("b",i((function(e,t){t.formatArgs=r;t.save=o;t.load=s;t.useColors=n;t.storage=i();t.destroy=function(){var e=false;return function(){if(!e){e=true;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"];function n(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function r(t){t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff);if(!this.useColors){return}var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0;var o=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){if(e==="%%"){return}r++;if(e==="%c"){o=r}}));t.splice(o,0,n)}t.log=console.debug||console.log||function(){};function o(e){try{if(e){t.storage.setItem("debug",e)}else{t.storage.removeItem("debug")}}catch(e){}}function s(){var e;try{e=t.storage.getItem("debug")}catch(e){}if(!e&&typeof process!=="undefined"&&"env"in process){e=process.env.DEBUG}return e}function i(){try{return localStorage}catch(e){}}e.exports=B(t);var a=e.exports.formatters;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}})));function W(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Q(e,t,n){return t&&W(e.prototype,t),n&&W(e,n),e}var K=function(){function e(e){var t=this,n=this;this._status="Initial",this.onChange=function(e){n.options.onChange&&n.options.onChange(e)},this.onConnect=function(e){try{return t.status="Connected",t.options.onChange&&t.options.onChange(e),Promise.resolve(new Promise((function(e){t.resolvePromise=e})))}catch(e){return Promise.reject(e)}},this.onDisconnect=function(){n.status="Connecting",n.start()},this.options=e}var t=e.prototype;return t.start=function(){var e=this,t=0;this.status="Connecting";var n=function(){return e.status},r=Y(this.options.attempts)||10,o=function(){if("Connected"!==n()){var o=new CustomEvent(e.options.contextName,{bubbles:!0,cancelable:!0,composed:!0,detail:{onConnect:e.onConnect,onChange:e.onChange,onDisconnect:e.onDisconnect}});Y(e.options.element).dispatchEvent(o),"Connected"!==n()?++t>=r&&(e._interval&&clearInterval(e._interval),e.status="Timeout"):"Connected"===n()&&e._interval&&clearInterval(e._interval)}};return(Y(this.options.pollingMs)||100)>0&&r>1&&(this._interval=setInterval(o,Y(this.options.pollingMs)||100)),o(),this},t.stop=function(){return this._interval&&clearInterval(this._interval),this.resolvePromise&&this.resolvePromise(),this.status="Initial",this},Q(e,[{key:"status",set:function(e){this._status=e,this.options.onStatus&&this.options.onStatus(e)},get:function(){return this._status}}]),e}(),X=e("j",function(){function e(e){var t=this;this.__listeners=[],this.connectListener=function(e){try{e.stopPropagation(),t.__listeners=[].concat(t.__listeners,[e.detail]);var n=function(n,r){try{var o=Promise.resolve(e.detail.onConnect(t.__current)).then((function(){}))}catch(e){return r(!0,e)}return o&&o.then?o.then(r.bind(null,!1),r.bind(null,!0)):r(!1,o)}(0,(function(n,r){var o,s;if(t.__listeners=(s=(o=t.__listeners).indexOf(e.detail),o.slice(0,s).concat(o.slice(s+1,o.length))),n)throw r;return r}));return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},this.options=e,this.__current=Y(e.initialState)}var t=e.prototype;return t.start=function(){return Y(this.options.element).addEventListener(this.options.contextName,this.connectListener),this},t.stop=function(){return Y(this.options.element).removeEventListener(this.options.contextName,this.connectListener),this.__listeners.map((function(e){e.onDisconnect()})),this.__listeners=[],this},Q(e,[{key:"context",set:function(e){this.__current=e,this.__listeners.forEach((function(t){return t.onChange(e)}))},get:function(){return Y(this.__current)}},{key:"listeners",get:function(){return Object.freeze([].concat(this.__listeners))}}]),e}());function Y(e){return"function"==typeof typeof e?e():e}function ee(){return(ee=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var te=1e3,ne=60*te,re=60*ne,oe=24*re,se=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*n;case"weeks":case"week":case"w":return 6048e5*n;case"days":case"day":case"d":return n*oe;case"hours":case"hour":case"hrs":case"hr":case"h":return n*re;case"minutes":case"minute":case"mins":case"min":case"m":return n*ne;case"seconds":case"second":case"secs":case"sec":case"s":return n*te;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}(e);if("number"===n&&isFinite(e))return t.long?function(e){var t=Math.abs(e);return t>=oe?ie(e,t,oe,"day"):t>=re?ie(e,t,re,"hour"):t>=ne?ie(e,t,ne,"minute"):t>=te?ie(e,t,te,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=oe?Math.round(e/oe)+"d":t>=re?Math.round(e/re)+"h":t>=ne?Math.round(e/ne)+"m":t>=te?Math.round(e/te)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function ie(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}var ae,ue=(function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(o=r))})),t.splice(o,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=function(){var e=!1;return function(){e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=function(e){function t(e){var r,o=null;function s(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}if(!s.enabled)return;var o=s,i=Number(new Date);o.diff=i-(r||i),o.prev=r,o.curr=i,r=i,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");var a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(n,r){if("%%"===n)return"%";a++;var s=t.formatters[r];return"function"==typeof s&&(n=s.call(o,e[a]),e.splice(a,1),a--),n})),t.formatArgs.call(o,e),(o.log||t.log).apply(o,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:function(){return null===o?t.enabled(e):o},set:function(e){o=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){var e=__spreadArrays(t.names.map(r),t.skips.map(r).map((function(e){return"-"+e}))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n<o;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=se,t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((function(n){t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){var n=0;for(var r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);var n=e.exports.formatters;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(ae={exports:{}},ae.exports),ae.exports)("useDomContext");function ce(e,t,n){void 0===n&&(n={});var r=L(void 0),o=M(void 0),s=o[0],i=o[1],a=O((function(){var o=new K(ee({contextName:t,element:e,onChange:function(e){r.current=e,i(e)}},n));return o.start(),ue("Listener initialized",o),{listener:o}}),[t,r]).listener;return A((function(){return ue("Listener starting (or restarting)",a),a.start(),function(){ue("Listener stopping (or restopping)",a),a.stop()}}),[a,e.isConnected]),s||r.current}function fe(e,t,n){var r=O((function(){var r=new X({contextName:t,element:e,initialState:n});return r.start(),ue("Provider initialized",r),r}),[t,e]);A((function(){return ue("Provider starting (or restarting)",r),r.start(),function(){ue("Provider stopping (or re-stopping)",r),r.stop()}}),[r,e.isConnected]);var o=I((function(e,t){var n;return ue("New context value",t),n="function"==typeof t?t(r.context):t,r.context=n,r.context}),r.context);return[o[0],o[1],r]}function le(){return n()}function de(){var e=le();return t(e)}function he(e,t){void 0===t&&(t={});var n=de();return ce(n,e,t)}function pe(e,t){var n=de();return fe(n,e,t)}var Ce=G("stencil-hook");function ve(e){var n,o=t(e),s=(n=!1,new F((function(){Ce("Queue update on element",o),n||(n=!0,Promise.resolve().then((function(){Ce("Forced update on element",o),n=!1,r(o)})))}),o)),i=e.disconnectedCallback;if(!i)throw new Error("Stencil hooks requires `disconnectedCallback` to be defined (even if it's empty). This is because of how the Stencil compiler works internally");e.disconnectedCallback=function(){s.teardown(),ge(i)};var a=e.connectedCallback;e.connectedCallback=function(){s.update(),ge(a)};var u=e.render.bind(e);e.render=function(){var e=s.run(u);return s.runEffects(),e}}function ge(e){"function"==typeof e&&e()}}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(e,t,o,r){function s(e){return e instanceof o?e:new o((function(t){t(e)}))}return new(o||(o=Promise))((function(o,n){function a(e){try{d(r.next(e))}catch(e){n(e)}}function i(e){try{d(r["throw"](e))}catch(e){n(e)}}function d(e){e.done?o(e.value):s(e.value).then(a,i)}d((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var o={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},r,s,n,a;return a={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function i(e){return function(t){return d([e,t])}}function d(a){if(r)throw new TypeError("Generator is already executing.");while(o)try{if(r=1,s&&(n=a[0]&2?s["return"]:a[0]?s["throw"]||((n=s["return"])&&n.call(s),0):s.next)&&!(n=n.call(s,a[1])).done)return n;if(s=0,n)a=[a[0]&2,n.value];switch(a[0]){case 0:case 1:n=a;break;case 4:o.label++;return{value:a[1],done:false};case 5:o.label++;s=a[1];a=[0];continue;case 7:a=o.ops.pop();o.trys.pop();continue;default:if(!(n=o.trys,n=n.length>0&&n[n.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!n||a[1]>n[0]&&a[1]<n[3])){o.label=a[1];break}if(a[0]===6&&o.label<n[1]){o.label=n[1];n=a;break}if(n&&o.label<n[2]){o.label=n[2];o.ops.push(a);break}if(n[2])o.ops.pop();o.trys.pop();continue}a=t.call(e,o)}catch(e){a=[6,e];s=0}finally{r=n=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(e,t,o,r){function s(e){return e instanceof o?e:new o((function(t){t(e)}))}return new(o||(o=Promise))((function(o,n){function a(e){try{d(r.next(e))}catch(e){n(e)}}function i(e){try{d(r["throw"](e))}catch(e){n(e)}}function d(e){e.done?o(e.value):s(e.value).then(a,i)}d((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var o={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},r,s,n,a;return a={next:i(0),throw:i(1),return:i(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function i(e){return function(t){return d([e,t])}}function d(a){if(r)throw new TypeError("Generator is already executing.");while(o)try{if(r=1,s&&(n=a[0]&2?s["return"]:a[0]?s["throw"]||((n=s["return"])&&n.call(s),0):s.next)&&!(n=n.call(s,a[1])).done)return n;if(s=0,n)a=[a[0]&2,n.value];switch(a[0]){case 0:case 1:n=a;break;case 4:o.label++;return{value:a[1],done:false};case 5:o.label++;s=a[1];a=[0];continue;case 7:a=o.ops.pop();o.trys.pop();continue;default:if(!(n=o.trys,n=n.length>0&&n[n.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!n||a[1]>n[0]&&a[1]<n[3])){o.label=a[1];break}if(a[0]===6&&o.label<n[1]){o.label=n[1];n=a;break}if(n&&o.label<n[2]){o.label=n[2];o.ops.push(a);break}if(n[2])o.ops.pop();o.trys.pop();continue}a=t.call(e,o)}catch(e){a=[6,e];s=0}finally{r=n=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-ff17b3a4.system.js","./p-48ec6605.system.js","./p-71ecbb3b.system.js","./p-eaffa09a.system.js","./p-1c17892a.system.js","./p-b2295bc5.system.js","./p-4bd679a7.system.js","./p-126bcba1.system.js","./p-3bbb90a9.system.js","./p-8bcaafaf.system.js","./p-ce0ec1c4.system.js"],(function(e){"use strict";var t,o,r,s,n,a,i,d,u,c,l,f;return{setters:[function(e){t=e.r;o=e.h},function(e){r=e.k;s=e.e;n=e.m},function(){},function(e){a=e.N;i=e.V;d=e.c;u=e.j},function(){},function(e){c=e.j},function(e){l=e.c},function(){},function(){},function(){},function(e){f=e.P}],execute:function(){function w(e){var t=this;var o,n,u,l,f,w;var v=r(false),b=v[0],p=v[1];var h=r(""),m=h[0],P=h[1];var g=a(),y=g[0],x=g[1];var _=i(),C=_[0],j=_[1];var k=new URLSearchParams(window.location.search);var R=k.get("oobCode");k.delete("oobCode");var T=k.get("nextPage");var L=function(e){return __awaiter(t,void 0,void 0,(function(){var t,o;return __generator(this,(function(r){switch(r.label){case 0:P("");t=e.detail.formData;t===null||t===void 0?void 0:t.forEach((function(e,o){c.set(t,o,e)}));o={oobCode:R,password:t.password};if(t.password!==t.confirmPassword){P("Passwords do not match.");return[2]}return[4,C(o)];case 1:r.sent();return[2]}}))}))};var B=function(){k.delete("nextPage");d.push({pathname:T||e.nextPage,search:k.toString()&&"?"+k.toString()})};var F=function(){d.push({pathname:e.failedPage,search:k.toString()&&"?"+k.toString()})};s((function(){var e;if((e=j.data)===null||e===void 0?void 0:e.resetManagedIdentityPassword){p(true);setTimeout((function(){B()}),5e3)}}),[(o=j.data)===null||o===void 0?void 0:o.resetManagedIdentityPassword]);s((function(){y({oobCode:R})}),[R]);s((function(){var e;if((e=x===null||x===void 0?void 0:x.errors)===null||e===void 0?void 0:e.message){P("Network request failed.")}}),[x===null||x===void 0?void 0:x.errors]);return{states:{loading:j.loading,reset:b,confirmPassword:e.confirmPassword,error:((f=(l=(u=(n=j.errors)===null||n===void 0?void 0:n.response)===null||u===void 0?void 0:u.errors)===null||l===void 0?void 0:l[0])===null||f===void 0?void 0:f.message)||m,oobCodeValidating:x.loading,oobCodeValid:(w=x.data)===null||w===void 0?void 0:w.verifyManagedIdentityPasswordResetCode.success,content:{passwordResetHeader:e.passwordResetHeader,resetPasswordHeader:e.resetPasswordHeader,continueButtonText:e.continueButtonText,resetPasswordButtonText:e.resetPasswordButtonText,confirmPasswordFieldLabel:e.confirmPasswordFieldLabel,passwordFieldLabel:e.passwordFieldLabel}},callbacks:{submit:L,failed:F,gotoNextPage:B}}}var v=e("sqm_portal_reset_password",function(){function e(e){t(this,e);this.ignored=true;this.nextPage="/";this.failedPage="/";this.confirmPassword=false;this.resetPasswordHeader="Reset your password";this.passwordResetHeader="Password reset";this.resetPasswordButtonText="Reset Password";this.continueButtonText="Continue";this.confirmPasswordFieldLabel="Confirm Password";this.passwordFieldLabel="New Password";n(this)}e.prototype.disconnectedCallback=function(){};e.prototype.render=function(){var e=u()?b(this):w(this),t=e.states,r=e.callbacks;return o(f,{states:t,callbacks:r})};return e}());function b(e){var t=this;return l({states:{error:"",loading:false,reset:false,confirmPassword:true,oobCodeValidating:false,oobCodeValid:true,content:{passwordResetHeader:"Password reset",resetPasswordHeader:"Reset your password",continueButtonText:"Continue",resetPasswordButtonText:"Reset Password",confirmPasswordFieldLabel:"Confirm Password",passwordFieldLabel:"New Password"}},callbacks:{submit:function(e){return __awaiter(t,void 0,void 0,(function(){return __generator(this,(function(e){console.log("submit");return[2]}))}))},failed:function(){},gotoNextPage:function(){}}},e.demoData||{},{arrayMerge:function(e,t){return t}})}}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{h as t,r as s}from"./p-64c3217a.js";import{o as n,k as i,m as e}from"./p-
|
|
1
|
+
import{h as t,r as s}from"./p-64c3217a.js";import{o as n,k as i,m as e}from"./p-27455c4c.js";import"./p-982ad256.js";import{j as r}from"./p-b83ee009.js";import"./p-81f34787.js";import{c as a}from"./p-c1086930.js";import{E as l}from"./p-26f627aa.js";import{c as o}from"./p-373fa002.js";var c="(\\d.*)",u="([a-zA-Z].*)",h="([`~\\!@#\\$%\\^\\&\\*\\(\\)\\-_\\=\\+\\[\\{\\}\\]\\\\|;:\\'\",<.>\\/\\?€£¥₹§±].*)",d="([\\s].*)";function p(t,s){if(s&&s>1){const n=parseInt(s,10);return new RegExp(t+"{"+n+",}").test(this.password)===this.positive}return new RegExp(t).test(this.password)===this.positive}var m={not:function(t){return this.positive=!1,!t||p.call(this,t)},has:function(t){return this.positive=!0,!t||p.call(this,t)},is:function(){return this.positive=!0,!0},min:function(t){return this.password.length>=t},max:function(t){return this.password.length<=t},digits:function(t){return p.call(this,c,t)},letters:function(t){return p.call(this,u,t)},uppercase:function(t){if(t&&t>1){let s=0,n=0;for(;n<t&&s<this.password.length;){const t=this.password.charAt(s);t!==t.toLowerCase()&&n++,s++}return n===t===this.positive}return this.password!==this.password.toLowerCase()===this.positive},lowercase:function(t){if(t&&t>1){let s=0,n=0;for(;n<t&&s<this.password.length;){const t=this.password.charAt(s);t!==t.toUpperCase()&&n++,s++}return n===t===this.positive}return this.password!==this.password.toUpperCase()===this.positive},symbols:function(t){return p.call(this,h,t)},spaces:function(t){return p.call(this,d,t)},oneOf:function(t){return t.indexOf(this.password)>=0===this.positive}},v="Length should be a valid positive number";function f(t){const s=Number(t);if(isNaN(s)||!Number.isInteger(s)||s<1)throw new Error(v)}function g(t){return m[t.method].apply(this,t.arguments)}function w(t,s){return this.properties.push({method:t,arguments:s}),this}const b=(new class{constructor(){this.properties=[]}validate(t,s){return this.list=Boolean(s&&s.list),this.password=String(t),this.positive=!0,this.list?this.properties.reduce(((t,s)=>g.call(this,s)?t:t.concat(s.method)),[]):this.properties.every(g.bind(this))}letters(t){return t&&f(t),w.call(this,"letters",arguments)}digits(t){return t&&f(t),w.call(this,"digits",arguments)}symbols(t){return t&&f(t),w.call(this,"symbols",arguments)}min(t){return f(t),w.call(this,"min",arguments)}max(t){return f(t),w.call(this,"max",arguments)}lowercase(t){return t&&f(t),w.call(this,"lowercase",arguments)}uppercase(t){return t&&f(t),w.call(this,"uppercase",arguments)}spaces(t){return t&&f(t),w.call(this,"spaces",arguments)}has(){return w.call(this,"has",arguments)}not(){return w.call(this,"not",arguments)}is(){return w.call(this,"is",arguments)}oneOf(){return w.call(this,"oneOf",arguments)}}).is().min(8).has().uppercase().has().lowercase().has(/([\d`~\!@#\$%\^\&\*\(\)\-_\=\+\[\{\}\]\\\|;:'",<.>\/\?€£¥₹§±].*){1,}/),y=t=>{const s=b.validate(t,{list:!0});return E(s,t)},x=()=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},t("path",{d:"M6 0C2.688 0 0 2.688 0 6C0 9.312 2.688 12 6 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 6 0ZM4.8 9L1.8 6L2.646 5.154L4.8 7.302L9.354 2.748L10.2 3.6L4.8 9Z",fill:"#259053"})),C=()=>t("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{d:"M6 0C2.688 0 0 2.688 0 6C0 9.312 2.688 12 6 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 6 0ZM6 10.8C3.354 10.8 1.2 8.646 1.2 6C1.2 3.354 3.354 1.2 6 1.2C8.646 1.2 10.8 3.354 10.8 6C10.8 8.646 8.646 10.8 6 10.8ZM8.754 3.348L4.8 7.302L3.246 5.754L2.4 6.6L4.8 9L9.6 4.2L8.754 3.348Z",fill:"#555555"})),L={min:"be a minimum of 8 characters",uppercase:"contain at least 1 uppercase character",lowercase:"contain at least 1 lowercase character",has:"contain at least 1 number or symbol"},j={display:"flex",alignItems:"center",fontSize:"var(--sl-font-size-small)","& > :not(:last-child)":{"margin-right":"var(--sl-spacing-x-small)"}},I=o({Base:{fontSize:"var(--sl-font-size-small)"},ValidationList:{"list-style-type":"none",paddingRight:"var(--sl-spacing-large)",margin:"var(--sl-spacing-small) 0 var(--sl-spacing-x-large)","& > :not(:last-child)":{"margin-bottom":"var(--sl-spacing-xx-small)"},"& *":{"line-height":"var(--sl-line-height-dense)"}},ValidationItemValid:{...j,color:"var(--sl-color-success-600)"},ValidationItemInvalid:{...j}}),k=I.toString(),E=(s,n)=>!s.length&&n?t("div",{class:I.classes.ValidationItemValid,style:{paddingBottom:"var(--sl-spacing-x-large)"}},t("style",{type:"text/css"},k),t(x,null)," ",t("span",null,"Password has met all requirements")):t("div",{class:I.classes.Base},t("style",{type:"text/css"},k),"Password must meet the following requirements:",t("ul",{class:I.classes.ValidationList},Object.keys(L).map((n=>s.includes(n)?t("li",{class:I.classes.ValidationItemInvalid},t(C,null)," ",t("span",null,L[n])):t("li",{class:I.classes.ValidationItemValid},t(x,null)," ",t("span",null,L[n])))))),V=o({InputContainer:{"& > :not(:last-child)":{"margin-bottom":"20px"}},ErrorStyle:l}),M=V.toString();function Z(s){var n,i;const{states:e,callbacks:r}=s;return t("div",{class:V.classes.InputContainer},t("style",{type:"text/css"},"\n:host {\n margin: 0 auto;\n width: 100%;\n display: block;\n}\n:host([hidden]): {\n display: none;\n}\n",M),t("sl-input",Object.assign({exportparts:"label: input-label",type:"password",name:"/password",label:e.content.fieldLabel||"Password",required:!0,validationError:({value:t})=>{if(!t)return"Cannot be empty"}},(null===(n=e.validationErrors)||void 0===n?void 0:n.password)?{class:V.classes.ErrorStyle,helpText:(null===(i=e.validationErrors)||void 0===i?void 0:i.password)||"Cannot be empty"}:[],{onInput:t=>e.enableValidation&&r.onInput(t)})),e.dynamicValidation)}const q=class{constructor(t){s(this,t),this.ignored=!0,this.fieldLabel="Password",this.enableValidation=!0,e(this)}disconnectedCallback(){}render(){const{states:s,callbacks:e}=r()?function(t){var s,n,e,r,l,o,c;const[u,h]=i(""),[d,p]=i("");if(t.demoData&&d!=(null===(s=null==t?void 0:t.demoData)||void 0===s?void 0:s.initValue)){const s=y((null===(n=null==t?void 0:t.demoData)||void 0===n?void 0:n.initValue)||"");h(""===(null===(e=null==t?void 0:t.demoData)||void 0===e?void 0:e.initValue)?"":s),p(null===(r=null==t?void 0:t.demoData)||void 0===r?void 0:r.initValue)}return a({states:{enableValidation:!0,dynamicValidation:u,validationErrors:(null===(o=null===(l=null==t?void 0:t.demoData)||void 0===l?void 0:l.states)||void 0===o?void 0:o.validationErrors)||{},content:{fieldLabel:"Password"}},callbacks:{onInput:function(t){const s=y(t.target.value);h(s)}}},(null===(c=null==t?void 0:t.demoData)||void 0===c?void 0:c.states)||{},{arrayMerge:(t,s)=>s})}(this):function(t){const s=n("sq:validation-state"),[e,r]=i("");return{states:{enableValidation:t.enableValidation,dynamicValidation:e,validationErrors:null==s?void 0:s.validationErrors,content:{fieldLabel:t.fieldLabel}},callbacks:{onInput:function(t){const s=y(t.target.value);r(s)}}}}(this);return t(Z,{states:s,callbacks:e})}};export{q as sqm_password_field}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as t,c as n,r as s}from"./p-64c3217a.js";import{l,i as o,e as a,m as e}from"./p-27455c4c.js";import"./p-982ad256.js";import{P as r}from"./p-b83ee009.js";import"./p-81f34787.js";import{u as i}from"./p-a95844a2.js";import{g as c}from"./p-4e05c65a.js";const p=({content:s,placement:o})=>{const a=`\n sl-tab-panel::part(base) {\n padding: ${o&&"bottom"!==o?"0 var(--sl-spacing-xx-large);":"var(--sl-spacing-x-large) 0;"};\n }\n `,e=l();return console.log("sam host",e),t(n,null,t("style",{type:"text/css"},a),t("sl-tab-group",{placement:o},s.tabs.map((n=>{const s=n.getAttribute("slot");return[t("sl-tab",{slot:"nav",panel:s,id:n.getAttribute("id")||s},n.getAttribute("header")),t("sl-tab-panel",{name:s},t("slot",{name:s}))]}))),t("div",{style:{display:"none"}},t("slot",null)))},d=class{constructor(t){s(this,t),e(this)}disconnectedCallback(){}render(){const{content:n}=function(){const t=i(),n=r(),s=o((()=>t.filter((t=>"SQM-TAB"===t.tagName)).map(((t,n)=>(t.setAttribute("slot","tab-"+n),t.setAttribute("id","tab-"+n),t)))),[t]);return a((()=>{const t=t=>{var s,l,o,a,e,r;if(t.stopPropagation(),!n.contains(null==t?void 0:t.target)||!(null===(l=null===(s=null==t?void 0:t.target)||void 0===s?void 0:s.parentElement)||void 0===l?void 0:l.shadowRoot))return;const i=null===(e=null===(a=null===(o=null==t?void 0:t.target)||void 0===o?void 0:o.parentElement)||void 0===a?void 0:a.shadowRoot)||void 0===e?void 0:e.querySelector(`#${t.target.id}`);null===(r=i.parentElement)||void 0===r||r.show(null==i?void 0:i.panel)};return n.addEventListener("sq:reveal",t),()=>{n.removeEventListener("sq:reveal",t)}}),[]),{content:{tabs:s}}}(),{placement:s}=c(this);return t(p,{placement:s,content:n},t("slot",null))}};export{d as sqm_tabs}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{h as s}from"./p-64c3217a.js";import{i as e}from"./p-
|
|
1
|
+
import{h as s}from"./p-64c3217a.js";import{i as e}from"./p-55b6147d.js";import{A as t,a as r}from"./p-26f627aa.js";import{c as a}from"./p-373fa002.js";import{T as o}from"./p-179988b5.js";const i=a({Wrapper:t,Column:{...r}}),n=i.toString();function p(t){const{states:r,callbacks:a,content:{email:p,verifyMessage:l,emailVerificationHeader:m,resendEmailButtonText:c}}=t;return s("div",{class:i.classes.Wrapper},s("style",{type:"text/css"},"\n:host {\n display: block;\n}\n:host([hidden]): {\n display: none;\n}\n",n),s(o,{type:"h3"},m),s("sl-form",{class:i.classes.Column,"onSl-submit":a.submit},t.states.error&&s("sqm-form-message",{type:"error",exportparts:"erroralert-icon"},s("div",{part:"erroralert-text"},t.states.error)),t.states.success&&s("sqm-form-message",{type:"success",exportparts:"successalert-icon"},s("div",{part:"successalert-text"},"Your verification email has been resent successfully")),s(o,{type:"p"},e.formatMessage({id:"verifyMessage",defaultMessage:l},{email:s("span",{style:{fontWeight:"var(--sl-font-weight-semibold)"}},p)})),s("sl-button",{submit:!0,loading:r.loading,exportparts:"base: primarybutton-base",type:"primary"},c)))}export{p as P}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-ff17b3a4.system.js","./p-
|
|
1
|
+
System.register(["./p-ff17b3a4.system.js","./p-d264d1a0.system.js","./p-3bbb90a9.system.js","./p-8bcaafaf.system.js","./p-bc19e1c2.system.js"],(function(e){"use strict";var t,a,s,l,i;return{setters:[function(e){t=e.h},function(e){a=e.i},function(e){s=e.c},function(e){l=e.T},function(e){i=e.P}],execute:function(){e("P",r);function r(e){var r,n,o,u,d;var m=e.states,p=e.callbacks;var c=m.text,v=m.formState;var b=v.errors,f=v.error;var g={FormStyle:{"& >*:not(:last-child)":{"margin-bottom":"32px"}},Error:{"&::part(erroralert-base)":{"margin-bottom":"32px"}},NameInputStyle:{"&:not(:last-child)":{"margin-right":"var(--sl-spacing-medium)"}}};var y=s(g);var x=y.toString();var N=((r=m.user)===null||r===void 0?void 0:r.countryCode)?a.formatDisplayName((n=m.user)===null||n===void 0?void 0:n.countryCode,{type:"region"}):"";return t(i,Object.assign({},{direction:"row",padding:"xxx-large",gap:"xxx-large",minWidth:"600px"}),t("style",{type:"text/css"},x),t(l,Object.assign({},{type:"h1"}),c.editProfileHeader),t(l,Object.assign({},{type:"h2"}),c.editProfileSubHeader),t("form",{class:y.classes.FormStyle,onSubmit:p.onSubmit},m.success&&t("sqm-form-message",{exportparts:"success-icon"},t("div",{part:"successalert-text"},"Your profile has been successfully updated.")),f&&t("sqm-form-message",{class:y.classes.Error,type:"error",exportparts:"erroralert-icon"},t("div",{part:"erroralert-text"},f)),t(i,Object.assign({},{direction:"row",padding:"none",gap:"32px",minWidth:"50%"}),t("sl-input",Object.assign({class:y.classes.NameInputStyle,exportparts:"label: input-label",value:(o=m.user)===null||o===void 0?void 0:o.firstName,onInput:p.onChange,label:c.firstnametext,disabled:m.loading},(b===null||b===void 0?void 0:b.firstName)&&(b===null||b===void 0?void 0:b.firstName.status)!=="valid"?{class:"ErrorStyles",helpText:"Cannot be empty"}:[],{id:"firstName",name:"firstName",error:(b===null||b===void 0?void 0:b.firstName)&&(b===null||b===void 0?void 0:b.firstName.status)!=="valid"?b===null||b===void 0?void 0:b.firstName.message:undefined})),t("sl-input",Object.assign({class:y.classes.NameInputStyle,exportparts:"label: input-label",value:(u=m.user)===null||u===void 0?void 0:u.lastName,onInput:p.onChange,label:c.lastnametext,disabled:m.loading,id:"lastName",name:"lastName"},(b===null||b===void 0?void 0:b.lastName)&&(b===null||b===void 0?void 0:b.lastName.status)!=="valid"?{class:"ErrorStyles",helpText:"Cannot be empty"}:[],{error:(b===null||b===void 0?void 0:b.lastName)&&(b===null||b===void 0?void 0:b.lastName.status)!=="valid"?b===null||b===void 0?void 0:b.lastName.message:undefined}))),t("sl-input",{label:c.emailtext,value:(d=m.user)===null||d===void 0?void 0:d.email,exportparts:"label: input-label",disabled:true}),m.showCountry&&t("sl-input",{label:c.countrytext,value:N,exportparts:"label: input-label",disabled:true}),t("sl-button",{type:"primary",loading:m.loading,disabled:m.submitDisabled,onClick:function(e){p.onSubmit(e)},submit:true},c.submitChangeButtonText)))}}}}));
|