@skedulo/mex-types 1.5.2 → 1.5.3
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.
|
@@ -17,7 +17,7 @@ export interface CommonEditorViewComponentModel extends BaseFlatPageViewComponen
|
|
|
17
17
|
title: LocalizedKey;
|
|
18
18
|
/**
|
|
19
19
|
* @label Validator
|
|
20
|
-
* @
|
|
20
|
+
* @referenceTo ExpressionValidatorModel
|
|
21
21
|
*/
|
|
22
22
|
validator?: ValidatorDefinitionModel;
|
|
23
23
|
/**
|
|
@@ -218,7 +218,7 @@ export interface ToggleEditorViewComponentModel extends CommonEditorViewComponen
|
|
|
218
218
|
/**
|
|
219
219
|
* TODO: Remove typeAdhoc for union type, and dynamic form need to support Array of object
|
|
220
220
|
* @label Validator
|
|
221
|
-
* @
|
|
221
|
+
* @referenceTo ExpressionValidatorModel
|
|
222
222
|
*/
|
|
223
223
|
validator: ValidatorDefinitionModel;
|
|
224
224
|
/**
|
|
@@ -397,7 +397,7 @@ export interface SelectEditorViewComponentModel extends CommonEditorViewComponen
|
|
|
397
397
|
/**
|
|
398
398
|
* TODO: Remove typeAdhoc for union type, and dynamic form need to support Array of object
|
|
399
399
|
* @label Validator
|
|
400
|
-
* @
|
|
400
|
+
* @referenceTo ExpressionValidatorModel
|
|
401
401
|
*/
|
|
402
402
|
validator: ValidatorDefinitionModel;
|
|
403
403
|
/**
|
|
@@ -418,7 +418,7 @@ export interface MultiSelectEditorViewComponentModel extends CommonEditorViewCom
|
|
|
418
418
|
/**
|
|
419
419
|
* TODO: Remove typeAdhoc for union type, and dynamic form need to support Array of object
|
|
420
420
|
* @label Validator
|
|
421
|
-
* @
|
|
421
|
+
* @referenceTo ExpressionValidatorModel
|
|
422
422
|
*/
|
|
423
423
|
validator: ValidatorDefinitionModel;
|
|
424
424
|
}
|