@skedulo/mex-types 1.4.1 → 1.4.2
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.
|
@@ -7,7 +7,7 @@ export interface BaseFlatPageViewComponentModel extends BaseComponentModel {
|
|
|
7
7
|
* @label ShowIf expression
|
|
8
8
|
* @placeholder Enter expression
|
|
9
9
|
*/
|
|
10
|
-
showIfExpression
|
|
10
|
+
showIfExpression?: DataExpressionType;
|
|
11
11
|
}
|
|
12
12
|
export type KeyboardType = 'default' | 'email-address' | 'numeric' | 'phone-pad' | 'number-pad' | 'decimal-pad';
|
|
13
13
|
export interface CommonEditorViewComponentModel extends BaseFlatPageViewComponentModel {
|