@saasquatch/mint-components 2.1.9-1 → 2.1.9-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/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 +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-user-info-form-view-efa08934.js → sqm-user-info-form-view-e7260d61.js} +0 -8
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +85 -3
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +421 -3
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +0 -8
- 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 +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm/{sqm-user-info-form-view-b2dd8aa1.js → sqm-user-info-form-view-a18d6b15.js} +0 -8
- package/dist/esm/sqm-widget-verification.entry.js +85 -3
- 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-stencilbook.entry.js +1 -1
- package/dist/esm-es5/{sqm-user-info-form-view-b2dd8aa1.js → sqm-user-info-form-view-a18d6b15.js} +1 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-6596f0de.entry.js → p-094edc0b.entry.js} +1 -1
- package/dist/mint-components/p-1a0b9f0f.entry.js +16 -0
- package/dist/mint-components/{p-9be145c6.system.entry.js → p-237a21c1.system.entry.js} +1 -1
- package/dist/mint-components/p-4b365f1f.system.js +1 -1
- package/dist/mint-components/p-4ea9b7ec.system.entry.js +1 -0
- package/dist/mint-components/{p-2085bb01.system.entry.js → p-4fbfb954.system.entry.js} +1 -1
- package/dist/mint-components/{p-9f21ea69.js → p-725c542a.js} +1 -1
- package/dist/mint-components/{p-aa0b0cd6.entry.js → p-c7cac01e.entry.js} +1 -1
- package/dist/mint-components/{p-3dc1e209.system.js → p-debe7d04.system.js} +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +73 -0
- package/dist/types/components.d.ts +146 -0
- 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-470f7c0f.system.entry.js +0 -1
- package/dist/mint-components/p-4afbeea5.entry.js +0 -16
|
@@ -89,10 +89,83 @@ export declare class WidgetVerification {
|
|
|
89
89
|
* @uiGroup Code Verification Step
|
|
90
90
|
*/
|
|
91
91
|
codeStep_networkErrorMessage: string;
|
|
92
|
+
/**
|
|
93
|
+
* @uiName New partner header
|
|
94
|
+
* @uiGroup Partner Creation Step
|
|
95
|
+
* @uiWidget textArea
|
|
96
|
+
*/
|
|
97
|
+
createPartnerStep_modalHeader: string;
|
|
98
|
+
/**
|
|
99
|
+
* @uiName Existing partner header
|
|
100
|
+
* @uiGroup Partner Creation Step
|
|
101
|
+
* @uiWidget textArea
|
|
102
|
+
*/
|
|
103
|
+
createPartnerStep_modalHeaderExistingPartner: string;
|
|
104
|
+
/**
|
|
105
|
+
* @uiName New partner description
|
|
106
|
+
* @uiGroup Partner Creation Step
|
|
107
|
+
* @uiWidget textArea
|
|
108
|
+
*/
|
|
109
|
+
createPartnerStep_descriptionNewPartner: string;
|
|
110
|
+
/**
|
|
111
|
+
* @uiName Existing partner description
|
|
112
|
+
* @uiGroup Partner Creation Step
|
|
113
|
+
* @uiWidget textArea
|
|
114
|
+
*/
|
|
115
|
+
createPartnerStep_descriptionExistingPartner: string;
|
|
116
|
+
/**
|
|
117
|
+
* @uiName Existing partner support description
|
|
118
|
+
* @uiGroup Partner Creation Step
|
|
119
|
+
* @uiWidget textArea
|
|
120
|
+
*/
|
|
121
|
+
createPartnerStep_supportDescriptionExistingPartner: string;
|
|
122
|
+
/**
|
|
123
|
+
* @uiName Country label
|
|
124
|
+
* @uiGroup Partner Creation Step
|
|
125
|
+
*/
|
|
126
|
+
createPartnerStep_countryLabel: string;
|
|
127
|
+
/**
|
|
128
|
+
* @uiName Currency label
|
|
129
|
+
* @uiGroup Partner Creation Step
|
|
130
|
+
*/
|
|
131
|
+
createPartnerStep_currencyLabel: string;
|
|
132
|
+
/**
|
|
133
|
+
* @uiName Submit button label
|
|
134
|
+
* @uiGroup Partner Creation Step
|
|
135
|
+
*/
|
|
136
|
+
createPartnerStep_submitButtonLabel: string;
|
|
137
|
+
/**
|
|
138
|
+
* @uiName Confirm button label
|
|
139
|
+
* @uiGroup Partner Creation Step
|
|
140
|
+
*/
|
|
141
|
+
createPartnerStep_confirmButtonLabel: string;
|
|
142
|
+
/**
|
|
143
|
+
* @uiName Search country placeholder
|
|
144
|
+
* @uiGroup Partner Creation Step
|
|
145
|
+
*/
|
|
146
|
+
createPartnerStep_searchCountryPlaceholder: string;
|
|
147
|
+
/**
|
|
148
|
+
* @uiName Search currency placeholder
|
|
149
|
+
* @uiGroup Partner Creation Step
|
|
150
|
+
*/
|
|
151
|
+
createPartnerStep_searchCurrencyPlaceholder: string;
|
|
152
|
+
/**
|
|
153
|
+
* @uiName Network error text
|
|
154
|
+
* @uiGroup Partner Creation Step
|
|
155
|
+
* @uiWidget textArea
|
|
156
|
+
*/
|
|
157
|
+
createPartnerStep_networkErrorText: string;
|
|
158
|
+
/**
|
|
159
|
+
* @uiName Missing fields error text
|
|
160
|
+
* @uiGroup Partner Creation Step
|
|
161
|
+
* @uiWidget textArea
|
|
162
|
+
*/
|
|
163
|
+
createPartnerStep_missingFieldsErrorText: string;
|
|
92
164
|
/**
|
|
93
165
|
* @undocumented
|
|
94
166
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
95
167
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
168
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
96
169
|
*/
|
|
97
170
|
stateController: string;
|
|
98
171
|
constructor();
|
|
@@ -7223,6 +7223,78 @@ export namespace Components {
|
|
|
7223
7223
|
* @uiGroup Code Verification Step
|
|
7224
7224
|
*/
|
|
7225
7225
|
"codeStep_verifyText": string;
|
|
7226
|
+
/**
|
|
7227
|
+
* @uiName Confirm button label
|
|
7228
|
+
* @uiGroup Partner Creation Step
|
|
7229
|
+
*/
|
|
7230
|
+
"createPartnerStep_confirmButtonLabel": string;
|
|
7231
|
+
/**
|
|
7232
|
+
* @uiName Country label
|
|
7233
|
+
* @uiGroup Partner Creation Step
|
|
7234
|
+
*/
|
|
7235
|
+
"createPartnerStep_countryLabel": string;
|
|
7236
|
+
/**
|
|
7237
|
+
* @uiName Currency label
|
|
7238
|
+
* @uiGroup Partner Creation Step
|
|
7239
|
+
*/
|
|
7240
|
+
"createPartnerStep_currencyLabel": string;
|
|
7241
|
+
/**
|
|
7242
|
+
* @uiName Existing partner description
|
|
7243
|
+
* @uiGroup Partner Creation Step
|
|
7244
|
+
* @uiWidget textArea
|
|
7245
|
+
*/
|
|
7246
|
+
"createPartnerStep_descriptionExistingPartner": string;
|
|
7247
|
+
/**
|
|
7248
|
+
* @uiName New partner description
|
|
7249
|
+
* @uiGroup Partner Creation Step
|
|
7250
|
+
* @uiWidget textArea
|
|
7251
|
+
*/
|
|
7252
|
+
"createPartnerStep_descriptionNewPartner": string;
|
|
7253
|
+
/**
|
|
7254
|
+
* @uiName Missing fields error text
|
|
7255
|
+
* @uiGroup Partner Creation Step
|
|
7256
|
+
* @uiWidget textArea
|
|
7257
|
+
*/
|
|
7258
|
+
"createPartnerStep_missingFieldsErrorText": string;
|
|
7259
|
+
/**
|
|
7260
|
+
* @uiName New partner header
|
|
7261
|
+
* @uiGroup Partner Creation Step
|
|
7262
|
+
* @uiWidget textArea
|
|
7263
|
+
*/
|
|
7264
|
+
"createPartnerStep_modalHeader": string;
|
|
7265
|
+
/**
|
|
7266
|
+
* @uiName Existing partner header
|
|
7267
|
+
* @uiGroup Partner Creation Step
|
|
7268
|
+
* @uiWidget textArea
|
|
7269
|
+
*/
|
|
7270
|
+
"createPartnerStep_modalHeaderExistingPartner": string;
|
|
7271
|
+
/**
|
|
7272
|
+
* @uiName Network error text
|
|
7273
|
+
* @uiGroup Partner Creation Step
|
|
7274
|
+
* @uiWidget textArea
|
|
7275
|
+
*/
|
|
7276
|
+
"createPartnerStep_networkErrorText": string;
|
|
7277
|
+
/**
|
|
7278
|
+
* @uiName Search country placeholder
|
|
7279
|
+
* @uiGroup Partner Creation Step
|
|
7280
|
+
*/
|
|
7281
|
+
"createPartnerStep_searchCountryPlaceholder": string;
|
|
7282
|
+
/**
|
|
7283
|
+
* @uiName Search currency placeholder
|
|
7284
|
+
* @uiGroup Partner Creation Step
|
|
7285
|
+
*/
|
|
7286
|
+
"createPartnerStep_searchCurrencyPlaceholder": string;
|
|
7287
|
+
/**
|
|
7288
|
+
* @uiName Submit button label
|
|
7289
|
+
* @uiGroup Partner Creation Step
|
|
7290
|
+
*/
|
|
7291
|
+
"createPartnerStep_submitButtonLabel": string;
|
|
7292
|
+
/**
|
|
7293
|
+
* @uiName Existing partner support description
|
|
7294
|
+
* @uiGroup Partner Creation Step
|
|
7295
|
+
* @uiWidget textArea
|
|
7296
|
+
*/
|
|
7297
|
+
"createPartnerStep_supportDescriptionExistingPartner": string;
|
|
7226
7298
|
/**
|
|
7227
7299
|
* @uiName Email input label
|
|
7228
7300
|
* @uiGroup Email Verification Step
|
|
@@ -7267,6 +7339,7 @@ export namespace Components {
|
|
|
7267
7339
|
* @undocumented
|
|
7268
7340
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
7269
7341
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
7342
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
7270
7343
|
*/
|
|
7271
7344
|
"stateController": string;
|
|
7272
7345
|
}
|
|
@@ -15318,6 +15391,78 @@ declare namespace LocalJSX {
|
|
|
15318
15391
|
* @uiGroup Code Verification Step
|
|
15319
15392
|
*/
|
|
15320
15393
|
"codeStep_verifyText"?: string;
|
|
15394
|
+
/**
|
|
15395
|
+
* @uiName Confirm button label
|
|
15396
|
+
* @uiGroup Partner Creation Step
|
|
15397
|
+
*/
|
|
15398
|
+
"createPartnerStep_confirmButtonLabel"?: string;
|
|
15399
|
+
/**
|
|
15400
|
+
* @uiName Country label
|
|
15401
|
+
* @uiGroup Partner Creation Step
|
|
15402
|
+
*/
|
|
15403
|
+
"createPartnerStep_countryLabel"?: string;
|
|
15404
|
+
/**
|
|
15405
|
+
* @uiName Currency label
|
|
15406
|
+
* @uiGroup Partner Creation Step
|
|
15407
|
+
*/
|
|
15408
|
+
"createPartnerStep_currencyLabel"?: string;
|
|
15409
|
+
/**
|
|
15410
|
+
* @uiName Existing partner description
|
|
15411
|
+
* @uiGroup Partner Creation Step
|
|
15412
|
+
* @uiWidget textArea
|
|
15413
|
+
*/
|
|
15414
|
+
"createPartnerStep_descriptionExistingPartner"?: string;
|
|
15415
|
+
/**
|
|
15416
|
+
* @uiName New partner description
|
|
15417
|
+
* @uiGroup Partner Creation Step
|
|
15418
|
+
* @uiWidget textArea
|
|
15419
|
+
*/
|
|
15420
|
+
"createPartnerStep_descriptionNewPartner"?: string;
|
|
15421
|
+
/**
|
|
15422
|
+
* @uiName Missing fields error text
|
|
15423
|
+
* @uiGroup Partner Creation Step
|
|
15424
|
+
* @uiWidget textArea
|
|
15425
|
+
*/
|
|
15426
|
+
"createPartnerStep_missingFieldsErrorText"?: string;
|
|
15427
|
+
/**
|
|
15428
|
+
* @uiName New partner header
|
|
15429
|
+
* @uiGroup Partner Creation Step
|
|
15430
|
+
* @uiWidget textArea
|
|
15431
|
+
*/
|
|
15432
|
+
"createPartnerStep_modalHeader"?: string;
|
|
15433
|
+
/**
|
|
15434
|
+
* @uiName Existing partner header
|
|
15435
|
+
* @uiGroup Partner Creation Step
|
|
15436
|
+
* @uiWidget textArea
|
|
15437
|
+
*/
|
|
15438
|
+
"createPartnerStep_modalHeaderExistingPartner"?: string;
|
|
15439
|
+
/**
|
|
15440
|
+
* @uiName Network error text
|
|
15441
|
+
* @uiGroup Partner Creation Step
|
|
15442
|
+
* @uiWidget textArea
|
|
15443
|
+
*/
|
|
15444
|
+
"createPartnerStep_networkErrorText"?: string;
|
|
15445
|
+
/**
|
|
15446
|
+
* @uiName Search country placeholder
|
|
15447
|
+
* @uiGroup Partner Creation Step
|
|
15448
|
+
*/
|
|
15449
|
+
"createPartnerStep_searchCountryPlaceholder"?: string;
|
|
15450
|
+
/**
|
|
15451
|
+
* @uiName Search currency placeholder
|
|
15452
|
+
* @uiGroup Partner Creation Step
|
|
15453
|
+
*/
|
|
15454
|
+
"createPartnerStep_searchCurrencyPlaceholder"?: string;
|
|
15455
|
+
/**
|
|
15456
|
+
* @uiName Submit button label
|
|
15457
|
+
* @uiGroup Partner Creation Step
|
|
15458
|
+
*/
|
|
15459
|
+
"createPartnerStep_submitButtonLabel"?: string;
|
|
15460
|
+
/**
|
|
15461
|
+
* @uiName Existing partner support description
|
|
15462
|
+
* @uiGroup Partner Creation Step
|
|
15463
|
+
* @uiWidget textArea
|
|
15464
|
+
*/
|
|
15465
|
+
"createPartnerStep_supportDescriptionExistingPartner"?: string;
|
|
15321
15466
|
/**
|
|
15322
15467
|
* @uiName Email input label
|
|
15323
15468
|
* @uiGroup Email Verification Step
|
|
@@ -15362,6 +15507,7 @@ declare namespace LocalJSX {
|
|
|
15362
15507
|
* @undocumented
|
|
15363
15508
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
15364
15509
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
15510
|
+
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
15365
15511
|
*/
|
|
15366
15512
|
"stateController"?: string;
|
|
15367
15513
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|