@skedulo/mex-types 1.41.0 → 1.42.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseComponentModel } from '../common
|
|
2
|
-
import { ButtonGroupItemComponentModel, DataExpressionType, DynamicContent, FunctionExpressionType, GroupByFeatureModel, IconName, ListPageAddNewDefaultDataType, LocalizedKey, OneLevelBindingObject, OnlineFetchListDataQuery, OrderByModel, RoutingType, SkedRemoteImage, TimezoneType, ValueExpressionType } from '../common
|
|
1
|
+
import { BaseComponentModel } from '../common';
|
|
2
|
+
import { ButtonGroupItemComponentModel, DataExpressionType, DynamicContent, FunctionExpressionType, GroupByFeatureModel, IconName, ListPageAddNewDefaultDataType, LocalizedKey, OneLevelBindingObject, OnlineFetchListDataQuery, OrderByModel, RoutingType, SkedRemoteImage, TimezoneType, ValueExpressionType } from '../common';
|
|
3
3
|
import { SelectPageOnlineSource, SelectPageSearchBarConfig } from './SearchPage';
|
|
4
|
-
import { ValidatorDefinitionModel } from '../validator
|
|
4
|
+
import { ValidatorDefinitionModel } from '../validator';
|
|
5
5
|
export interface BaseFlatPageViewComponentModel extends BaseComponentModel {
|
|
6
6
|
/**
|
|
7
7
|
* @label ShowIf expression
|
|
@@ -383,6 +383,12 @@ export interface DateTimePickerViewComponentModel extends CommonEditorViewCompon
|
|
|
383
383
|
* @label Value expression
|
|
384
384
|
*/
|
|
385
385
|
valueExpression: DataExpressionType;
|
|
386
|
+
/**
|
|
387
|
+
* @label Display Expression
|
|
388
|
+
* @description: Expression for displaying value, if not defined, return default format
|
|
389
|
+
* @version: 1.15.0
|
|
390
|
+
*/
|
|
391
|
+
displayExpression?: DataExpressionType;
|
|
386
392
|
}
|
|
387
393
|
export interface BaseSublistViewComponentModel extends BaseComponentModel {
|
|
388
394
|
}
|