@skedulo/mex-types 1.28.0 → 1.28.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.
|
@@ -14,8 +14,9 @@ export type UIDefinition = {
|
|
|
14
14
|
*/
|
|
15
15
|
firstPage: string;
|
|
16
16
|
/**
|
|
17
|
-
* @label
|
|
18
|
-
* @
|
|
17
|
+
* @label Prevent form submission on job statuses
|
|
18
|
+
* @placeholder Select job statuses
|
|
19
|
+
* @tooltip Users will not be able to submit this form when the job is in any of the chosen job statuses
|
|
19
20
|
*/
|
|
20
21
|
readonly?: boolean;
|
|
21
22
|
pages: AllPageComponentModel[];
|
|
@@ -289,6 +290,7 @@ export interface WithAdvancedFilterUI {
|
|
|
289
290
|
}
|
|
290
291
|
export interface ListPageOnlineSearchComponentModel extends WithAdvancedFilterUI {
|
|
291
292
|
hasDefaultSearchBar?: boolean;
|
|
293
|
+
placeholder?: LocalizedKey;
|
|
292
294
|
}
|
|
293
295
|
export interface ListPageAdvancedFilterModel extends WithAdvancedFilterUI {
|
|
294
296
|
expression: DataExpressionType;
|