@saasquatch/mint-components 2.0.3-2 → 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 -341
- 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 -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 -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 -341
- 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 -335
- 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-18790f90.entry.js +0 -106
- package/dist/mint-components/p-38a100b4.system.entry.js +0 -1
- package/dist/mint-components/p-3f661133.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-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,21 +1034,7 @@ export namespace Components {
|
|
|
1018
1034
|
* @format url
|
|
1019
1035
|
* @uiName Logo image
|
|
1020
1036
|
*/
|
|
1021
|
-
"imageUrl"
|
|
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;
|
|
1037
|
+
"imageUrl": string;
|
|
1036
1038
|
/**
|
|
1037
1039
|
* Page participants are navigated to after clicking the header logo.
|
|
1038
1040
|
* @uiName Redirect path
|
|
@@ -2270,30 +2272,6 @@ export namespace Components {
|
|
|
2270
2272
|
* @uiName Account review alert header
|
|
2271
2273
|
*/
|
|
2272
2274
|
"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;
|
|
2297
2275
|
/**
|
|
2298
2276
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2299
2277
|
*/
|
|
@@ -2303,10 +2281,6 @@ export namespace Components {
|
|
|
2303
2281
|
* @uiType object
|
|
2304
2282
|
*/
|
|
2305
2283
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
2306
|
-
/**
|
|
2307
|
-
* @uiName Edit payment info button label
|
|
2308
|
-
*/
|
|
2309
|
-
"editPaymentInformationButton": string;
|
|
2310
2284
|
/**
|
|
2311
2285
|
* @uiName Error description
|
|
2312
2286
|
*/
|
|
@@ -2335,26 +2309,6 @@ export namespace Components {
|
|
|
2335
2309
|
* @uiName Info required alert header
|
|
2336
2310
|
*/
|
|
2337
2311
|
"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;
|
|
2358
2312
|
/**
|
|
2359
2313
|
* @undocumented
|
|
2360
2314
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -2419,14 +2373,6 @@ export namespace Components {
|
|
|
2419
2373
|
* @uiName W-9 payment threshold alert header
|
|
2420
2374
|
*/
|
|
2421
2375
|
"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;
|
|
2430
2376
|
}
|
|
2431
2377
|
interface SqmPopupContainer {
|
|
2432
2378
|
/**
|
|
@@ -5262,35 +5208,11 @@ export namespace Components {
|
|
|
5262
5208
|
* @uiGroup Dashboard Properties
|
|
5263
5209
|
*/
|
|
5264
5210
|
"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;
|
|
5273
5211
|
/**
|
|
5274
5212
|
* @uiName Payout information section header
|
|
5275
5213
|
* @uiGroup Dashboard Properties
|
|
5276
5214
|
*/
|
|
5277
5215
|
"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;
|
|
5294
5216
|
/**
|
|
5295
5217
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
5296
5218
|
* @uiName Date column title
|
|
@@ -5416,22 +5338,6 @@ export namespace Components {
|
|
|
5416
5338
|
* @uiWidget textArea
|
|
5417
5339
|
*/
|
|
5418
5340
|
"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;
|
|
5435
5341
|
/**
|
|
5436
5342
|
* Displayed under the payout details card.
|
|
5437
5343
|
* @uiName Payout from impact text
|
|
@@ -5636,14 +5542,6 @@ export namespace Components {
|
|
|
5636
5542
|
* @uiWidget textArea
|
|
5637
5543
|
*/
|
|
5638
5544
|
"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;
|
|
5647
5545
|
/**
|
|
5648
5546
|
* @undocumented
|
|
5649
5547
|
*/
|
|
@@ -6306,34 +6204,10 @@ export namespace Components {
|
|
|
6306
6204
|
* @uiName Active W-8 description
|
|
6307
6205
|
*/
|
|
6308
6206
|
"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;
|
|
6317
6207
|
/**
|
|
6318
6208
|
* @uiName Payout information section header
|
|
6319
6209
|
*/
|
|
6320
6210
|
"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;
|
|
6337
6211
|
/**
|
|
6338
6212
|
* @uiName Cancel button label
|
|
6339
6213
|
*/
|
|
@@ -6464,22 +6338,6 @@ export namespace Components {
|
|
|
6464
6338
|
* @uiWidget textArea
|
|
6465
6339
|
*/
|
|
6466
6340
|
"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;
|
|
6483
6341
|
/**
|
|
6484
6342
|
* Displayed under the payout details card.
|
|
6485
6343
|
* @uiName Payout from impact text
|
|
@@ -6650,14 +6508,6 @@ export namespace Components {
|
|
|
6650
6508
|
* @uiName W-9 payment threshold alert header
|
|
6651
6509
|
*/
|
|
6652
6510
|
"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;
|
|
6661
6511
|
}
|
|
6662
6512
|
interface SqmText {
|
|
6663
6513
|
/**
|
|
@@ -7056,6 +6906,12 @@ declare global {
|
|
|
7056
6906
|
prototype: HTMLRaisinsPlopTargetElement;
|
|
7057
6907
|
new (): HTMLRaisinsPlopTargetElement;
|
|
7058
6908
|
};
|
|
6909
|
+
interface HTMLSqmAssetCardElement extends Components.SqmAssetCard, HTMLStencilElement {
|
|
6910
|
+
}
|
|
6911
|
+
var HTMLSqmAssetCardElement: {
|
|
6912
|
+
prototype: HTMLSqmAssetCardElement;
|
|
6913
|
+
new (): HTMLSqmAssetCardElement;
|
|
6914
|
+
};
|
|
7059
6915
|
interface HTMLSqmBankingInfoFormElement extends Components.SqmBankingInfoForm, HTMLStencilElement {
|
|
7060
6916
|
}
|
|
7061
6917
|
var HTMLSqmBankingInfoFormElement: {
|
|
@@ -7814,6 +7670,7 @@ declare global {
|
|
|
7814
7670
|
};
|
|
7815
7671
|
interface HTMLElementTagNameMap {
|
|
7816
7672
|
"raisins-plop-target": HTMLRaisinsPlopTargetElement;
|
|
7673
|
+
"sqm-asset-card": HTMLSqmAssetCardElement;
|
|
7817
7674
|
"sqm-banking-info-form": HTMLSqmBankingInfoFormElement;
|
|
7818
7675
|
"sqm-big-stat": HTMLSqmBigStatElement;
|
|
7819
7676
|
"sqm-brand": HTMLSqmBrandElement;
|
|
@@ -7945,6 +7802,21 @@ declare global {
|
|
|
7945
7802
|
declare namespace LocalJSX {
|
|
7946
7803
|
interface RaisinsPlopTarget {
|
|
7947
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
|
+
}
|
|
7948
7820
|
interface SqmBankingInfoForm {
|
|
7949
7821
|
/**
|
|
7950
7822
|
* @uiName Agency code field label
|
|
@@ -8893,7 +8765,7 @@ declare namespace LocalJSX {
|
|
|
8893
8765
|
}
|
|
8894
8766
|
interface SqmHeaderLogo {
|
|
8895
8767
|
/**
|
|
8896
|
-
* @uiName Logo height
|
|
8768
|
+
* @uiName Logo height
|
|
8897
8769
|
*/
|
|
8898
8770
|
"height"?: number;
|
|
8899
8771
|
/**
|
|
@@ -8902,20 +8774,6 @@ declare namespace LocalJSX {
|
|
|
8902
8774
|
* @uiName Logo image
|
|
8903
8775
|
*/
|
|
8904
8776
|
"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;
|
|
8919
8777
|
/**
|
|
8920
8778
|
* Page participants are navigated to after clicking the header logo.
|
|
8921
8779
|
* @uiName Redirect path
|
|
@@ -10147,30 +10005,6 @@ declare namespace LocalJSX {
|
|
|
10147
10005
|
* @uiName Account review alert header
|
|
10148
10006
|
*/
|
|
10149
10007
|
"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;
|
|
10174
10008
|
/**
|
|
10175
10009
|
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
10176
10010
|
*/
|
|
@@ -10180,10 +10014,6 @@ declare namespace LocalJSX {
|
|
|
10180
10014
|
* @uiType object
|
|
10181
10015
|
*/
|
|
10182
10016
|
"demoData"?: DemoData<PayoutStatusAlertViewProps>;
|
|
10183
|
-
/**
|
|
10184
|
-
* @uiName Edit payment info button label
|
|
10185
|
-
*/
|
|
10186
|
-
"editPaymentInformationButton"?: string;
|
|
10187
10017
|
/**
|
|
10188
10018
|
* @uiName Error description
|
|
10189
10019
|
*/
|
|
@@ -10212,26 +10042,6 @@ declare namespace LocalJSX {
|
|
|
10212
10042
|
* @uiName Info required alert header
|
|
10213
10043
|
*/
|
|
10214
10044
|
"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;
|
|
10235
10045
|
/**
|
|
10236
10046
|
* @undocumented
|
|
10237
10047
|
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
@@ -10296,14 +10106,6 @@ declare namespace LocalJSX {
|
|
|
10296
10106
|
* @uiName W-9 payment threshold alert header
|
|
10297
10107
|
*/
|
|
10298
10108
|
"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;
|
|
10307
10109
|
}
|
|
10308
10110
|
interface SqmPopupContainer {
|
|
10309
10111
|
/**
|
|
@@ -13115,35 +12917,11 @@ declare namespace LocalJSX {
|
|
|
13115
12917
|
* @uiGroup Dashboard Properties
|
|
13116
12918
|
*/
|
|
13117
12919
|
"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;
|
|
13126
12920
|
/**
|
|
13127
12921
|
* @uiName Payout information section header
|
|
13128
12922
|
* @uiGroup Dashboard Properties
|
|
13129
12923
|
*/
|
|
13130
12924
|
"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;
|
|
13147
12925
|
/**
|
|
13148
12926
|
* Part of the Invoice table displayed at the bottom of the page.
|
|
13149
12927
|
* @uiName Date column title
|
|
@@ -13269,22 +13047,6 @@ declare namespace LocalJSX {
|
|
|
13269
13047
|
* @uiWidget textArea
|
|
13270
13048
|
*/
|
|
13271
13049
|
"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;
|
|
13288
13050
|
/**
|
|
13289
13051
|
* Displayed under the payout details card.
|
|
13290
13052
|
* @uiName Payout from impact text
|
|
@@ -13489,14 +13251,6 @@ declare namespace LocalJSX {
|
|
|
13489
13251
|
* @uiWidget textArea
|
|
13490
13252
|
*/
|
|
13491
13253
|
"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;
|
|
13500
13254
|
/**
|
|
13501
13255
|
* @undocumented
|
|
13502
13256
|
*/
|
|
@@ -14159,34 +13913,10 @@ declare namespace LocalJSX {
|
|
|
14159
13913
|
* @uiName Active W-8 description
|
|
14160
13914
|
*/
|
|
14161
13915
|
"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;
|
|
14170
13916
|
/**
|
|
14171
13917
|
* @uiName Payout information section header
|
|
14172
13918
|
*/
|
|
14173
13919
|
"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;
|
|
14190
13920
|
/**
|
|
14191
13921
|
* @uiName Cancel button label
|
|
14192
13922
|
*/
|
|
@@ -14317,22 +14047,6 @@ declare namespace LocalJSX {
|
|
|
14317
14047
|
* @uiWidget textArea
|
|
14318
14048
|
*/
|
|
14319
14049
|
"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;
|
|
14336
14050
|
/**
|
|
14337
14051
|
* Displayed under the payout details card.
|
|
14338
14052
|
* @uiName Payout from impact text
|
|
@@ -14503,14 +14217,6 @@ declare namespace LocalJSX {
|
|
|
14503
14217
|
* @uiName W-9 payment threshold alert header
|
|
14504
14218
|
*/
|
|
14505
14219
|
"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;
|
|
14514
14220
|
}
|
|
14515
14221
|
interface SqmText {
|
|
14516
14222
|
/**
|
|
@@ -14902,6 +14608,7 @@ declare namespace LocalJSX {
|
|
|
14902
14608
|
}
|
|
14903
14609
|
interface IntrinsicElements {
|
|
14904
14610
|
"raisins-plop-target": RaisinsPlopTarget;
|
|
14611
|
+
"sqm-asset-card": SqmAssetCard;
|
|
14905
14612
|
"sqm-banking-info-form": SqmBankingInfoForm;
|
|
14906
14613
|
"sqm-big-stat": SqmBigStat;
|
|
14907
14614
|
"sqm-brand": SqmBrand;
|
|
@@ -15035,6 +14742,7 @@ declare module "@stencil/core" {
|
|
|
15035
14742
|
export namespace JSX {
|
|
15036
14743
|
interface IntrinsicElements {
|
|
15037
14744
|
"raisins-plop-target": LocalJSX.RaisinsPlopTarget & JSXBase.HTMLAttributes<HTMLRaisinsPlopTargetElement>;
|
|
14745
|
+
"sqm-asset-card": LocalJSX.SqmAssetCard & JSXBase.HTMLAttributes<HTMLSqmAssetCardElement>;
|
|
15038
14746
|
"sqm-banking-info-form": LocalJSX.SqmBankingInfoForm & JSXBase.HTMLAttributes<HTMLSqmBankingInfoFormElement>;
|
|
15039
14747
|
"sqm-big-stat": LocalJSX.SqmBigStat & JSXBase.HTMLAttributes<HTMLSqmBigStatElement>;
|
|
15040
14748
|
"sqm-brand": LocalJSX.SqmBrand & JSXBase.HTMLAttributes<HTMLSqmBrandElement>;
|
package/docs/docs.docx
CHANGED
|
Binary file
|