@saasquatch/mint-components 2.0.2 → 2.0.3-2
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-fbc33c53.js → ShadowViewAddon-ae3a32c3.js} +3 -3
- package/dist/cjs/{data-16106637.js → data-44260010.js} +29 -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_10.cjs.entry.js +341 -76
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +213 -12
- package/dist/cjs/sqm-header-logo.cjs.entry.js +15 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +24 -3
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +85 -5
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +10 -5
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +11 -5
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +46 -40
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +13 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +95 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +360 -7
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +29 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +311 -11
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +96 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +310 -10
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +7 -1
- 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 +100 -9
- package/dist/esm/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-78a1c35c.js} +3 -3
- package/dist/esm/{data-acdb790f.js → data-68816061.js} +29 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +341 -76
- package/dist/esm/sqm-big-stat_47.entry.js +213 -12
- package/dist/esm/sqm-header-logo.entry.js +15 -2
- package/dist/esm/sqm-stencilbook.entry.js +24 -3
- package/dist/esm-es5/{ShadowViewAddon-7a242b65.js → ShadowViewAddon-78a1c35c.js} +1 -1
- package/dist/esm-es5/{data-acdb790f.js → data-68816061.js} +2 -2
- 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_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-18790f90.entry.js +106 -0
- package/dist/mint-components/p-38a100b4.system.entry.js +1 -0
- package/dist/mint-components/p-3f661133.system.entry.js +1 -0
- package/dist/mint-components/p-775214ef.entry.js +273 -0
- package/dist/mint-components/p-7e550c3b.system.entry.js +1 -0
- package/dist/mint-components/p-92b5c376.js +157 -0
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/mint-components/p-9a3ff9b9.entry.js +9 -0
- package/dist/mint-components/p-a2dbc9ad.system.js +6 -0
- package/dist/mint-components/p-bdb6194c.entry.js +1 -0
- package/dist/mint-components/p-c7ac295d.system.entry.js +1 -0
- package/dist/mint-components/{p-d7635535.system.js → p-e3ee8c37.system.js} +1 -1
- package/dist/mint-components/{p-ffc3cd7c.js → p-ee83de0e.js} +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +17 -2
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +24 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +7 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +16 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +57 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -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 +335 -3
- 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/mint-components/p-012d31bc.entry.js +0 -99
- package/dist/mint-components/p-2ea6e2fa.entry.js +0 -273
- package/dist/mint-components/p-303b84d7.system.entry.js +0 -1
- package/dist/mint-components/p-469a6450.system.js +0 -6
- package/dist/mint-components/p-6976099f.entry.js +0 -9
- package/dist/mint-components/p-752ede25.system.entry.js +0 -1
- package/dist/mint-components/p-97747228.system.entry.js +0 -1
- package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
- package/dist/mint-components/p-e1e7d01c.js +0 -157
- package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
|
@@ -1010,7 +1010,7 @@ export namespace Components {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
interface SqmHeaderLogo {
|
|
1012
1012
|
/**
|
|
1013
|
-
* @uiName Logo height
|
|
1013
|
+
* @uiName Logo height (in px)
|
|
1014
1014
|
*/
|
|
1015
1015
|
"height": number;
|
|
1016
1016
|
/**
|
|
@@ -1018,7 +1018,21 @@ export namespace Components {
|
|
|
1018
1018
|
* @format url
|
|
1019
1019
|
* @uiName Logo image
|
|
1020
1020
|
*/
|
|
1021
|
-
"imageUrl"
|
|
1021
|
+
"imageUrl"?: string;
|
|
1022
|
+
/**
|
|
1023
|
+
* @uiName Logo text This text will be used as the logo only if no Logo image is selected above. The image takes precedence.
|
|
1024
|
+
*/
|
|
1025
|
+
"logoText"?: string;
|
|
1026
|
+
/**
|
|
1027
|
+
* @uiWidget color
|
|
1028
|
+
* @uiName Logo text color
|
|
1029
|
+
*/
|
|
1030
|
+
"logoTextColor"?: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* @uiName Logo text size (in px)
|
|
1033
|
+
* @uiWidget number
|
|
1034
|
+
*/
|
|
1035
|
+
"logoTextSize"?: number;
|
|
1022
1036
|
/**
|
|
1023
1037
|
* Page participants are navigated to after clicking the header logo.
|
|
1024
1038
|
* @uiName Redirect path
|
|
@@ -2256,6 +2270,30 @@ export namespace Components {
|
|
|
2256
2270
|
* @uiName Account review alert header
|
|
2257
2271
|
*/
|
|
2258
2272
|
"accountReviewHeader": string;
|
|
2273
|
+
/**
|
|
2274
|
+
* @uiName Bank name mismatch alert description
|
|
2275
|
+
*/
|
|
2276
|
+
"bankTaxNameMismatchDescription": string;
|
|
2277
|
+
/**
|
|
2278
|
+
* @uiName Bank name mismatch alert header
|
|
2279
|
+
*/
|
|
2280
|
+
"bankTaxNameMismatchHeader": string;
|
|
2281
|
+
/**
|
|
2282
|
+
* @uiName Beneficiary name invalid description
|
|
2283
|
+
*/
|
|
2284
|
+
"beneficiaryNameInvalidDescription": string;
|
|
2285
|
+
/**
|
|
2286
|
+
* @uiName Beneficiary name invalid alert header
|
|
2287
|
+
*/
|
|
2288
|
+
"beneficiaryNameInvalidHeader": string;
|
|
2289
|
+
/**
|
|
2290
|
+
* @uiName Beneficiary name mismatch alert description
|
|
2291
|
+
*/
|
|
2292
|
+
"beneficiaryNameMismatchDescription": string;
|
|
2293
|
+
/**
|
|
2294
|
+
* @uiName Beneficiary name mismatch alert header
|
|
2295
|
+
*/
|
|
2296
|
+
"beneficiaryNameMismatchHeader": string;
|
|
2259
2297
|
/**
|
|
2260
2298
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2261
2299
|
*/
|
|
@@ -2265,6 +2303,10 @@ export namespace Components {
|
|
|
2265
2303
|
* @uiType object
|
|
2266
2304
|
*/
|
|
2267
2305
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
2306
|
+
/**
|
|
2307
|
+
* @uiName Edit payment info button label
|
|
2308
|
+
*/
|
|
2309
|
+
"editPaymentInformationButton": string;
|
|
2268
2310
|
/**
|
|
2269
2311
|
* @uiName Error description
|
|
2270
2312
|
*/
|
|
@@ -2293,6 +2335,26 @@ export namespace Components {
|
|
|
2293
2335
|
* @uiName Info required alert header
|
|
2294
2336
|
*/
|
|
2295
2337
|
"informationRequiredHeader": string;
|
|
2338
|
+
/**
|
|
2339
|
+
* @uiName Submit new tax form button label
|
|
2340
|
+
*/
|
|
2341
|
+
"newFormButton": string;
|
|
2342
|
+
/**
|
|
2343
|
+
* @uiName Payment on hold alert description
|
|
2344
|
+
*/
|
|
2345
|
+
"paymentHoldOnChangeDescription": string;
|
|
2346
|
+
/**
|
|
2347
|
+
* @uiName Payment on hold alert header
|
|
2348
|
+
*/
|
|
2349
|
+
"paymentHoldOnChangeHeader": string;
|
|
2350
|
+
/**
|
|
2351
|
+
* @uiName Payment returned alert description
|
|
2352
|
+
*/
|
|
2353
|
+
"paymentReturnedDescription": string;
|
|
2354
|
+
/**
|
|
2355
|
+
* @uiName Payment returned alert header
|
|
2356
|
+
*/
|
|
2357
|
+
"paymentReturnedHeader": string;
|
|
2296
2358
|
/**
|
|
2297
2359
|
* @undocumented
|
|
2298
2360
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -2357,6 +2419,14 @@ export namespace Components {
|
|
|
2357
2419
|
* @uiName W-9 payment threshold alert header
|
|
2358
2420
|
*/
|
|
2359
2421
|
"w9RequiredHeader": string;
|
|
2422
|
+
/**
|
|
2423
|
+
* @uiName Withdrawal settings invalid alert description
|
|
2424
|
+
*/
|
|
2425
|
+
"withdrawalSettingsInvalidDescription": string;
|
|
2426
|
+
/**
|
|
2427
|
+
* @uiName Withdrawal settings invalid alert header
|
|
2428
|
+
*/
|
|
2429
|
+
"withdrawalSettingsInvalidHeader": string;
|
|
2360
2430
|
}
|
|
2361
2431
|
interface SqmPopupContainer {
|
|
2362
2432
|
/**
|
|
@@ -5192,11 +5262,35 @@ export namespace Components {
|
|
|
5192
5262
|
* @uiGroup Dashboard Properties
|
|
5193
5263
|
*/
|
|
5194
5264
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
5265
|
+
/**
|
|
5266
|
+
* @uiName Bank name mismatch alert description
|
|
5267
|
+
*/
|
|
5268
|
+
"dashboard_bankNameMismatchDescription": string;
|
|
5269
|
+
/**
|
|
5270
|
+
* @uiName Bank name mismatch alert header
|
|
5271
|
+
*/
|
|
5272
|
+
"dashboard_bankNameMismatchHeader": string;
|
|
5195
5273
|
/**
|
|
5196
5274
|
* @uiName Payout information section header
|
|
5197
5275
|
* @uiGroup Dashboard Properties
|
|
5198
5276
|
*/
|
|
5199
5277
|
"dashboard_bankingInformationSectionHeader": string;
|
|
5278
|
+
/**
|
|
5279
|
+
* @uiName Beneficiary name invalid description
|
|
5280
|
+
*/
|
|
5281
|
+
"dashboard_beneficiaryNameInvalidDescription": string;
|
|
5282
|
+
/**
|
|
5283
|
+
* @uiName Beneficiary name invalid alert header
|
|
5284
|
+
*/
|
|
5285
|
+
"dashboard_beneficiaryNameInvalidHeader": string;
|
|
5286
|
+
/**
|
|
5287
|
+
* @uiName Beneficiary name mismatch alert description
|
|
5288
|
+
*/
|
|
5289
|
+
"dashboard_beneficiaryNameMismatchDescription": string;
|
|
5290
|
+
/**
|
|
5291
|
+
* @uiName Beneficiary name mismatch alert header
|
|
5292
|
+
*/
|
|
5293
|
+
"dashboard_beneficiaryNameMismatchHeader": string;
|
|
5200
5294
|
/**
|
|
5201
5295
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
5202
5296
|
* @uiName Date column title
|
|
@@ -5322,6 +5416,22 @@ export namespace Components {
|
|
|
5322
5416
|
* @uiWidget textArea
|
|
5323
5417
|
*/
|
|
5324
5418
|
"dashboard_notRegisteredForTax": string;
|
|
5419
|
+
/**
|
|
5420
|
+
* @uiName Payment on hold alert description
|
|
5421
|
+
*/
|
|
5422
|
+
"dashboard_paymentOnHoldDescription": string;
|
|
5423
|
+
/**
|
|
5424
|
+
* @uiName Payment on hold alert header
|
|
5425
|
+
*/
|
|
5426
|
+
"dashboard_paymentOnHoldHeader": string;
|
|
5427
|
+
/**
|
|
5428
|
+
* @uiName Payment returned alert description
|
|
5429
|
+
*/
|
|
5430
|
+
"dashboard_paymentReturnedDescription": string;
|
|
5431
|
+
/**
|
|
5432
|
+
* @uiName Payment returned alert header
|
|
5433
|
+
*/
|
|
5434
|
+
"dashboard_paymentReturnedHeader": string;
|
|
5325
5435
|
/**
|
|
5326
5436
|
* Displayed under the payout details card.
|
|
5327
5437
|
* @uiName Payout from impact text
|
|
@@ -5526,6 +5636,14 @@ export namespace Components {
|
|
|
5526
5636
|
* @uiWidget textArea
|
|
5527
5637
|
*/
|
|
5528
5638
|
"dashboard_w9RequiredHeader": string;
|
|
5639
|
+
/**
|
|
5640
|
+
* @uiName Withdrawal settings invalid alert description
|
|
5641
|
+
*/
|
|
5642
|
+
"dashboard_withdrawalSettingsInvalidDescription": string;
|
|
5643
|
+
/**
|
|
5644
|
+
* @uiName Withdrawal settings invalid alert header
|
|
5645
|
+
*/
|
|
5646
|
+
"dashboard_withdrawalSettingsInvalidHeader": string;
|
|
5529
5647
|
/**
|
|
5530
5648
|
* @undocumented
|
|
5531
5649
|
*/
|
|
@@ -6188,10 +6306,34 @@ export namespace Components {
|
|
|
6188
6306
|
* @uiName Active W-8 description
|
|
6189
6307
|
*/
|
|
6190
6308
|
"badgeTextSubmittedOnW8"?: string;
|
|
6309
|
+
/**
|
|
6310
|
+
* @uiName Bank name mismatch alert description
|
|
6311
|
+
*/
|
|
6312
|
+
"bankTaxNameMismatchDescription": string;
|
|
6313
|
+
/**
|
|
6314
|
+
* @uiName Bank name mismatch alert header
|
|
6315
|
+
*/
|
|
6316
|
+
"bankTaxNameMismatchHeader": string;
|
|
6191
6317
|
/**
|
|
6192
6318
|
* @uiName Payout information section header
|
|
6193
6319
|
*/
|
|
6194
6320
|
"bankingInformationSectionHeader": string;
|
|
6321
|
+
/**
|
|
6322
|
+
* @uiName Beneficiary name invalid description
|
|
6323
|
+
*/
|
|
6324
|
+
"beneficiaryNameInvalidDescription": string;
|
|
6325
|
+
/**
|
|
6326
|
+
* @uiName Beneficiary name invalid alert header
|
|
6327
|
+
*/
|
|
6328
|
+
"beneficiaryNameInvalidHeader": string;
|
|
6329
|
+
/**
|
|
6330
|
+
* @uiName Beneficiary name mismatch alert description
|
|
6331
|
+
*/
|
|
6332
|
+
"beneficiaryNameMismatchDescription": string;
|
|
6333
|
+
/**
|
|
6334
|
+
* @uiName Beneficiary name mismatch alert header
|
|
6335
|
+
*/
|
|
6336
|
+
"beneficiaryNameMismatchHeader": string;
|
|
6195
6337
|
/**
|
|
6196
6338
|
* @uiName Cancel button label
|
|
6197
6339
|
*/
|
|
@@ -6322,6 +6464,22 @@ export namespace Components {
|
|
|
6322
6464
|
* @uiWidget textArea
|
|
6323
6465
|
*/
|
|
6324
6466
|
"notRegisteredForTax": string;
|
|
6467
|
+
/**
|
|
6468
|
+
* @uiName Payment hold on change alert description
|
|
6469
|
+
*/
|
|
6470
|
+
"paymentHoldOnChangeDescription": string;
|
|
6471
|
+
/**
|
|
6472
|
+
* @uiName Payment hold on change alert header
|
|
6473
|
+
*/
|
|
6474
|
+
"paymentHoldOnChangeHeader": string;
|
|
6475
|
+
/**
|
|
6476
|
+
* @uiName Payment returned alert description
|
|
6477
|
+
*/
|
|
6478
|
+
"paymentReturnedDescription": string;
|
|
6479
|
+
/**
|
|
6480
|
+
* @uiName Payment returned alert header
|
|
6481
|
+
*/
|
|
6482
|
+
"paymentReturnedHeader": string;
|
|
6325
6483
|
/**
|
|
6326
6484
|
* Displayed under the payout details card.
|
|
6327
6485
|
* @uiName Payout from impact text
|
|
@@ -6492,6 +6650,14 @@ export namespace Components {
|
|
|
6492
6650
|
* @uiName W-9 payment threshold alert header
|
|
6493
6651
|
*/
|
|
6494
6652
|
"w9RequiredHeader": string;
|
|
6653
|
+
/**
|
|
6654
|
+
* @uiName Withdrawal settings invalid alert description
|
|
6655
|
+
*/
|
|
6656
|
+
"withdrawalSettingsInvalidDescription": string;
|
|
6657
|
+
/**
|
|
6658
|
+
* @uiName Withdrawal settings invalid alert header
|
|
6659
|
+
*/
|
|
6660
|
+
"withdrawalSettingsInvalidHeader": string;
|
|
6495
6661
|
}
|
|
6496
6662
|
interface SqmText {
|
|
6497
6663
|
/**
|
|
@@ -8727,7 +8893,7 @@ declare namespace LocalJSX {
|
|
|
8727
8893
|
}
|
|
8728
8894
|
interface SqmHeaderLogo {
|
|
8729
8895
|
/**
|
|
8730
|
-
* @uiName Logo height
|
|
8896
|
+
* @uiName Logo height (in px)
|
|
8731
8897
|
*/
|
|
8732
8898
|
"height"?: number;
|
|
8733
8899
|
/**
|
|
@@ -8736,6 +8902,20 @@ declare namespace LocalJSX {
|
|
|
8736
8902
|
* @uiName Logo image
|
|
8737
8903
|
*/
|
|
8738
8904
|
"imageUrl"?: string;
|
|
8905
|
+
/**
|
|
8906
|
+
* @uiName Logo text This text will be used as the logo only if no Logo image is selected above. The image takes precedence.
|
|
8907
|
+
*/
|
|
8908
|
+
"logoText"?: string;
|
|
8909
|
+
/**
|
|
8910
|
+
* @uiWidget color
|
|
8911
|
+
* @uiName Logo text color
|
|
8912
|
+
*/
|
|
8913
|
+
"logoTextColor"?: string;
|
|
8914
|
+
/**
|
|
8915
|
+
* @uiName Logo text size (in px)
|
|
8916
|
+
* @uiWidget number
|
|
8917
|
+
*/
|
|
8918
|
+
"logoTextSize"?: number;
|
|
8739
8919
|
/**
|
|
8740
8920
|
* Page participants are navigated to after clicking the header logo.
|
|
8741
8921
|
* @uiName Redirect path
|
|
@@ -9967,6 +10147,30 @@ declare namespace LocalJSX {
|
|
|
9967
10147
|
* @uiName Account review alert header
|
|
9968
10148
|
*/
|
|
9969
10149
|
"accountReviewHeader"?: string;
|
|
10150
|
+
/**
|
|
10151
|
+
* @uiName Bank name mismatch alert description
|
|
10152
|
+
*/
|
|
10153
|
+
"bankTaxNameMismatchDescription"?: string;
|
|
10154
|
+
/**
|
|
10155
|
+
* @uiName Bank name mismatch alert header
|
|
10156
|
+
*/
|
|
10157
|
+
"bankTaxNameMismatchHeader"?: string;
|
|
10158
|
+
/**
|
|
10159
|
+
* @uiName Beneficiary name invalid description
|
|
10160
|
+
*/
|
|
10161
|
+
"beneficiaryNameInvalidDescription"?: string;
|
|
10162
|
+
/**
|
|
10163
|
+
* @uiName Beneficiary name invalid alert header
|
|
10164
|
+
*/
|
|
10165
|
+
"beneficiaryNameInvalidHeader"?: string;
|
|
10166
|
+
/**
|
|
10167
|
+
* @uiName Beneficiary name mismatch alert description
|
|
10168
|
+
*/
|
|
10169
|
+
"beneficiaryNameMismatchDescription"?: string;
|
|
10170
|
+
/**
|
|
10171
|
+
* @uiName Beneficiary name mismatch alert header
|
|
10172
|
+
*/
|
|
10173
|
+
"beneficiaryNameMismatchHeader"?: string;
|
|
9970
10174
|
/**
|
|
9971
10175
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
9972
10176
|
*/
|
|
@@ -9976,6 +10180,10 @@ declare namespace LocalJSX {
|
|
|
9976
10180
|
* @uiType object
|
|
9977
10181
|
*/
|
|
9978
10182
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
10183
|
+
/**
|
|
10184
|
+
* @uiName Edit payment info button label
|
|
10185
|
+
*/
|
|
10186
|
+
"editPaymentInformationButton"?: string;
|
|
9979
10187
|
/**
|
|
9980
10188
|
* @uiName Error description
|
|
9981
10189
|
*/
|
|
@@ -10004,6 +10212,26 @@ declare namespace LocalJSX {
|
|
|
10004
10212
|
* @uiName Info required alert header
|
|
10005
10213
|
*/
|
|
10006
10214
|
"informationRequiredHeader"?: string;
|
|
10215
|
+
/**
|
|
10216
|
+
* @uiName Submit new tax form button label
|
|
10217
|
+
*/
|
|
10218
|
+
"newFormButton"?: string;
|
|
10219
|
+
/**
|
|
10220
|
+
* @uiName Payment on hold alert description
|
|
10221
|
+
*/
|
|
10222
|
+
"paymentHoldOnChangeDescription"?: string;
|
|
10223
|
+
/**
|
|
10224
|
+
* @uiName Payment on hold alert header
|
|
10225
|
+
*/
|
|
10226
|
+
"paymentHoldOnChangeHeader"?: string;
|
|
10227
|
+
/**
|
|
10228
|
+
* @uiName Payment returned alert description
|
|
10229
|
+
*/
|
|
10230
|
+
"paymentReturnedDescription"?: string;
|
|
10231
|
+
/**
|
|
10232
|
+
* @uiName Payment returned alert header
|
|
10233
|
+
*/
|
|
10234
|
+
"paymentReturnedHeader"?: string;
|
|
10007
10235
|
/**
|
|
10008
10236
|
* @undocumented
|
|
10009
10237
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -10068,6 +10296,14 @@ declare namespace LocalJSX {
|
|
|
10068
10296
|
* @uiName W-9 payment threshold alert header
|
|
10069
10297
|
*/
|
|
10070
10298
|
"w9RequiredHeader"?: string;
|
|
10299
|
+
/**
|
|
10300
|
+
* @uiName Withdrawal settings invalid alert description
|
|
10301
|
+
*/
|
|
10302
|
+
"withdrawalSettingsInvalidDescription"?: string;
|
|
10303
|
+
/**
|
|
10304
|
+
* @uiName Withdrawal settings invalid alert header
|
|
10305
|
+
*/
|
|
10306
|
+
"withdrawalSettingsInvalidHeader"?: string;
|
|
10071
10307
|
}
|
|
10072
10308
|
interface SqmPopupContainer {
|
|
10073
10309
|
/**
|
|
@@ -12879,11 +13115,35 @@ declare namespace LocalJSX {
|
|
|
12879
13115
|
* @uiGroup Dashboard Properties
|
|
12880
13116
|
*/
|
|
12881
13117
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
13118
|
+
/**
|
|
13119
|
+
* @uiName Bank name mismatch alert description
|
|
13120
|
+
*/
|
|
13121
|
+
"dashboard_bankNameMismatchDescription"?: string;
|
|
13122
|
+
/**
|
|
13123
|
+
* @uiName Bank name mismatch alert header
|
|
13124
|
+
*/
|
|
13125
|
+
"dashboard_bankNameMismatchHeader"?: string;
|
|
12882
13126
|
/**
|
|
12883
13127
|
* @uiName Payout information section header
|
|
12884
13128
|
* @uiGroup Dashboard Properties
|
|
12885
13129
|
*/
|
|
12886
13130
|
"dashboard_bankingInformationSectionHeader"?: string;
|
|
13131
|
+
/**
|
|
13132
|
+
* @uiName Beneficiary name invalid description
|
|
13133
|
+
*/
|
|
13134
|
+
"dashboard_beneficiaryNameInvalidDescription"?: string;
|
|
13135
|
+
/**
|
|
13136
|
+
* @uiName Beneficiary name invalid alert header
|
|
13137
|
+
*/
|
|
13138
|
+
"dashboard_beneficiaryNameInvalidHeader"?: string;
|
|
13139
|
+
/**
|
|
13140
|
+
* @uiName Beneficiary name mismatch alert description
|
|
13141
|
+
*/
|
|
13142
|
+
"dashboard_beneficiaryNameMismatchDescription"?: string;
|
|
13143
|
+
/**
|
|
13144
|
+
* @uiName Beneficiary name mismatch alert header
|
|
13145
|
+
*/
|
|
13146
|
+
"dashboard_beneficiaryNameMismatchHeader"?: string;
|
|
12887
13147
|
/**
|
|
12888
13148
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
12889
13149
|
* @uiName Date column title
|
|
@@ -13009,6 +13269,22 @@ declare namespace LocalJSX {
|
|
|
13009
13269
|
* @uiWidget textArea
|
|
13010
13270
|
*/
|
|
13011
13271
|
"dashboard_notRegisteredForTax"?: string;
|
|
13272
|
+
/**
|
|
13273
|
+
* @uiName Payment on hold alert description
|
|
13274
|
+
*/
|
|
13275
|
+
"dashboard_paymentOnHoldDescription"?: string;
|
|
13276
|
+
/**
|
|
13277
|
+
* @uiName Payment on hold alert header
|
|
13278
|
+
*/
|
|
13279
|
+
"dashboard_paymentOnHoldHeader"?: string;
|
|
13280
|
+
/**
|
|
13281
|
+
* @uiName Payment returned alert description
|
|
13282
|
+
*/
|
|
13283
|
+
"dashboard_paymentReturnedDescription"?: string;
|
|
13284
|
+
/**
|
|
13285
|
+
* @uiName Payment returned alert header
|
|
13286
|
+
*/
|
|
13287
|
+
"dashboard_paymentReturnedHeader"?: string;
|
|
13012
13288
|
/**
|
|
13013
13289
|
* Displayed under the payout details card.
|
|
13014
13290
|
* @uiName Payout from impact text
|
|
@@ -13213,6 +13489,14 @@ declare namespace LocalJSX {
|
|
|
13213
13489
|
* @uiWidget textArea
|
|
13214
13490
|
*/
|
|
13215
13491
|
"dashboard_w9RequiredHeader"?: string;
|
|
13492
|
+
/**
|
|
13493
|
+
* @uiName Withdrawal settings invalid alert description
|
|
13494
|
+
*/
|
|
13495
|
+
"dashboard_withdrawalSettingsInvalidDescription"?: string;
|
|
13496
|
+
/**
|
|
13497
|
+
* @uiName Withdrawal settings invalid alert header
|
|
13498
|
+
*/
|
|
13499
|
+
"dashboard_withdrawalSettingsInvalidHeader"?: string;
|
|
13216
13500
|
/**
|
|
13217
13501
|
* @undocumented
|
|
13218
13502
|
*/
|
|
@@ -13875,10 +14159,34 @@ declare namespace LocalJSX {
|
|
|
13875
14159
|
* @uiName Active W-8 description
|
|
13876
14160
|
*/
|
|
13877
14161
|
"badgeTextSubmittedOnW8"?: string;
|
|
14162
|
+
/**
|
|
14163
|
+
* @uiName Bank name mismatch alert description
|
|
14164
|
+
*/
|
|
14165
|
+
"bankTaxNameMismatchDescription"?: string;
|
|
14166
|
+
/**
|
|
14167
|
+
* @uiName Bank name mismatch alert header
|
|
14168
|
+
*/
|
|
14169
|
+
"bankTaxNameMismatchHeader"?: string;
|
|
13878
14170
|
/**
|
|
13879
14171
|
* @uiName Payout information section header
|
|
13880
14172
|
*/
|
|
13881
14173
|
"bankingInformationSectionHeader"?: string;
|
|
14174
|
+
/**
|
|
14175
|
+
* @uiName Beneficiary name invalid description
|
|
14176
|
+
*/
|
|
14177
|
+
"beneficiaryNameInvalidDescription"?: string;
|
|
14178
|
+
/**
|
|
14179
|
+
* @uiName Beneficiary name invalid alert header
|
|
14180
|
+
*/
|
|
14181
|
+
"beneficiaryNameInvalidHeader"?: string;
|
|
14182
|
+
/**
|
|
14183
|
+
* @uiName Beneficiary name mismatch alert description
|
|
14184
|
+
*/
|
|
14185
|
+
"beneficiaryNameMismatchDescription"?: string;
|
|
14186
|
+
/**
|
|
14187
|
+
* @uiName Beneficiary name mismatch alert header
|
|
14188
|
+
*/
|
|
14189
|
+
"beneficiaryNameMismatchHeader"?: string;
|
|
13882
14190
|
/**
|
|
13883
14191
|
* @uiName Cancel button label
|
|
13884
14192
|
*/
|
|
@@ -14009,6 +14317,22 @@ declare namespace LocalJSX {
|
|
|
14009
14317
|
* @uiWidget textArea
|
|
14010
14318
|
*/
|
|
14011
14319
|
"notRegisteredForTax"?: string;
|
|
14320
|
+
/**
|
|
14321
|
+
* @uiName Payment hold on change alert description
|
|
14322
|
+
*/
|
|
14323
|
+
"paymentHoldOnChangeDescription"?: string;
|
|
14324
|
+
/**
|
|
14325
|
+
* @uiName Payment hold on change alert header
|
|
14326
|
+
*/
|
|
14327
|
+
"paymentHoldOnChangeHeader"?: string;
|
|
14328
|
+
/**
|
|
14329
|
+
* @uiName Payment returned alert description
|
|
14330
|
+
*/
|
|
14331
|
+
"paymentReturnedDescription"?: string;
|
|
14332
|
+
/**
|
|
14333
|
+
* @uiName Payment returned alert header
|
|
14334
|
+
*/
|
|
14335
|
+
"paymentReturnedHeader"?: string;
|
|
14012
14336
|
/**
|
|
14013
14337
|
* Displayed under the payout details card.
|
|
14014
14338
|
* @uiName Payout from impact text
|
|
@@ -14179,6 +14503,14 @@ declare namespace LocalJSX {
|
|
|
14179
14503
|
* @uiName W-9 payment threshold alert header
|
|
14180
14504
|
*/
|
|
14181
14505
|
"w9RequiredHeader"?: string;
|
|
14506
|
+
/**
|
|
14507
|
+
* @uiName Withdrawal settings invalid alert description
|
|
14508
|
+
*/
|
|
14509
|
+
"withdrawalSettingsInvalidDescription"?: string;
|
|
14510
|
+
/**
|
|
14511
|
+
* @uiName Withdrawal settings invalid alert header
|
|
14512
|
+
*/
|
|
14513
|
+
"withdrawalSettingsInvalidHeader"?: string;
|
|
14182
14514
|
}
|
|
14183
14515
|
interface SqmText {
|
|
14184
14516
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|