@saasquatch/mint-components 2.0.3-3 → 2.0.3
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-ae3a32c3.js → ShadowViewAddon-fbc33c53.js} +3 -3
- package/dist/cjs/{data-44260010.js → data-16106637.js} +2 -29
- 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 +76 -339
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +12 -213
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -15
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +3 -24
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +5 -85
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +5 -10
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +5 -11
- 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/PayoutStatusAlert.stories.js +0 -13
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +1 -95
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +7 -360
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +2 -29
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +11 -311
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -96
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +10 -310
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +1 -7
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +12 -21
- 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 -100
- package/dist/esm/{ShadowViewAddon-78a1c35c.js → ShadowViewAddon-7a242b65.js} +3 -3
- package/dist/esm/{data-68816061.js → data-acdb790f.js} +2 -29
- 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 +76 -339
- package/dist/esm/sqm-big-stat_47.entry.js +12 -213
- package/dist/esm/sqm-header-logo.entry.js +2 -15
- package/dist/esm/sqm-stencilbook.entry.js +3 -24
- package/dist/esm-es5/{ShadowViewAddon-78a1c35c.js → ShadowViewAddon-7a242b65.js} +1 -1
- package/dist/esm-es5/{data-68816061.js → data-acdb790f.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-012d31bc.entry.js +99 -0
- package/dist/mint-components/p-2ea6e2fa.entry.js +273 -0
- package/dist/mint-components/p-303b84d7.system.entry.js +1 -0
- package/dist/mint-components/p-469a6450.system.js +6 -0
- package/dist/mint-components/p-6976099f.entry.js +9 -0
- package/dist/mint-components/p-752ede25.system.entry.js +1 -0
- package/dist/mint-components/p-947bacd1.system.js +1 -1
- package/dist/mint-components/p-97747228.system.entry.js +1 -0
- package/dist/mint-components/p-a7ee19dc.entry.js +1 -0
- package/dist/mint-components/{p-e3ee8c37.system.js → p-d7635535.system.js} +1 -1
- package/dist/mint-components/p-e1e7d01c.js +157 -0
- package/dist/mint-components/p-eea87fdc.system.entry.js +1 -0
- package/dist/mint-components/{p-ee83de0e.js → p-ffc3cd7c.js} +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +2 -17
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -1
- package/dist/types/components/sqm-image/sqm-image.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +0 -24
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +0 -7
- 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 +43 -337
- 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-3f661133.system.entry.js +0 -1
- package/dist/mint-components/p-6c6344d9.system.entry.js +0 -1
- package/dist/mint-components/p-775214ef.entry.js +0 -273
- package/dist/mint-components/p-7e550c3b.system.entry.js +0 -1
- package/dist/mint-components/p-92b5c376.js +0 -157
- package/dist/mint-components/p-93c8ab95.entry.js +0 -106
- package/dist/mint-components/p-9a3ff9b9.entry.js +0 -9
- package/dist/mint-components/p-a2dbc9ad.system.js +0 -6
- package/dist/mint-components/p-bdb6194c.entry.js +0 -1
- package/dist/mint-components/p-c7ac295d.system.entry.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { DemoData } from "./global/demo";
|
|
9
|
+
import { AssetCardViewProps } from "./components/sqm-asset-card/sqm-asset-card-view";
|
|
9
10
|
import { BankingInfoFormViewProps } from "./components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view";
|
|
10
11
|
import { BigStatViewProps } from "./components/sqm-big-stat/sqm-big-stat-view";
|
|
11
12
|
import { CheckboxFieldViewProps } from "./components/sqm-checkbox-field/sqm-checkbox-field-view";
|
|
@@ -63,6 +64,21 @@ export namespace Components {
|
|
|
63
64
|
"renderCell": () => Promise<any>;
|
|
64
65
|
"renderLabel": (idx: any) => Promise<any>;
|
|
65
66
|
}
|
|
67
|
+
interface SqmAssetCard {
|
|
68
|
+
/**
|
|
69
|
+
* @undocumented
|
|
70
|
+
* @uiType object
|
|
71
|
+
*/
|
|
72
|
+
"demoData"?: DemoData<AssetCardViewProps>;
|
|
73
|
+
/**
|
|
74
|
+
* @uiName Banner image
|
|
75
|
+
*/
|
|
76
|
+
"imgUrl": string;
|
|
77
|
+
/**
|
|
78
|
+
* @uiName Banner title
|
|
79
|
+
*/
|
|
80
|
+
"titleText": string;
|
|
81
|
+
}
|
|
66
82
|
interface SqmBankingInfoForm {
|
|
67
83
|
/**
|
|
68
84
|
* @uiName Agency code field label
|
|
@@ -1010,7 +1026,7 @@ export namespace Components {
|
|
|
1010
1026
|
}
|
|
1011
1027
|
interface SqmHeaderLogo {
|
|
1012
1028
|
/**
|
|
1013
|
-
* @uiName Logo height
|
|
1029
|
+
* @uiName Logo height
|
|
1014
1030
|
*/
|
|
1015
1031
|
"height": number;
|
|
1016
1032
|
/**
|
|
@@ -1018,22 +1034,7 @@ export namespace Components {
|
|
|
1018
1034
|
* @format url
|
|
1019
1035
|
* @uiName Logo image
|
|
1020
1036
|
*/
|
|
1021
|
-
"imageUrl"
|
|
1022
|
-
/**
|
|
1023
|
-
* This text will be used as the logo only if no Logo image is selected above. The image takes precedence.
|
|
1024
|
-
* @uiName Logo text
|
|
1025
|
-
*/
|
|
1026
|
-
"logoText"?: string;
|
|
1027
|
-
/**
|
|
1028
|
-
* @uiWidget color
|
|
1029
|
-
* @uiName Logo text color
|
|
1030
|
-
*/
|
|
1031
|
-
"logoTextColor"?: string;
|
|
1032
|
-
/**
|
|
1033
|
-
* @uiName Logo text size (in px)
|
|
1034
|
-
* @uiWidget number
|
|
1035
|
-
*/
|
|
1036
|
-
"logoTextSize"?: number;
|
|
1037
|
+
"imageUrl": string;
|
|
1037
1038
|
/**
|
|
1038
1039
|
* Page participants are navigated to after clicking the header logo.
|
|
1039
1040
|
* @uiName Redirect path
|
|
@@ -2271,30 +2272,6 @@ export namespace Components {
|
|
|
2271
2272
|
* @uiName Account review alert header
|
|
2272
2273
|
*/
|
|
2273
2274
|
"accountReviewHeader": string;
|
|
2274
|
-
/**
|
|
2275
|
-
* @uiName Bank name mismatch alert description
|
|
2276
|
-
*/
|
|
2277
|
-
"bankTaxNameMismatchDescription": string;
|
|
2278
|
-
/**
|
|
2279
|
-
* @uiName Bank name mismatch alert header
|
|
2280
|
-
*/
|
|
2281
|
-
"bankTaxNameMismatchHeader": string;
|
|
2282
|
-
/**
|
|
2283
|
-
* @uiName Beneficiary name invalid description
|
|
2284
|
-
*/
|
|
2285
|
-
"beneficiaryNameInvalidDescription": string;
|
|
2286
|
-
/**
|
|
2287
|
-
* @uiName Beneficiary name invalid alert header
|
|
2288
|
-
*/
|
|
2289
|
-
"beneficiaryNameInvalidHeader": string;
|
|
2290
|
-
/**
|
|
2291
|
-
* @uiName Beneficiary name mismatch alert description
|
|
2292
|
-
*/
|
|
2293
|
-
"beneficiaryNameMismatchDescription": string;
|
|
2294
|
-
/**
|
|
2295
|
-
* @uiName Beneficiary name mismatch alert header
|
|
2296
|
-
*/
|
|
2297
|
-
"beneficiaryNameMismatchHeader": string;
|
|
2298
2275
|
/**
|
|
2299
2276
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2300
2277
|
*/
|
|
@@ -2304,10 +2281,6 @@ export namespace Components {
|
|
|
2304
2281
|
* @uiType object
|
|
2305
2282
|
*/
|
|
2306
2283
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
2307
|
-
/**
|
|
2308
|
-
* @uiName Edit payment info button label
|
|
2309
|
-
*/
|
|
2310
|
-
"editPaymentInformationButton": string;
|
|
2311
2284
|
/**
|
|
2312
2285
|
* @uiName Error description
|
|
2313
2286
|
*/
|
|
@@ -2336,26 +2309,6 @@ export namespace Components {
|
|
|
2336
2309
|
* @uiName Info required alert header
|
|
2337
2310
|
*/
|
|
2338
2311
|
"informationRequiredHeader": string;
|
|
2339
|
-
/**
|
|
2340
|
-
* @uiName Submit new tax form button label
|
|
2341
|
-
*/
|
|
2342
|
-
"newFormButton": string;
|
|
2343
|
-
/**
|
|
2344
|
-
* @uiName Payment on hold alert description
|
|
2345
|
-
*/
|
|
2346
|
-
"paymentHoldOnChangeDescription": string;
|
|
2347
|
-
/**
|
|
2348
|
-
* @uiName Payment on hold alert header
|
|
2349
|
-
*/
|
|
2350
|
-
"paymentHoldOnChangeHeader": string;
|
|
2351
|
-
/**
|
|
2352
|
-
* @uiName Payment returned alert description
|
|
2353
|
-
*/
|
|
2354
|
-
"paymentReturnedDescription": string;
|
|
2355
|
-
/**
|
|
2356
|
-
* @uiName Payment returned alert header
|
|
2357
|
-
*/
|
|
2358
|
-
"paymentReturnedHeader": string;
|
|
2359
2312
|
/**
|
|
2360
2313
|
* @undocumented
|
|
2361
2314
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -2420,14 +2373,6 @@ export namespace Components {
|
|
|
2420
2373
|
* @uiName W-9 payment threshold alert header
|
|
2421
2374
|
*/
|
|
2422
2375
|
"w9RequiredHeader": string;
|
|
2423
|
-
/**
|
|
2424
|
-
* @uiName Withdrawal settings invalid alert description
|
|
2425
|
-
*/
|
|
2426
|
-
"withdrawalSettingsInvalidDescription": string;
|
|
2427
|
-
/**
|
|
2428
|
-
* @uiName Withdrawal settings invalid alert header
|
|
2429
|
-
*/
|
|
2430
|
-
"withdrawalSettingsInvalidHeader": string;
|
|
2431
2376
|
}
|
|
2432
2377
|
interface SqmPopupContainer {
|
|
2433
2378
|
/**
|
|
@@ -5263,35 +5208,11 @@ export namespace Components {
|
|
|
5263
5208
|
* @uiGroup Dashboard Properties
|
|
5264
5209
|
*/
|
|
5265
5210
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
5266
|
-
/**
|
|
5267
|
-
* @uiName Bank name mismatch alert description
|
|
5268
|
-
*/
|
|
5269
|
-
"dashboard_bankNameMismatchDescription": string;
|
|
5270
|
-
/**
|
|
5271
|
-
* @uiName Bank name mismatch alert header
|
|
5272
|
-
*/
|
|
5273
|
-
"dashboard_bankNameMismatchHeader": string;
|
|
5274
5211
|
/**
|
|
5275
5212
|
* @uiName Payout information section header
|
|
5276
5213
|
* @uiGroup Dashboard Properties
|
|
5277
5214
|
*/
|
|
5278
5215
|
"dashboard_bankingInformationSectionHeader": string;
|
|
5279
|
-
/**
|
|
5280
|
-
* @uiName Beneficiary name invalid description
|
|
5281
|
-
*/
|
|
5282
|
-
"dashboard_beneficiaryNameInvalidDescription": string;
|
|
5283
|
-
/**
|
|
5284
|
-
* @uiName Beneficiary name invalid alert header
|
|
5285
|
-
*/
|
|
5286
|
-
"dashboard_beneficiaryNameInvalidHeader": string;
|
|
5287
|
-
/**
|
|
5288
|
-
* @uiName Beneficiary name mismatch alert description
|
|
5289
|
-
*/
|
|
5290
|
-
"dashboard_beneficiaryNameMismatchDescription": string;
|
|
5291
|
-
/**
|
|
5292
|
-
* @uiName Beneficiary name mismatch alert header
|
|
5293
|
-
*/
|
|
5294
|
-
"dashboard_beneficiaryNameMismatchHeader": string;
|
|
5295
5216
|
/**
|
|
5296
5217
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
5297
5218
|
* @uiName Date column title
|
|
@@ -5417,22 +5338,6 @@ export namespace Components {
|
|
|
5417
5338
|
* @uiWidget textArea
|
|
5418
5339
|
*/
|
|
5419
5340
|
"dashboard_notRegisteredForTax": string;
|
|
5420
|
-
/**
|
|
5421
|
-
* @uiName Payment on hold alert description
|
|
5422
|
-
*/
|
|
5423
|
-
"dashboard_paymentOnHoldDescription": string;
|
|
5424
|
-
/**
|
|
5425
|
-
* @uiName Payment on hold alert header
|
|
5426
|
-
*/
|
|
5427
|
-
"dashboard_paymentOnHoldHeader": string;
|
|
5428
|
-
/**
|
|
5429
|
-
* @uiName Payment returned alert description
|
|
5430
|
-
*/
|
|
5431
|
-
"dashboard_paymentReturnedDescription": string;
|
|
5432
|
-
/**
|
|
5433
|
-
* @uiName Payment returned alert header
|
|
5434
|
-
*/
|
|
5435
|
-
"dashboard_paymentReturnedHeader": string;
|
|
5436
5341
|
/**
|
|
5437
5342
|
* Displayed under the payout details card.
|
|
5438
5343
|
* @uiName Payout from impact text
|
|
@@ -5637,14 +5542,6 @@ export namespace Components {
|
|
|
5637
5542
|
* @uiWidget textArea
|
|
5638
5543
|
*/
|
|
5639
5544
|
"dashboard_w9RequiredHeader": string;
|
|
5640
|
-
/**
|
|
5641
|
-
* @uiName Withdrawal settings invalid alert description
|
|
5642
|
-
*/
|
|
5643
|
-
"dashboard_withdrawalSettingsInvalidDescription": string;
|
|
5644
|
-
/**
|
|
5645
|
-
* @uiName Withdrawal settings invalid alert header
|
|
5646
|
-
*/
|
|
5647
|
-
"dashboard_withdrawalSettingsInvalidHeader": string;
|
|
5648
5545
|
/**
|
|
5649
5546
|
* @undocumented
|
|
5650
5547
|
*/
|
|
@@ -6307,34 +6204,10 @@ export namespace Components {
|
|
|
6307
6204
|
* @uiName Active W-8 description
|
|
6308
6205
|
*/
|
|
6309
6206
|
"badgeTextSubmittedOnW8"?: string;
|
|
6310
|
-
/**
|
|
6311
|
-
* @uiName Bank name mismatch alert description
|
|
6312
|
-
*/
|
|
6313
|
-
"bankTaxNameMismatchDescription": string;
|
|
6314
|
-
/**
|
|
6315
|
-
* @uiName Bank name mismatch alert header
|
|
6316
|
-
*/
|
|
6317
|
-
"bankTaxNameMismatchHeader": string;
|
|
6318
6207
|
/**
|
|
6319
6208
|
* @uiName Payout information section header
|
|
6320
6209
|
*/
|
|
6321
6210
|
"bankingInformationSectionHeader": string;
|
|
6322
|
-
/**
|
|
6323
|
-
* @uiName Beneficiary name invalid description
|
|
6324
|
-
*/
|
|
6325
|
-
"beneficiaryNameInvalidDescription": string;
|
|
6326
|
-
/**
|
|
6327
|
-
* @uiName Beneficiary name invalid alert header
|
|
6328
|
-
*/
|
|
6329
|
-
"beneficiaryNameInvalidHeader": string;
|
|
6330
|
-
/**
|
|
6331
|
-
* @uiName Beneficiary name mismatch alert description
|
|
6332
|
-
*/
|
|
6333
|
-
"beneficiaryNameMismatchDescription": string;
|
|
6334
|
-
/**
|
|
6335
|
-
* @uiName Beneficiary name mismatch alert header
|
|
6336
|
-
*/
|
|
6337
|
-
"beneficiaryNameMismatchHeader": string;
|
|
6338
6211
|
/**
|
|
6339
6212
|
* @uiName Cancel button label
|
|
6340
6213
|
*/
|
|
@@ -6465,22 +6338,6 @@ export namespace Components {
|
|
|
6465
6338
|
* @uiWidget textArea
|
|
6466
6339
|
*/
|
|
6467
6340
|
"notRegisteredForTax": string;
|
|
6468
|
-
/**
|
|
6469
|
-
* @uiName Payment hold on change alert description
|
|
6470
|
-
*/
|
|
6471
|
-
"paymentHoldOnChangeDescription": string;
|
|
6472
|
-
/**
|
|
6473
|
-
* @uiName Payment hold on change alert header
|
|
6474
|
-
*/
|
|
6475
|
-
"paymentHoldOnChangeHeader": string;
|
|
6476
|
-
/**
|
|
6477
|
-
* @uiName Payment returned alert description
|
|
6478
|
-
*/
|
|
6479
|
-
"paymentReturnedDescription": string;
|
|
6480
|
-
/**
|
|
6481
|
-
* @uiName Payment returned alert header
|
|
6482
|
-
*/
|
|
6483
|
-
"paymentReturnedHeader": string;
|
|
6484
6341
|
/**
|
|
6485
6342
|
* Displayed under the payout details card.
|
|
6486
6343
|
* @uiName Payout from impact text
|
|
@@ -6651,14 +6508,6 @@ export namespace Components {
|
|
|
6651
6508
|
* @uiName W-9 payment threshold alert header
|
|
6652
6509
|
*/
|
|
6653
6510
|
"w9RequiredHeader": string;
|
|
6654
|
-
/**
|
|
6655
|
-
* @uiName Withdrawal settings invalid alert description
|
|
6656
|
-
*/
|
|
6657
|
-
"withdrawalSettingsInvalidDescription": string;
|
|
6658
|
-
/**
|
|
6659
|
-
* @uiName Withdrawal settings invalid alert header
|
|
6660
|
-
*/
|
|
6661
|
-
"withdrawalSettingsInvalidHeader": string;
|
|
6662
6511
|
}
|
|
6663
6512
|
interface SqmText {
|
|
6664
6513
|
/**
|
|
@@ -7057,6 +6906,12 @@ declare global {
|
|
|
7057
6906
|
prototype: HTMLRaisinsPlopTargetElement;
|
|
7058
6907
|
new (): HTMLRaisinsPlopTargetElement;
|
|
7059
6908
|
};
|
|
6909
|
+
interface HTMLSqmAssetCardElement extends Components.SqmAssetCard, HTMLStencilElement {
|
|
6910
|
+
}
|
|
6911
|
+
var HTMLSqmAssetCardElement: {
|
|
6912
|
+
prototype: HTMLSqmAssetCardElement;
|
|
6913
|
+
new (): HTMLSqmAssetCardElement;
|
|
6914
|
+
};
|
|
7060
6915
|
interface HTMLSqmBankingInfoFormElement extends Components.SqmBankingInfoForm, HTMLStencilElement {
|
|
7061
6916
|
}
|
|
7062
6917
|
var HTMLSqmBankingInfoFormElement: {
|
|
@@ -7815,6 +7670,7 @@ declare global {
|
|
|
7815
7670
|
};
|
|
7816
7671
|
interface HTMLElementTagNameMap {
|
|
7817
7672
|
"raisins-plop-target": HTMLRaisinsPlopTargetElement;
|
|
7673
|
+
"sqm-asset-card": HTMLSqmAssetCardElement;
|
|
7818
7674
|
"sqm-banking-info-form": HTMLSqmBankingInfoFormElement;
|
|
7819
7675
|
"sqm-big-stat": HTMLSqmBigStatElement;
|
|
7820
7676
|
"sqm-brand": HTMLSqmBrandElement;
|
|
@@ -7946,6 +7802,21 @@ declare global {
|
|
|
7946
7802
|
declare namespace LocalJSX {
|
|
7947
7803
|
interface RaisinsPlopTarget {
|
|
7948
7804
|
}
|
|
7805
|
+
interface SqmAssetCard {
|
|
7806
|
+
/**
|
|
7807
|
+
* @undocumented
|
|
7808
|
+
* @uiType object
|
|
7809
|
+
*/
|
|
7810
|
+
"demoData"?: DemoData<AssetCardViewProps>;
|
|
7811
|
+
/**
|
|
7812
|
+
* @uiName Banner image
|
|
7813
|
+
*/
|
|
7814
|
+
"imgUrl"?: string;
|
|
7815
|
+
/**
|
|
7816
|
+
* @uiName Banner title
|
|
7817
|
+
*/
|
|
7818
|
+
"titleText"?: string;
|
|
7819
|
+
}
|
|
7949
7820
|
interface SqmBankingInfoForm {
|
|
7950
7821
|
/**
|
|
7951
7822
|
* @uiName Agency code field label
|
|
@@ -8894,7 +8765,7 @@ declare namespace LocalJSX {
|
|
|
8894
8765
|
}
|
|
8895
8766
|
interface SqmHeaderLogo {
|
|
8896
8767
|
/**
|
|
8897
|
-
* @uiName Logo height
|
|
8768
|
+
* @uiName Logo height
|
|
8898
8769
|
*/
|
|
8899
8770
|
"height"?: number;
|
|
8900
8771
|
/**
|
|
@@ -8903,21 +8774,6 @@ declare namespace LocalJSX {
|
|
|
8903
8774
|
* @uiName Logo image
|
|
8904
8775
|
*/
|
|
8905
8776
|
"imageUrl"?: string;
|
|
8906
|
-
/**
|
|
8907
|
-
* This text will be used as the logo only if no Logo image is selected above. The image takes precedence.
|
|
8908
|
-
* @uiName Logo text
|
|
8909
|
-
*/
|
|
8910
|
-
"logoText"?: string;
|
|
8911
|
-
/**
|
|
8912
|
-
* @uiWidget color
|
|
8913
|
-
* @uiName Logo text color
|
|
8914
|
-
*/
|
|
8915
|
-
"logoTextColor"?: string;
|
|
8916
|
-
/**
|
|
8917
|
-
* @uiName Logo text size (in px)
|
|
8918
|
-
* @uiWidget number
|
|
8919
|
-
*/
|
|
8920
|
-
"logoTextSize"?: number;
|
|
8921
8777
|
/**
|
|
8922
8778
|
* Page participants are navigated to after clicking the header logo.
|
|
8923
8779
|
* @uiName Redirect path
|
|
@@ -10149,30 +10005,6 @@ declare namespace LocalJSX {
|
|
|
10149
10005
|
* @uiName Account review alert header
|
|
10150
10006
|
*/
|
|
10151
10007
|
"accountReviewHeader"?: string;
|
|
10152
|
-
/**
|
|
10153
|
-
* @uiName Bank name mismatch alert description
|
|
10154
|
-
*/
|
|
10155
|
-
"bankTaxNameMismatchDescription"?: string;
|
|
10156
|
-
/**
|
|
10157
|
-
* @uiName Bank name mismatch alert header
|
|
10158
|
-
*/
|
|
10159
|
-
"bankTaxNameMismatchHeader"?: string;
|
|
10160
|
-
/**
|
|
10161
|
-
* @uiName Beneficiary name invalid description
|
|
10162
|
-
*/
|
|
10163
|
-
"beneficiaryNameInvalidDescription"?: string;
|
|
10164
|
-
/**
|
|
10165
|
-
* @uiName Beneficiary name invalid alert header
|
|
10166
|
-
*/
|
|
10167
|
-
"beneficiaryNameInvalidHeader"?: string;
|
|
10168
|
-
/**
|
|
10169
|
-
* @uiName Beneficiary name mismatch alert description
|
|
10170
|
-
*/
|
|
10171
|
-
"beneficiaryNameMismatchDescription"?: string;
|
|
10172
|
-
/**
|
|
10173
|
-
* @uiName Beneficiary name mismatch alert header
|
|
10174
|
-
*/
|
|
10175
|
-
"beneficiaryNameMismatchHeader"?: string;
|
|
10176
10008
|
/**
|
|
10177
10009
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
10178
10010
|
*/
|
|
@@ -10182,10 +10014,6 @@ declare namespace LocalJSX {
|
|
|
10182
10014
|
* @uiType object
|
|
10183
10015
|
*/
|
|
10184
10016
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
10185
|
-
/**
|
|
10186
|
-
* @uiName Edit payment info button label
|
|
10187
|
-
*/
|
|
10188
|
-
"editPaymentInformationButton"?: string;
|
|
10189
10017
|
/**
|
|
10190
10018
|
* @uiName Error description
|
|
10191
10019
|
*/
|
|
@@ -10214,26 +10042,6 @@ declare namespace LocalJSX {
|
|
|
10214
10042
|
* @uiName Info required alert header
|
|
10215
10043
|
*/
|
|
10216
10044
|
"informationRequiredHeader"?: string;
|
|
10217
|
-
/**
|
|
10218
|
-
* @uiName Submit new tax form button label
|
|
10219
|
-
*/
|
|
10220
|
-
"newFormButton"?: string;
|
|
10221
|
-
/**
|
|
10222
|
-
* @uiName Payment on hold alert description
|
|
10223
|
-
*/
|
|
10224
|
-
"paymentHoldOnChangeDescription"?: string;
|
|
10225
|
-
/**
|
|
10226
|
-
* @uiName Payment on hold alert header
|
|
10227
|
-
*/
|
|
10228
|
-
"paymentHoldOnChangeHeader"?: string;
|
|
10229
|
-
/**
|
|
10230
|
-
* @uiName Payment returned alert description
|
|
10231
|
-
*/
|
|
10232
|
-
"paymentReturnedDescription"?: string;
|
|
10233
|
-
/**
|
|
10234
|
-
* @uiName Payment returned alert header
|
|
10235
|
-
*/
|
|
10236
|
-
"paymentReturnedHeader"?: string;
|
|
10237
10045
|
/**
|
|
10238
10046
|
* @undocumented
|
|
10239
10047
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -10298,14 +10106,6 @@ declare namespace LocalJSX {
|
|
|
10298
10106
|
* @uiName W-9 payment threshold alert header
|
|
10299
10107
|
*/
|
|
10300
10108
|
"w9RequiredHeader"?: string;
|
|
10301
|
-
/**
|
|
10302
|
-
* @uiName Withdrawal settings invalid alert description
|
|
10303
|
-
*/
|
|
10304
|
-
"withdrawalSettingsInvalidDescription"?: string;
|
|
10305
|
-
/**
|
|
10306
|
-
* @uiName Withdrawal settings invalid alert header
|
|
10307
|
-
*/
|
|
10308
|
-
"withdrawalSettingsInvalidHeader"?: string;
|
|
10309
10109
|
}
|
|
10310
10110
|
interface SqmPopupContainer {
|
|
10311
10111
|
/**
|
|
@@ -13117,35 +12917,11 @@ declare namespace LocalJSX {
|
|
|
13117
12917
|
* @uiGroup Dashboard Properties
|
|
13118
12918
|
*/
|
|
13119
12919
|
"dashboard_badgeTextSubmittedOnW8"?: string;
|
|
13120
|
-
/**
|
|
13121
|
-
* @uiName Bank name mismatch alert description
|
|
13122
|
-
*/
|
|
13123
|
-
"dashboard_bankNameMismatchDescription"?: string;
|
|
13124
|
-
/**
|
|
13125
|
-
* @uiName Bank name mismatch alert header
|
|
13126
|
-
*/
|
|
13127
|
-
"dashboard_bankNameMismatchHeader"?: string;
|
|
13128
12920
|
/**
|
|
13129
12921
|
* @uiName Payout information section header
|
|
13130
12922
|
* @uiGroup Dashboard Properties
|
|
13131
12923
|
*/
|
|
13132
12924
|
"dashboard_bankingInformationSectionHeader"?: string;
|
|
13133
|
-
/**
|
|
13134
|
-
* @uiName Beneficiary name invalid description
|
|
13135
|
-
*/
|
|
13136
|
-
"dashboard_beneficiaryNameInvalidDescription"?: string;
|
|
13137
|
-
/**
|
|
13138
|
-
* @uiName Beneficiary name invalid alert header
|
|
13139
|
-
*/
|
|
13140
|
-
"dashboard_beneficiaryNameInvalidHeader"?: string;
|
|
13141
|
-
/**
|
|
13142
|
-
* @uiName Beneficiary name mismatch alert description
|
|
13143
|
-
*/
|
|
13144
|
-
"dashboard_beneficiaryNameMismatchDescription"?: string;
|
|
13145
|
-
/**
|
|
13146
|
-
* @uiName Beneficiary name mismatch alert header
|
|
13147
|
-
*/
|
|
13148
|
-
"dashboard_beneficiaryNameMismatchHeader"?: string;
|
|
13149
12925
|
/**
|
|
13150
12926
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
13151
12927
|
* @uiName Date column title
|
|
@@ -13271,22 +13047,6 @@ declare namespace LocalJSX {
|
|
|
13271
13047
|
* @uiWidget textArea
|
|
13272
13048
|
*/
|
|
13273
13049
|
"dashboard_notRegisteredForTax"?: string;
|
|
13274
|
-
/**
|
|
13275
|
-
* @uiName Payment on hold alert description
|
|
13276
|
-
*/
|
|
13277
|
-
"dashboard_paymentOnHoldDescription"?: string;
|
|
13278
|
-
/**
|
|
13279
|
-
* @uiName Payment on hold alert header
|
|
13280
|
-
*/
|
|
13281
|
-
"dashboard_paymentOnHoldHeader"?: string;
|
|
13282
|
-
/**
|
|
13283
|
-
* @uiName Payment returned alert description
|
|
13284
|
-
*/
|
|
13285
|
-
"dashboard_paymentReturnedDescription"?: string;
|
|
13286
|
-
/**
|
|
13287
|
-
* @uiName Payment returned alert header
|
|
13288
|
-
*/
|
|
13289
|
-
"dashboard_paymentReturnedHeader"?: string;
|
|
13290
13050
|
/**
|
|
13291
13051
|
* Displayed under the payout details card.
|
|
13292
13052
|
* @uiName Payout from impact text
|
|
@@ -13491,14 +13251,6 @@ declare namespace LocalJSX {
|
|
|
13491
13251
|
* @uiWidget textArea
|
|
13492
13252
|
*/
|
|
13493
13253
|
"dashboard_w9RequiredHeader"?: string;
|
|
13494
|
-
/**
|
|
13495
|
-
* @uiName Withdrawal settings invalid alert description
|
|
13496
|
-
*/
|
|
13497
|
-
"dashboard_withdrawalSettingsInvalidDescription"?: string;
|
|
13498
|
-
/**
|
|
13499
|
-
* @uiName Withdrawal settings invalid alert header
|
|
13500
|
-
*/
|
|
13501
|
-
"dashboard_withdrawalSettingsInvalidHeader"?: string;
|
|
13502
13254
|
/**
|
|
13503
13255
|
* @undocumented
|
|
13504
13256
|
*/
|
|
@@ -14161,34 +13913,10 @@ declare namespace LocalJSX {
|
|
|
14161
13913
|
* @uiName Active W-8 description
|
|
14162
13914
|
*/
|
|
14163
13915
|
"badgeTextSubmittedOnW8"?: string;
|
|
14164
|
-
/**
|
|
14165
|
-
* @uiName Bank name mismatch alert description
|
|
14166
|
-
*/
|
|
14167
|
-
"bankTaxNameMismatchDescription"?: string;
|
|
14168
|
-
/**
|
|
14169
|
-
* @uiName Bank name mismatch alert header
|
|
14170
|
-
*/
|
|
14171
|
-
"bankTaxNameMismatchHeader"?: string;
|
|
14172
13916
|
/**
|
|
14173
13917
|
* @uiName Payout information section header
|
|
14174
13918
|
*/
|
|
14175
13919
|
"bankingInformationSectionHeader"?: string;
|
|
14176
|
-
/**
|
|
14177
|
-
* @uiName Beneficiary name invalid description
|
|
14178
|
-
*/
|
|
14179
|
-
"beneficiaryNameInvalidDescription"?: string;
|
|
14180
|
-
/**
|
|
14181
|
-
* @uiName Beneficiary name invalid alert header
|
|
14182
|
-
*/
|
|
14183
|
-
"beneficiaryNameInvalidHeader"?: string;
|
|
14184
|
-
/**
|
|
14185
|
-
* @uiName Beneficiary name mismatch alert description
|
|
14186
|
-
*/
|
|
14187
|
-
"beneficiaryNameMismatchDescription"?: string;
|
|
14188
|
-
/**
|
|
14189
|
-
* @uiName Beneficiary name mismatch alert header
|
|
14190
|
-
*/
|
|
14191
|
-
"beneficiaryNameMismatchHeader"?: string;
|
|
14192
13920
|
/**
|
|
14193
13921
|
* @uiName Cancel button label
|
|
14194
13922
|
*/
|
|
@@ -14319,22 +14047,6 @@ declare namespace LocalJSX {
|
|
|
14319
14047
|
* @uiWidget textArea
|
|
14320
14048
|
*/
|
|
14321
14049
|
"notRegisteredForTax"?: string;
|
|
14322
|
-
/**
|
|
14323
|
-
* @uiName Payment hold on change alert description
|
|
14324
|
-
*/
|
|
14325
|
-
"paymentHoldOnChangeDescription"?: string;
|
|
14326
|
-
/**
|
|
14327
|
-
* @uiName Payment hold on change alert header
|
|
14328
|
-
*/
|
|
14329
|
-
"paymentHoldOnChangeHeader"?: string;
|
|
14330
|
-
/**
|
|
14331
|
-
* @uiName Payment returned alert description
|
|
14332
|
-
*/
|
|
14333
|
-
"paymentReturnedDescription"?: string;
|
|
14334
|
-
/**
|
|
14335
|
-
* @uiName Payment returned alert header
|
|
14336
|
-
*/
|
|
14337
|
-
"paymentReturnedHeader"?: string;
|
|
14338
14050
|
/**
|
|
14339
14051
|
* Displayed under the payout details card.
|
|
14340
14052
|
* @uiName Payout from impact text
|
|
@@ -14505,14 +14217,6 @@ declare namespace LocalJSX {
|
|
|
14505
14217
|
* @uiName W-9 payment threshold alert header
|
|
14506
14218
|
*/
|
|
14507
14219
|
"w9RequiredHeader"?: string;
|
|
14508
|
-
/**
|
|
14509
|
-
* @uiName Withdrawal settings invalid alert description
|
|
14510
|
-
*/
|
|
14511
|
-
"withdrawalSettingsInvalidDescription"?: string;
|
|
14512
|
-
/**
|
|
14513
|
-
* @uiName Withdrawal settings invalid alert header
|
|
14514
|
-
*/
|
|
14515
|
-
"withdrawalSettingsInvalidHeader"?: string;
|
|
14516
14220
|
}
|
|
14517
14221
|
interface SqmText {
|
|
14518
14222
|
/**
|
|
@@ -14904,6 +14608,7 @@ declare namespace LocalJSX {
|
|
|
14904
14608
|
}
|
|
14905
14609
|
interface IntrinsicElements {
|
|
14906
14610
|
"raisins-plop-target": RaisinsPlopTarget;
|
|
14611
|
+
"sqm-asset-card": SqmAssetCard;
|
|
14907
14612
|
"sqm-banking-info-form": SqmBankingInfoForm;
|
|
14908
14613
|
"sqm-big-stat": SqmBigStat;
|
|
14909
14614
|
"sqm-brand": SqmBrand;
|
|
@@ -15037,6 +14742,7 @@ declare module "@stencil/core" {
|
|
|
15037
14742
|
export namespace JSX {
|
|
15038
14743
|
interface IntrinsicElements {
|
|
15039
14744
|
"raisins-plop-target": LocalJSX.RaisinsPlopTarget & JSXBase.HTMLAttributes<HTMLRaisinsPlopTargetElement>;
|
|
14745
|
+
"sqm-asset-card": LocalJSX.SqmAssetCard & JSXBase.HTMLAttributes<HTMLSqmAssetCardElement>;
|
|
15040
14746
|
"sqm-banking-info-form": LocalJSX.SqmBankingInfoForm & JSXBase.HTMLAttributes<HTMLSqmBankingInfoFormElement>;
|
|
15041
14747
|
"sqm-big-stat": LocalJSX.SqmBigStat & JSXBase.HTMLAttributes<HTMLSqmBigStatElement>;
|
|
15042
14748
|
"sqm-brand": LocalJSX.SqmBrand & JSXBase.HTMLAttributes<HTMLSqmBrandElement>;
|
package/docs/docs.docx
CHANGED
|
Binary file
|