@saasquatch/mint-components 1.15.5-5 → 1.15.6
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-28865623.js → ShadowViewAddon-e9dc77e3.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 +234 -384
- package/dist/cjs/{sqm-base-registration-form-view-8029d30e.js → sqm-base-registration-form-view-66f99821.js} +9 -4
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +10 -150
- package/dist/cjs/sqm-header-logo.cjs.entry.js +1 -8
- package/dist/cjs/{sqm-invoice-table-view-3f60fba9.js → sqm-invoice-table-view-5c74607f.js} +0 -1
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +25 -18
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +8 -5
- package/dist/cjs/{usePayoutStatus-7892433f.js → usePayoutStatus-1ffd1cd4.js} +4 -176
- 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 +9 -4
- 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-header-logo/sqm-header-logo.js +3 -73
- 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 +2 -0
- 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 +31 -1
- package/dist/collection/components/sqm-name-fields/useNameFields.js +1 -0
- 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 +1 -0
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +4 -4
- package/dist/collection/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.js +22 -15
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +40 -46
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +2 -90
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +0 -353
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +5 -36
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +0 -300
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +2 -92
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +0 -300
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +12 -23
- 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 +9 -92
- package/dist/esm/{ShadowViewAddon-f2176779.js → ShadowViewAddon-e0d5f1c9.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 +189 -339
- package/dist/esm/{sqm-base-registration-form-view-dafba287.js → sqm-base-registration-form-view-d81e316a.js} +9 -4
- package/dist/esm/sqm-big-stat_43.entry.js +11 -151
- package/dist/esm/sqm-header-logo.entry.js +1 -8
- package/dist/esm/{sqm-invoice-table-view-01453fa3.js → sqm-invoice-table-view-3491dd80.js} +0 -1
- package/dist/esm/sqm-portal-google-registration-form.entry.js +25 -18
- package/dist/esm/sqm-stencilbook.entry.js +8 -5
- package/dist/esm/{usePayoutStatus-c21ef382.js → usePayoutStatus-f09f2ec8.js} +6 -163
- package/dist/esm-es5/{ShadowViewAddon-f2176779.js → ShadowViewAddon-e0d5f1c9.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-d81e316a.js +1 -0
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-3491dd80.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-f09f2ec8.js +6 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-15364635.entry.js +273 -0
- package/dist/mint-components/{p-4a731079.entry.js → p-1edebab1.entry.js} +2 -2
- package/dist/mint-components/p-2d8045c2.entry.js +220 -0
- package/dist/mint-components/p-3439af2f.system.entry.js +1 -0
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-02832118.system.entry.js → p-3ac8613d.system.entry.js} +1 -1
- package/dist/mint-components/{p-c1b074b6.js → p-3b6dccec.js} +1 -1
- package/dist/mint-components/p-3df72337.js +46 -0
- package/dist/mint-components/p-43e274e9.entry.js +1 -0
- package/dist/mint-components/p-49932f12.system.js +1 -0
- package/dist/mint-components/p-5cda9960.system.entry.js +1 -0
- package/dist/mint-components/p-7dabdca6.system.entry.js +1 -0
- package/dist/mint-components/p-8db18561.system.entry.js +1 -0
- package/dist/mint-components/p-9308221f.js +1 -0
- package/dist/mint-components/p-bc021969.system.js +1 -0
- package/dist/mint-components/{p-0d939b73.system.js → p-d15b642f.system.js} +1 -1
- package/dist/mint-components/p-e8e48982.js +1 -0
- package/dist/mint-components/p-f82e3152.system.js +6 -0
- package/dist/mint-components/p-faba3198.entry.js +1 -0
- package/dist/types/components/sqm-base-registration/sqm-base-registration-form-view.d.ts +2 -1
- 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-header-logo/sqm-header-logo.d.ts +1 -14
- 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 +1 -0
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +5 -0
- package/dist/types/components/sqm-name-fields/useNameFields.d.ts +1 -0
- 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 +2 -1
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +0 -23
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +0 -16
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +0 -57
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +1 -3
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +0 -48
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +0 -12
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +0 -48
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +0 -2
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +0 -1
- package/dist/types/components.d.ts +11 -331
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- 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 -1
- package/dist/esm-es5/sqm-base-registration-form-view-dafba287.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-01453fa3.js +0 -1
- package/dist/esm-es5/usePayoutStatus-c21ef382.js +0 -6
- package/dist/mint-components/p-2651ef99.system.js +0 -1
- package/dist/mint-components/p-35701119.js +0 -1
- package/dist/mint-components/p-48552798.system.entry.js +0 -1
- package/dist/mint-components/p-498bbce7.system.entry.js +0 -1
- package/dist/mint-components/p-59fe6066.js +0 -1
- package/dist/mint-components/p-67035b70.system.entry.js +0 -1
- package/dist/mint-components/p-86a5db85.system.js +0 -1
- package/dist/mint-components/p-9c4f4cd6.entry.js +0 -1
- package/dist/mint-components/p-a3647f70.system.entry.js +0 -1
- package/dist/mint-components/p-aa595246.system.js +0 -6
- package/dist/mint-components/p-bdbf26da.entry.js +0 -273
- package/dist/mint-components/p-cb87eadd.entry.js +0 -1
- package/dist/mint-components/p-d289d251.entry.js +0 -109
- package/dist/mint-components/p-d9da598f.js +0 -157
|
@@ -931,20 +931,7 @@ export namespace Components {
|
|
|
931
931
|
* @format url
|
|
932
932
|
* @uiName Logo image
|
|
933
933
|
*/
|
|
934
|
-
"imageUrl"
|
|
935
|
-
/**
|
|
936
|
-
* @uiName Logo text
|
|
937
|
-
*/
|
|
938
|
-
"logoText"?: string;
|
|
939
|
-
/**
|
|
940
|
-
* @uiWidget color
|
|
941
|
-
* @uiName Logo text
|
|
942
|
-
*/
|
|
943
|
-
"logoTextColor"?: string;
|
|
944
|
-
/**
|
|
945
|
-
* @uiName Logo text
|
|
946
|
-
*/
|
|
947
|
-
"logoTextSize"?: string;
|
|
934
|
+
"imageUrl": string;
|
|
948
935
|
/**
|
|
949
936
|
* Page participants are navigated to after clicking the header logo.
|
|
950
937
|
* @uiName Redirect path
|
|
@@ -1886,6 +1873,11 @@ export namespace Components {
|
|
|
1886
1873
|
* @uiName Last name label
|
|
1887
1874
|
*/
|
|
1888
1875
|
"lastNameLabel": string;
|
|
1876
|
+
/**
|
|
1877
|
+
* @uiName Optional
|
|
1878
|
+
* @uiWidget
|
|
1879
|
+
*/
|
|
1880
|
+
"optional": boolean;
|
|
1889
1881
|
}
|
|
1890
1882
|
interface SqmNavigationMenu {
|
|
1891
1883
|
/**
|
|
@@ -2029,30 +2021,6 @@ export namespace Components {
|
|
|
2029
2021
|
* @uiName Account review alert header
|
|
2030
2022
|
*/
|
|
2031
2023
|
"accountReviewHeader": string;
|
|
2032
|
-
/**
|
|
2033
|
-
* @uiName Bank name mismatch alert description
|
|
2034
|
-
*/
|
|
2035
|
-
"bankTaxNameMismatchDescription": string;
|
|
2036
|
-
/**
|
|
2037
|
-
* @uiName Bank name mismatch alert header
|
|
2038
|
-
*/
|
|
2039
|
-
"bankTaxNameMismatchHeader": string;
|
|
2040
|
-
/**
|
|
2041
|
-
* @uiName Beneficiary name invalid description
|
|
2042
|
-
*/
|
|
2043
|
-
"beneficiaryNameInvalidDescription": string;
|
|
2044
|
-
/**
|
|
2045
|
-
* @uiName Beneficiary name invalid alert header
|
|
2046
|
-
*/
|
|
2047
|
-
"beneficiaryNameInvalidHeader": string;
|
|
2048
|
-
/**
|
|
2049
|
-
* @uiName Beneficiary name mismatch alert description
|
|
2050
|
-
*/
|
|
2051
|
-
"beneficiaryNameMismatchDescription": string;
|
|
2052
|
-
/**
|
|
2053
|
-
* @uiName Beneficiary name mismatch alert header
|
|
2054
|
-
*/
|
|
2055
|
-
"beneficiaryNameMismatchHeader": string;
|
|
2056
2024
|
/**
|
|
2057
2025
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2058
2026
|
*/
|
|
@@ -2062,10 +2030,6 @@ export namespace Components {
|
|
|
2062
2030
|
* @uiType object
|
|
2063
2031
|
*/
|
|
2064
2032
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
2065
|
-
/**
|
|
2066
|
-
* @uiName Edit payment info button label
|
|
2067
|
-
*/
|
|
2068
|
-
"editPaymentInformationButton": string;
|
|
2069
2033
|
/**
|
|
2070
2034
|
* @uiName Error description
|
|
2071
2035
|
*/
|
|
@@ -2094,26 +2058,6 @@ export namespace Components {
|
|
|
2094
2058
|
* @uiName Info required alert header
|
|
2095
2059
|
*/
|
|
2096
2060
|
"informationRequiredHeader": string;
|
|
2097
|
-
/**
|
|
2098
|
-
* @uiName Submit new tax form button label
|
|
2099
|
-
*/
|
|
2100
|
-
"newFormButton": string;
|
|
2101
|
-
/**
|
|
2102
|
-
* @uiName Payment on hold alert description
|
|
2103
|
-
*/
|
|
2104
|
-
"paymentHoldOnChangeDescription": string;
|
|
2105
|
-
/**
|
|
2106
|
-
* @uiName Payment on hold alert header
|
|
2107
|
-
*/
|
|
2108
|
-
"paymentHoldOnChangeHeader": string;
|
|
2109
|
-
/**
|
|
2110
|
-
* @uiName Payment returned alert description
|
|
2111
|
-
*/
|
|
2112
|
-
"paymentReturnedDescription": string;
|
|
2113
|
-
/**
|
|
2114
|
-
* @uiName Payment returned alert header
|
|
2115
|
-
*/
|
|
2116
|
-
"paymentReturnedHeader": string;
|
|
2117
2061
|
/**
|
|
2118
2062
|
* @uiName Support link text
|
|
2119
2063
|
*/
|
|
@@ -2170,14 +2114,6 @@ export namespace Components {
|
|
|
2170
2114
|
* @uiName W-9 payment threshold alert header
|
|
2171
2115
|
*/
|
|
2172
2116
|
"w9RequiredHeader": string;
|
|
2173
|
-
/**
|
|
2174
|
-
* @uiName Withdrawal settings invalid alert description
|
|
2175
|
-
*/
|
|
2176
|
-
"withdrawalSettingsInvalidDescription": string;
|
|
2177
|
-
/**
|
|
2178
|
-
* @uiName Withdrawal settings invalid alert header
|
|
2179
|
-
*/
|
|
2180
|
-
"withdrawalSettingsInvalidHeader": string;
|
|
2181
2117
|
}
|
|
2182
2118
|
interface SqmPopupContainer {
|
|
2183
2119
|
/**
|
|
@@ -4741,35 +4677,11 @@ export namespace Components {
|
|
|
4741
4677
|
* @uiGroup Dashboard Properties
|
|
4742
4678
|
*/
|
|
4743
4679
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
4744
|
-
/**
|
|
4745
|
-
* @uiName Bank name mismatch alert description
|
|
4746
|
-
*/
|
|
4747
|
-
"dashboard_bankNameMismatchDescription": string;
|
|
4748
|
-
/**
|
|
4749
|
-
* @uiName Bank name mismatch alert header
|
|
4750
|
-
*/
|
|
4751
|
-
"dashboard_bankNameMismatchHeader": string;
|
|
4752
4680
|
/**
|
|
4753
4681
|
* @uiName Payout information section header
|
|
4754
4682
|
* @uiGroup Dashboard Properties
|
|
4755
4683
|
*/
|
|
4756
4684
|
"dashboard_bankingInformationSectionHeader": string;
|
|
4757
|
-
/**
|
|
4758
|
-
* @uiName Beneficiary name invalid description
|
|
4759
|
-
*/
|
|
4760
|
-
"dashboard_beneficiaryNameInvalidDescription": string;
|
|
4761
|
-
/**
|
|
4762
|
-
* @uiName Beneficiary name invalid alert header
|
|
4763
|
-
*/
|
|
4764
|
-
"dashboard_beneficiaryNameInvalidHeader": string;
|
|
4765
|
-
/**
|
|
4766
|
-
* @uiName Beneficiary name mismatch alert description
|
|
4767
|
-
*/
|
|
4768
|
-
"dashboard_beneficiaryNameMismatchDescription": string;
|
|
4769
|
-
/**
|
|
4770
|
-
* @uiName Beneficiary name mismatch alert header
|
|
4771
|
-
*/
|
|
4772
|
-
"dashboard_beneficiaryNameMismatchHeader": string;
|
|
4773
4685
|
/**
|
|
4774
4686
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
4775
4687
|
* @uiName Date column title
|
|
@@ -4895,22 +4807,6 @@ export namespace Components {
|
|
|
4895
4807
|
* @uiWidget textArea
|
|
4896
4808
|
*/
|
|
4897
4809
|
"dashboard_notRegisteredForTax": string;
|
|
4898
|
-
/**
|
|
4899
|
-
* @uiName Payment on hold alert description
|
|
4900
|
-
*/
|
|
4901
|
-
"dashboard_paymentOnHoldDescription": string;
|
|
4902
|
-
/**
|
|
4903
|
-
* @uiName Payment on hold alert header
|
|
4904
|
-
*/
|
|
4905
|
-
"dashboard_paymentOnHoldHeader": string;
|
|
4906
|
-
/**
|
|
4907
|
-
* @uiName Payment returned alert description
|
|
4908
|
-
*/
|
|
4909
|
-
"dashboard_paymentReturnedDescription": string;
|
|
4910
|
-
/**
|
|
4911
|
-
* @uiName Payment returned alert header
|
|
4912
|
-
*/
|
|
4913
|
-
"dashboard_paymentReturnedHeader": string;
|
|
4914
4810
|
/**
|
|
4915
4811
|
* Displayed under the payout details card.
|
|
4916
4812
|
* @uiName Payout from impact text
|
|
@@ -5115,14 +5011,6 @@ export namespace Components {
|
|
|
5115
5011
|
* @uiWidget textArea
|
|
5116
5012
|
*/
|
|
5117
5013
|
"dashboard_w9RequiredHeader": string;
|
|
5118
|
-
/**
|
|
5119
|
-
* @uiName Withdrawal settings invalid alert description
|
|
5120
|
-
*/
|
|
5121
|
-
"dashboard_withdrawalSettingsInvalidDescription": string;
|
|
5122
|
-
/**
|
|
5123
|
-
* @uiName Withdrawal settings invalid alert header
|
|
5124
|
-
*/
|
|
5125
|
-
"dashboard_withdrawalSettingsInvalidHeader": string;
|
|
5126
5014
|
/**
|
|
5127
5015
|
* @undocumented
|
|
5128
5016
|
* @uiType object
|
|
@@ -5777,34 +5665,10 @@ export namespace Components {
|
|
|
5777
5665
|
* @uiName Active W-8 description
|
|
5778
5666
|
*/
|
|
5779
5667
|
"badgeTextSubmittedOnW8"?: string;
|
|
5780
|
-
/**
|
|
5781
|
-
* @uiName Bank name mismatch alert description
|
|
5782
|
-
*/
|
|
5783
|
-
"bankTaxNameMismatchDescription": string;
|
|
5784
|
-
/**
|
|
5785
|
-
* @uiName Bank name mismatch alert header
|
|
5786
|
-
*/
|
|
5787
|
-
"bankTaxNameMismatchHeader": string;
|
|
5788
5668
|
/**
|
|
5789
5669
|
* @uiName Payout information section header
|
|
5790
5670
|
*/
|
|
5791
5671
|
"bankingInformationSectionHeader": string;
|
|
5792
|
-
/**
|
|
5793
|
-
* @uiName Beneficiary name invalid description
|
|
5794
|
-
*/
|
|
5795
|
-
"beneficiaryNameInvalidDescription": string;
|
|
5796
|
-
/**
|
|
5797
|
-
* @uiName Beneficiary name invalid alert header
|
|
5798
|
-
*/
|
|
5799
|
-
"beneficiaryNameInvalidHeader": string;
|
|
5800
|
-
/**
|
|
5801
|
-
* @uiName Beneficiary name mismatch alert description
|
|
5802
|
-
*/
|
|
5803
|
-
"beneficiaryNameMismatchDescription": string;
|
|
5804
|
-
/**
|
|
5805
|
-
* @uiName Beneficiary name mismatch alert header
|
|
5806
|
-
*/
|
|
5807
|
-
"beneficiaryNameMismatchHeader": string;
|
|
5808
5672
|
/**
|
|
5809
5673
|
* @uiName Cancel button label
|
|
5810
5674
|
*/
|
|
@@ -5935,22 +5799,6 @@ export namespace Components {
|
|
|
5935
5799
|
* @uiWidget textArea
|
|
5936
5800
|
*/
|
|
5937
5801
|
"notRegisteredForTax": string;
|
|
5938
|
-
/**
|
|
5939
|
-
* @uiName Payment hold on change alert description
|
|
5940
|
-
*/
|
|
5941
|
-
"paymentHoldOnChangeDescription": string;
|
|
5942
|
-
/**
|
|
5943
|
-
* @uiName Payment hold on change alert header
|
|
5944
|
-
*/
|
|
5945
|
-
"paymentHoldOnChangeHeader": string;
|
|
5946
|
-
/**
|
|
5947
|
-
* @uiName Payment returned alert description
|
|
5948
|
-
*/
|
|
5949
|
-
"paymentReturnedDescription": string;
|
|
5950
|
-
/**
|
|
5951
|
-
* @uiName Payment returned alert header
|
|
5952
|
-
*/
|
|
5953
|
-
"paymentReturnedHeader": string;
|
|
5954
5802
|
/**
|
|
5955
5803
|
* Displayed under the payout details card.
|
|
5956
5804
|
* @uiName Payout from impact text
|
|
@@ -6116,14 +5964,6 @@ export namespace Components {
|
|
|
6116
5964
|
* @uiName W-9 payment threshold alert header
|
|
6117
5965
|
*/
|
|
6118
5966
|
"w9RequiredHeader": string;
|
|
6119
|
-
/**
|
|
6120
|
-
* @uiName Withdrawal settings invalid alert description
|
|
6121
|
-
*/
|
|
6122
|
-
"withdrawalSettingsInvalidDescription": string;
|
|
6123
|
-
/**
|
|
6124
|
-
* @uiName Withdrawal settings invalid alert header
|
|
6125
|
-
*/
|
|
6126
|
-
"withdrawalSettingsInvalidHeader": string;
|
|
6127
5967
|
}
|
|
6128
5968
|
interface SqmText {
|
|
6129
5969
|
}
|
|
@@ -8231,19 +8071,6 @@ declare namespace LocalJSX {
|
|
|
8231
8071
|
* @uiName Logo image
|
|
8232
8072
|
*/
|
|
8233
8073
|
"imageUrl"?: string;
|
|
8234
|
-
/**
|
|
8235
|
-
* @uiName Logo text
|
|
8236
|
-
*/
|
|
8237
|
-
"logoText"?: string;
|
|
8238
|
-
/**
|
|
8239
|
-
* @uiWidget color
|
|
8240
|
-
* @uiName Logo text
|
|
8241
|
-
*/
|
|
8242
|
-
"logoTextColor"?: string;
|
|
8243
|
-
/**
|
|
8244
|
-
* @uiName Logo text
|
|
8245
|
-
*/
|
|
8246
|
-
"logoTextSize"?: string;
|
|
8247
8074
|
/**
|
|
8248
8075
|
* Page participants are navigated to after clicking the header logo.
|
|
8249
8076
|
* @uiName Redirect path
|
|
@@ -9179,6 +9006,11 @@ declare namespace LocalJSX {
|
|
|
9179
9006
|
* @uiName Last name label
|
|
9180
9007
|
*/
|
|
9181
9008
|
"lastNameLabel"?: string;
|
|
9009
|
+
/**
|
|
9010
|
+
* @uiName Optional
|
|
9011
|
+
* @uiWidget
|
|
9012
|
+
*/
|
|
9013
|
+
"optional"?: boolean;
|
|
9182
9014
|
}
|
|
9183
9015
|
interface SqmNavigationMenu {
|
|
9184
9016
|
/**
|
|
@@ -9322,30 +9154,6 @@ declare namespace LocalJSX {
|
|
|
9322
9154
|
* @uiName Account review alert header
|
|
9323
9155
|
*/
|
|
9324
9156
|
"accountReviewHeader"?: string;
|
|
9325
|
-
/**
|
|
9326
|
-
* @uiName Bank name mismatch alert description
|
|
9327
|
-
*/
|
|
9328
|
-
"bankTaxNameMismatchDescription"?: string;
|
|
9329
|
-
/**
|
|
9330
|
-
* @uiName Bank name mismatch alert header
|
|
9331
|
-
*/
|
|
9332
|
-
"bankTaxNameMismatchHeader"?: string;
|
|
9333
|
-
/**
|
|
9334
|
-
* @uiName Beneficiary name invalid description
|
|
9335
|
-
*/
|
|
9336
|
-
"beneficiaryNameInvalidDescription"?: string;
|
|
9337
|
-
/**
|
|
9338
|
-
* @uiName Beneficiary name invalid alert header
|
|
9339
|
-
*/
|
|
9340
|
-
"beneficiaryNameInvalidHeader"?: string;
|
|
9341
|
-
/**
|
|
9342
|
-
* @uiName Beneficiary name mismatch alert description
|
|
9343
|
-
*/
|
|
9344
|
-
"beneficiaryNameMismatchDescription"?: string;
|
|
9345
|
-
/**
|
|
9346
|
-
* @uiName Beneficiary name mismatch alert header
|
|
9347
|
-
*/
|
|
9348
|
-
"beneficiaryNameMismatchHeader"?: string;
|
|
9349
9157
|
/**
|
|
9350
9158
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
9351
9159
|
*/
|
|
@@ -9355,10 +9163,6 @@ declare namespace LocalJSX {
|
|
|
9355
9163
|
* @uiType object
|
|
9356
9164
|
*/
|
|
9357
9165
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
9358
|
-
/**
|
|
9359
|
-
* @uiName Edit payment info button label
|
|
9360
|
-
*/
|
|
9361
|
-
"editPaymentInformationButton"?: string;
|
|
9362
9166
|
/**
|
|
9363
9167
|
* @uiName Error description
|
|
9364
9168
|
*/
|
|
@@ -9387,26 +9191,6 @@ declare namespace LocalJSX {
|
|
|
9387
9191
|
* @uiName Info required alert header
|
|
9388
9192
|
*/
|
|
9389
9193
|
"informationRequiredHeader"?: string;
|
|
9390
|
-
/**
|
|
9391
|
-
* @uiName Submit new tax form button label
|
|
9392
|
-
*/
|
|
9393
|
-
"newFormButton"?: string;
|
|
9394
|
-
/**
|
|
9395
|
-
* @uiName Payment on hold alert description
|
|
9396
|
-
*/
|
|
9397
|
-
"paymentHoldOnChangeDescription"?: string;
|
|
9398
|
-
/**
|
|
9399
|
-
* @uiName Payment on hold alert header
|
|
9400
|
-
*/
|
|
9401
|
-
"paymentHoldOnChangeHeader"?: string;
|
|
9402
|
-
/**
|
|
9403
|
-
* @uiName Payment returned alert description
|
|
9404
|
-
*/
|
|
9405
|
-
"paymentReturnedDescription"?: string;
|
|
9406
|
-
/**
|
|
9407
|
-
* @uiName Payment returned alert header
|
|
9408
|
-
*/
|
|
9409
|
-
"paymentReturnedHeader"?: string;
|
|
9410
9194
|
/**
|
|
9411
9195
|
* @uiName Support link text
|
|
9412
9196
|
*/
|
|
@@ -9463,14 +9247,6 @@ declare namespace LocalJSX {
|
|
|
9463
9247
|
* @uiName W-9 payment threshold alert header
|
|
9464
9248
|
*/
|
|
9465
9249
|
"w9RequiredHeader"?: string;
|
|
9466
|
-
/**
|
|
9467
|
-
* @uiName Withdrawal settings invalid alert description
|
|
9468
|
-
*/
|
|
9469
|
-
"withdrawalSettingsInvalidDescription"?: string;
|
|
9470
|
-
/**
|
|
9471
|
-
* @uiName Withdrawal settings invalid alert header
|
|
9472
|
-
*/
|
|
9473
|
-
"withdrawalSettingsInvalidHeader"?: string;
|
|
9474
9250
|
}
|
|
9475
9251
|
interface SqmPopupContainer {
|
|
9476
9252
|
/**
|
|
@@ -12010,35 +11786,11 @@ declare namespace LocalJSX {
|
|
|
12010
11786
|
* @uiGroup Dashboard Properties
|
|
12011
11787
|
*/
|
|
12012
11788
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
12013
|
-
/**
|
|
12014
|
-
* @uiName Bank name mismatch alert description
|
|
12015
|
-
*/
|
|
12016
|
-
"dashboard_bankNameMismatchDescription"?: string;
|
|
12017
|
-
/**
|
|
12018
|
-
* @uiName Bank name mismatch alert header
|
|
12019
|
-
*/
|
|
12020
|
-
"dashboard_bankNameMismatchHeader"?: string;
|
|
12021
11789
|
/**
|
|
12022
11790
|
* @uiName Payout information section header
|
|
12023
11791
|
* @uiGroup Dashboard Properties
|
|
12024
11792
|
*/
|
|
12025
11793
|
"dashboard_bankingInformationSectionHeader"?: string;
|
|
12026
|
-
/**
|
|
12027
|
-
* @uiName Beneficiary name invalid description
|
|
12028
|
-
*/
|
|
12029
|
-
"dashboard_beneficiaryNameInvalidDescription"?: string;
|
|
12030
|
-
/**
|
|
12031
|
-
* @uiName Beneficiary name invalid alert header
|
|
12032
|
-
*/
|
|
12033
|
-
"dashboard_beneficiaryNameInvalidHeader"?: string;
|
|
12034
|
-
/**
|
|
12035
|
-
* @uiName Beneficiary name mismatch alert description
|
|
12036
|
-
*/
|
|
12037
|
-
"dashboard_beneficiaryNameMismatchDescription"?: string;
|
|
12038
|
-
/**
|
|
12039
|
-
* @uiName Beneficiary name mismatch alert header
|
|
12040
|
-
*/
|
|
12041
|
-
"dashboard_beneficiaryNameMismatchHeader"?: string;
|
|
12042
11794
|
/**
|
|
12043
11795
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
12044
11796
|
* @uiName Date column title
|
|
@@ -12164,22 +11916,6 @@ declare namespace LocalJSX {
|
|
|
12164
11916
|
* @uiWidget textArea
|
|
12165
11917
|
*/
|
|
12166
11918
|
"dashboard_notRegisteredForTax"?: string;
|
|
12167
|
-
/**
|
|
12168
|
-
* @uiName Payment on hold alert description
|
|
12169
|
-
*/
|
|
12170
|
-
"dashboard_paymentOnHoldDescription"?: string;
|
|
12171
|
-
/**
|
|
12172
|
-
* @uiName Payment on hold alert header
|
|
12173
|
-
*/
|
|
12174
|
-
"dashboard_paymentOnHoldHeader"?: string;
|
|
12175
|
-
/**
|
|
12176
|
-
* @uiName Payment returned alert description
|
|
12177
|
-
*/
|
|
12178
|
-
"dashboard_paymentReturnedDescription"?: string;
|
|
12179
|
-
/**
|
|
12180
|
-
* @uiName Payment returned alert header
|
|
12181
|
-
*/
|
|
12182
|
-
"dashboard_paymentReturnedHeader"?: string;
|
|
12183
11919
|
/**
|
|
12184
11920
|
* Displayed under the payout details card.
|
|
12185
11921
|
* @uiName Payout from impact text
|
|
@@ -12384,14 +12120,6 @@ declare namespace LocalJSX {
|
|
|
12384
12120
|
* @uiWidget textArea
|
|
12385
12121
|
*/
|
|
12386
12122
|
"dashboard_w9RequiredHeader"?: string;
|
|
12387
|
-
/**
|
|
12388
|
-
* @uiName Withdrawal settings invalid alert description
|
|
12389
|
-
*/
|
|
12390
|
-
"dashboard_withdrawalSettingsInvalidDescription"?: string;
|
|
12391
|
-
/**
|
|
12392
|
-
* @uiName Withdrawal settings invalid alert header
|
|
12393
|
-
*/
|
|
12394
|
-
"dashboard_withdrawalSettingsInvalidHeader"?: string;
|
|
12395
12123
|
/**
|
|
12396
12124
|
* @undocumented
|
|
12397
12125
|
* @uiType object
|
|
@@ -13046,34 +12774,10 @@ declare namespace LocalJSX {
|
|
|
13046
12774
|
* @uiName Active W-8 description
|
|
13047
12775
|
*/
|
|
13048
12776
|
"badgeTextSubmittedOnW8"?: string;
|
|
13049
|
-
/**
|
|
13050
|
-
* @uiName Bank name mismatch alert description
|
|
13051
|
-
*/
|
|
13052
|
-
"bankTaxNameMismatchDescription"?: string;
|
|
13053
|
-
/**
|
|
13054
|
-
* @uiName Bank name mismatch alert header
|
|
13055
|
-
*/
|
|
13056
|
-
"bankTaxNameMismatchHeader"?: string;
|
|
13057
12777
|
/**
|
|
13058
12778
|
* @uiName Payout information section header
|
|
13059
12779
|
*/
|
|
13060
12780
|
"bankingInformationSectionHeader"?: string;
|
|
13061
|
-
/**
|
|
13062
|
-
* @uiName Beneficiary name invalid description
|
|
13063
|
-
*/
|
|
13064
|
-
"beneficiaryNameInvalidDescription"?: string;
|
|
13065
|
-
/**
|
|
13066
|
-
* @uiName Beneficiary name invalid alert header
|
|
13067
|
-
*/
|
|
13068
|
-
"beneficiaryNameInvalidHeader"?: string;
|
|
13069
|
-
/**
|
|
13070
|
-
* @uiName Beneficiary name mismatch alert description
|
|
13071
|
-
*/
|
|
13072
|
-
"beneficiaryNameMismatchDescription"?: string;
|
|
13073
|
-
/**
|
|
13074
|
-
* @uiName Beneficiary name mismatch alert header
|
|
13075
|
-
*/
|
|
13076
|
-
"beneficiaryNameMismatchHeader"?: string;
|
|
13077
12781
|
/**
|
|
13078
12782
|
* @uiName Cancel button label
|
|
13079
12783
|
*/
|
|
@@ -13204,22 +12908,6 @@ declare namespace LocalJSX {
|
|
|
13204
12908
|
* @uiWidget textArea
|
|
13205
12909
|
*/
|
|
13206
12910
|
"notRegisteredForTax"?: string;
|
|
13207
|
-
/**
|
|
13208
|
-
* @uiName Payment hold on change alert description
|
|
13209
|
-
*/
|
|
13210
|
-
"paymentHoldOnChangeDescription"?: string;
|
|
13211
|
-
/**
|
|
13212
|
-
* @uiName Payment hold on change alert header
|
|
13213
|
-
*/
|
|
13214
|
-
"paymentHoldOnChangeHeader"?: string;
|
|
13215
|
-
/**
|
|
13216
|
-
* @uiName Payment returned alert description
|
|
13217
|
-
*/
|
|
13218
|
-
"paymentReturnedDescription"?: string;
|
|
13219
|
-
/**
|
|
13220
|
-
* @uiName Payment returned alert header
|
|
13221
|
-
*/
|
|
13222
|
-
"paymentReturnedHeader"?: string;
|
|
13223
12911
|
/**
|
|
13224
12912
|
* Displayed under the payout details card.
|
|
13225
12913
|
* @uiName Payout from impact text
|
|
@@ -13385,14 +13073,6 @@ declare namespace LocalJSX {
|
|
|
13385
13073
|
* @uiName W-9 payment threshold alert header
|
|
13386
13074
|
*/
|
|
13387
13075
|
"w9RequiredHeader"?: string;
|
|
13388
|
-
/**
|
|
13389
|
-
* @uiName Withdrawal settings invalid alert description
|
|
13390
|
-
*/
|
|
13391
|
-
"withdrawalSettingsInvalidDescription"?: string;
|
|
13392
|
-
/**
|
|
13393
|
-
* @uiName Withdrawal settings invalid alert header
|
|
13394
|
-
*/
|
|
13395
|
-
"withdrawalSettingsInvalidHeader"?: string;
|
|
13396
13076
|
}
|
|
13397
13077
|
interface SqmText {
|
|
13398
13078
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|