@saasquatch/mint-components 1.14.6-25 → 1.14.6-26
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-big-stat_43.cjs.entry.js +6 -6
- package/dist/collection/components/sqm-lead-form/sqm-lead-form.js +18 -18
- package/dist/esm/sqm-big-stat_43.entry.js +6 -6
- package/dist/types/components/sqm-lead-form/sqm-lead-form.d.ts +6 -6
- package/dist/types/components.d.ts +24 -12
- 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
|
@@ -1534,33 +1534,33 @@ const LeadForm = class {
|
|
|
1534
1534
|
*/
|
|
1535
1535
|
this.pageLabel = "Refer your friend";
|
|
1536
1536
|
/**
|
|
1537
|
-
* @uiName Form key
|
|
1538
1537
|
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
1538
|
+
* @uiName Form key
|
|
1539
1539
|
*/
|
|
1540
1540
|
this.formKey = "lead-form";
|
|
1541
1541
|
/**
|
|
1542
|
-
* @uiName Support link text
|
|
1543
1542
|
* Optional support link text for error messages.
|
|
1543
|
+
* @uiName Support link text
|
|
1544
1544
|
*/
|
|
1545
1545
|
this.supportLinkText = "Support";
|
|
1546
1546
|
/**
|
|
1547
|
-
* @uiName Submit success header
|
|
1548
1547
|
* Header text shown on successful lead submission.
|
|
1548
|
+
* @uiName Submit success header
|
|
1549
1549
|
*/
|
|
1550
1550
|
this.submitSuccessHeader = "Lead submitted";
|
|
1551
1551
|
/**
|
|
1552
|
-
* @uiName Submit success description
|
|
1553
1552
|
* Description text shown on successful lead submission.
|
|
1553
|
+
* @uiName Submit success description
|
|
1554
1554
|
*/
|
|
1555
1555
|
this.submitSuccessDescription = "Our team will contact your friend to see if they’re a good fit. In the meantime, you can track this referral on Activity page.";
|
|
1556
1556
|
/**
|
|
1557
|
+
* Header text shown if an error occurs.
|
|
1557
1558
|
* @uiName Submit error header
|
|
1558
|
-
* Header text shown if an error occurs.
|
|
1559
1559
|
*/
|
|
1560
1560
|
this.submitErrorHeader = "An error occurred while submitting";
|
|
1561
1561
|
/**
|
|
1562
|
-
* @uiName Submit error description
|
|
1563
1562
|
* Description text shown if an error occurs.
|
|
1563
|
+
* @uiName Submit error description
|
|
1564
1564
|
*/
|
|
1565
1565
|
this.submitErrorDescription = "Please try again later. If the problem continues, contact {supportLink}";
|
|
1566
1566
|
/**
|
|
@@ -36,33 +36,33 @@ export class LeadForm {
|
|
|
36
36
|
*/
|
|
37
37
|
this.pageLabel = "Refer your friend";
|
|
38
38
|
/**
|
|
39
|
-
* @uiName Form key
|
|
40
39
|
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
40
|
+
* @uiName Form key
|
|
41
41
|
*/
|
|
42
42
|
this.formKey = "lead-form";
|
|
43
43
|
/**
|
|
44
|
-
* @uiName Support link text
|
|
45
44
|
* Optional support link text for error messages.
|
|
45
|
+
* @uiName Support link text
|
|
46
46
|
*/
|
|
47
47
|
this.supportLinkText = "Support";
|
|
48
48
|
/**
|
|
49
|
-
* @uiName Submit success header
|
|
50
49
|
* Header text shown on successful lead submission.
|
|
50
|
+
* @uiName Submit success header
|
|
51
51
|
*/
|
|
52
52
|
this.submitSuccessHeader = "Lead submitted";
|
|
53
53
|
/**
|
|
54
|
-
* @uiName Submit success description
|
|
55
54
|
* Description text shown on successful lead submission.
|
|
55
|
+
* @uiName Submit success description
|
|
56
56
|
*/
|
|
57
57
|
this.submitSuccessDescription = "Our team will contact your friend to see if they’re a good fit. In the meantime, you can track this referral on Activity page.";
|
|
58
58
|
/**
|
|
59
|
+
* Header text shown if an error occurs.
|
|
59
60
|
* @uiName Submit error header
|
|
60
|
-
* Header text shown if an error occurs.
|
|
61
61
|
*/
|
|
62
62
|
this.submitErrorHeader = "An error occurred while submitting";
|
|
63
63
|
/**
|
|
64
|
-
* @uiName Submit error description
|
|
65
64
|
* Description text shown if an error occurs.
|
|
65
|
+
* @uiName Submit error description
|
|
66
66
|
*/
|
|
67
67
|
this.submitErrorDescription = "Please try again later. If the problem continues, contact {supportLink}";
|
|
68
68
|
/**
|
|
@@ -252,10 +252,10 @@ export class LeadForm {
|
|
|
252
252
|
"optional": false,
|
|
253
253
|
"docs": {
|
|
254
254
|
"tags": [{
|
|
255
|
-
"text": "Form key
|
|
255
|
+
"text": "Form key",
|
|
256
256
|
"name": "uiName"
|
|
257
257
|
}],
|
|
258
|
-
"text": ""
|
|
258
|
+
"text": "Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms."
|
|
259
259
|
},
|
|
260
260
|
"attribute": "form-key",
|
|
261
261
|
"reflect": false,
|
|
@@ -273,10 +273,10 @@ export class LeadForm {
|
|
|
273
273
|
"optional": false,
|
|
274
274
|
"docs": {
|
|
275
275
|
"tags": [{
|
|
276
|
-
"text": "Support link text
|
|
276
|
+
"text": "Support link text",
|
|
277
277
|
"name": "uiName"
|
|
278
278
|
}],
|
|
279
|
-
"text": ""
|
|
279
|
+
"text": "Optional support link text for error messages."
|
|
280
280
|
},
|
|
281
281
|
"attribute": "support-link-text",
|
|
282
282
|
"reflect": false,
|
|
@@ -294,10 +294,10 @@ export class LeadForm {
|
|
|
294
294
|
"optional": false,
|
|
295
295
|
"docs": {
|
|
296
296
|
"tags": [{
|
|
297
|
-
"text": "Submit success header
|
|
297
|
+
"text": "Submit success header",
|
|
298
298
|
"name": "uiName"
|
|
299
299
|
}],
|
|
300
|
-
"text": ""
|
|
300
|
+
"text": "Header text shown on successful lead submission."
|
|
301
301
|
},
|
|
302
302
|
"attribute": "submit-success-header",
|
|
303
303
|
"reflect": false,
|
|
@@ -315,10 +315,10 @@ export class LeadForm {
|
|
|
315
315
|
"optional": false,
|
|
316
316
|
"docs": {
|
|
317
317
|
"tags": [{
|
|
318
|
-
"text": "Submit success description
|
|
318
|
+
"text": "Submit success description",
|
|
319
319
|
"name": "uiName"
|
|
320
320
|
}],
|
|
321
|
-
"text": ""
|
|
321
|
+
"text": "Description text shown on successful lead submission."
|
|
322
322
|
},
|
|
323
323
|
"attribute": "submit-success-description",
|
|
324
324
|
"reflect": false,
|
|
@@ -336,10 +336,10 @@ export class LeadForm {
|
|
|
336
336
|
"optional": false,
|
|
337
337
|
"docs": {
|
|
338
338
|
"tags": [{
|
|
339
|
-
"text": "Submit error header
|
|
339
|
+
"text": "Submit error header",
|
|
340
340
|
"name": "uiName"
|
|
341
341
|
}],
|
|
342
|
-
"text": ""
|
|
342
|
+
"text": "Header text shown if an error occurs."
|
|
343
343
|
},
|
|
344
344
|
"attribute": "submit-error-header",
|
|
345
345
|
"reflect": false,
|
|
@@ -357,10 +357,10 @@ export class LeadForm {
|
|
|
357
357
|
"optional": false,
|
|
358
358
|
"docs": {
|
|
359
359
|
"tags": [{
|
|
360
|
-
"text": "Submit error description
|
|
360
|
+
"text": "Submit error description",
|
|
361
361
|
"name": "uiName"
|
|
362
362
|
}],
|
|
363
|
-
"text": ""
|
|
363
|
+
"text": "Description text shown if an error occurs."
|
|
364
364
|
},
|
|
365
365
|
"attribute": "submit-error-description",
|
|
366
366
|
"reflect": false,
|
|
@@ -1530,33 +1530,33 @@ const LeadForm = class {
|
|
|
1530
1530
|
*/
|
|
1531
1531
|
this.pageLabel = "Refer your friend";
|
|
1532
1532
|
/**
|
|
1533
|
-
* @uiName Form key
|
|
1534
1533
|
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
1534
|
+
* @uiName Form key
|
|
1535
1535
|
*/
|
|
1536
1536
|
this.formKey = "lead-form";
|
|
1537
1537
|
/**
|
|
1538
|
-
* @uiName Support link text
|
|
1539
1538
|
* Optional support link text for error messages.
|
|
1539
|
+
* @uiName Support link text
|
|
1540
1540
|
*/
|
|
1541
1541
|
this.supportLinkText = "Support";
|
|
1542
1542
|
/**
|
|
1543
|
-
* @uiName Submit success header
|
|
1544
1543
|
* Header text shown on successful lead submission.
|
|
1544
|
+
* @uiName Submit success header
|
|
1545
1545
|
*/
|
|
1546
1546
|
this.submitSuccessHeader = "Lead submitted";
|
|
1547
1547
|
/**
|
|
1548
|
-
* @uiName Submit success description
|
|
1549
1548
|
* Description text shown on successful lead submission.
|
|
1549
|
+
* @uiName Submit success description
|
|
1550
1550
|
*/
|
|
1551
1551
|
this.submitSuccessDescription = "Our team will contact your friend to see if they’re a good fit. In the meantime, you can track this referral on Activity page.";
|
|
1552
1552
|
/**
|
|
1553
|
+
* Header text shown if an error occurs.
|
|
1553
1554
|
* @uiName Submit error header
|
|
1554
|
-
* Header text shown if an error occurs.
|
|
1555
1555
|
*/
|
|
1556
1556
|
this.submitErrorHeader = "An error occurred while submitting";
|
|
1557
1557
|
/**
|
|
1558
|
-
* @uiName Submit error description
|
|
1559
1558
|
* Description text shown if an error occurs.
|
|
1559
|
+
* @uiName Submit error description
|
|
1560
1560
|
*/
|
|
1561
1561
|
this.submitErrorDescription = "Please try again later. If the problem continues, contact {supportLink}";
|
|
1562
1562
|
/**
|
|
@@ -31,33 +31,33 @@ export declare class LeadForm {
|
|
|
31
31
|
*/
|
|
32
32
|
pageLabel: string;
|
|
33
33
|
/**
|
|
34
|
-
* @uiName Form key
|
|
35
34
|
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
35
|
+
* @uiName Form key
|
|
36
36
|
*/
|
|
37
37
|
formKey: string;
|
|
38
38
|
/**
|
|
39
|
-
* @uiName Support link text
|
|
40
39
|
* Optional support link text for error messages.
|
|
40
|
+
* @uiName Support link text
|
|
41
41
|
*/
|
|
42
42
|
supportLinkText: string;
|
|
43
43
|
/**
|
|
44
|
-
* @uiName Submit success header
|
|
45
44
|
* Header text shown on successful lead submission.
|
|
45
|
+
* @uiName Submit success header
|
|
46
46
|
*/
|
|
47
47
|
submitSuccessHeader: string;
|
|
48
48
|
/**
|
|
49
|
-
* @uiName Submit success description
|
|
50
49
|
* Description text shown on successful lead submission.
|
|
50
|
+
* @uiName Submit success description
|
|
51
51
|
*/
|
|
52
52
|
submitSuccessDescription: string;
|
|
53
53
|
/**
|
|
54
|
+
* Header text shown if an error occurs.
|
|
54
55
|
* @uiName Submit error header
|
|
55
|
-
* Header text shown if an error occurs.
|
|
56
56
|
*/
|
|
57
57
|
submitErrorHeader: string;
|
|
58
58
|
/**
|
|
59
|
-
* @uiName Submit error description
|
|
60
59
|
* Description text shown if an error occurs.
|
|
60
|
+
* @uiName Submit error description
|
|
61
61
|
*/
|
|
62
62
|
submitErrorDescription: string;
|
|
63
63
|
/**
|
|
@@ -1523,7 +1523,8 @@ export namespace Components {
|
|
|
1523
1523
|
*/
|
|
1524
1524
|
"firstNameLabel": string;
|
|
1525
1525
|
/**
|
|
1526
|
-
*
|
|
1526
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
1527
|
+
* @uiName Form key
|
|
1527
1528
|
*/
|
|
1528
1529
|
"formKey": string;
|
|
1529
1530
|
/**
|
|
@@ -1557,11 +1558,13 @@ export namespace Components {
|
|
|
1557
1558
|
*/
|
|
1558
1559
|
"resubmitFormLabel": string;
|
|
1559
1560
|
/**
|
|
1560
|
-
*
|
|
1561
|
+
* Description text shown if an error occurs.
|
|
1562
|
+
* @uiName Submit error description
|
|
1561
1563
|
*/
|
|
1562
1564
|
"submitErrorDescription": string;
|
|
1563
1565
|
/**
|
|
1564
|
-
*
|
|
1566
|
+
* Header text shown if an error occurs.
|
|
1567
|
+
* @uiName Submit error header
|
|
1565
1568
|
*/
|
|
1566
1569
|
"submitErrorHeader": string;
|
|
1567
1570
|
/**
|
|
@@ -1569,15 +1572,18 @@ export namespace Components {
|
|
|
1569
1572
|
*/
|
|
1570
1573
|
"submitLabel": string;
|
|
1571
1574
|
/**
|
|
1572
|
-
*
|
|
1575
|
+
* Description text shown on successful lead submission.
|
|
1576
|
+
* @uiName Submit success description
|
|
1573
1577
|
*/
|
|
1574
1578
|
"submitSuccessDescription": string;
|
|
1575
1579
|
/**
|
|
1576
|
-
*
|
|
1580
|
+
* Header text shown on successful lead submission.
|
|
1581
|
+
* @uiName Submit success header
|
|
1577
1582
|
*/
|
|
1578
1583
|
"submitSuccessHeader": string;
|
|
1579
1584
|
/**
|
|
1580
|
-
*
|
|
1585
|
+
* Optional support link text for error messages.
|
|
1586
|
+
* @uiName Support link text
|
|
1581
1587
|
*/
|
|
1582
1588
|
"supportLinkText": string;
|
|
1583
1589
|
}
|
|
@@ -8496,7 +8502,8 @@ declare namespace LocalJSX {
|
|
|
8496
8502
|
*/
|
|
8497
8503
|
"firstNameLabel"?: string;
|
|
8498
8504
|
/**
|
|
8499
|
-
*
|
|
8505
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
8506
|
+
* @uiName Form key
|
|
8500
8507
|
*/
|
|
8501
8508
|
"formKey"?: string;
|
|
8502
8509
|
/**
|
|
@@ -8530,11 +8537,13 @@ declare namespace LocalJSX {
|
|
|
8530
8537
|
*/
|
|
8531
8538
|
"resubmitFormLabel"?: string;
|
|
8532
8539
|
/**
|
|
8533
|
-
*
|
|
8540
|
+
* Description text shown if an error occurs.
|
|
8541
|
+
* @uiName Submit error description
|
|
8534
8542
|
*/
|
|
8535
8543
|
"submitErrorDescription"?: string;
|
|
8536
8544
|
/**
|
|
8537
|
-
*
|
|
8545
|
+
* Header text shown if an error occurs.
|
|
8546
|
+
* @uiName Submit error header
|
|
8538
8547
|
*/
|
|
8539
8548
|
"submitErrorHeader"?: string;
|
|
8540
8549
|
/**
|
|
@@ -8542,15 +8551,18 @@ declare namespace LocalJSX {
|
|
|
8542
8551
|
*/
|
|
8543
8552
|
"submitLabel"?: string;
|
|
8544
8553
|
/**
|
|
8545
|
-
*
|
|
8554
|
+
* Description text shown on successful lead submission.
|
|
8555
|
+
* @uiName Submit success description
|
|
8546
8556
|
*/
|
|
8547
8557
|
"submitSuccessDescription"?: string;
|
|
8548
8558
|
/**
|
|
8549
|
-
*
|
|
8559
|
+
* Header text shown on successful lead submission.
|
|
8560
|
+
* @uiName Submit success header
|
|
8550
8561
|
*/
|
|
8551
8562
|
"submitSuccessHeader"?: string;
|
|
8552
8563
|
/**
|
|
8553
|
-
*
|
|
8564
|
+
* Optional support link text for error messages.
|
|
8565
|
+
* @uiName Support link text
|
|
8554
8566
|
*/
|
|
8555
8567
|
"supportLinkText"?: string;
|
|
8556
8568
|
}
|
package/docs/docs.docx
CHANGED
|
Binary file
|