@saasquatch/mint-components 1.14.6-3 → 1.14.6-30
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-40f0bc74.js → ShadowViewAddon-cfd0e201.js} +115 -48
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/{sqm-big-stat_42.cjs.entry.js → sqm-big-stat_43.cjs.entry.js} +140 -22
- package/dist/cjs/{sqm-lead-input-field-view-6344cd93.js → sqm-lead-input-field-view-89308aab.js} +7 -7
- package/dist/cjs/sqm-lead-input-field.cjs.entry.js +12 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +17 -10
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field-view.js +1 -1
- package/dist/collection/components/sqm-lead-form/LeadForm.stories.js +5 -2
- package/dist/collection/components/sqm-lead-form/LeadFormDropdownField.stories.js +3 -0
- package/dist/collection/components/sqm-lead-form/LeadInputField.stories.js +1 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field-view.js +8 -10
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field.js +62 -2
- package/dist/collection/components/sqm-lead-form/sqm-lead-form-view.js +56 -50
- package/dist/collection/components/sqm-lead-form/sqm-lead-form.js +89 -34
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field-view.js +7 -7
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field.js +34 -3
- package/dist/collection/components/sqm-lead-form/useLeadForm.js +32 -6
- package/dist/esm/{ShadowViewAddon-8a0d9e83.js → ShadowViewAddon-00515b50.js} +116 -50
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/{sqm-big-stat_42.entry.js → sqm-big-stat_43.entry.js} +140 -23
- package/dist/esm/{sqm-lead-input-field-view-f1dd4b77.js → sqm-lead-input-field-view-4ede5d7f.js} +7 -7
- package/dist/esm/sqm-lead-input-field.entry.js +12 -2
- package/dist/esm/sqm-stencilbook.entry.js +12 -5
- package/dist/esm-es5/ShadowViewAddon-00515b50.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -0
- package/dist/esm-es5/sqm-lead-input-field-view-4ede5d7f.js +1 -0
- 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-01dd541f.system.js +1 -0
- package/dist/mint-components/p-0c67bb1b.entry.js +1 -0
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/p-6544656d.system.js +1 -0
- package/dist/mint-components/p-6ae07d04.system.entry.js +1 -0
- package/dist/mint-components/p-6ba44ca9.js +1 -0
- package/dist/mint-components/p-72f136da.system.entry.js +1 -0
- package/dist/mint-components/{p-e358f0c1.entry.js → p-76e7034c.entry.js} +28 -20
- package/dist/mint-components/{p-cd1c6113.entry.js → p-ad24132a.entry.js} +2 -2
- package/dist/mint-components/p-d3144467.system.entry.js +1 -0
- package/dist/mint-components/{p-4139feb5.js → p-eb9ecf25.js} +24 -24
- package/dist/types/components/sqm-lead-form/LeadFormDropdownField.stories.d.ts +1 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-dropdown-field-view.d.ts +3 -1
- package/dist/types/components/sqm-lead-form/sqm-lead-dropdown-field.d.ts +10 -1
- package/dist/types/components/sqm-lead-form/sqm-lead-form-view.d.ts +2 -1
- package/dist/types/components/sqm-lead-form/sqm-lead-form.d.ts +22 -9
- package/dist/types/components/sqm-lead-form/sqm-lead-input-field-view.d.ts +1 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-input-field.d.ts +4 -0
- package/dist/types/components/sqm-lead-form/useLeadForm.d.ts +2 -1
- package/dist/types/components/sqm-referral-iframe/useReferralIframe.d.ts +1 -1
- package/dist/types/components.d.ts +71 -19
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -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/cjs/sqm-lead-dropdown-field-view-03a3e03f.js +0 -69
- package/dist/cjs/sqm-lead-dropdown-field.cjs.entry.js +0 -75
- package/dist/esm/sqm-lead-dropdown-field-view-4c85fe20.js +0 -67
- package/dist/esm/sqm-lead-dropdown-field.entry.js +0 -71
- package/dist/esm-es5/ShadowViewAddon-8a0d9e83.js +0 -1
- package/dist/esm-es5/sqm-big-stat_42.entry.js +0 -1
- package/dist/esm-es5/sqm-lead-dropdown-field-view-4c85fe20.js +0 -1
- package/dist/esm-es5/sqm-lead-dropdown-field.entry.js +0 -1
- package/dist/esm-es5/sqm-lead-input-field-view-f1dd4b77.js +0 -1
- package/dist/mint-components/p-13c67985.system.entry.js +0 -1
- package/dist/mint-components/p-15f1ff1d.system.js +0 -1
- package/dist/mint-components/p-26da31c6.js +0 -1
- package/dist/mint-components/p-4d5b02af.js +0 -1
- package/dist/mint-components/p-87384d9e.system.js +0 -1
- package/dist/mint-components/p-875861d7.system.entry.js +0 -1
- package/dist/mint-components/p-8af8ab01.system.entry.js +0 -1
- package/dist/mint-components/p-9e1570bf.system.entry.js +0 -1
- package/dist/mint-components/p-ad6420a2.system.js +0 -1
- package/dist/mint-components/p-b8c15858.entry.js +0 -1
- package/dist/mint-components/p-f59d6012.entry.js +0 -1
|
@@ -3,6 +3,7 @@ declare const _default: {
|
|
|
3
3
|
};
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Default: () => any;
|
|
6
|
+
export declare const Multiple: () => any;
|
|
6
7
|
export declare const WithError: () => any;
|
|
7
8
|
export declare const Disabled: () => any;
|
|
8
9
|
export declare const Loading: () => any;
|
|
@@ -7,7 +7,9 @@ export interface DropdownFieldViewProps {
|
|
|
7
7
|
content: {
|
|
8
8
|
dropdownName: string;
|
|
9
9
|
dropdownLabel: string;
|
|
10
|
-
dropdownOptional
|
|
10
|
+
dropdownOptional: boolean;
|
|
11
|
+
optionalLabel: string;
|
|
12
|
+
multiple: boolean;
|
|
11
13
|
requiredFieldErrorMessage?: string;
|
|
12
14
|
selectOptions?: VNode | VNode[];
|
|
13
15
|
};
|
|
@@ -26,11 +26,20 @@ export declare class LeadDropdownField {
|
|
|
26
26
|
* @uiWidget textArea
|
|
27
27
|
*/
|
|
28
28
|
requiredFieldErrorMessage: string;
|
|
29
|
+
/**
|
|
30
|
+
* @uiName Optional label
|
|
31
|
+
*/
|
|
32
|
+
optionalLabel: string;
|
|
29
33
|
/**
|
|
30
34
|
* @uiName Optional
|
|
31
35
|
* @default
|
|
32
36
|
*/
|
|
33
|
-
dropdownOptional
|
|
37
|
+
dropdownOptional: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* @uiName Multiple selection
|
|
40
|
+
* @default
|
|
41
|
+
*/
|
|
42
|
+
multiple: boolean;
|
|
34
43
|
/**
|
|
35
44
|
* @undocumented
|
|
36
45
|
* @uiType object
|
|
@@ -11,6 +11,7 @@ export interface LeadFormViewProps {
|
|
|
11
11
|
callbacks: {
|
|
12
12
|
submit: Function;
|
|
13
13
|
inputFunction: Function;
|
|
14
|
+
resetForm: Function;
|
|
14
15
|
};
|
|
15
16
|
content: {
|
|
16
17
|
formData?: VNode;
|
|
@@ -20,7 +21,7 @@ export interface LeadFormViewProps {
|
|
|
20
21
|
submitLabel?: string;
|
|
21
22
|
resubmitFormLabel?: string;
|
|
22
23
|
pageLabel?: string;
|
|
23
|
-
|
|
24
|
+
supportLinkText?: string;
|
|
24
25
|
submitSuccessHeader?: string;
|
|
25
26
|
submitSuccessDescription?: string;
|
|
26
27
|
submitErrorHeader?: string;
|
|
@@ -30,43 +30,56 @@ export declare class LeadForm {
|
|
|
30
30
|
* @uiName Header text
|
|
31
31
|
*/
|
|
32
32
|
pageLabel: string;
|
|
33
|
+
/**
|
|
34
|
+
* @uiName Optional label
|
|
35
|
+
*/
|
|
36
|
+
optionalLabel: string;
|
|
37
|
+
/**
|
|
38
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
39
|
+
* @uiName Form key
|
|
40
|
+
*/
|
|
33
41
|
formKey: string;
|
|
34
42
|
/**
|
|
35
|
-
* Optional support link for error messages.
|
|
43
|
+
* Optional support link text for error messages.
|
|
44
|
+
* @uiName Support link text
|
|
36
45
|
*/
|
|
37
|
-
|
|
46
|
+
supportLinkText: string;
|
|
38
47
|
/**
|
|
39
|
-
* Header text shown on successful submission.
|
|
48
|
+
* Header text shown on successful lead submission.
|
|
49
|
+
* @uiName Submit success header
|
|
40
50
|
*/
|
|
41
51
|
submitSuccessHeader: string;
|
|
42
52
|
/**
|
|
43
|
-
* Description text shown on successful submission.
|
|
53
|
+
* Description text shown on successful lead submission.
|
|
54
|
+
* @uiName Submit success description
|
|
44
55
|
*/
|
|
45
56
|
submitSuccessDescription: string;
|
|
46
57
|
/**
|
|
47
|
-
*
|
|
58
|
+
* Header text shown if an error occurs.
|
|
59
|
+
* @uiName Submit error header
|
|
48
60
|
*/
|
|
49
61
|
submitErrorHeader: string;
|
|
50
62
|
/**
|
|
51
|
-
* Description text shown
|
|
63
|
+
* Description text shown if an error occurs.
|
|
64
|
+
* @uiName Submit error description
|
|
52
65
|
*/
|
|
53
66
|
submitErrorDescription: string;
|
|
54
67
|
/**
|
|
55
|
-
* The message to be displayed
|
|
68
|
+
* The message to be displayed if a required field is not filled.
|
|
56
69
|
*
|
|
57
70
|
* @uiName Required field message
|
|
58
71
|
* @uiWidget textArea
|
|
59
72
|
*/
|
|
60
73
|
requiredFieldErrorMessage: string;
|
|
61
74
|
/**
|
|
62
|
-
* The message to be displayed
|
|
75
|
+
* The message to be displayed if a the form submission fails unexpectedly.
|
|
63
76
|
*
|
|
64
77
|
* @uiName Network error message
|
|
65
78
|
* @uiWidget textArea
|
|
66
79
|
*/
|
|
67
80
|
networkErrorMessage: string;
|
|
68
81
|
/**
|
|
69
|
-
* The message to be displayed
|
|
82
|
+
* The message to be displayed if the email used is invalid.
|
|
70
83
|
*
|
|
71
84
|
* @uiName Invalid email message
|
|
72
85
|
* @uiWidget textArea
|
|
@@ -13,11 +13,12 @@ export declare function useLeadForm(props: LeadForm): {
|
|
|
13
13
|
error: string;
|
|
14
14
|
success: boolean;
|
|
15
15
|
leadFormState: import("./useLeadFormState").LeadFormState;
|
|
16
|
-
referralCode:
|
|
16
|
+
referralCode: any;
|
|
17
17
|
};
|
|
18
18
|
callbacks: {
|
|
19
19
|
submit: (event: any) => Promise<void>;
|
|
20
20
|
inputFunction: (e: any) => void;
|
|
21
|
+
resetForm: () => void;
|
|
21
22
|
};
|
|
22
23
|
refs: {
|
|
23
24
|
formRef: {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SqmReferralIframe } from "./sqm-referral-iframe";
|
|
2
2
|
import { ReferralIframeViewProps } from "./sqm-referral-iframe-view";
|
|
3
|
-
export declare function useReferralIframe(props
|
|
3
|
+
export declare function useReferralIframe(props?: SqmReferralIframe): ReferralIframeViewProps;
|
|
@@ -1500,7 +1500,16 @@ export namespace Components {
|
|
|
1500
1500
|
* @uiName Optional
|
|
1501
1501
|
* @default
|
|
1502
1502
|
*/
|
|
1503
|
-
"dropdownOptional"
|
|
1503
|
+
"dropdownOptional": boolean;
|
|
1504
|
+
/**
|
|
1505
|
+
* @uiName Multiple selection
|
|
1506
|
+
* @default
|
|
1507
|
+
*/
|
|
1508
|
+
"multiple": boolean;
|
|
1509
|
+
/**
|
|
1510
|
+
* @uiName Optional label
|
|
1511
|
+
*/
|
|
1512
|
+
"optionalLabel": string;
|
|
1504
1513
|
/**
|
|
1505
1514
|
* The message to be displayed when a required field is not filled.
|
|
1506
1515
|
* @uiName Required field message
|
|
@@ -1522,9 +1531,13 @@ export namespace Components {
|
|
|
1522
1531
|
* @uiName First Name field label
|
|
1523
1532
|
*/
|
|
1524
1533
|
"firstNameLabel": string;
|
|
1534
|
+
/**
|
|
1535
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
1536
|
+
* @uiName Form key
|
|
1537
|
+
*/
|
|
1525
1538
|
"formKey": string;
|
|
1526
1539
|
/**
|
|
1527
|
-
* The message to be displayed
|
|
1540
|
+
* The message to be displayed if the email used is invalid.
|
|
1528
1541
|
* @uiName Invalid email message
|
|
1529
1542
|
* @uiWidget textArea
|
|
1530
1543
|
*/
|
|
@@ -1534,17 +1547,21 @@ export namespace Components {
|
|
|
1534
1547
|
*/
|
|
1535
1548
|
"lastNameLabel": string;
|
|
1536
1549
|
/**
|
|
1537
|
-
* The message to be displayed
|
|
1550
|
+
* The message to be displayed if a the form submission fails unexpectedly.
|
|
1538
1551
|
* @uiName Network error message
|
|
1539
1552
|
* @uiWidget textArea
|
|
1540
1553
|
*/
|
|
1541
1554
|
"networkErrorMessage": string;
|
|
1555
|
+
/**
|
|
1556
|
+
* @uiName Optional label
|
|
1557
|
+
*/
|
|
1558
|
+
"optionalLabel": string;
|
|
1542
1559
|
/**
|
|
1543
1560
|
* @uiName Header text
|
|
1544
1561
|
*/
|
|
1545
1562
|
"pageLabel": string;
|
|
1546
1563
|
/**
|
|
1547
|
-
* The message to be displayed
|
|
1564
|
+
* The message to be displayed if a required field is not filled.
|
|
1548
1565
|
* @uiName Required field message
|
|
1549
1566
|
* @uiWidget textArea
|
|
1550
1567
|
*/
|
|
@@ -1554,11 +1571,13 @@ export namespace Components {
|
|
|
1554
1571
|
*/
|
|
1555
1572
|
"resubmitFormLabel": string;
|
|
1556
1573
|
/**
|
|
1557
|
-
* Description text shown
|
|
1574
|
+
* Description text shown if an error occurs.
|
|
1575
|
+
* @uiName Submit error description
|
|
1558
1576
|
*/
|
|
1559
1577
|
"submitErrorDescription": string;
|
|
1560
1578
|
/**
|
|
1561
|
-
* Header text shown
|
|
1579
|
+
* Header text shown if an error occurs.
|
|
1580
|
+
* @uiName Submit error header
|
|
1562
1581
|
*/
|
|
1563
1582
|
"submitErrorHeader": string;
|
|
1564
1583
|
/**
|
|
@@ -1566,17 +1585,20 @@ export namespace Components {
|
|
|
1566
1585
|
*/
|
|
1567
1586
|
"submitLabel": string;
|
|
1568
1587
|
/**
|
|
1569
|
-
* Description text shown on successful submission.
|
|
1588
|
+
* Description text shown on successful lead submission.
|
|
1589
|
+
* @uiName Submit success description
|
|
1570
1590
|
*/
|
|
1571
1591
|
"submitSuccessDescription": string;
|
|
1572
1592
|
/**
|
|
1573
|
-
* Header text shown on successful submission.
|
|
1593
|
+
* Header text shown on successful lead submission.
|
|
1594
|
+
* @uiName Submit success header
|
|
1574
1595
|
*/
|
|
1575
1596
|
"submitSuccessHeader": string;
|
|
1576
1597
|
/**
|
|
1577
|
-
* Optional support link for error messages.
|
|
1598
|
+
* Optional support link text for error messages.
|
|
1599
|
+
* @uiName Support link text
|
|
1578
1600
|
*/
|
|
1579
|
-
"
|
|
1601
|
+
"supportLinkText": string;
|
|
1580
1602
|
}
|
|
1581
1603
|
interface SqmLeadInputField {
|
|
1582
1604
|
/**
|
|
@@ -1606,6 +1628,10 @@ export namespace Components {
|
|
|
1606
1628
|
* @uiEnumNames ["Text", "Date", "Phone Number"]
|
|
1607
1629
|
*/
|
|
1608
1630
|
"fieldType": "text" | "date" | "tel";
|
|
1631
|
+
/**
|
|
1632
|
+
* @uiName Optional label
|
|
1633
|
+
*/
|
|
1634
|
+
"optionalLabel": string;
|
|
1609
1635
|
/**
|
|
1610
1636
|
* The message to be displayed when a required field is not filled.
|
|
1611
1637
|
* @uiName Required field message
|
|
@@ -8471,6 +8497,15 @@ declare namespace LocalJSX {
|
|
|
8471
8497
|
* @default
|
|
8472
8498
|
*/
|
|
8473
8499
|
"dropdownOptional"?: boolean;
|
|
8500
|
+
/**
|
|
8501
|
+
* @uiName Multiple selection
|
|
8502
|
+
* @default
|
|
8503
|
+
*/
|
|
8504
|
+
"multiple"?: boolean;
|
|
8505
|
+
/**
|
|
8506
|
+
* @uiName Optional label
|
|
8507
|
+
*/
|
|
8508
|
+
"optionalLabel"?: string;
|
|
8474
8509
|
/**
|
|
8475
8510
|
* The message to be displayed when a required field is not filled.
|
|
8476
8511
|
* @uiName Required field message
|
|
@@ -8492,9 +8527,13 @@ declare namespace LocalJSX {
|
|
|
8492
8527
|
* @uiName First Name field label
|
|
8493
8528
|
*/
|
|
8494
8529
|
"firstNameLabel"?: string;
|
|
8530
|
+
/**
|
|
8531
|
+
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
8532
|
+
* @uiName Form key
|
|
8533
|
+
*/
|
|
8495
8534
|
"formKey"?: string;
|
|
8496
8535
|
/**
|
|
8497
|
-
* The message to be displayed
|
|
8536
|
+
* The message to be displayed if the email used is invalid.
|
|
8498
8537
|
* @uiName Invalid email message
|
|
8499
8538
|
* @uiWidget textArea
|
|
8500
8539
|
*/
|
|
@@ -8504,17 +8543,21 @@ declare namespace LocalJSX {
|
|
|
8504
8543
|
*/
|
|
8505
8544
|
"lastNameLabel"?: string;
|
|
8506
8545
|
/**
|
|
8507
|
-
* The message to be displayed
|
|
8546
|
+
* The message to be displayed if a the form submission fails unexpectedly.
|
|
8508
8547
|
* @uiName Network error message
|
|
8509
8548
|
* @uiWidget textArea
|
|
8510
8549
|
*/
|
|
8511
8550
|
"networkErrorMessage"?: string;
|
|
8551
|
+
/**
|
|
8552
|
+
* @uiName Optional label
|
|
8553
|
+
*/
|
|
8554
|
+
"optionalLabel"?: string;
|
|
8512
8555
|
/**
|
|
8513
8556
|
* @uiName Header text
|
|
8514
8557
|
*/
|
|
8515
8558
|
"pageLabel"?: string;
|
|
8516
8559
|
/**
|
|
8517
|
-
* The message to be displayed
|
|
8560
|
+
* The message to be displayed if a required field is not filled.
|
|
8518
8561
|
* @uiName Required field message
|
|
8519
8562
|
* @uiWidget textArea
|
|
8520
8563
|
*/
|
|
@@ -8524,11 +8567,13 @@ declare namespace LocalJSX {
|
|
|
8524
8567
|
*/
|
|
8525
8568
|
"resubmitFormLabel"?: string;
|
|
8526
8569
|
/**
|
|
8527
|
-
* Description text shown
|
|
8570
|
+
* Description text shown if an error occurs.
|
|
8571
|
+
* @uiName Submit error description
|
|
8528
8572
|
*/
|
|
8529
8573
|
"submitErrorDescription"?: string;
|
|
8530
8574
|
/**
|
|
8531
|
-
* Header text shown
|
|
8575
|
+
* Header text shown if an error occurs.
|
|
8576
|
+
* @uiName Submit error header
|
|
8532
8577
|
*/
|
|
8533
8578
|
"submitErrorHeader"?: string;
|
|
8534
8579
|
/**
|
|
@@ -8536,17 +8581,20 @@ declare namespace LocalJSX {
|
|
|
8536
8581
|
*/
|
|
8537
8582
|
"submitLabel"?: string;
|
|
8538
8583
|
/**
|
|
8539
|
-
* Description text shown on successful submission.
|
|
8584
|
+
* Description text shown on successful lead submission.
|
|
8585
|
+
* @uiName Submit success description
|
|
8540
8586
|
*/
|
|
8541
8587
|
"submitSuccessDescription"?: string;
|
|
8542
8588
|
/**
|
|
8543
|
-
* Header text shown on successful submission.
|
|
8589
|
+
* Header text shown on successful lead submission.
|
|
8590
|
+
* @uiName Submit success header
|
|
8544
8591
|
*/
|
|
8545
8592
|
"submitSuccessHeader"?: string;
|
|
8546
8593
|
/**
|
|
8547
|
-
* Optional support link for error messages.
|
|
8594
|
+
* Optional support link text for error messages.
|
|
8595
|
+
* @uiName Support link text
|
|
8548
8596
|
*/
|
|
8549
|
-
"
|
|
8597
|
+
"supportLinkText"?: string;
|
|
8550
8598
|
}
|
|
8551
8599
|
interface SqmLeadInputField {
|
|
8552
8600
|
/**
|
|
@@ -8576,6 +8624,10 @@ declare namespace LocalJSX {
|
|
|
8576
8624
|
* @uiEnumNames ["Text", "Date", "Phone Number"]
|
|
8577
8625
|
*/
|
|
8578
8626
|
"fieldType"?: "text" | "date" | "tel";
|
|
8627
|
+
/**
|
|
8628
|
+
* @uiName Optional label
|
|
8629
|
+
*/
|
|
8630
|
+
"optionalLabel"?: string;
|
|
8579
8631
|
/**
|
|
8580
8632
|
* The message to be displayed when a required field is not filled.
|
|
8581
8633
|
* @uiName Required field message
|
package/docs/docs.docx
CHANGED
|
Binary file
|