@saasquatch/mint-components 2.0.2-10 → 2.0.2-12
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/sqm-banking-info-form_10.cjs.entry.js +6 -7
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +4 -5
- package/dist/esm/sqm-banking-info-form_10.entry.js +6 -7
- package/dist/esm/sqm-big-stat_47.entry.js +4 -4
- 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/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-7d6c3126.system.entry.js → p-496980ca.system.entry.js} +1 -1
- package/dist/mint-components/{p-c540c501.entry.js → p-91df86c9.entry.js} +6 -6
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/p-a3323ecb.system.entry.js +1 -0
- package/dist/mint-components/{p-408a3798.entry.js → p-e4f6a6c8.entry.js} +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-35576752.system.entry.js +0 -1
|
@@ -4744,11 +4744,11 @@ const TaxAndCashDashboard = class {
|
|
|
4744
4744
|
/**
|
|
4745
4745
|
* @uiName Withdrawal settings invalid alert header
|
|
4746
4746
|
*/
|
|
4747
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
4747
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
4748
4748
|
/**
|
|
4749
4749
|
* @uiName Withdrawal settings invalid alert description
|
|
4750
4750
|
*/
|
|
4751
|
-
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
4751
|
+
this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
4752
4752
|
/**
|
|
4753
4753
|
* @uiName Payment returned alert header
|
|
4754
4754
|
*/
|
|
@@ -6177,7 +6177,6 @@ const UserInfoFormView = (props) => {
|
|
|
6177
6177
|
}
|
|
6178
6178
|
function isDisabledInput(field) {
|
|
6179
6179
|
var _a;
|
|
6180
|
-
console.log({ data, states });
|
|
6181
6180
|
if (states.isPartner && !!((_a = data.partnerData) === null || _a === void 0 ? void 0 : _a[field]))
|
|
6182
6181
|
return true;
|
|
6183
6182
|
return false;
|
|
@@ -6288,7 +6287,7 @@ const UserInfoFormView = (props) => {
|
|
|
6288
6287
|
index.h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", label: text.address, id: "address", name: "/address", value: formState.address, validationError: ({ value }) =>
|
|
6289
6288
|
// Checks for non-ASCII characters
|
|
6290
6289
|
!utils$1.validateBillingField(/^[\x20-\xFF]+$/, value) &&
|
|
6291
|
-
utils$1.formatErrorMessage(text.address, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("
|
|
6290
|
+
utils$1.formatErrorMessage(text.address, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("billingAddress") }, (((_l = formState.errors) === null || _l === void 0 ? void 0 : _l.address) ? {
|
|
6292
6291
|
class: classes.ErrorInput,
|
|
6293
6292
|
helpText: utils$1.formatErrorMessage(text.address, formState.errors.address),
|
|
6294
6293
|
}
|
|
@@ -6296,17 +6295,17 @@ const UserInfoFormView = (props) => {
|
|
|
6296
6295
|
index.h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", label: text.city, id: "city", name: "/city", value: formState.city, validationError: ({ value }) =>
|
|
6297
6296
|
// Checks for non-ASCII characters
|
|
6298
6297
|
!utils$1.validateBillingField(/^[\x20-\xFF]+$/, value) &&
|
|
6299
|
-
utils$1.formatErrorMessage(text.city, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("
|
|
6298
|
+
utils$1.formatErrorMessage(text.city, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("billingCity") }, (((_m = formState.errors) === null || _m === void 0 ? void 0 : _m.city) ? {
|
|
6300
6299
|
class: classes.ErrorInput,
|
|
6301
6300
|
helpText: utils$1.formatErrorMessage(text.city, formState.errors.city),
|
|
6302
6301
|
}
|
|
6303
6302
|
: {}), { required: true })),
|
|
6304
|
-
!states.hideState && (index.h("sl-select", Object.assign({ label: regionLabel, exportparts: "label: input-label, base: input-base", id: "state", name: "/state", value: formState.state, disabled: states.disabled || isDisabledInput("
|
|
6303
|
+
!states.hideState && (index.h("sl-select", Object.assign({ label: regionLabel, exportparts: "label: input-label, base: input-base", id: "state", name: "/state", value: formState.state, disabled: states.disabled || isDisabledInput("billingState") }, (((_o = formState.errors) === null || _o === void 0 ? void 0 : _o.state) ? {
|
|
6305
6304
|
class: classes.ErrorInput,
|
|
6306
6305
|
helpText: utils$1.formatErrorMessage(text.state, formState.errors.state),
|
|
6307
6306
|
}
|
|
6308
6307
|
: {}), { required: true }), (_p = data.regions) === null || _p === void 0 ? void 0 : _p.map((r) => (index.h("sl-menu-item", { value: r.value }, r.label))))),
|
|
6309
|
-
index.h("sl-input", Object.assign({ label: text.postalCode, exportparts: "label: input-label, base: input-base", id: "postalCode", name: "/postalCode", value: formState.postalCode, disabled: states.disabled || isDisabledInput("
|
|
6308
|
+
index.h("sl-input", Object.assign({ label: text.postalCode, exportparts: "label: input-label, base: input-base", id: "postalCode", name: "/postalCode", value: formState.postalCode, disabled: states.disabled || isDisabledInput("billingPostalCode") }, (((_q = formState.errors) === null || _q === void 0 ? void 0 : _q.postalCode) ? {
|
|
6310
6309
|
class: classes.ErrorInput,
|
|
6311
6310
|
helpText: utils$1.formatErrorMessage(text.postalCode, formState.errors.postalCode),
|
|
6312
6311
|
}
|
|
@@ -3285,11 +3285,11 @@ const PayoutStatusAlert = class {
|
|
|
3285
3285
|
/**
|
|
3286
3286
|
* @uiName Withdrawal settings invalid alert header
|
|
3287
3287
|
*/
|
|
3288
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
3288
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
3289
3289
|
/**
|
|
3290
3290
|
* @uiName Withdrawal settings invalid alert description
|
|
3291
3291
|
*/
|
|
3292
|
-
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
3292
|
+
this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
3293
3293
|
/**
|
|
3294
3294
|
* @uiName Payment returned alert header
|
|
3295
3295
|
*/
|
|
@@ -7665,11 +7665,11 @@ const TaxAndCashMonolith = class {
|
|
|
7665
7665
|
/**
|
|
7666
7666
|
* @uiName Withdrawal settings invalid alert header
|
|
7667
7667
|
*/
|
|
7668
|
-
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
7668
|
+
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
7669
7669
|
/**
|
|
7670
7670
|
* @uiName Withdrawal settings invalid alert description
|
|
7671
7671
|
*/
|
|
7672
|
-
this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
7672
|
+
this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
7673
7673
|
/**
|
|
7674
7674
|
* @uiName Payment returned alert header
|
|
7675
7675
|
*/
|
package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js
CHANGED
|
@@ -114,11 +114,11 @@ export class PayoutStatusAlert {
|
|
|
114
114
|
/**
|
|
115
115
|
* @uiName Withdrawal settings invalid alert header
|
|
116
116
|
*/
|
|
117
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
117
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
118
118
|
/**
|
|
119
119
|
* @uiName Withdrawal settings invalid alert description
|
|
120
120
|
*/
|
|
121
|
-
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
121
|
+
this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
122
122
|
/**
|
|
123
123
|
* @uiName Payment returned alert header
|
|
124
124
|
*/
|
|
@@ -713,7 +713,7 @@ export class PayoutStatusAlert {
|
|
|
713
713
|
},
|
|
714
714
|
"attribute": "withdrawal-settings-invalid-header",
|
|
715
715
|
"reflect": false,
|
|
716
|
-
"defaultValue": "\"Your payment information includes invalid characters\""
|
|
716
|
+
"defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
|
|
717
717
|
},
|
|
718
718
|
"withdrawalSettingsInvalidDescription": {
|
|
719
719
|
"type": "string",
|
|
@@ -734,7 +734,7 @@ export class PayoutStatusAlert {
|
|
|
734
734
|
},
|
|
735
735
|
"attribute": "withdrawal-settings-invalid-description",
|
|
736
736
|
"reflect": false,
|
|
737
|
-
"defaultValue": "\"There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
737
|
+
"defaultValue": "\"There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.\""
|
|
738
738
|
},
|
|
739
739
|
"paymentReturnedHeader": {
|
|
740
740
|
"type": "string",
|
|
@@ -977,11 +977,11 @@ export class TaxAndCashMonolith {
|
|
|
977
977
|
/**
|
|
978
978
|
* @uiName Withdrawal settings invalid alert header
|
|
979
979
|
*/
|
|
980
|
-
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
980
|
+
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
981
981
|
/**
|
|
982
982
|
* @uiName Withdrawal settings invalid alert description
|
|
983
983
|
*/
|
|
984
|
-
this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
984
|
+
this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
985
985
|
/**
|
|
986
986
|
* @uiName Payment returned alert header
|
|
987
987
|
*/
|
|
@@ -5255,7 +5255,7 @@ export class TaxAndCashMonolith {
|
|
|
5255
5255
|
},
|
|
5256
5256
|
"attribute": "dashboard_withdrawal-settings-invalid-header",
|
|
5257
5257
|
"reflect": false,
|
|
5258
|
-
"defaultValue": "\"Your payment information includes invalid characters\""
|
|
5258
|
+
"defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
|
|
5259
5259
|
},
|
|
5260
5260
|
"dashboard_withdrawalSettingsInvalidDescription": {
|
|
5261
5261
|
"type": "string",
|
|
@@ -5276,7 +5276,7 @@ export class TaxAndCashMonolith {
|
|
|
5276
5276
|
},
|
|
5277
5277
|
"attribute": "dashboard_withdrawal-settings-invalid-description",
|
|
5278
5278
|
"reflect": false,
|
|
5279
|
-
"defaultValue": "\"There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
5279
|
+
"defaultValue": "\"There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.\""
|
|
5280
5280
|
},
|
|
5281
5281
|
"dashboard_paymentReturnedHeader": {
|
|
5282
5282
|
"type": "string",
|
|
@@ -282,11 +282,11 @@ export class TaxAndCashDashboard {
|
|
|
282
282
|
/**
|
|
283
283
|
* @uiName Withdrawal settings invalid alert header
|
|
284
284
|
*/
|
|
285
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
285
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
286
286
|
/**
|
|
287
287
|
* @uiName Withdrawal settings invalid alert description
|
|
288
288
|
*/
|
|
289
|
-
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
289
|
+
this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
290
290
|
/**
|
|
291
291
|
* @uiName Payment returned alert header
|
|
292
292
|
*/
|
|
@@ -1601,7 +1601,7 @@ export class TaxAndCashDashboard {
|
|
|
1601
1601
|
},
|
|
1602
1602
|
"attribute": "withdrawal-settings-invalid-header",
|
|
1603
1603
|
"reflect": false,
|
|
1604
|
-
"defaultValue": "\"Your payment information includes invalid characters\""
|
|
1604
|
+
"defaultValue": "\"Your payment information is incomplete or includes invalid characters\""
|
|
1605
1605
|
},
|
|
1606
1606
|
"withdrawalSettingsInvalidDescription": {
|
|
1607
1607
|
"type": "string",
|
|
@@ -1622,7 +1622,7 @@ export class TaxAndCashDashboard {
|
|
|
1622
1622
|
},
|
|
1623
1623
|
"attribute": "withdrawal-settings-invalid-description",
|
|
1624
1624
|
"reflect": false,
|
|
1625
|
-
"defaultValue": "\"There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
1625
|
+
"defaultValue": "\"There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.\""
|
|
1626
1626
|
},
|
|
1627
1627
|
"paymentReturnedHeader": {
|
|
1628
1628
|
"type": "string",
|
package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js
CHANGED
|
@@ -289,7 +289,6 @@ export const UserInfoFormView = (props) => {
|
|
|
289
289
|
}
|
|
290
290
|
function isDisabledInput(field) {
|
|
291
291
|
var _a;
|
|
292
|
-
console.log({ data, states });
|
|
293
292
|
if (states.isPartner && !!((_a = data.partnerData) === null || _a === void 0 ? void 0 : _a[field]))
|
|
294
293
|
return true;
|
|
295
294
|
return false;
|
|
@@ -400,7 +399,7 @@ export const UserInfoFormView = (props) => {
|
|
|
400
399
|
h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", label: text.address, id: "address", name: "/address", value: formState.address, validationError: ({ value }) =>
|
|
401
400
|
// Checks for non-ASCII characters
|
|
402
401
|
!validateBillingField(/^[\x20-\xFF]+$/, value) &&
|
|
403
|
-
formatErrorMessage(text.address, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("
|
|
402
|
+
formatErrorMessage(text.address, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("billingAddress") }, (((_l = formState.errors) === null || _l === void 0 ? void 0 : _l.address) ? {
|
|
404
403
|
class: classes.ErrorInput,
|
|
405
404
|
helpText: formatErrorMessage(text.address, formState.errors.address),
|
|
406
405
|
}
|
|
@@ -408,17 +407,17 @@ export const UserInfoFormView = (props) => {
|
|
|
408
407
|
h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", label: text.city, id: "city", name: "/city", value: formState.city, validationError: ({ value }) =>
|
|
409
408
|
// Checks for non-ASCII characters
|
|
410
409
|
!validateBillingField(/^[\x20-\xFF]+$/, value) &&
|
|
411
|
-
formatErrorMessage(text.city, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("
|
|
410
|
+
formatErrorMessage(text.city, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("billingCity") }, (((_m = formState.errors) === null || _m === void 0 ? void 0 : _m.city) ? {
|
|
412
411
|
class: classes.ErrorInput,
|
|
413
412
|
helpText: formatErrorMessage(text.city, formState.errors.city),
|
|
414
413
|
}
|
|
415
414
|
: {}), { required: true })),
|
|
416
|
-
!states.hideState && (h("sl-select", Object.assign({ label: regionLabel, exportparts: "label: input-label, base: input-base", id: "state", name: "/state", value: formState.state, disabled: states.disabled || isDisabledInput("
|
|
415
|
+
!states.hideState && (h("sl-select", Object.assign({ label: regionLabel, exportparts: "label: input-label, base: input-base", id: "state", name: "/state", value: formState.state, disabled: states.disabled || isDisabledInput("billingState") }, (((_o = formState.errors) === null || _o === void 0 ? void 0 : _o.state) ? {
|
|
417
416
|
class: classes.ErrorInput,
|
|
418
417
|
helpText: formatErrorMessage(text.state, formState.errors.state),
|
|
419
418
|
}
|
|
420
419
|
: {}), { required: true }), (_p = data.regions) === null || _p === void 0 ? void 0 : _p.map((r) => (h("sl-menu-item", { value: r.value }, r.label))))),
|
|
421
|
-
h("sl-input", Object.assign({ label: text.postalCode, exportparts: "label: input-label, base: input-base", id: "postalCode", name: "/postalCode", value: formState.postalCode, disabled: states.disabled || isDisabledInput("
|
|
420
|
+
h("sl-input", Object.assign({ label: text.postalCode, exportparts: "label: input-label, base: input-base", id: "postalCode", name: "/postalCode", value: formState.postalCode, disabled: states.disabled || isDisabledInput("billingPostalCode") }, (((_q = formState.errors) === null || _q === void 0 ? void 0 : _q.postalCode) ? {
|
|
422
421
|
class: classes.ErrorInput,
|
|
423
422
|
helpText: formatErrorMessage(text.postalCode, formState.errors.postalCode),
|
|
424
423
|
}
|
|
@@ -4740,11 +4740,11 @@ const TaxAndCashDashboard = class {
|
|
|
4740
4740
|
/**
|
|
4741
4741
|
* @uiName Withdrawal settings invalid alert header
|
|
4742
4742
|
*/
|
|
4743
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
4743
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
4744
4744
|
/**
|
|
4745
4745
|
* @uiName Withdrawal settings invalid alert description
|
|
4746
4746
|
*/
|
|
4747
|
-
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
4747
|
+
this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
4748
4748
|
/**
|
|
4749
4749
|
* @uiName Payment returned alert header
|
|
4750
4750
|
*/
|
|
@@ -6173,7 +6173,6 @@ const UserInfoFormView = (props) => {
|
|
|
6173
6173
|
}
|
|
6174
6174
|
function isDisabledInput(field) {
|
|
6175
6175
|
var _a;
|
|
6176
|
-
console.log({ data, states });
|
|
6177
6176
|
if (states.isPartner && !!((_a = data.partnerData) === null || _a === void 0 ? void 0 : _a[field]))
|
|
6178
6177
|
return true;
|
|
6179
6178
|
return false;
|
|
@@ -6284,7 +6283,7 @@ const UserInfoFormView = (props) => {
|
|
|
6284
6283
|
h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", label: text.address, id: "address", name: "/address", value: formState.address, validationError: ({ value }) =>
|
|
6285
6284
|
// Checks for non-ASCII characters
|
|
6286
6285
|
!validateBillingField(/^[\x20-\xFF]+$/, value) &&
|
|
6287
|
-
formatErrorMessage(text.address, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("
|
|
6286
|
+
formatErrorMessage(text.address, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("billingAddress") }, (((_l = formState.errors) === null || _l === void 0 ? void 0 : _l.address) ? {
|
|
6288
6287
|
class: classes.ErrorInput,
|
|
6289
6288
|
helpText: formatErrorMessage(text.address, formState.errors.address),
|
|
6290
6289
|
}
|
|
@@ -6292,17 +6291,17 @@ const UserInfoFormView = (props) => {
|
|
|
6292
6291
|
h("sl-input", Object.assign({ exportparts: "label: input-label, base: input-base", label: text.city, id: "city", name: "/city", value: formState.city, validationError: ({ value }) =>
|
|
6293
6292
|
// Checks for non-ASCII characters
|
|
6294
6293
|
!validateBillingField(/^[\x20-\xFF]+$/, value) &&
|
|
6295
|
-
formatErrorMessage(text.city, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("
|
|
6294
|
+
formatErrorMessage(text.city, text.error.invalidCharacterError), disabled: states.disabled || isDisabledInput("billingCity") }, (((_m = formState.errors) === null || _m === void 0 ? void 0 : _m.city) ? {
|
|
6296
6295
|
class: classes.ErrorInput,
|
|
6297
6296
|
helpText: formatErrorMessage(text.city, formState.errors.city),
|
|
6298
6297
|
}
|
|
6299
6298
|
: {}), { required: true })),
|
|
6300
|
-
!states.hideState && (h("sl-select", Object.assign({ label: regionLabel, exportparts: "label: input-label, base: input-base", id: "state", name: "/state", value: formState.state, disabled: states.disabled || isDisabledInput("
|
|
6299
|
+
!states.hideState && (h("sl-select", Object.assign({ label: regionLabel, exportparts: "label: input-label, base: input-base", id: "state", name: "/state", value: formState.state, disabled: states.disabled || isDisabledInput("billingState") }, (((_o = formState.errors) === null || _o === void 0 ? void 0 : _o.state) ? {
|
|
6301
6300
|
class: classes.ErrorInput,
|
|
6302
6301
|
helpText: formatErrorMessage(text.state, formState.errors.state),
|
|
6303
6302
|
}
|
|
6304
6303
|
: {}), { required: true }), (_p = data.regions) === null || _p === void 0 ? void 0 : _p.map((r) => (h("sl-menu-item", { value: r.value }, r.label))))),
|
|
6305
|
-
h("sl-input", Object.assign({ label: text.postalCode, exportparts: "label: input-label, base: input-base", id: "postalCode", name: "/postalCode", value: formState.postalCode, disabled: states.disabled || isDisabledInput("
|
|
6304
|
+
h("sl-input", Object.assign({ label: text.postalCode, exportparts: "label: input-label, base: input-base", id: "postalCode", name: "/postalCode", value: formState.postalCode, disabled: states.disabled || isDisabledInput("billingPostalCode") }, (((_q = formState.errors) === null || _q === void 0 ? void 0 : _q.postalCode) ? {
|
|
6306
6305
|
class: classes.ErrorInput,
|
|
6307
6306
|
helpText: formatErrorMessage(text.postalCode, formState.errors.postalCode),
|
|
6308
6307
|
}
|
|
@@ -3281,11 +3281,11 @@ const PayoutStatusAlert = class {
|
|
|
3281
3281
|
/**
|
|
3282
3282
|
* @uiName Withdrawal settings invalid alert header
|
|
3283
3283
|
*/
|
|
3284
|
-
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
3284
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
3285
3285
|
/**
|
|
3286
3286
|
* @uiName Withdrawal settings invalid alert description
|
|
3287
3287
|
*/
|
|
3288
|
-
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
3288
|
+
this.withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
3289
3289
|
/**
|
|
3290
3290
|
* @uiName Payment returned alert header
|
|
3291
3291
|
*/
|
|
@@ -7661,11 +7661,11 @@ const TaxAndCashMonolith = class {
|
|
|
7661
7661
|
/**
|
|
7662
7662
|
* @uiName Withdrawal settings invalid alert header
|
|
7663
7663
|
*/
|
|
7664
|
-
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
7664
|
+
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information is incomplete or includes invalid characters";
|
|
7665
7665
|
/**
|
|
7666
7666
|
* @uiName Withdrawal settings invalid alert description
|
|
7667
7667
|
*/
|
|
7668
|
-
this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct
|
|
7668
|
+
this.dashboard_withdrawalSettingsInvalidDescription = "There are missing fields or invalid characters in your payment information. Please review your information and make sure it is correct. Your payouts are on hold until this is resolved.";
|
|
7669
7669
|
/**
|
|
7670
7670
|
* @uiName Payment returned alert header
|
|
7671
7671
|
*/
|