@saasquatch/mint-components 2.0.1 → 2.0.2-1
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-1b38dcfc.js → ShadowViewAddon-925a8fa6.js} +3 -3
- 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 +339 -110
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +215 -26
- package/dist/cjs/sqm-header-logo.cjs.entry.js +14 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -1
- package/dist/cjs/{data-16106637.js → usePayoutStatus-67c78085.js} +161 -129
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +80 -3
- 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-indirect-tax-form/useIndirectTaxForm.js +46 -40
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +84 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +353 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +36 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +301 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +92 -2
- 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 +92 -9
- package/dist/esm/{ShadowViewAddon-1adaf077.js → ShadowViewAddon-aae27c2e.js} +3 -3
- 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 +290 -61
- package/dist/esm/sqm-big-stat_47.entry.js +193 -4
- package/dist/esm/sqm-header-logo.entry.js +14 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -1
- package/dist/esm/{data-acdb790f.js → usePayoutStatus-f064247b.js} +162 -130
- package/dist/esm-es5/{ShadowViewAddon-1adaf077.js → ShadowViewAddon-aae27c2e.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_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/esm-es5/usePayoutStatus-f064247b.js +6 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-662ed116.system.entry.js → p-0649123a.system.entry.js} +1 -1
- package/dist/mint-components/p-2933bbe9.system.entry.js +1 -0
- package/dist/mint-components/p-2c86af62.system.entry.js +1 -0
- package/dist/mint-components/p-2e87159a.system.entry.js +1 -0
- package/dist/mint-components/p-2ed300e9.entry.js +1 -0
- package/dist/mint-components/p-3219fdbe.entry.js +99 -0
- package/dist/mint-components/{p-9f8d34d1.system.js → p-38f932ae.system.js} +1 -1
- package/dist/mint-components/p-40e0251f.system.js +6 -0
- package/dist/mint-components/{p-0e1a1b14.js → p-57ce33dd.js} +1 -1
- package/dist/mint-components/{p-31bba357.entry.js → p-5f3eafd4.entry.js} +2 -2
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/p-b1c4500e.entry.js +273 -0
- package/dist/mint-components/p-f17b6de6.js +157 -0
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +14 -1
- 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/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 +331 -1
- 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/data-acdb790f.js +0 -6
- package/dist/mint-components/p-010957a1.entry.js +0 -99
- package/dist/mint-components/p-469a6450.system.js +0 -6
- package/dist/mint-components/p-720341b1.entry.js +0 -273
- package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
- package/dist/mint-components/p-d2bb770d.system.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/dist/mint-components/p-fedb9ab8.system.entry.js +0 -1
|
@@ -1018,7 +1018,20 @@ export namespace Components {
|
|
|
1018
1018
|
* @format url
|
|
1019
1019
|
* @uiName Logo image
|
|
1020
1020
|
*/
|
|
1021
|
-
"imageUrl"
|
|
1021
|
+
"imageUrl"?: string;
|
|
1022
|
+
/**
|
|
1023
|
+
* @uiName Logo text
|
|
1024
|
+
*/
|
|
1025
|
+
"logoText"?: string;
|
|
1026
|
+
/**
|
|
1027
|
+
* @uiWidget color
|
|
1028
|
+
* @uiName Logo text
|
|
1029
|
+
*/
|
|
1030
|
+
"logoTextColor"?: string;
|
|
1031
|
+
/**
|
|
1032
|
+
* @uiName Logo text
|
|
1033
|
+
*/
|
|
1034
|
+
"logoTextSize"?: number;
|
|
1022
1035
|
/**
|
|
1023
1036
|
* Page participants are navigated to after clicking the header logo.
|
|
1024
1037
|
* @uiName Redirect path
|
|
@@ -2256,6 +2269,30 @@ export namespace Components {
|
|
|
2256
2269
|
* @uiName Account review alert header
|
|
2257
2270
|
*/
|
|
2258
2271
|
"accountReviewHeader": string;
|
|
2272
|
+
/**
|
|
2273
|
+
* @uiName Bank name mismatch alert description
|
|
2274
|
+
*/
|
|
2275
|
+
"bankTaxNameMismatchDescription": string;
|
|
2276
|
+
/**
|
|
2277
|
+
* @uiName Bank name mismatch alert header
|
|
2278
|
+
*/
|
|
2279
|
+
"bankTaxNameMismatchHeader": string;
|
|
2280
|
+
/**
|
|
2281
|
+
* @uiName Beneficiary name invalid description
|
|
2282
|
+
*/
|
|
2283
|
+
"beneficiaryNameInvalidDescription": string;
|
|
2284
|
+
/**
|
|
2285
|
+
* @uiName Beneficiary name invalid alert header
|
|
2286
|
+
*/
|
|
2287
|
+
"beneficiaryNameInvalidHeader": string;
|
|
2288
|
+
/**
|
|
2289
|
+
* @uiName Beneficiary name mismatch alert description
|
|
2290
|
+
*/
|
|
2291
|
+
"beneficiaryNameMismatchDescription": string;
|
|
2292
|
+
/**
|
|
2293
|
+
* @uiName Beneficiary name mismatch alert header
|
|
2294
|
+
*/
|
|
2295
|
+
"beneficiaryNameMismatchHeader": string;
|
|
2259
2296
|
/**
|
|
2260
2297
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2261
2298
|
*/
|
|
@@ -2265,6 +2302,10 @@ export namespace Components {
|
|
|
2265
2302
|
* @uiType object
|
|
2266
2303
|
*/
|
|
2267
2304
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
2305
|
+
/**
|
|
2306
|
+
* @uiName Edit payment info button label
|
|
2307
|
+
*/
|
|
2308
|
+
"editPaymentInformationButton": string;
|
|
2268
2309
|
/**
|
|
2269
2310
|
* @uiName Error description
|
|
2270
2311
|
*/
|
|
@@ -2293,6 +2334,26 @@ export namespace Components {
|
|
|
2293
2334
|
* @uiName Info required alert header
|
|
2294
2335
|
*/
|
|
2295
2336
|
"informationRequiredHeader": string;
|
|
2337
|
+
/**
|
|
2338
|
+
* @uiName Submit new tax form button label
|
|
2339
|
+
*/
|
|
2340
|
+
"newFormButton": string;
|
|
2341
|
+
/**
|
|
2342
|
+
* @uiName Payment on hold alert description
|
|
2343
|
+
*/
|
|
2344
|
+
"paymentHoldOnChangeDescription": string;
|
|
2345
|
+
/**
|
|
2346
|
+
* @uiName Payment on hold alert header
|
|
2347
|
+
*/
|
|
2348
|
+
"paymentHoldOnChangeHeader": string;
|
|
2349
|
+
/**
|
|
2350
|
+
* @uiName Payment returned alert description
|
|
2351
|
+
*/
|
|
2352
|
+
"paymentReturnedDescription": string;
|
|
2353
|
+
/**
|
|
2354
|
+
* @uiName Payment returned alert header
|
|
2355
|
+
*/
|
|
2356
|
+
"paymentReturnedHeader": string;
|
|
2296
2357
|
/**
|
|
2297
2358
|
* @undocumented
|
|
2298
2359
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -2357,6 +2418,14 @@ export namespace Components {
|
|
|
2357
2418
|
* @uiName W-9 payment threshold alert header
|
|
2358
2419
|
*/
|
|
2359
2420
|
"w9RequiredHeader": string;
|
|
2421
|
+
/**
|
|
2422
|
+
* @uiName Withdrawal settings invalid alert description
|
|
2423
|
+
*/
|
|
2424
|
+
"withdrawalSettingsInvalidDescription": string;
|
|
2425
|
+
/**
|
|
2426
|
+
* @uiName Withdrawal settings invalid alert header
|
|
2427
|
+
*/
|
|
2428
|
+
"withdrawalSettingsInvalidHeader": string;
|
|
2360
2429
|
}
|
|
2361
2430
|
interface SqmPopupContainer {
|
|
2362
2431
|
/**
|
|
@@ -5192,11 +5261,35 @@ export namespace Components {
|
|
|
5192
5261
|
* @uiGroup Dashboard Properties
|
|
5193
5262
|
*/
|
|
5194
5263
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
5264
|
+
/**
|
|
5265
|
+
* @uiName Bank name mismatch alert description
|
|
5266
|
+
*/
|
|
5267
|
+
"dashboard_bankNameMismatchDescription": string;
|
|
5268
|
+
/**
|
|
5269
|
+
* @uiName Bank name mismatch alert header
|
|
5270
|
+
*/
|
|
5271
|
+
"dashboard_bankNameMismatchHeader": string;
|
|
5195
5272
|
/**
|
|
5196
5273
|
* @uiName Payout information section header
|
|
5197
5274
|
* @uiGroup Dashboard Properties
|
|
5198
5275
|
*/
|
|
5199
5276
|
"dashboard_bankingInformationSectionHeader": string;
|
|
5277
|
+
/**
|
|
5278
|
+
* @uiName Beneficiary name invalid description
|
|
5279
|
+
*/
|
|
5280
|
+
"dashboard_beneficiaryNameInvalidDescription": string;
|
|
5281
|
+
/**
|
|
5282
|
+
* @uiName Beneficiary name invalid alert header
|
|
5283
|
+
*/
|
|
5284
|
+
"dashboard_beneficiaryNameInvalidHeader": string;
|
|
5285
|
+
/**
|
|
5286
|
+
* @uiName Beneficiary name mismatch alert description
|
|
5287
|
+
*/
|
|
5288
|
+
"dashboard_beneficiaryNameMismatchDescription": string;
|
|
5289
|
+
/**
|
|
5290
|
+
* @uiName Beneficiary name mismatch alert header
|
|
5291
|
+
*/
|
|
5292
|
+
"dashboard_beneficiaryNameMismatchHeader": string;
|
|
5200
5293
|
/**
|
|
5201
5294
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
5202
5295
|
* @uiName Date column title
|
|
@@ -5322,6 +5415,22 @@ export namespace Components {
|
|
|
5322
5415
|
* @uiWidget textArea
|
|
5323
5416
|
*/
|
|
5324
5417
|
"dashboard_notRegisteredForTax": string;
|
|
5418
|
+
/**
|
|
5419
|
+
* @uiName Payment on hold alert description
|
|
5420
|
+
*/
|
|
5421
|
+
"dashboard_paymentOnHoldDescription": string;
|
|
5422
|
+
/**
|
|
5423
|
+
* @uiName Payment on hold alert header
|
|
5424
|
+
*/
|
|
5425
|
+
"dashboard_paymentOnHoldHeader": string;
|
|
5426
|
+
/**
|
|
5427
|
+
* @uiName Payment returned alert description
|
|
5428
|
+
*/
|
|
5429
|
+
"dashboard_paymentReturnedDescription": string;
|
|
5430
|
+
/**
|
|
5431
|
+
* @uiName Payment returned alert header
|
|
5432
|
+
*/
|
|
5433
|
+
"dashboard_paymentReturnedHeader": string;
|
|
5325
5434
|
/**
|
|
5326
5435
|
* Displayed under the payout details card.
|
|
5327
5436
|
* @uiName Payout from impact text
|
|
@@ -5526,6 +5635,14 @@ export namespace Components {
|
|
|
5526
5635
|
* @uiWidget textArea
|
|
5527
5636
|
*/
|
|
5528
5637
|
"dashboard_w9RequiredHeader": string;
|
|
5638
|
+
/**
|
|
5639
|
+
* @uiName Withdrawal settings invalid alert description
|
|
5640
|
+
*/
|
|
5641
|
+
"dashboard_withdrawalSettingsInvalidDescription": string;
|
|
5642
|
+
/**
|
|
5643
|
+
* @uiName Withdrawal settings invalid alert header
|
|
5644
|
+
*/
|
|
5645
|
+
"dashboard_withdrawalSettingsInvalidHeader": string;
|
|
5529
5646
|
/**
|
|
5530
5647
|
* @undocumented
|
|
5531
5648
|
*/
|
|
@@ -6188,10 +6305,34 @@ export namespace Components {
|
|
|
6188
6305
|
* @uiName Active W-8 description
|
|
6189
6306
|
*/
|
|
6190
6307
|
"badgeTextSubmittedOnW8"?: string;
|
|
6308
|
+
/**
|
|
6309
|
+
* @uiName Bank name mismatch alert description
|
|
6310
|
+
*/
|
|
6311
|
+
"bankTaxNameMismatchDescription": string;
|
|
6312
|
+
/**
|
|
6313
|
+
* @uiName Bank name mismatch alert header
|
|
6314
|
+
*/
|
|
6315
|
+
"bankTaxNameMismatchHeader": string;
|
|
6191
6316
|
/**
|
|
6192
6317
|
* @uiName Payout information section header
|
|
6193
6318
|
*/
|
|
6194
6319
|
"bankingInformationSectionHeader": string;
|
|
6320
|
+
/**
|
|
6321
|
+
* @uiName Beneficiary name invalid description
|
|
6322
|
+
*/
|
|
6323
|
+
"beneficiaryNameInvalidDescription": string;
|
|
6324
|
+
/**
|
|
6325
|
+
* @uiName Beneficiary name invalid alert header
|
|
6326
|
+
*/
|
|
6327
|
+
"beneficiaryNameInvalidHeader": string;
|
|
6328
|
+
/**
|
|
6329
|
+
* @uiName Beneficiary name mismatch alert description
|
|
6330
|
+
*/
|
|
6331
|
+
"beneficiaryNameMismatchDescription": string;
|
|
6332
|
+
/**
|
|
6333
|
+
* @uiName Beneficiary name mismatch alert header
|
|
6334
|
+
*/
|
|
6335
|
+
"beneficiaryNameMismatchHeader": string;
|
|
6195
6336
|
/**
|
|
6196
6337
|
* @uiName Cancel button label
|
|
6197
6338
|
*/
|
|
@@ -6322,6 +6463,22 @@ export namespace Components {
|
|
|
6322
6463
|
* @uiWidget textArea
|
|
6323
6464
|
*/
|
|
6324
6465
|
"notRegisteredForTax": string;
|
|
6466
|
+
/**
|
|
6467
|
+
* @uiName Payment hold on change alert description
|
|
6468
|
+
*/
|
|
6469
|
+
"paymentHoldOnChangeDescription": string;
|
|
6470
|
+
/**
|
|
6471
|
+
* @uiName Payment hold on change alert header
|
|
6472
|
+
*/
|
|
6473
|
+
"paymentHoldOnChangeHeader": string;
|
|
6474
|
+
/**
|
|
6475
|
+
* @uiName Payment returned alert description
|
|
6476
|
+
*/
|
|
6477
|
+
"paymentReturnedDescription": string;
|
|
6478
|
+
/**
|
|
6479
|
+
* @uiName Payment returned alert header
|
|
6480
|
+
*/
|
|
6481
|
+
"paymentReturnedHeader": string;
|
|
6325
6482
|
/**
|
|
6326
6483
|
* Displayed under the payout details card.
|
|
6327
6484
|
* @uiName Payout from impact text
|
|
@@ -6492,6 +6649,14 @@ export namespace Components {
|
|
|
6492
6649
|
* @uiName W-9 payment threshold alert header
|
|
6493
6650
|
*/
|
|
6494
6651
|
"w9RequiredHeader": string;
|
|
6652
|
+
/**
|
|
6653
|
+
* @uiName Withdrawal settings invalid alert description
|
|
6654
|
+
*/
|
|
6655
|
+
"withdrawalSettingsInvalidDescription": string;
|
|
6656
|
+
/**
|
|
6657
|
+
* @uiName Withdrawal settings invalid alert header
|
|
6658
|
+
*/
|
|
6659
|
+
"withdrawalSettingsInvalidHeader": string;
|
|
6495
6660
|
}
|
|
6496
6661
|
interface SqmText {
|
|
6497
6662
|
/**
|
|
@@ -8736,6 +8901,19 @@ declare namespace LocalJSX {
|
|
|
8736
8901
|
* @uiName Logo image
|
|
8737
8902
|
*/
|
|
8738
8903
|
"imageUrl"?: string;
|
|
8904
|
+
/**
|
|
8905
|
+
* @uiName Logo text
|
|
8906
|
+
*/
|
|
8907
|
+
"logoText"?: string;
|
|
8908
|
+
/**
|
|
8909
|
+
* @uiWidget color
|
|
8910
|
+
* @uiName Logo text
|
|
8911
|
+
*/
|
|
8912
|
+
"logoTextColor"?: string;
|
|
8913
|
+
/**
|
|
8914
|
+
* @uiName Logo text
|
|
8915
|
+
*/
|
|
8916
|
+
"logoTextSize"?: number;
|
|
8739
8917
|
/**
|
|
8740
8918
|
* Page participants are navigated to after clicking the header logo.
|
|
8741
8919
|
* @uiName Redirect path
|
|
@@ -9967,6 +10145,30 @@ declare namespace LocalJSX {
|
|
|
9967
10145
|
* @uiName Account review alert header
|
|
9968
10146
|
*/
|
|
9969
10147
|
"accountReviewHeader"?: string;
|
|
10148
|
+
/**
|
|
10149
|
+
* @uiName Bank name mismatch alert description
|
|
10150
|
+
*/
|
|
10151
|
+
"bankTaxNameMismatchDescription"?: string;
|
|
10152
|
+
/**
|
|
10153
|
+
* @uiName Bank name mismatch alert header
|
|
10154
|
+
*/
|
|
10155
|
+
"bankTaxNameMismatchHeader"?: string;
|
|
10156
|
+
/**
|
|
10157
|
+
* @uiName Beneficiary name invalid description
|
|
10158
|
+
*/
|
|
10159
|
+
"beneficiaryNameInvalidDescription"?: string;
|
|
10160
|
+
/**
|
|
10161
|
+
* @uiName Beneficiary name invalid alert header
|
|
10162
|
+
*/
|
|
10163
|
+
"beneficiaryNameInvalidHeader"?: string;
|
|
10164
|
+
/**
|
|
10165
|
+
* @uiName Beneficiary name mismatch alert description
|
|
10166
|
+
*/
|
|
10167
|
+
"beneficiaryNameMismatchDescription"?: string;
|
|
10168
|
+
/**
|
|
10169
|
+
* @uiName Beneficiary name mismatch alert header
|
|
10170
|
+
*/
|
|
10171
|
+
"beneficiaryNameMismatchHeader"?: string;
|
|
9970
10172
|
/**
|
|
9971
10173
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
9972
10174
|
*/
|
|
@@ -9976,6 +10178,10 @@ declare namespace LocalJSX {
|
|
|
9976
10178
|
* @uiType object
|
|
9977
10179
|
*/
|
|
9978
10180
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
10181
|
+
/**
|
|
10182
|
+
* @uiName Edit payment info button label
|
|
10183
|
+
*/
|
|
10184
|
+
"editPaymentInformationButton"?: string;
|
|
9979
10185
|
/**
|
|
9980
10186
|
* @uiName Error description
|
|
9981
10187
|
*/
|
|
@@ -10004,6 +10210,26 @@ declare namespace LocalJSX {
|
|
|
10004
10210
|
* @uiName Info required alert header
|
|
10005
10211
|
*/
|
|
10006
10212
|
"informationRequiredHeader"?: string;
|
|
10213
|
+
/**
|
|
10214
|
+
* @uiName Submit new tax form button label
|
|
10215
|
+
*/
|
|
10216
|
+
"newFormButton"?: string;
|
|
10217
|
+
/**
|
|
10218
|
+
* @uiName Payment on hold alert description
|
|
10219
|
+
*/
|
|
10220
|
+
"paymentHoldOnChangeDescription"?: string;
|
|
10221
|
+
/**
|
|
10222
|
+
* @uiName Payment on hold alert header
|
|
10223
|
+
*/
|
|
10224
|
+
"paymentHoldOnChangeHeader"?: string;
|
|
10225
|
+
/**
|
|
10226
|
+
* @uiName Payment returned alert description
|
|
10227
|
+
*/
|
|
10228
|
+
"paymentReturnedDescription"?: string;
|
|
10229
|
+
/**
|
|
10230
|
+
* @uiName Payment returned alert header
|
|
10231
|
+
*/
|
|
10232
|
+
"paymentReturnedHeader"?: string;
|
|
10007
10233
|
/**
|
|
10008
10234
|
* @undocumented
|
|
10009
10235
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -10068,6 +10294,14 @@ declare namespace LocalJSX {
|
|
|
10068
10294
|
* @uiName W-9 payment threshold alert header
|
|
10069
10295
|
*/
|
|
10070
10296
|
"w9RequiredHeader"?: string;
|
|
10297
|
+
/**
|
|
10298
|
+
* @uiName Withdrawal settings invalid alert description
|
|
10299
|
+
*/
|
|
10300
|
+
"withdrawalSettingsInvalidDescription"?: string;
|
|
10301
|
+
/**
|
|
10302
|
+
* @uiName Withdrawal settings invalid alert header
|
|
10303
|
+
*/
|
|
10304
|
+
"withdrawalSettingsInvalidHeader"?: string;
|
|
10071
10305
|
}
|
|
10072
10306
|
interface SqmPopupContainer {
|
|
10073
10307
|
/**
|
|
@@ -12879,11 +13113,35 @@ declare namespace LocalJSX {
|
|
|
12879
13113
|
* @uiGroup Dashboard Properties
|
|
12880
13114
|
*/
|
|
12881
13115
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
13116
|
+
/**
|
|
13117
|
+
* @uiName Bank name mismatch alert description
|
|
13118
|
+
*/
|
|
13119
|
+
"dashboard_bankNameMismatchDescription"?: string;
|
|
13120
|
+
/**
|
|
13121
|
+
* @uiName Bank name mismatch alert header
|
|
13122
|
+
*/
|
|
13123
|
+
"dashboard_bankNameMismatchHeader"?: string;
|
|
12882
13124
|
/**
|
|
12883
13125
|
* @uiName Payout information section header
|
|
12884
13126
|
* @uiGroup Dashboard Properties
|
|
12885
13127
|
*/
|
|
12886
13128
|
"dashboard_bankingInformationSectionHeader"?: string;
|
|
13129
|
+
/**
|
|
13130
|
+
* @uiName Beneficiary name invalid description
|
|
13131
|
+
*/
|
|
13132
|
+
"dashboard_beneficiaryNameInvalidDescription"?: string;
|
|
13133
|
+
/**
|
|
13134
|
+
* @uiName Beneficiary name invalid alert header
|
|
13135
|
+
*/
|
|
13136
|
+
"dashboard_beneficiaryNameInvalidHeader"?: string;
|
|
13137
|
+
/**
|
|
13138
|
+
* @uiName Beneficiary name mismatch alert description
|
|
13139
|
+
*/
|
|
13140
|
+
"dashboard_beneficiaryNameMismatchDescription"?: string;
|
|
13141
|
+
/**
|
|
13142
|
+
* @uiName Beneficiary name mismatch alert header
|
|
13143
|
+
*/
|
|
13144
|
+
"dashboard_beneficiaryNameMismatchHeader"?: string;
|
|
12887
13145
|
/**
|
|
12888
13146
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
12889
13147
|
* @uiName Date column title
|
|
@@ -13009,6 +13267,22 @@ declare namespace LocalJSX {
|
|
|
13009
13267
|
* @uiWidget textArea
|
|
13010
13268
|
*/
|
|
13011
13269
|
"dashboard_notRegisteredForTax"?: string;
|
|
13270
|
+
/**
|
|
13271
|
+
* @uiName Payment on hold alert description
|
|
13272
|
+
*/
|
|
13273
|
+
"dashboard_paymentOnHoldDescription"?: string;
|
|
13274
|
+
/**
|
|
13275
|
+
* @uiName Payment on hold alert header
|
|
13276
|
+
*/
|
|
13277
|
+
"dashboard_paymentOnHoldHeader"?: string;
|
|
13278
|
+
/**
|
|
13279
|
+
* @uiName Payment returned alert description
|
|
13280
|
+
*/
|
|
13281
|
+
"dashboard_paymentReturnedDescription"?: string;
|
|
13282
|
+
/**
|
|
13283
|
+
* @uiName Payment returned alert header
|
|
13284
|
+
*/
|
|
13285
|
+
"dashboard_paymentReturnedHeader"?: string;
|
|
13012
13286
|
/**
|
|
13013
13287
|
* Displayed under the payout details card.
|
|
13014
13288
|
* @uiName Payout from impact text
|
|
@@ -13213,6 +13487,14 @@ declare namespace LocalJSX {
|
|
|
13213
13487
|
* @uiWidget textArea
|
|
13214
13488
|
*/
|
|
13215
13489
|
"dashboard_w9RequiredHeader"?: string;
|
|
13490
|
+
/**
|
|
13491
|
+
* @uiName Withdrawal settings invalid alert description
|
|
13492
|
+
*/
|
|
13493
|
+
"dashboard_withdrawalSettingsInvalidDescription"?: string;
|
|
13494
|
+
/**
|
|
13495
|
+
* @uiName Withdrawal settings invalid alert header
|
|
13496
|
+
*/
|
|
13497
|
+
"dashboard_withdrawalSettingsInvalidHeader"?: string;
|
|
13216
13498
|
/**
|
|
13217
13499
|
* @undocumented
|
|
13218
13500
|
*/
|
|
@@ -13875,10 +14157,34 @@ declare namespace LocalJSX {
|
|
|
13875
14157
|
* @uiName Active W-8 description
|
|
13876
14158
|
*/
|
|
13877
14159
|
"badgeTextSubmittedOnW8"?: string;
|
|
14160
|
+
/**
|
|
14161
|
+
* @uiName Bank name mismatch alert description
|
|
14162
|
+
*/
|
|
14163
|
+
"bankTaxNameMismatchDescription"?: string;
|
|
14164
|
+
/**
|
|
14165
|
+
* @uiName Bank name mismatch alert header
|
|
14166
|
+
*/
|
|
14167
|
+
"bankTaxNameMismatchHeader"?: string;
|
|
13878
14168
|
/**
|
|
13879
14169
|
* @uiName Payout information section header
|
|
13880
14170
|
*/
|
|
13881
14171
|
"bankingInformationSectionHeader"?: string;
|
|
14172
|
+
/**
|
|
14173
|
+
* @uiName Beneficiary name invalid description
|
|
14174
|
+
*/
|
|
14175
|
+
"beneficiaryNameInvalidDescription"?: string;
|
|
14176
|
+
/**
|
|
14177
|
+
* @uiName Beneficiary name invalid alert header
|
|
14178
|
+
*/
|
|
14179
|
+
"beneficiaryNameInvalidHeader"?: string;
|
|
14180
|
+
/**
|
|
14181
|
+
* @uiName Beneficiary name mismatch alert description
|
|
14182
|
+
*/
|
|
14183
|
+
"beneficiaryNameMismatchDescription"?: string;
|
|
14184
|
+
/**
|
|
14185
|
+
* @uiName Beneficiary name mismatch alert header
|
|
14186
|
+
*/
|
|
14187
|
+
"beneficiaryNameMismatchHeader"?: string;
|
|
13882
14188
|
/**
|
|
13883
14189
|
* @uiName Cancel button label
|
|
13884
14190
|
*/
|
|
@@ -14009,6 +14315,22 @@ declare namespace LocalJSX {
|
|
|
14009
14315
|
* @uiWidget textArea
|
|
14010
14316
|
*/
|
|
14011
14317
|
"notRegisteredForTax"?: string;
|
|
14318
|
+
/**
|
|
14319
|
+
* @uiName Payment hold on change alert description
|
|
14320
|
+
*/
|
|
14321
|
+
"paymentHoldOnChangeDescription"?: string;
|
|
14322
|
+
/**
|
|
14323
|
+
* @uiName Payment hold on change alert header
|
|
14324
|
+
*/
|
|
14325
|
+
"paymentHoldOnChangeHeader"?: string;
|
|
14326
|
+
/**
|
|
14327
|
+
* @uiName Payment returned alert description
|
|
14328
|
+
*/
|
|
14329
|
+
"paymentReturnedDescription"?: string;
|
|
14330
|
+
/**
|
|
14331
|
+
* @uiName Payment returned alert header
|
|
14332
|
+
*/
|
|
14333
|
+
"paymentReturnedHeader"?: string;
|
|
14012
14334
|
/**
|
|
14013
14335
|
* Displayed under the payout details card.
|
|
14014
14336
|
* @uiName Payout from impact text
|
|
@@ -14179,6 +14501,14 @@ declare namespace LocalJSX {
|
|
|
14179
14501
|
* @uiName W-9 payment threshold alert header
|
|
14180
14502
|
*/
|
|
14181
14503
|
"w9RequiredHeader"?: string;
|
|
14504
|
+
/**
|
|
14505
|
+
* @uiName Withdrawal settings invalid alert description
|
|
14506
|
+
*/
|
|
14507
|
+
"withdrawalSettingsInvalidDescription"?: string;
|
|
14508
|
+
/**
|
|
14509
|
+
* @uiName Withdrawal settings invalid alert header
|
|
14510
|
+
*/
|
|
14511
|
+
"withdrawalSettingsInvalidHeader"?: string;
|
|
14182
14512
|
}
|
|
14183
14513
|
interface SqmText {
|
|
14184
14514
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|