@saasquatch/mint-components 1.15.0-45 → 1.15.0-46
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-bebbd4d0.js → ShadowViewAddon-85d2eed4.js} +1056 -1056
- package/dist/cjs/{extractProps-e9c55ba8.js → extractProps-fd93ba62.js} +0 -14
- package/dist/cjs/{global-242743b1.js → global-2298fc8b.js} +58 -73
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{sqm-banking-info-form_10.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +1902 -213
- package/dist/cjs/sqm-big-stat_42.cjs.entry.js +3 -3
- package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/sqm-invoice-table-view-90b2433f.js +2038 -0
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-38bfdda4.js → sqm-portal-email-verification-view-0a93a148.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-036d355e.js → sqm-portal-profile-view-44a83439.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +5 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +13992 -15287
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +3 -11
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +7 -17
- package/dist/cjs/{usePayoutStatus-3cca69e5.js → usePayoutStatus-f26f0467.js} +5 -8
- package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +1 -1
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.js +1 -1
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.js +2 -3
- package/dist/collection/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.js +1 -2
- package/dist/collection/components/sqm-invoice-table/sqm-invoice-table.js +1 -1
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +3 -3
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +2 -2
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +4 -6
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +2 -2
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +1 -2
- package/dist/collection/components/sqm-referred-registration/sqm-referred-registration.js +1 -1
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +1 -1
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +3 -5
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +3 -5
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +9 -11
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +2 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +3 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +2 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +3 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +2 -2
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +3 -3
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +78 -78
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +2 -2
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +5 -39
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +7 -42
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +8 -12
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +1 -26
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/usePayoutDetailsCard.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +5 -8
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +28 -77
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +4 -19
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +3 -3
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +5 -6
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +10 -10
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +3 -3
- package/dist/collection/global/styles.js +58 -73
- package/dist/collection/global/styles.ts +40 -48
- package/dist/esm/{ShadowViewAddon-b439f9c5.js → ShadowViewAddon-d59ef625.js} +1059 -1059
- package/dist/esm/{extractProps-54064fb0.js → extractProps-ae1afbb3.js} +1 -14
- package/dist/esm/{global-f33bb903.js → global-2da1dcec.js} +58 -73
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{sqm-banking-info-form_10.entry.js → sqm-banking-info-form_17.entry.js} +1819 -137
- package/dist/esm/sqm-big-stat_42.entry.js +3 -3
- package/dist/esm/sqm-email-verification.entry.js +1 -1
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/sqm-invoice-table-view-df370e4a.js +2022 -0
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-e8661ca9.js → sqm-portal-email-verification-view-e38ec8cc.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-70e1a345.js → sqm-portal-profile-view-e594d1ee.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +5 -3
- package/dist/esm/sqm-stencilbook.entry.js +14017 -15312
- package/dist/esm/sqm-widget-verification-controller.entry.js +4 -12
- package/dist/esm/sqm-widget-verification.entry.js +7 -17
- package/dist/esm/{usePayoutStatus-e92a6e43.js → usePayoutStatus-3768c8c3.js} +5 -8
- package/dist/esm-es5/ShadowViewAddon-d59ef625.js +1 -0
- package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
- package/dist/esm-es5/{global-f33bb903.js → global-2da1dcec.js} +4 -4
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
- package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-df370e4a.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-e8661ca9.js → sqm-portal-email-verification-view-e38ec8cc.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-70e1a345.js → sqm-portal-profile-view-e594d1ee.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/esm-es5/{usePayoutStatus-e92a6e43.js → usePayoutStatus-3768c8c3.js} +2 -2
- package/dist/mint-components/global/styles.ts +40 -48
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-b55e454d.entry.js → p-0019d57c.entry.js} +1 -1
- package/dist/mint-components/p-04cc08e7.system.entry.js +1 -0
- package/dist/mint-components/p-097a255f.js +1 -0
- package/dist/mint-components/p-15ad1e97.entry.js +16 -0
- package/dist/mint-components/p-16c55bb4.entry.js +205 -0
- package/dist/mint-components/{p-95ff58b2.system.entry.js → p-232996b5.system.entry.js} +1 -1
- package/dist/mint-components/p-26468242.js +1 -0
- package/dist/mint-components/{p-283848df.system.entry.js → p-28aed7f7.system.entry.js} +1 -1
- package/dist/mint-components/p-31b8f0ca.system.js +1 -0
- package/dist/mint-components/{p-a341ce23.js → p-3466bfaa.js} +2 -2
- package/dist/mint-components/{p-227aa136.entry.js → p-4ce7e3b1.entry.js} +1 -1
- package/dist/mint-components/{p-2d730bef.system.entry.js → p-5125ec72.system.entry.js} +1 -1
- package/dist/mint-components/{p-a44b7a52.system.js → p-5efed40f.system.js} +2 -2
- package/dist/mint-components/p-62d924e6.system.entry.js +1 -0
- package/dist/mint-components/p-6bcac9ed.system.entry.js +1 -0
- package/dist/mint-components/{p-44435060.entry.js → p-73069eba.entry.js} +1 -1
- package/dist/mint-components/{p-1f8d3b1a.entry.js → p-761ee9ea.entry.js} +2 -2
- package/dist/mint-components/{p-7cbbca72.entry.js → p-7953c3da.entry.js} +1 -1
- package/dist/mint-components/{p-9d48280a.js → p-7aba33e1.js} +1 -1
- package/dist/mint-components/{p-5a48bf9d.system.js → p-7ae3ec51.system.js} +1 -1
- package/dist/mint-components/p-7b97c0f4.system.entry.js +1 -0
- package/dist/mint-components/{p-c7878ec7.system.js → p-7daa731c.system.js} +1 -1
- package/dist/mint-components/{p-28e4b275.system.entry.js → p-7dac5a58.system.entry.js} +1 -1
- package/dist/mint-components/{p-e8422f7b.entry.js → p-836d3ec7.entry.js} +2 -2
- package/dist/mint-components/{p-5dd09973.system.entry.js → p-9fcc7901.system.entry.js} +1 -1
- package/dist/mint-components/{p-059ad130.system.entry.js → p-a121e5a1.system.entry.js} +1 -1
- package/dist/mint-components/p-a8645c1b.system.js +1 -0
- package/dist/mint-components/{p-a348f9b9.js → p-b090bbd2.js} +1 -1
- package/dist/mint-components/p-bfe08ca4.system.js +1 -0
- package/dist/mint-components/p-c53bd5bd.entry.js +9 -0
- package/dist/mint-components/{p-3bdccbc9.system.entry.js → p-cc5f9775.system.entry.js} +1 -1
- package/dist/mint-components/{p-10849094.system.js → p-d49373b7.system.js} +1 -1
- package/dist/mint-components/{p-6d23f01a.entry.js → p-d4e49019.entry.js} +2 -2
- package/dist/mint-components/{p-7aef9c53.entry.js → p-e1e96de9.entry.js} +1 -1
- package/dist/mint-components/p-e53c3c6e.system.js +1 -0
- package/dist/mint-components/{p-538fe844.system.entry.js → p-e70d8201.system.entry.js} +1 -1
- package/dist/mint-components/{p-c2e3f0f0.entry.js → p-f2c48bc8.entry.js} +1 -1
- package/dist/mint-components/p-f3558ef0.js +394 -0
- package/dist/mint-components/{p-24d6cfcd.js → p-f3a52eb6.js} +1 -1
- package/dist/mint-components/p-f66ccd51.entry.js +1 -0
- package/dist/mint-components/{p-4cfd562e.system.entry.js → p-fad1752b.system.entry.js} +1 -1
- package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +1 -1
- package/dist/types/components/sqm-invoice-table/columns/InvoiceTableColumn.d.ts +0 -1
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-data-column.d.ts +20 -0
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-date-column.d.ts +1 -2
- package/dist/types/components/sqm-invoice-table/columns/sqm-invoice-table-download-column.d.ts +0 -1
- package/dist/types/components/sqm-invoice-table/mockInvoiceData.d.ts +0 -1
- package/dist/types/components/sqm-invoice-table/sqm-invoice-table.d.ts +60 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +3 -3
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-status-cell.d.ts +7 -0
- package/dist/types/components/sqm-referral-table/columns/ReferralTableColumn.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +16 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +43 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +71 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +43 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +31 -0
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +0 -1
- package/dist/types/components/sqm-referred-registration/sqm-referred-registration.d.ts +1 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.d.ts +8 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.d.ts +11 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +24 -0
- package/dist/types/components/sqm-rewards-table/columns/RewardTableColumn.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +31 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +20 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +32 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +50 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +104 -0
- package/dist/types/components/sqm-rewards-table/mockRewardData.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/mockTaxData.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +48 -0
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +3 -3
- package/dist/types/components/sqm-stencilbook/Themes.d.ts +16 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +0 -5
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +1 -6
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +2 -2
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +0 -4
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +4 -10
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-user-info-form/small-views/IndirectTaxDetailsView.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -1
- package/dist/types/components/tax-and-cash/utils.d.ts +1 -1
- package/dist/types/components.d.ts +22 -66
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/global/styles.d.ts +1 -2
- package/dist/types/saasquatch.d.ts +50 -106
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -2
- package/shoelace/assets/icons/twitter-x.svg +4 -0
- package/dist/cjs/IndirectTaxDetailsView-81f1ce92.js +0 -646
- package/dist/cjs/data-68a42a7b.js +0 -137
- package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -342
- package/dist/cjs/sqm-invoice-table-data-cell_5.cjs.entry.js +0 -84
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +0 -1220
- package/dist/cjs/utils-a6957c85.js +0 -105
- package/dist/collection/utils/parseStates.js +0 -12
- package/dist/esm/IndirectTaxDetailsView-89731480.js +0 -639
- package/dist/esm/data-ce8ed0ae.js +0 -121
- package/dist/esm/sqm-code-verification.entry.js +0 -338
- package/dist/esm/sqm-invoice-table-data-cell_5.entry.js +0 -76
- package/dist/esm/sqm-tax-and-cash.entry.js +0 -1216
- package/dist/esm/utils-79d81bca.js +0 -97
- package/dist/esm-es5/IndirectTaxDetailsView-89731480.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-b439f9c5.js +0 -1
- package/dist/esm-es5/data-ce8ed0ae.js +0 -1
- package/dist/esm-es5/extractProps-54064fb0.js +0 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +0 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-data-cell_5.entry.js +0 -1
- package/dist/esm-es5/sqm-tax-and-cash.entry.js +0 -1
- package/dist/esm-es5/utils-79d81bca.js +0 -1
- package/dist/mint-components/p-0768fe1d.system.js +0 -1
- package/dist/mint-components/p-0797a946.js +0 -1
- package/dist/mint-components/p-169c8564.system.js +0 -1
- package/dist/mint-components/p-1e79befd.entry.js +0 -1
- package/dist/mint-components/p-2378a0dd.entry.js +0 -16
- package/dist/mint-components/p-3206d0a4.js +0 -103
- package/dist/mint-components/p-6a4582eb.system.entry.js +0 -1
- package/dist/mint-components/p-6f323a9f.entry.js +0 -11
- package/dist/mint-components/p-7274fe6e.js +0 -1
- package/dist/mint-components/p-7813a75a.js +0 -1
- package/dist/mint-components/p-7dc10820.system.js +0 -1
- package/dist/mint-components/p-8c126ccb.system.entry.js +0 -1
- package/dist/mint-components/p-901358ee.system.entry.js +0 -1
- package/dist/mint-components/p-9481740a.system.entry.js +0 -1
- package/dist/mint-components/p-a39c3535.system.entry.js +0 -1
- package/dist/mint-components/p-a86635aa.system.entry.js +0 -1
- package/dist/mint-components/p-ae0636bb.system.js +0 -1
- package/dist/mint-components/p-c25b0ff4.js +0 -394
- package/dist/mint-components/p-e228b351.system.js +0 -1
- package/dist/mint-components/p-e524056f.entry.js +0 -1
- package/dist/mint-components/p-e55aafe9.system.js +0 -1
- package/dist/mint-components/p-ee17ee0b.entry.js +0 -1
- package/dist/mint-components/p-f2ebbbe3.system.entry.js +0 -1
- package/dist/mint-components/p-fba00613.entry.js +0 -93
- package/dist/mint-components/p-fd2ee10c.entry.js +0 -9
- package/dist/types/utils/parseStates.d.ts +0 -1
- /package/dist/collection/components/tax-and-cash/{data.js → sqm-tax-and-cash/data.js} +0 -0
- /package/dist/types/components/tax-and-cash/{data.d.ts → sqm-tax-and-cash/data.d.ts} +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class RewardTableStatusCell {
|
|
2
|
+
statusText: string;
|
|
3
|
+
reward: Reward;
|
|
4
|
+
taxConnection: ImpactConnection;
|
|
5
|
+
expiryText: string;
|
|
6
|
+
locale: string;
|
|
7
|
+
pendingUsTax: string;
|
|
8
|
+
pendingTaxReview: string;
|
|
9
|
+
pendingNewTaxForm: string;
|
|
10
|
+
pendingTaxSubmission: string;
|
|
11
|
+
pendingPartnerCreation: string;
|
|
12
|
+
pendingScheduled: string;
|
|
13
|
+
pendingUnhandled: string;
|
|
14
|
+
pendingReviewText: string;
|
|
15
|
+
deniedText: string;
|
|
16
|
+
payoutFailed: string;
|
|
17
|
+
payoutApproved: string;
|
|
18
|
+
payoutCancelled: string;
|
|
19
|
+
rewardStatus(reward: Reward): string;
|
|
20
|
+
getTaxPendingReasons(reward: Reward, taxConnection: ImpactConnection): string;
|
|
21
|
+
getBadgeType(rewardStatus: string): "warning" | "primary" | "success" | "danger";
|
|
22
|
+
getPayoutStatusText(taxStatus: string): string;
|
|
23
|
+
render(): any;
|
|
24
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { RewardTableColumn } from "./RewardTableColumn";
|
|
2
|
+
/**
|
|
3
|
+
* @uiName Reward Table Date Column
|
|
4
|
+
* @validParents ["sqm-rewards-table"]
|
|
5
|
+
* @exampleGroup Rewards
|
|
6
|
+
* @example Date Column - <sqm-rewards-table-date-column column-title="Date received" date-shown="dateGiven"></sqm-rewards-table-date-column>
|
|
7
|
+
*/
|
|
8
|
+
export declare class RewardTableDateColumn implements RewardTableColumn {
|
|
9
|
+
/**
|
|
10
|
+
* @uiName Date column title
|
|
11
|
+
*/
|
|
12
|
+
columnTitle: string;
|
|
13
|
+
/**
|
|
14
|
+
* @uiName Date displayed
|
|
15
|
+
* @uiType string
|
|
16
|
+
* @uiEnum ["dateGiven",
|
|
17
|
+
* "dateExpires",
|
|
18
|
+
* "dateCancelled",
|
|
19
|
+
* "dateRedeemed",
|
|
20
|
+
* "dateScheduledFor"]
|
|
21
|
+
* @uiEnumNames ["Date Given", "Date Expires", "Date Cancelled", "Date Redeemed", "Date Scheduled For"]
|
|
22
|
+
*/
|
|
23
|
+
dateShown: string;
|
|
24
|
+
constructor();
|
|
25
|
+
disconnectedCallback(): void;
|
|
26
|
+
renderCell(data: Reward, options?: {
|
|
27
|
+
locale: string;
|
|
28
|
+
}): Promise<any>;
|
|
29
|
+
renderLabel(): Promise<string>;
|
|
30
|
+
render(): any;
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { RewardTableColumn } from "./RewardTableColumn";
|
|
2
|
+
/**
|
|
3
|
+
* @uiName Rewards Table Customer Note Column
|
|
4
|
+
* @validParents ["sqm-rewards-table"]
|
|
5
|
+
* @exampleGroup Rewards
|
|
6
|
+
* @example Customer Note Column - <sqm-rewards-table-customer-note-column column-title="Note"></sqm-rewards-table-customer-note-column>
|
|
7
|
+
*/
|
|
8
|
+
export declare class RewardTableCustomerNoteColumn implements RewardTableColumn {
|
|
9
|
+
/**
|
|
10
|
+
* @uiName Column title
|
|
11
|
+
*/
|
|
12
|
+
columnTitle: string;
|
|
13
|
+
constructor();
|
|
14
|
+
disconnectedCallback(): void;
|
|
15
|
+
renderCell(data: Reward, options?: {
|
|
16
|
+
locale: string;
|
|
17
|
+
}): Promise<any>;
|
|
18
|
+
renderLabel(): Promise<string>;
|
|
19
|
+
render(): any;
|
|
20
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { RewardTableColumn } from "./RewardTableColumn";
|
|
2
|
+
/**
|
|
3
|
+
* @uiName Rewards Table Reward Column
|
|
4
|
+
* @validParents ["sqm-rewards-table"]
|
|
5
|
+
* @exampleGroup Rewards
|
|
6
|
+
* @example Reward Column - <sqm-rewards-table-reward-column column-title="Reward" redeemed-text="{redeemedAmount} redeemed" available-text="{availableAmount} remaining" copy-text="Copied!"></sqm-rewards-table-reward-column>
|
|
7
|
+
*/
|
|
8
|
+
export declare class RewardsTableColumn implements RewardTableColumn {
|
|
9
|
+
/**
|
|
10
|
+
* @uiName Reward column title
|
|
11
|
+
*/
|
|
12
|
+
columnTitle: string;
|
|
13
|
+
/**
|
|
14
|
+
* @uiName Redeemed amount text
|
|
15
|
+
*/
|
|
16
|
+
redeemedText: string;
|
|
17
|
+
/**
|
|
18
|
+
* @uiName Remaining amount text
|
|
19
|
+
*/
|
|
20
|
+
availableText: string;
|
|
21
|
+
/**
|
|
22
|
+
* @uiName Copied fuel tank text
|
|
23
|
+
*/
|
|
24
|
+
copyText: string;
|
|
25
|
+
constructor();
|
|
26
|
+
disconnectedCallback(): void;
|
|
27
|
+
renderCell(data: Reward, options?: {
|
|
28
|
+
locale: string;
|
|
29
|
+
}): Promise<any>;
|
|
30
|
+
renderLabel(): Promise<string>;
|
|
31
|
+
render(): any;
|
|
32
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { RewardTableColumn } from "./RewardTableColumn";
|
|
2
|
+
/**
|
|
3
|
+
* @uiName Rewards Table Source Column
|
|
4
|
+
* @validParents ["sqm-rewards-table"]
|
|
5
|
+
* @exampleGroup Rewards
|
|
6
|
+
* @example Source Column - <sqm-rewards-table-source-column column-title="Source" anonymous-user="Anonymous User" deleted-user="Deleted User" reward-exchange-text="Reward Exchange" referral-rext="{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by} other {}}" reward-source-text="{rewardSource, select, MANUAL {Manual} AUTOMATED {{programName}} other {}}"></sqm-rewards-table-source-column>
|
|
7
|
+
*/
|
|
8
|
+
export declare class RewardTableUserColumn implements RewardTableColumn {
|
|
9
|
+
/**
|
|
10
|
+
* @uiName Soruce column title
|
|
11
|
+
*/
|
|
12
|
+
columnTitle: string;
|
|
13
|
+
/**
|
|
14
|
+
* Name displayed for unknown users
|
|
15
|
+
*
|
|
16
|
+
* @uiName Anonymous user text
|
|
17
|
+
*/
|
|
18
|
+
anonymousUser: string;
|
|
19
|
+
/**
|
|
20
|
+
* Name displayed for deleted users
|
|
21
|
+
*
|
|
22
|
+
* @uiName Deleted user text
|
|
23
|
+
*/
|
|
24
|
+
deletedUser: string;
|
|
25
|
+
/**
|
|
26
|
+
* @uiName Reward exchange label
|
|
27
|
+
*/
|
|
28
|
+
rewardExchangeText: string;
|
|
29
|
+
/**
|
|
30
|
+
* Shown when a reward has been created by a referral
|
|
31
|
+
*
|
|
32
|
+
* @uiName Referral text
|
|
33
|
+
* @uiWidget textArea
|
|
34
|
+
*/
|
|
35
|
+
referralText: string;
|
|
36
|
+
/**
|
|
37
|
+
* Shown when a reward has been created by a source other than a referral.
|
|
38
|
+
*
|
|
39
|
+
* @uiName Reward source text
|
|
40
|
+
* @uiWidget textArea
|
|
41
|
+
*/
|
|
42
|
+
rewardSourceText: string;
|
|
43
|
+
constructor();
|
|
44
|
+
disconnectedCallback(): void;
|
|
45
|
+
renderCell(data: Reward, options?: {
|
|
46
|
+
locale: string;
|
|
47
|
+
}): Promise<any>;
|
|
48
|
+
renderLabel(): Promise<string>;
|
|
49
|
+
render(): any;
|
|
50
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { RewardTableColumn } from "./RewardTableColumn";
|
|
2
|
+
/**
|
|
3
|
+
* @uiName Reward Table Status Column
|
|
4
|
+
* @validParents ["sqm-rewards-table"]
|
|
5
|
+
* @exampleGroup Rewards
|
|
6
|
+
* @example Status Column - <sqm-rewards-table-status-column column-title="Status" status-text="{status, select, AVAILABLE {Available} CANCELLED {Cancelled} PENDING {Pending} PENDING_REVIEW {Pending} PAYOUT_APPROVED {Payout Approved} PAYOUT_CANCELLED {Payout Cancelled} PAYOUT_FAILED {Payout Failed} EXPIRED {Expired} REDEEMED {Redeemed} DENIED {Denied} other {Not available} }" expiry-text="Expires on " pending-us-tax="W-9 required" pending-scheduled="Until" pending-unhandled="Fulfillment error" pending-review-text="Awaiting review" denied-text="Detected self-referral" pending-tax-review="Awaiting tax form review." pending-new-tax-form="Invalid tax form. Submit a new form to receive your rewards." pending-tax-submission="Submit your tax documents to receive your rewards." pending-partner-creation="Complete your tax and cash payout setup to receive your rewards." payout-failed="Payout failed due to a fulfillment issue and is current being retried." payout-cancelled="If you think this is a mistake, contact our Support team." payout-approved="Reward approved for payout and was scheduled for payment based on your settings." ></sqm-rewards-table-status-column>
|
|
7
|
+
*/
|
|
8
|
+
export declare class RewardTableStatusColumn implements RewardTableColumn {
|
|
9
|
+
/**
|
|
10
|
+
* @uiName Column title
|
|
11
|
+
*/
|
|
12
|
+
columnTitle: string;
|
|
13
|
+
/**
|
|
14
|
+
* @uiName Reward status text
|
|
15
|
+
* @uiWidget textArea
|
|
16
|
+
*/
|
|
17
|
+
statusText: string;
|
|
18
|
+
/**
|
|
19
|
+
* Text shown before the date of an expiring reward.
|
|
20
|
+
*
|
|
21
|
+
* @uiName Expiry date prefix
|
|
22
|
+
*/
|
|
23
|
+
expiryText: string;
|
|
24
|
+
/**
|
|
25
|
+
* Displayed when a reward is pending due to W9 compliance.
|
|
26
|
+
*
|
|
27
|
+
* @uiName W9 pending text
|
|
28
|
+
*/
|
|
29
|
+
pendingUsTax: string;
|
|
30
|
+
/**
|
|
31
|
+
* Text shown before the available date of a pending reward.
|
|
32
|
+
*
|
|
33
|
+
* @uiName Pending date prefix
|
|
34
|
+
*/
|
|
35
|
+
pendingScheduled: string;
|
|
36
|
+
/**
|
|
37
|
+
* Displayed when fulfillment error occured when creating a reward.
|
|
38
|
+
*
|
|
39
|
+
* @uiName Unhandled error text
|
|
40
|
+
*/
|
|
41
|
+
pendingUnhandled: string;
|
|
42
|
+
/**
|
|
43
|
+
* Displayed when flagged for fraud.
|
|
44
|
+
*
|
|
45
|
+
* @uiName Pending review text
|
|
46
|
+
*/
|
|
47
|
+
pendingReviewText: string;
|
|
48
|
+
/**
|
|
49
|
+
* Displayed when denied for fraud.
|
|
50
|
+
*
|
|
51
|
+
* @uiName Denied text
|
|
52
|
+
*/
|
|
53
|
+
deniedText: string;
|
|
54
|
+
/**
|
|
55
|
+
* Displayed when pending due to tax document review.
|
|
56
|
+
*
|
|
57
|
+
* @uiName Pending tax review text
|
|
58
|
+
*/
|
|
59
|
+
pendingTaxReview: string;
|
|
60
|
+
/**
|
|
61
|
+
* Displayed when pending due to requiring a new tax document
|
|
62
|
+
*
|
|
63
|
+
* @uiName Pending new tax form text
|
|
64
|
+
*/
|
|
65
|
+
pendingNewTaxForm: string;
|
|
66
|
+
/**
|
|
67
|
+
* Displayed when pending due to lack of tax document submission.
|
|
68
|
+
*
|
|
69
|
+
* @uiName Pending tax submission text
|
|
70
|
+
*/
|
|
71
|
+
pendingTaxSubmission: string;
|
|
72
|
+
/**
|
|
73
|
+
* Displayed when pending due to need to connect to an Impact partner
|
|
74
|
+
*
|
|
75
|
+
* @uiName Pending partner creation text
|
|
76
|
+
*/
|
|
77
|
+
pendingPartnerCreation: string;
|
|
78
|
+
/**
|
|
79
|
+
* Displayed when reward payout has failed (based on Impact cash payout configuration).
|
|
80
|
+
*
|
|
81
|
+
* @uiName Payout failed text
|
|
82
|
+
*/
|
|
83
|
+
payoutFailed: string;
|
|
84
|
+
/**
|
|
85
|
+
* Displayed when reward payout was reversed (based on Impact cash payout configuration).
|
|
86
|
+
*
|
|
87
|
+
* @uiName Payout cancelled text
|
|
88
|
+
*/
|
|
89
|
+
payoutCancelled: string;
|
|
90
|
+
/**
|
|
91
|
+
* Displayed when reward payout is approved (based on Impact cash payout configuration).
|
|
92
|
+
*
|
|
93
|
+
* @uiName Payout approved text
|
|
94
|
+
*/
|
|
95
|
+
payoutApproved: string;
|
|
96
|
+
constructor();
|
|
97
|
+
disconnectedCallback(): void;
|
|
98
|
+
renderCell(data: Reward, options?: {
|
|
99
|
+
locale: string;
|
|
100
|
+
taxConnection: ImpactConnection;
|
|
101
|
+
}): Promise<any>;
|
|
102
|
+
renderLabel(): Promise<string>;
|
|
103
|
+
render(): any;
|
|
104
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { DemoData } from "../../global/demo";
|
|
2
|
+
import { GenericTableViewProps } from "../../tables/GenericTableView";
|
|
3
|
+
/**
|
|
4
|
+
* @uiName Reward Table
|
|
5
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqm-hero","sqm-tab","sqb-program-section","sqb-conditional-section"]
|
|
6
|
+
* @exampleGroup Rewards
|
|
7
|
+
* @slots [{"name":"", "title":"Table Row"},{"name":"empty", "title":"Empty"},{"name":"loading","title":"Loading"}]
|
|
8
|
+
* @example Reward Table - <sqm-rewards-table per-page="4" prev-label="Prev" more-label="Next" hidden-columns="0" sm-breakpoint="599" md-breakpoint="799" ><sqm-rewards-table-status-column column-title="Status" status-text="{status, select, AVAILABLE {Available} CANCELLED {Cancelled} PENDING {Pending} PENDING_REVIEW {Pending} PAYOUT_APPROVED {Payout Approved} PAYOUT_CANCELLED {Payout Cancelled} PAYOUT_FAILED {Payout Failed} EXPIRED {Expired} REDEEMED {Redeemed} DENIED {Denied} other {Not available} }" expiry-text="Expires on " pending-us-tax="W-9 required" pending-scheduled="Until" pending-unhandled="Fulfillment error" pending-review-text="Awaiting review" denied-text="Detected self-referral" pending-tax-review="Awaiting tax form review." pending-new-tax-form="Invalid tax form. Submit a new form to receive your rewards." pending-tax-submission="Submit your tax documents to receive your rewards." pending-partner-creation="Complete your tax and cash payout setup to receive your rewards." payout-failed="Payout failed due to a fulfillment issue and is current being retried." payout-cancelled="If you think this is a mistake, contact our Support team." payout-approved="Reward approved for payout and was scheduled for payment based on your settings." ></sqm-rewards-table-status-column> <sqm-rewards-table-source-column column-title="Source" anonymous-user="Anonymous User" deleted-user="Deleted User" reward-exchange-text="Reward Exchange" referral-rext="{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by} other {}}" reward-source-text="{rewardSource, select, MANUAL {Manual} AUTOMATED {{programName}} other {}}" ></sqm-rewards-table-source-column ><sqm-rewards-table-reward-column column-title="Reward" redeemed-text="{redeemedAmount} redeemed" available-text="{availableAmount} remaining" copy-text="Copied!" ></sqm-rewards-table-reward-column ><sqm-rewards-table-date-column column-title="Date received" date-shown="dateGiven" ></sqm-rewards-table-date-column ><sqm-rewards-table-customer-note-column column-title="Note" ></sqm-rewards-table-customer-note-column ><sqm-empty slot="empty" empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_reward2.png" empty-state-header="View your rewards" empty-state-text="Complete program tasks to view the details of your rewards" ></sqm-empty ></sqm-rewards-table>
|
|
9
|
+
*/
|
|
10
|
+
export declare class RewardsTable {
|
|
11
|
+
/**
|
|
12
|
+
* Filters to only show rewards in this program. Will default to filtering by the program context where
|
|
13
|
+
* this table lives. If no program ID is set or provided by context, then shows all rewards from all programs.
|
|
14
|
+
*
|
|
15
|
+
* @uiName Program
|
|
16
|
+
* @uiWidget programSelector
|
|
17
|
+
*/
|
|
18
|
+
programId: string;
|
|
19
|
+
/** @uiName Rewards per page */
|
|
20
|
+
perPage: number;
|
|
21
|
+
/** @uiName Hide column labels */
|
|
22
|
+
hideLabels?: boolean;
|
|
23
|
+
/** @uiName Previous button text */
|
|
24
|
+
prevLabel?: string;
|
|
25
|
+
/** @uiName View more button text */
|
|
26
|
+
moreLabel?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Provide the column numbers (0 indexed) that should not be displayed in mobile views. Ex. 0,2,3
|
|
29
|
+
*
|
|
30
|
+
* @uiName Mobile hidden columns */
|
|
31
|
+
hiddenColumns?: string;
|
|
32
|
+
/** @uiName Mobile breakpoint */
|
|
33
|
+
smBreakpoint?: number;
|
|
34
|
+
/** @uiName Tablet breakpoint */
|
|
35
|
+
mdBreakpoint?: number;
|
|
36
|
+
/**
|
|
37
|
+
* @undocumented
|
|
38
|
+
* @uiType object
|
|
39
|
+
*/
|
|
40
|
+
demoData?: DemoData<GenericTableViewProps> & {
|
|
41
|
+
mockData?: {
|
|
42
|
+
data: Referral[];
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
constructor();
|
|
46
|
+
disconnectedCallback(): void;
|
|
47
|
+
render(): any;
|
|
48
|
+
}
|
|
@@ -10,12 +10,12 @@ import { DemoData } from "../../global/demo";
|
|
|
10
10
|
* @example Facebook Share Button - <sqm-share-button medium="facebook">Share on Facebook</sqm-share-button>
|
|
11
11
|
* @example X Share Button - <sqm-share-button medium="twitter">Share via X</sqm-share-button>
|
|
12
12
|
* @example Email Share Button - <sqm-share-button medium="email">Share via Email</sqm-share-button>
|
|
13
|
-
* @example
|
|
13
|
+
* @example Mobile Share Sheet Button - <sqm-share-button medium="direct">Share</sqm-share-button>
|
|
14
14
|
* @example LinkedIn Share Button - <sqm-share-button medium="linkedin">Share on LinkedIn</sqm-share-button>
|
|
15
15
|
* @example SMS Share Button - <sqm-share-button medium="sms">Text a friend</sqm-share-button>
|
|
16
|
-
* @example
|
|
16
|
+
* @example Messenger Share Button - <sqm-share-button medium="fbmessenger">Share via Messenger</sqm-share-button>
|
|
17
17
|
* @example WhatsApp Share Button - <sqm-share-button medium="whatsapp">Share via WhatsApp</sqm-share-button>
|
|
18
|
-
* @example
|
|
18
|
+
* @example LINE Share Button - <sqm-share-button medium="linemessenger">Share via Line Messenger</sqm-share-button>
|
|
19
19
|
* @example Pinterest Share Button - <sqm-share-button medium="pinterest">Share on Pinterest</sqm-share-button>
|
|
20
20
|
*/
|
|
21
21
|
export declare class ShareButton {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Themes
|
|
4
|
+
*
|
|
5
|
+
* Export only valid CSS. Those will be injected into style tags.
|
|
6
|
+
*
|
|
7
|
+
* Useful links:
|
|
8
|
+
* - https://brandcolors.net/
|
|
9
|
+
* - Shoelace color generator: https://codepen.io/claviska/full/QWveRgL
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
export declare const Default: any;
|
|
13
|
+
export declare const Netflix: BrandingConfig;
|
|
14
|
+
export declare const Amazon: BrandingConfig;
|
|
15
|
+
export declare const Spotify: BrandingConfig;
|
|
16
|
+
export declare const Google: BrandingConfig;
|
package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts
CHANGED
|
@@ -6,11 +6,6 @@
|
|
|
6
6
|
* @example Widget Verification Controller - <sqm-widget-verification-controller><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
|
|
7
7
|
*/
|
|
8
8
|
export declare class WidgetVerificationController {
|
|
9
|
-
/**
|
|
10
|
-
* @componentState { "title": "Not Verified", "slot": "not-verified", "props": { "isAuth": false } }
|
|
11
|
-
* @componentState { "title": "Verified", "slot": "verified", "props": { "isAuth": true } }
|
|
12
|
-
*/
|
|
13
|
-
stateController: string;
|
|
14
9
|
constructor();
|
|
15
10
|
disconnectedCallback(): void;
|
|
16
11
|
render(): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @uiName Widget Verification Flow
|
|
3
3
|
* @exampleGroup Widget Verification
|
|
4
|
-
* @example Widget Verification
|
|
4
|
+
* @example Widget Verification - <sqm-widget-verification></sqm-widget-verification>
|
|
5
5
|
*/
|
|
6
6
|
export declare class WidgetVerification {
|
|
7
7
|
/**
|
|
@@ -89,11 +89,6 @@ export declare class WidgetVerification {
|
|
|
89
89
|
* @uiGroup Code Verification Step
|
|
90
90
|
*/
|
|
91
91
|
codeStep_networkErrorMessage: string;
|
|
92
|
-
/**
|
|
93
|
-
* @componentState { "title": "Email Step", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"] }
|
|
94
|
-
* @componentState { "title": "Code Step", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"] }
|
|
95
|
-
*/
|
|
96
|
-
stateController: string;
|
|
97
92
|
constructor();
|
|
98
93
|
disconnectedCallback(): void;
|
|
99
94
|
getStepTextProps<T extends string>(prefix: T): { [K in keyof this as K extends `${T}${infer Suffix}` ? `${Suffix}` : never]: this[K]; };
|
|
@@ -66,3 +66,4 @@ export declare const TaxAndCashDashboardLoading: () => any;
|
|
|
66
66
|
export declare const TaxAndCashDashboardWithLoadingError: () => any;
|
|
67
67
|
export declare const TaxAndCashDashboardWithGeneralError: () => any;
|
|
68
68
|
export declare const TaxAndCashDashboardDisabled: () => any;
|
|
69
|
+
export declare const TaxAndCashTextProps: () => any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VNode } from "../../../stencil-public-runtime";
|
|
2
|
-
import { TaxDocumentType } from "../data";
|
|
2
|
+
import { TaxDocumentType } from "../sqm-tax-and-cash/data";
|
|
3
3
|
import { ParticipantType } from "./useDocusignForm";
|
|
4
4
|
export interface DocusignFormViewProps {
|
|
5
5
|
states: {
|
|
@@ -19,12 +19,12 @@ export declare function useDocusignForm(props: DocusignForm): {
|
|
|
19
19
|
errors: {};
|
|
20
20
|
};
|
|
21
21
|
docusignStatus: DocusignStatus;
|
|
22
|
-
documentType: import("../data").TaxDocumentType;
|
|
22
|
+
documentType: import("../sqm-tax-and-cash/data").TaxDocumentType;
|
|
23
23
|
documentTypeString: string;
|
|
24
24
|
showExitButton: boolean;
|
|
25
25
|
};
|
|
26
26
|
data: {
|
|
27
|
-
taxForm: import("../data").TaxDocumentType;
|
|
27
|
+
taxForm: import("../sqm-tax-and-cash/data").TaxDocumentType;
|
|
28
28
|
documentUrl: string;
|
|
29
29
|
};
|
|
30
30
|
callbacks: {
|
package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts
CHANGED
|
@@ -24,10 +24,6 @@ export declare class PayoutDetailsCard {
|
|
|
24
24
|
* @uiName Payout missing information subtext
|
|
25
25
|
*/
|
|
26
26
|
payoutMissingInformationText: string;
|
|
27
|
-
/**
|
|
28
|
-
* @componentState { "title": "Loading", "props": { "states": { "loading": true } } }
|
|
29
|
-
*/
|
|
30
|
-
stateController?: string;
|
|
31
27
|
/**
|
|
32
28
|
* @undocumented
|
|
33
29
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UserQuery } from "../data";
|
|
1
|
+
import { UserQuery } from "../sqm-tax-and-cash/data";
|
|
2
2
|
import { PayoutStatusAlert } from "./sqm-payout-status-alert";
|
|
3
3
|
export declare type PayoutStatus = "INFORMATION_REQUIRED" | "VERIFICATION:REQUIRED" | "VERIFICATION:INTERNAL" | "VERIFICATION:REVIEW" | "VERIFICATION:FAILED" | "HOLD" | "DONE";
|
|
4
4
|
export declare function getStatus(data: UserQuery): PayoutStatus;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DemoData } from "../../../global/demo";
|
|
2
|
+
import { UseTaxAndCashResultType } from "./useTaxAndCash";
|
|
2
3
|
/**
|
|
3
4
|
* @uiName Tax and Cash
|
|
4
5
|
* @exampleGroup Tax and Cash
|
|
@@ -946,18 +947,11 @@ export declare class TaxAndCashMonolith {
|
|
|
946
947
|
*/
|
|
947
948
|
supportLink: string;
|
|
948
949
|
/**
|
|
949
|
-
*
|
|
950
|
-
* @componentState { "title": "Step 1", "props": { "step": "/1" }, "dependencies": ["sqm-user-info-form"] }
|
|
951
|
-
* @componentState { "title": "Step 2", "props": { "step": "/2" }, "dependencies": ["sqm-indirect-tax-form"] }
|
|
952
|
-
* @componentState { "title": "Step 3", "props": { "step": "/3" }, "dependencies": ["sqm-docusign-form"] }
|
|
953
|
-
* @componentState { "title": "Step 4", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"] }
|
|
954
|
-
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"] }
|
|
955
|
-
*/
|
|
956
|
-
stateController: string;
|
|
957
|
-
/**
|
|
950
|
+
*
|
|
958
951
|
* @undocumented
|
|
952
|
+
* @uiType object
|
|
959
953
|
*/
|
|
960
|
-
demoData?: DemoData<
|
|
954
|
+
demoData?: DemoData<UseTaxAndCashResultType>;
|
|
961
955
|
constructor();
|
|
962
956
|
disconnectedCallback(): void;
|
|
963
957
|
getGeneralStepTextProps(prefix: string): { [K in keyof this as K extends `${string}${infer Suffix}` ? `${Suffix}` : never]: this[K]; } & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VNode } from "../../../stencil-public-runtime";
|
|
2
|
-
import { TaxDocumentType } from "../data";
|
|
2
|
+
import { TaxDocumentType } from "../sqm-tax-and-cash/data";
|
|
3
3
|
import { PayoutStatus } from "../sqm-payout-status-alert/usePayoutStatus";
|
|
4
4
|
export interface TaxAndCashDashboardProps {
|
|
5
5
|
states: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TaxDocumentType } from "./data";
|
|
1
|
+
import { TaxDocumentType } from "./sqm-tax-and-cash/data";
|
|
2
2
|
export declare function validTaxDocument(requiredType: TaxDocumentType | undefined): boolean;
|
|
3
3
|
export declare const objectIsFull: (obj: Record<string, unknown>) => boolean;
|
|
4
4
|
export declare const taxTypeToName: (taxType: TaxDocumentType) => "" | "W-9" | "W-8";
|