@skedulo/mex-types 1.28.0 → 1.28.1
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.
|
@@ -289,6 +289,7 @@ export interface WithAdvancedFilterUI {
|
|
|
289
289
|
}
|
|
290
290
|
export interface ListPageOnlineSearchComponentModel extends WithAdvancedFilterUI {
|
|
291
291
|
hasDefaultSearchBar?: boolean;
|
|
292
|
+
placeholder?: LocalizedKey;
|
|
292
293
|
}
|
|
293
294
|
export interface ListPageAdvancedFilterModel extends WithAdvancedFilterUI {
|
|
294
295
|
expression: DataExpressionType;
|