@skedulo/mex-types 1.8.1 → 1.9.0
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.
|
@@ -66,6 +66,7 @@ export interface ButtonGroupItemComponentModel {
|
|
|
66
66
|
* ]
|
|
67
67
|
*/
|
|
68
68
|
behavior: ButtonBehaviorComponentModel;
|
|
69
|
+
disabled?: DataExpressionType;
|
|
69
70
|
}
|
|
70
71
|
export interface ButtonBehaviorComponentModel {
|
|
71
72
|
type: 'custom' | 'sms' | 'phone' | 'openUrl' | 'email' | 'openSelector';
|
|
@@ -198,7 +198,7 @@ export interface BodyMapViewComponentModel extends CommonEditorViewComponentMode
|
|
|
198
198
|
* @value signatureEditor
|
|
199
199
|
* @description Capture a signature on a mobile device
|
|
200
200
|
* @label Signature
|
|
201
|
-
* @fieldOrders ['title', 'enableFullName'
|
|
201
|
+
* @fieldOrders ['title', 'enableFullName']
|
|
202
202
|
*/
|
|
203
203
|
export interface SignatureEditorViewComponentModel extends CommonEditorViewComponentModel {
|
|
204
204
|
/**
|