@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 Readonly
18
- * @tooltip If true, the entire form will be shown in read-only mode within the mobile app
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.28.0",
3
+ "version": "1.28.2",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },