@saasquatch/mint-components 1.14.6-24 → 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/{ShadowViewAddon-357384d0.js → ShadowViewAddon-619fee6d.js} +1 -1
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +7 -7
- package/dist/cjs/{sqm-lead-input-field-view-4282a4bc.js → sqm-lead-input-field-view-f479309f.js} +1 -1
- package/dist/cjs/sqm-lead-input-field.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field-view.js +1 -1
- package/dist/collection/components/sqm-lead-form/sqm-lead-form.js +18 -18
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field-view.js +1 -1
- package/dist/esm/{ShadowViewAddon-3225aa17.js → ShadowViewAddon-56d647fd.js} +1 -1
- package/dist/esm/sqm-big-stat_43.entry.js +7 -7
- package/dist/esm/{sqm-lead-input-field-view-83573f5d.js → sqm-lead-input-field-view-2ec63b75.js} +1 -1
- package/dist/esm/sqm-lead-input-field.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/{ShadowViewAddon-3225aa17.js → ShadowViewAddon-56d647fd.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-input-field-view-83573f5d.js → sqm-lead-input-field-view-2ec63b75.js} +1 -1
- package/dist/esm-es5/sqm-lead-input-field.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-6a75f208.entry.js → p-19374011.entry.js} +1 -1
- package/dist/mint-components/p-22a19728.system.js +1 -0
- package/dist/mint-components/{p-5eba2962.js → p-280c0f3c.js} +1 -1
- package/dist/mint-components/{p-5ee691d1.system.entry.js → p-33188345.system.entry.js} +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-13952afc.system.entry.js → p-4369a684.system.entry.js} +1 -1
- package/dist/mint-components/{p-2c0dc5cc.entry.js → p-46e1dc91.entry.js} +1 -1
- package/dist/mint-components/{p-d96346f1.system.entry.js → p-5ed5fc3c.system.entry.js} +1 -1
- package/dist/mint-components/{p-aa6db3fb.js → p-8c182b08.js} +1 -1
- package/dist/mint-components/{p-0056af1a.system.js → p-c6ea304a.system.js} +1 -1
- package/dist/mint-components/{p-aad110fe.entry.js → p-d6e65124.entry.js} +1 -1
- 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/mint-components/p-292284bb.system.js +0 -1
|
@@ -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
|