@skedulo/mex-types 1.28.1 → 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[];
|