@saasquatch/mint-components 1.15.4 → 1.15.5-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ShadowViewAddon-e9dc77e3.js → ShadowViewAddon-28865623.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +265 -193
- package/dist/cjs/{sqm-base-registration-form-view-66f99821.js → sqm-base-registration-form-view-8029d30e.js} +4 -9
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +143 -10
- package/dist/cjs/{sqm-invoice-table-view-5c74607f.js → sqm-invoice-table-view-3f60fba9.js} +1 -0
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +19 -28
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +5 -8
- package/dist/cjs/{usePayoutStatus-733ef29a.js → usePayoutStatus-fc4e609e.js} +167 -2
- package/dist/collection/components/sqm-base-registration/BaseRegistrationForm.stories.js +2 -2
- package/dist/collection/components/sqm-base-registration/sqm-base-registration-form-view.js +4 -9
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -1
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +1 -1
- package/dist/collection/components/sqm-input-field/sqm-input-field.js +1 -1
- package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +1 -1
- package/dist/collection/components/sqm-name-fields/NameFields.stories.js +0 -2
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +3 -3
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +1 -31
- package/dist/collection/components/sqm-name-fields/useNameFields.js +0 -1
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +2 -2
- package/dist/collection/components/sqm-portal-google-registration-form/PortalGoogleRegistrationForm.stories.js +0 -1
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +5 -7
- package/dist/collection/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.js +15 -22
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +87 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +327 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +27 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +300 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +85 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +300 -0
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +23 -12
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +19 -4
- package/dist/esm/{ShadowViewAddon-e0d5f1c9.js → ShadowViewAddon-f2176779.js} +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_17.entry.js +218 -146
- package/dist/esm/{sqm-base-registration-form-view-d81e316a.js → sqm-base-registration-form-view-dafba287.js} +4 -9
- package/dist/esm/sqm-big-stat_43.entry.js +143 -10
- package/dist/esm/{sqm-invoice-table-view-3491dd80.js → sqm-invoice-table-view-01453fa3.js} +1 -0
- package/dist/esm/sqm-portal-google-registration-form.entry.js +19 -28
- package/dist/esm/sqm-stencilbook.entry.js +5 -8
- package/dist/esm/{usePayoutStatus-b89e8c49.js → usePayoutStatus-b4bdbfa7.js} +154 -4
- package/dist/esm-es5/{ShadowViewAddon-e0d5f1c9.js → ShadowViewAddon-f2176779.js} +1 -1
- 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 -1
- package/dist/esm-es5/sqm-base-registration-form-view-dafba287.js +1 -0
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-01453fa3.js +1 -0
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/usePayoutStatus-b4bdbfa7.js +6 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-3ac8613d.system.entry.js → p-02832118.system.entry.js} +1 -1
- package/dist/mint-components/{p-d15b642f.system.js → p-0d939b73.system.js} +1 -1
- package/dist/mint-components/p-2651ef99.system.js +1 -0
- package/dist/mint-components/p-28131538.entry.js +109 -0
- package/dist/mint-components/p-35701119.js +1 -0
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-1edebab1.entry.js → p-4a731079.entry.js} +2 -2
- package/dist/mint-components/p-59fe6066.js +1 -0
- package/dist/mint-components/p-86a5db85.system.js +1 -0
- package/dist/mint-components/p-93db61eb.system.js +6 -0
- package/dist/mint-components/p-9c4f4cd6.entry.js +1 -0
- package/dist/mint-components/p-a3647f70.system.entry.js +1 -0
- package/dist/mint-components/p-a4f494ee.system.entry.js +1 -0
- package/dist/mint-components/p-b24fae32.system.entry.js +1 -0
- package/dist/mint-components/{p-3b6dccec.js → p-c1b074b6.js} +1 -1
- package/dist/mint-components/p-e3deed72.entry.js +273 -0
- package/dist/mint-components/p-fde41ad1.js +157 -0
- package/dist/types/components/sqm-base-registration/sqm-base-registration-form-view.d.ts +1 -2
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
- package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +1 -1
- package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +1 -1
- package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +1 -1
- package/dist/types/components/sqm-name-fields/sqm-name-fields-view.d.ts +0 -1
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +0 -5
- package/dist/types/components/sqm-name-fields/useNameFields.d.ts +0 -1
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +1 -1
- package/dist/types/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.d.ts +1 -2
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +14 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +53 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +2 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
- package/dist/types/components.d.ts +296 -10
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/sqm-base-registration-form-view-d81e316a.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-3491dd80.js +0 -1
- package/dist/esm-es5/usePayoutStatus-b89e8c49.js +0 -6
- package/dist/mint-components/p-021b0540.js +0 -46
- package/dist/mint-components/p-3d73cd84.entry.js +0 -220
- package/dist/mint-components/p-49932f12.system.js +0 -1
- package/dist/mint-components/p-7176a952.entry.js +0 -1
- package/dist/mint-components/p-8d0393d9.system.entry.js +0 -1
- package/dist/mint-components/p-9308221f.js +0 -1
- package/dist/mint-components/p-959c42b2.system.entry.js +0 -1
- package/dist/mint-components/p-a6494752.system.js +0 -6
- package/dist/mint-components/p-bc021969.system.js +0 -1
- package/dist/mint-components/p-c78e6066.entry.js +0 -273
- package/dist/mint-components/p-e64e8354.system.entry.js +0 -1
- package/dist/mint-components/p-e8e48982.js +0 -1
|
@@ -1873,11 +1873,6 @@ export namespace Components {
|
|
|
1873
1873
|
* @uiName Last name label
|
|
1874
1874
|
*/
|
|
1875
1875
|
"lastNameLabel": string;
|
|
1876
|
-
/**
|
|
1877
|
-
* @uiName Optional
|
|
1878
|
-
* @uiWidget
|
|
1879
|
-
*/
|
|
1880
|
-
"optional": boolean;
|
|
1881
1876
|
}
|
|
1882
1877
|
interface SqmNavigationMenu {
|
|
1883
1878
|
/**
|
|
@@ -2021,6 +2016,30 @@ export namespace Components {
|
|
|
2021
2016
|
* @uiName Account review alert header
|
|
2022
2017
|
*/
|
|
2023
2018
|
"accountReviewHeader": string;
|
|
2019
|
+
/**
|
|
2020
|
+
* @uiName Bank name mismatch alert description
|
|
2021
|
+
*/
|
|
2022
|
+
"bankTaxNameMismatchDescription": string;
|
|
2023
|
+
/**
|
|
2024
|
+
* @uiName Bank name mismatch alert header
|
|
2025
|
+
*/
|
|
2026
|
+
"bankTaxNameMismatchHeader": string;
|
|
2027
|
+
/**
|
|
2028
|
+
* @uiName Beneficiary name invalid description
|
|
2029
|
+
*/
|
|
2030
|
+
"beneficiaryNameInvalidDescription": string;
|
|
2031
|
+
/**
|
|
2032
|
+
* @uiName Beneficiary name invalid alert header
|
|
2033
|
+
*/
|
|
2034
|
+
"beneficiaryNameInvalidHeader": string;
|
|
2035
|
+
/**
|
|
2036
|
+
* @uiName Beneficiary name mismatch alert description
|
|
2037
|
+
*/
|
|
2038
|
+
"beneficiaryNameMismatchDescription": string;
|
|
2039
|
+
/**
|
|
2040
|
+
* @uiName Beneficiary name mismatch alert header
|
|
2041
|
+
*/
|
|
2042
|
+
"beneficiaryNameMismatchHeader": string;
|
|
2024
2043
|
/**
|
|
2025
2044
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2026
2045
|
*/
|
|
@@ -2030,6 +2049,10 @@ export namespace Components {
|
|
|
2030
2049
|
* @uiType object
|
|
2031
2050
|
*/
|
|
2032
2051
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
2052
|
+
/**
|
|
2053
|
+
* @uiName Edit payment info button label
|
|
2054
|
+
*/
|
|
2055
|
+
"editPaymentInformationButton": string;
|
|
2033
2056
|
/**
|
|
2034
2057
|
* @uiName Error description
|
|
2035
2058
|
*/
|
|
@@ -2058,6 +2081,22 @@ export namespace Components {
|
|
|
2058
2081
|
* @uiName Info required alert header
|
|
2059
2082
|
*/
|
|
2060
2083
|
"informationRequiredHeader": string;
|
|
2084
|
+
/**
|
|
2085
|
+
* @uiName Payment on hold alert description
|
|
2086
|
+
*/
|
|
2087
|
+
"paymentHoldOnChangeDescription": string;
|
|
2088
|
+
/**
|
|
2089
|
+
* @uiName Payment on hold alert header
|
|
2090
|
+
*/
|
|
2091
|
+
"paymentHoldOnChangeHeader": string;
|
|
2092
|
+
/**
|
|
2093
|
+
* @uiName Payment returned alert description
|
|
2094
|
+
*/
|
|
2095
|
+
"paymentReturnedDescription": string;
|
|
2096
|
+
/**
|
|
2097
|
+
* @uiName Payment returned alert header
|
|
2098
|
+
*/
|
|
2099
|
+
"paymentReturnedHeader": string;
|
|
2061
2100
|
/**
|
|
2062
2101
|
* @uiName Support link text
|
|
2063
2102
|
*/
|
|
@@ -2114,6 +2153,14 @@ export namespace Components {
|
|
|
2114
2153
|
* @uiName W-9 payment threshold alert header
|
|
2115
2154
|
*/
|
|
2116
2155
|
"w9RequiredHeader": string;
|
|
2156
|
+
/**
|
|
2157
|
+
* @uiName Withdrawal settings invalid alert description
|
|
2158
|
+
*/
|
|
2159
|
+
"withdrawalSettingsInvalidDescription": string;
|
|
2160
|
+
/**
|
|
2161
|
+
* @uiName Withdrawal settings invalid alert header
|
|
2162
|
+
*/
|
|
2163
|
+
"withdrawalSettingsInvalidHeader": string;
|
|
2117
2164
|
}
|
|
2118
2165
|
interface SqmPopupContainer {
|
|
2119
2166
|
/**
|
|
@@ -4677,11 +4724,35 @@ export namespace Components {
|
|
|
4677
4724
|
* @uiGroup Dashboard Properties
|
|
4678
4725
|
*/
|
|
4679
4726
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
4727
|
+
/**
|
|
4728
|
+
* @uiName Account review alert description
|
|
4729
|
+
*/
|
|
4730
|
+
"dashboard_bankNameMismatchDescription": string;
|
|
4731
|
+
/**
|
|
4732
|
+
* @uiName Account review alert header
|
|
4733
|
+
*/
|
|
4734
|
+
"dashboard_bankNameMismatchHeader": string;
|
|
4680
4735
|
/**
|
|
4681
4736
|
* @uiName Payout information section header
|
|
4682
4737
|
* @uiGroup Dashboard Properties
|
|
4683
4738
|
*/
|
|
4684
4739
|
"dashboard_bankingInformationSectionHeader": string;
|
|
4740
|
+
/**
|
|
4741
|
+
* @uiName Account review alert description
|
|
4742
|
+
*/
|
|
4743
|
+
"dashboard_beneficiaryNameInvalidDescription": string;
|
|
4744
|
+
/**
|
|
4745
|
+
* @uiName Account review alert header
|
|
4746
|
+
*/
|
|
4747
|
+
"dashboard_beneficiaryNameInvalidHeader": string;
|
|
4748
|
+
/**
|
|
4749
|
+
* @uiName Account review alert description
|
|
4750
|
+
*/
|
|
4751
|
+
"dashboard_beneficiaryNameMismatchDescription": string;
|
|
4752
|
+
/**
|
|
4753
|
+
* @uiName Account review alert header
|
|
4754
|
+
*/
|
|
4755
|
+
"dashboard_beneficiaryNameMismatchHeader": string;
|
|
4685
4756
|
/**
|
|
4686
4757
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
4687
4758
|
* @uiName Date column title
|
|
@@ -4807,6 +4878,22 @@ export namespace Components {
|
|
|
4807
4878
|
* @uiWidget textArea
|
|
4808
4879
|
*/
|
|
4809
4880
|
"dashboard_notRegisteredForTax": string;
|
|
4881
|
+
/**
|
|
4882
|
+
* @uiName Account review alert description
|
|
4883
|
+
*/
|
|
4884
|
+
"dashboard_paymentOnHoldDescription": string;
|
|
4885
|
+
/**
|
|
4886
|
+
* @uiName Account review alert header
|
|
4887
|
+
*/
|
|
4888
|
+
"dashboard_paymentOnHoldHeader": string;
|
|
4889
|
+
/**
|
|
4890
|
+
* @uiName Account review alert description
|
|
4891
|
+
*/
|
|
4892
|
+
"dashboard_paymentReturnedDescription": string;
|
|
4893
|
+
/**
|
|
4894
|
+
* @uiName Account review alert header
|
|
4895
|
+
*/
|
|
4896
|
+
"dashboard_paymentReturnedHeader": string;
|
|
4810
4897
|
/**
|
|
4811
4898
|
* Displayed under the payout details card.
|
|
4812
4899
|
* @uiName Payout from impact text
|
|
@@ -5011,6 +5098,14 @@ export namespace Components {
|
|
|
5011
5098
|
* @uiWidget textArea
|
|
5012
5099
|
*/
|
|
5013
5100
|
"dashboard_w9RequiredHeader": string;
|
|
5101
|
+
/**
|
|
5102
|
+
* @uiName Account review alert description
|
|
5103
|
+
*/
|
|
5104
|
+
"dashboard_withdrawalSettingsInvalidDescription": string;
|
|
5105
|
+
/**
|
|
5106
|
+
* @uiName Account review alert header
|
|
5107
|
+
*/
|
|
5108
|
+
"dashboard_withdrawalSettingsInvalidHeader": string;
|
|
5014
5109
|
/**
|
|
5015
5110
|
* @undocumented
|
|
5016
5111
|
* @uiType object
|
|
@@ -5665,10 +5760,34 @@ export namespace Components {
|
|
|
5665
5760
|
* @uiName Active W-8 description
|
|
5666
5761
|
*/
|
|
5667
5762
|
"badgeTextSubmittedOnW8"?: string;
|
|
5763
|
+
/**
|
|
5764
|
+
* @uiName Bank name mismatch alert description
|
|
5765
|
+
*/
|
|
5766
|
+
"bankTaxNameMismatchDescription": string;
|
|
5767
|
+
/**
|
|
5768
|
+
* @uiName Bank name mismatch alert header
|
|
5769
|
+
*/
|
|
5770
|
+
"bankTaxNameMismatchHeader": string;
|
|
5668
5771
|
/**
|
|
5669
5772
|
* @uiName Payout information section header
|
|
5670
5773
|
*/
|
|
5671
5774
|
"bankingInformationSectionHeader": string;
|
|
5775
|
+
/**
|
|
5776
|
+
* @uiName Beneficiary name invalid description
|
|
5777
|
+
*/
|
|
5778
|
+
"beneficiaryNameInvalidDescription": string;
|
|
5779
|
+
/**
|
|
5780
|
+
* @uiName Beneficiary name invalid alert header
|
|
5781
|
+
*/
|
|
5782
|
+
"beneficiaryNameInvalidHeader": string;
|
|
5783
|
+
/**
|
|
5784
|
+
* @uiName Beneficiary name mismatch alert description
|
|
5785
|
+
*/
|
|
5786
|
+
"beneficiaryNameMismatchDescription": string;
|
|
5787
|
+
/**
|
|
5788
|
+
* @uiName Beneficiary name mismatch alert header
|
|
5789
|
+
*/
|
|
5790
|
+
"beneficiaryNameMismatchHeader": string;
|
|
5672
5791
|
/**
|
|
5673
5792
|
* @uiName Cancel button label
|
|
5674
5793
|
*/
|
|
@@ -5799,6 +5918,22 @@ export namespace Components {
|
|
|
5799
5918
|
* @uiWidget textArea
|
|
5800
5919
|
*/
|
|
5801
5920
|
"notRegisteredForTax": string;
|
|
5921
|
+
/**
|
|
5922
|
+
* @uiName Payment hold on change alert description
|
|
5923
|
+
*/
|
|
5924
|
+
"paymentHoldOnChangeDescription": string;
|
|
5925
|
+
/**
|
|
5926
|
+
* @uiName Payment hold on change alert header
|
|
5927
|
+
*/
|
|
5928
|
+
"paymentHoldOnChangeHeader": string;
|
|
5929
|
+
/**
|
|
5930
|
+
* @uiName Payment returned alert description
|
|
5931
|
+
*/
|
|
5932
|
+
"paymentReturnedDescription": string;
|
|
5933
|
+
/**
|
|
5934
|
+
* @uiName Payment returned alert header
|
|
5935
|
+
*/
|
|
5936
|
+
"paymentReturnedHeader": string;
|
|
5802
5937
|
/**
|
|
5803
5938
|
* Displayed under the payout details card.
|
|
5804
5939
|
* @uiName Payout from impact text
|
|
@@ -5964,6 +6099,14 @@ export namespace Components {
|
|
|
5964
6099
|
* @uiName W-9 payment threshold alert header
|
|
5965
6100
|
*/
|
|
5966
6101
|
"w9RequiredHeader": string;
|
|
6102
|
+
/**
|
|
6103
|
+
* @uiName Withdrawal settings invalid alert description
|
|
6104
|
+
*/
|
|
6105
|
+
"withdrawalSettingsInvalidDescription": string;
|
|
6106
|
+
/**
|
|
6107
|
+
* @uiName Withdrawal settings invalid alert header
|
|
6108
|
+
*/
|
|
6109
|
+
"withdrawalSettingsInvalidHeader": string;
|
|
5967
6110
|
}
|
|
5968
6111
|
interface SqmText {
|
|
5969
6112
|
}
|
|
@@ -9006,11 +9149,6 @@ declare namespace LocalJSX {
|
|
|
9006
9149
|
* @uiName Last name label
|
|
9007
9150
|
*/
|
|
9008
9151
|
"lastNameLabel"?: string;
|
|
9009
|
-
/**
|
|
9010
|
-
* @uiName Optional
|
|
9011
|
-
* @uiWidget
|
|
9012
|
-
*/
|
|
9013
|
-
"optional"?: boolean;
|
|
9014
9152
|
}
|
|
9015
9153
|
interface SqmNavigationMenu {
|
|
9016
9154
|
/**
|
|
@@ -9154,6 +9292,30 @@ declare namespace LocalJSX {
|
|
|
9154
9292
|
* @uiName Account review alert header
|
|
9155
9293
|
*/
|
|
9156
9294
|
"accountReviewHeader"?: string;
|
|
9295
|
+
/**
|
|
9296
|
+
* @uiName Bank name mismatch alert description
|
|
9297
|
+
*/
|
|
9298
|
+
"bankTaxNameMismatchDescription"?: string;
|
|
9299
|
+
/**
|
|
9300
|
+
* @uiName Bank name mismatch alert header
|
|
9301
|
+
*/
|
|
9302
|
+
"bankTaxNameMismatchHeader"?: string;
|
|
9303
|
+
/**
|
|
9304
|
+
* @uiName Beneficiary name invalid description
|
|
9305
|
+
*/
|
|
9306
|
+
"beneficiaryNameInvalidDescription"?: string;
|
|
9307
|
+
/**
|
|
9308
|
+
* @uiName Beneficiary name invalid alert header
|
|
9309
|
+
*/
|
|
9310
|
+
"beneficiaryNameInvalidHeader"?: string;
|
|
9311
|
+
/**
|
|
9312
|
+
* @uiName Beneficiary name mismatch alert description
|
|
9313
|
+
*/
|
|
9314
|
+
"beneficiaryNameMismatchDescription"?: string;
|
|
9315
|
+
/**
|
|
9316
|
+
* @uiName Beneficiary name mismatch alert header
|
|
9317
|
+
*/
|
|
9318
|
+
"beneficiaryNameMismatchHeader"?: string;
|
|
9157
9319
|
/**
|
|
9158
9320
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
9159
9321
|
*/
|
|
@@ -9163,6 +9325,10 @@ declare namespace LocalJSX {
|
|
|
9163
9325
|
* @uiType object
|
|
9164
9326
|
*/
|
|
9165
9327
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
9328
|
+
/**
|
|
9329
|
+
* @uiName Edit payment info button label
|
|
9330
|
+
*/
|
|
9331
|
+
"editPaymentInformationButton"?: string;
|
|
9166
9332
|
/**
|
|
9167
9333
|
* @uiName Error description
|
|
9168
9334
|
*/
|
|
@@ -9191,6 +9357,22 @@ declare namespace LocalJSX {
|
|
|
9191
9357
|
* @uiName Info required alert header
|
|
9192
9358
|
*/
|
|
9193
9359
|
"informationRequiredHeader"?: string;
|
|
9360
|
+
/**
|
|
9361
|
+
* @uiName Payment on hold alert description
|
|
9362
|
+
*/
|
|
9363
|
+
"paymentHoldOnChangeDescription"?: string;
|
|
9364
|
+
/**
|
|
9365
|
+
* @uiName Payment on hold alert header
|
|
9366
|
+
*/
|
|
9367
|
+
"paymentHoldOnChangeHeader"?: string;
|
|
9368
|
+
/**
|
|
9369
|
+
* @uiName Payment returned alert description
|
|
9370
|
+
*/
|
|
9371
|
+
"paymentReturnedDescription"?: string;
|
|
9372
|
+
/**
|
|
9373
|
+
* @uiName Payment returned alert header
|
|
9374
|
+
*/
|
|
9375
|
+
"paymentReturnedHeader"?: string;
|
|
9194
9376
|
/**
|
|
9195
9377
|
* @uiName Support link text
|
|
9196
9378
|
*/
|
|
@@ -9247,6 +9429,14 @@ declare namespace LocalJSX {
|
|
|
9247
9429
|
* @uiName W-9 payment threshold alert header
|
|
9248
9430
|
*/
|
|
9249
9431
|
"w9RequiredHeader"?: string;
|
|
9432
|
+
/**
|
|
9433
|
+
* @uiName Withdrawal settings invalid alert description
|
|
9434
|
+
*/
|
|
9435
|
+
"withdrawalSettingsInvalidDescription"?: string;
|
|
9436
|
+
/**
|
|
9437
|
+
* @uiName Withdrawal settings invalid alert header
|
|
9438
|
+
*/
|
|
9439
|
+
"withdrawalSettingsInvalidHeader"?: string;
|
|
9250
9440
|
}
|
|
9251
9441
|
interface SqmPopupContainer {
|
|
9252
9442
|
/**
|
|
@@ -11786,11 +11976,35 @@ declare namespace LocalJSX {
|
|
|
11786
11976
|
* @uiGroup Dashboard Properties
|
|
11787
11977
|
*/
|
|
11788
11978
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
11979
|
+
/**
|
|
11980
|
+
* @uiName Account review alert description
|
|
11981
|
+
*/
|
|
11982
|
+
"dashboard_bankNameMismatchDescription"?: string;
|
|
11983
|
+
/**
|
|
11984
|
+
* @uiName Account review alert header
|
|
11985
|
+
*/
|
|
11986
|
+
"dashboard_bankNameMismatchHeader"?: string;
|
|
11789
11987
|
/**
|
|
11790
11988
|
* @uiName Payout information section header
|
|
11791
11989
|
* @uiGroup Dashboard Properties
|
|
11792
11990
|
*/
|
|
11793
11991
|
"dashboard_bankingInformationSectionHeader"?: string;
|
|
11992
|
+
/**
|
|
11993
|
+
* @uiName Account review alert description
|
|
11994
|
+
*/
|
|
11995
|
+
"dashboard_beneficiaryNameInvalidDescription"?: string;
|
|
11996
|
+
/**
|
|
11997
|
+
* @uiName Account review alert header
|
|
11998
|
+
*/
|
|
11999
|
+
"dashboard_beneficiaryNameInvalidHeader"?: string;
|
|
12000
|
+
/**
|
|
12001
|
+
* @uiName Account review alert description
|
|
12002
|
+
*/
|
|
12003
|
+
"dashboard_beneficiaryNameMismatchDescription"?: string;
|
|
12004
|
+
/**
|
|
12005
|
+
* @uiName Account review alert header
|
|
12006
|
+
*/
|
|
12007
|
+
"dashboard_beneficiaryNameMismatchHeader"?: string;
|
|
11794
12008
|
/**
|
|
11795
12009
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
11796
12010
|
* @uiName Date column title
|
|
@@ -11916,6 +12130,22 @@ declare namespace LocalJSX {
|
|
|
11916
12130
|
* @uiWidget textArea
|
|
11917
12131
|
*/
|
|
11918
12132
|
"dashboard_notRegisteredForTax"?: string;
|
|
12133
|
+
/**
|
|
12134
|
+
* @uiName Account review alert description
|
|
12135
|
+
*/
|
|
12136
|
+
"dashboard_paymentOnHoldDescription"?: string;
|
|
12137
|
+
/**
|
|
12138
|
+
* @uiName Account review alert header
|
|
12139
|
+
*/
|
|
12140
|
+
"dashboard_paymentOnHoldHeader"?: string;
|
|
12141
|
+
/**
|
|
12142
|
+
* @uiName Account review alert description
|
|
12143
|
+
*/
|
|
12144
|
+
"dashboard_paymentReturnedDescription"?: string;
|
|
12145
|
+
/**
|
|
12146
|
+
* @uiName Account review alert header
|
|
12147
|
+
*/
|
|
12148
|
+
"dashboard_paymentReturnedHeader"?: string;
|
|
11919
12149
|
/**
|
|
11920
12150
|
* Displayed under the payout details card.
|
|
11921
12151
|
* @uiName Payout from impact text
|
|
@@ -12120,6 +12350,14 @@ declare namespace LocalJSX {
|
|
|
12120
12350
|
* @uiWidget textArea
|
|
12121
12351
|
*/
|
|
12122
12352
|
"dashboard_w9RequiredHeader"?: string;
|
|
12353
|
+
/**
|
|
12354
|
+
* @uiName Account review alert description
|
|
12355
|
+
*/
|
|
12356
|
+
"dashboard_withdrawalSettingsInvalidDescription"?: string;
|
|
12357
|
+
/**
|
|
12358
|
+
* @uiName Account review alert header
|
|
12359
|
+
*/
|
|
12360
|
+
"dashboard_withdrawalSettingsInvalidHeader"?: string;
|
|
12123
12361
|
/**
|
|
12124
12362
|
* @undocumented
|
|
12125
12363
|
* @uiType object
|
|
@@ -12774,10 +13012,34 @@ declare namespace LocalJSX {
|
|
|
12774
13012
|
* @uiName Active W-8 description
|
|
12775
13013
|
*/
|
|
12776
13014
|
"badgeTextSubmittedOnW8"?: string;
|
|
13015
|
+
/**
|
|
13016
|
+
* @uiName Bank name mismatch alert description
|
|
13017
|
+
*/
|
|
13018
|
+
"bankTaxNameMismatchDescription"?: string;
|
|
13019
|
+
/**
|
|
13020
|
+
* @uiName Bank name mismatch alert header
|
|
13021
|
+
*/
|
|
13022
|
+
"bankTaxNameMismatchHeader"?: string;
|
|
12777
13023
|
/**
|
|
12778
13024
|
* @uiName Payout information section header
|
|
12779
13025
|
*/
|
|
12780
13026
|
"bankingInformationSectionHeader"?: string;
|
|
13027
|
+
/**
|
|
13028
|
+
* @uiName Beneficiary name invalid description
|
|
13029
|
+
*/
|
|
13030
|
+
"beneficiaryNameInvalidDescription"?: string;
|
|
13031
|
+
/**
|
|
13032
|
+
* @uiName Beneficiary name invalid alert header
|
|
13033
|
+
*/
|
|
13034
|
+
"beneficiaryNameInvalidHeader"?: string;
|
|
13035
|
+
/**
|
|
13036
|
+
* @uiName Beneficiary name mismatch alert description
|
|
13037
|
+
*/
|
|
13038
|
+
"beneficiaryNameMismatchDescription"?: string;
|
|
13039
|
+
/**
|
|
13040
|
+
* @uiName Beneficiary name mismatch alert header
|
|
13041
|
+
*/
|
|
13042
|
+
"beneficiaryNameMismatchHeader"?: string;
|
|
12781
13043
|
/**
|
|
12782
13044
|
* @uiName Cancel button label
|
|
12783
13045
|
*/
|
|
@@ -12908,6 +13170,22 @@ declare namespace LocalJSX {
|
|
|
12908
13170
|
* @uiWidget textArea
|
|
12909
13171
|
*/
|
|
12910
13172
|
"notRegisteredForTax"?: string;
|
|
13173
|
+
/**
|
|
13174
|
+
* @uiName Payment hold on change alert description
|
|
13175
|
+
*/
|
|
13176
|
+
"paymentHoldOnChangeDescription"?: string;
|
|
13177
|
+
/**
|
|
13178
|
+
* @uiName Payment hold on change alert header
|
|
13179
|
+
*/
|
|
13180
|
+
"paymentHoldOnChangeHeader"?: string;
|
|
13181
|
+
/**
|
|
13182
|
+
* @uiName Payment returned alert description
|
|
13183
|
+
*/
|
|
13184
|
+
"paymentReturnedDescription"?: string;
|
|
13185
|
+
/**
|
|
13186
|
+
* @uiName Payment returned alert header
|
|
13187
|
+
*/
|
|
13188
|
+
"paymentReturnedHeader"?: string;
|
|
12911
13189
|
/**
|
|
12912
13190
|
* Displayed under the payout details card.
|
|
12913
13191
|
* @uiName Payout from impact text
|
|
@@ -13073,6 +13351,14 @@ declare namespace LocalJSX {
|
|
|
13073
13351
|
* @uiName W-9 payment threshold alert header
|
|
13074
13352
|
*/
|
|
13075
13353
|
"w9RequiredHeader"?: string;
|
|
13354
|
+
/**
|
|
13355
|
+
* @uiName Withdrawal settings invalid alert description
|
|
13356
|
+
*/
|
|
13357
|
+
"withdrawalSettingsInvalidDescription"?: string;
|
|
13358
|
+
/**
|
|
13359
|
+
* @uiName Withdrawal settings invalid alert header
|
|
13360
|
+
*/
|
|
13361
|
+
"withdrawalSettingsInvalidHeader"?: string;
|
|
13076
13362
|
}
|
|
13077
13363
|
interface SqmText {
|
|
13078
13364
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|