@saasquatch/mint-components 1.9.2-0 → 1.9.2-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +14 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +32 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +28 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_16.entry.js +14 -3
- package/dist/esm/sqm-stencilbook.entry.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_16.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-e680ae37.entry.js → p-0a0ec6a8.entry.js} +1 -1
- package/dist/mint-components/{p-2c2dfdb3.system.entry.js → p-2574a651.system.entry.js} +1 -1
- package/dist/mint-components/p-6ffed27b.system.js +1 -1
- package/dist/mint-components/{p-f48a6a82.entry.js → p-b14c6382.entry.js} +1 -1
- package/dist/mint-components/{p-8d34ff00.system.entry.js → p-b8650778.system.entry.js} +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +7 -1
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +6 -1
- package/dist/types/components.d.ts +26 -4
- 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/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
|
@@ -83,12 +83,18 @@ export declare class TaxAndCashMonolith {
|
|
|
83
83
|
*/
|
|
84
84
|
step1_personalInformation: string;
|
|
85
85
|
/**
|
|
86
|
-
* The text
|
|
86
|
+
* The link text that appears in the terms and conditions checkbox
|
|
87
87
|
* @uiName Terms and conditions text
|
|
88
88
|
* @uiGroup Step 1 Properties
|
|
89
89
|
* @uiWidget textArea
|
|
90
90
|
*/
|
|
91
91
|
step1_termsAndConditionsLabel: string;
|
|
92
|
+
/**
|
|
93
|
+
* The link that appears in the terms and conditions checkbox
|
|
94
|
+
* @uiName Terms and conditions text link
|
|
95
|
+
* @uiGroup Step 1 Properties
|
|
96
|
+
*/
|
|
97
|
+
step1_termsAndConditionsLink: string;
|
|
92
98
|
/**
|
|
93
99
|
* Placeholder text displayed in the currency search dropdown
|
|
94
100
|
* @uiName Currency field placeholder text
|
|
@@ -100,11 +100,16 @@ export declare class TaxForm {
|
|
|
100
100
|
*/
|
|
101
101
|
allowBankingCollection: string;
|
|
102
102
|
/**
|
|
103
|
-
* The text
|
|
103
|
+
* The link text that appears in the terms and conditions checkbox
|
|
104
104
|
* @uiName Terms and conditions text
|
|
105
105
|
* @uiWidget textArea
|
|
106
106
|
*/
|
|
107
107
|
termsAndConditionsLabel: string;
|
|
108
|
+
/**
|
|
109
|
+
* The link that appears in the terms and conditions checkbox
|
|
110
|
+
* @uiName Terms and conditions text
|
|
111
|
+
*/
|
|
112
|
+
termsAndConditionsLink: string;
|
|
108
113
|
/**
|
|
109
114
|
* Placeholder text displayed in the country search dropdown
|
|
110
115
|
* @uiName Country field placeholder text
|
|
@@ -4171,12 +4171,18 @@ export namespace Components {
|
|
|
4171
4171
|
*/
|
|
4172
4172
|
"step1_state": string;
|
|
4173
4173
|
/**
|
|
4174
|
-
* The text
|
|
4174
|
+
* The link text that appears in the terms and conditions checkbox
|
|
4175
4175
|
* @uiName Terms and conditions text
|
|
4176
4176
|
* @uiGroup Step 1 Properties
|
|
4177
4177
|
* @uiWidget textArea
|
|
4178
4178
|
*/
|
|
4179
4179
|
"step1_termsAndConditionsLabel": string;
|
|
4180
|
+
/**
|
|
4181
|
+
* The link that appears in the terms and conditions checkbox
|
|
4182
|
+
* @uiName Terms and conditions text link
|
|
4183
|
+
* @uiGroup Step 1 Properties
|
|
4184
|
+
*/
|
|
4185
|
+
"step1_termsAndConditionsLink": string;
|
|
4180
4186
|
/**
|
|
4181
4187
|
* Communicate that after this step, only Support can change personal and indirect tax information.
|
|
4182
4188
|
* @uiName Submission confirmation alert
|
|
@@ -5048,11 +5054,16 @@ export namespace Components {
|
|
|
5048
5054
|
*/
|
|
5049
5055
|
"taxAndPayoutsDescription": string;
|
|
5050
5056
|
/**
|
|
5051
|
-
* The text
|
|
5057
|
+
* The link text that appears in the terms and conditions checkbox
|
|
5052
5058
|
* @uiName Terms and conditions text
|
|
5053
5059
|
* @uiWidget textArea
|
|
5054
5060
|
*/
|
|
5055
5061
|
"termsAndConditionsLabel": string;
|
|
5062
|
+
/**
|
|
5063
|
+
* The link that appears in the terms and conditions checkbox
|
|
5064
|
+
* @uiName Terms and conditions text
|
|
5065
|
+
*/
|
|
5066
|
+
"termsAndConditionsLink": string;
|
|
5056
5067
|
}
|
|
5057
5068
|
interface SqmUserName {
|
|
5058
5069
|
/**
|
|
@@ -9924,12 +9935,18 @@ declare namespace LocalJSX {
|
|
|
9924
9935
|
*/
|
|
9925
9936
|
"step1_state"?: string;
|
|
9926
9937
|
/**
|
|
9927
|
-
* The text
|
|
9938
|
+
* The link text that appears in the terms and conditions checkbox
|
|
9928
9939
|
* @uiName Terms and conditions text
|
|
9929
9940
|
* @uiGroup Step 1 Properties
|
|
9930
9941
|
* @uiWidget textArea
|
|
9931
9942
|
*/
|
|
9932
9943
|
"step1_termsAndConditionsLabel"?: string;
|
|
9944
|
+
/**
|
|
9945
|
+
* The link that appears in the terms and conditions checkbox
|
|
9946
|
+
* @uiName Terms and conditions text link
|
|
9947
|
+
* @uiGroup Step 1 Properties
|
|
9948
|
+
*/
|
|
9949
|
+
"step1_termsAndConditionsLink"?: string;
|
|
9933
9950
|
/**
|
|
9934
9951
|
* Communicate that after this step, only Support can change personal and indirect tax information.
|
|
9935
9952
|
* @uiName Submission confirmation alert
|
|
@@ -10800,11 +10817,16 @@ declare namespace LocalJSX {
|
|
|
10800
10817
|
*/
|
|
10801
10818
|
"taxAndPayoutsDescription"?: string;
|
|
10802
10819
|
/**
|
|
10803
|
-
* The text
|
|
10820
|
+
* The link text that appears in the terms and conditions checkbox
|
|
10804
10821
|
* @uiName Terms and conditions text
|
|
10805
10822
|
* @uiWidget textArea
|
|
10806
10823
|
*/
|
|
10807
10824
|
"termsAndConditionsLabel"?: string;
|
|
10825
|
+
/**
|
|
10826
|
+
* The link that appears in the terms and conditions checkbox
|
|
10827
|
+
* @uiName Terms and conditions text
|
|
10828
|
+
*/
|
|
10829
|
+
"termsAndConditionsLink"?: string;
|
|
10808
10830
|
}
|
|
10809
10831
|
interface SqmUserName {
|
|
10810
10832
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|