@skedulo/mex-types 1.10.0 → 1.11.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.
|
@@ -39,6 +39,7 @@ export interface CommonEditorViewComponentModel extends BaseFlatPageViewComponen
|
|
|
39
39
|
* @label Editor events
|
|
40
40
|
*/
|
|
41
41
|
editorEvents?: CommonEditorEvents;
|
|
42
|
+
caption?: LocalizedKey;
|
|
42
43
|
}
|
|
43
44
|
export interface CommonEditorEvents {
|
|
44
45
|
/**
|
|
@@ -432,11 +433,6 @@ export interface BaseSelectEditor {
|
|
|
432
433
|
* @fieldOrders ['title', 'placeholder', 'mandatory', 'options']
|
|
433
434
|
*/
|
|
434
435
|
export interface SelectEditorViewComponentModel extends CommonEditorViewComponentModel, CommonEditorWithPlaceholder, BaseSelectEditor {
|
|
435
|
-
/**
|
|
436
|
-
* @label Caption
|
|
437
|
-
*
|
|
438
|
-
*/
|
|
439
|
-
caption: LocalizedKey;
|
|
440
436
|
/**
|
|
441
437
|
* @label Value expression
|
|
442
438
|
* @hidden true
|