@skedulo/mex-types 1.3.15 → 1.3.17
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.
package/dist/common/MexDefs.d.ts
CHANGED
|
@@ -47,8 +47,9 @@ type MexBaseMetadata = {
|
|
|
47
47
|
email?: string;
|
|
48
48
|
/**
|
|
49
49
|
* @label Mobile display order
|
|
50
|
+
* min 0
|
|
51
|
+
* max 999
|
|
50
52
|
* @tooltip Please choose a number to determine the display priority of the form within the mobile app. A higher number will result in a lower display position for the form in the mobile app
|
|
51
|
-
* @hidden true
|
|
52
53
|
*/
|
|
53
54
|
displayOrder: number;
|
|
54
55
|
/**
|
|
@@ -59,6 +60,7 @@ type MexBaseMetadata = {
|
|
|
59
60
|
hasAttachments?: string[];
|
|
60
61
|
/**
|
|
61
62
|
* @label Static resources
|
|
63
|
+
* @hidden true
|
|
62
64
|
*/
|
|
63
65
|
staticResourcesId?: string;
|
|
64
66
|
[key: string]: any;
|
|
@@ -76,15 +78,18 @@ interface MexMetadataForJob extends MexBaseMetadata {
|
|
|
76
78
|
*/
|
|
77
79
|
contextObject: 'Jobs';
|
|
78
80
|
/**
|
|
79
|
-
* @label
|
|
81
|
+
* @label Show for Job Types
|
|
82
|
+
* @tooltip The form will be visible on all jobs of the selected types
|
|
80
83
|
*/
|
|
81
84
|
showIf?: string;
|
|
82
85
|
/**
|
|
83
|
-
* @label
|
|
86
|
+
* @label Mandatory for Job Types
|
|
87
|
+
* @tooltip Filling out the form is required to complete jobs of the selected types
|
|
84
88
|
*/
|
|
85
89
|
mandatoryIf?: string;
|
|
86
90
|
/**
|
|
87
91
|
* @label Mandatory expression
|
|
92
|
+
* @hidden true
|
|
88
93
|
*/
|
|
89
94
|
mandatoryExpression?: string;
|
|
90
95
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MexDefs.js","sourceRoot":"","sources":["../../src/common/MexDefs.ts"],"names":[],"mappings":";AAAA,iDAAiD;;;AAIjD;;;;;GAKG;AACH,IAAY,SA6BX;AA7BD,WAAY,SAAS;IACnB;;OAEG;IACH,4BAAe,CAAA;IACf;;OAEG;IACH,oCAAuB,CAAA;IACvB;;OAEG;IACH,oCAAuB,CAAA;IACvB;;OAEG;IACH,wCAA2B,CAAA;IAC3B;;OAEG;IACH,gDAAmC,CAAA;IACnC;;OAEG;IACH,oDAAuC,CAAA;IACvC;;OAEG;IACH,8BAAiB,CAAA;AACnB,CAAC,EA7BW,SAAS,yBAAT,SAAS,QA6BpB;
|
|
1
|
+
{"version":3,"file":"MexDefs.js","sourceRoot":"","sources":["../../src/common/MexDefs.ts"],"names":[],"mappings":";AAAA,iDAAiD;;;AAIjD;;;;;GAKG;AACH,IAAY,SA6BX;AA7BD,WAAY,SAAS;IACnB;;OAEG;IACH,4BAAe,CAAA;IACf;;OAEG;IACH,oCAAuB,CAAA;IACvB;;OAEG;IACH,oCAAuB,CAAA;IACvB;;OAEG;IACH,wCAA2B,CAAA;IAC3B;;OAEG;IACH,gDAAmC,CAAA;IACnC;;OAEG;IACH,oDAAuC,CAAA;IACvC;;OAEG;IACH,8BAAiB,CAAA;AACnB,CAAC,EA7BW,SAAS,yBAAT,SAAS,QA6BpB;AAqOD,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;AACnB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
|
|
@@ -4,7 +4,7 @@ import { SelectPageOnlineSource, SelectPageSearchBarConfig } from './SearchPage'
|
|
|
4
4
|
import { ValidatorDefinitionModel } from '../validator/ValidatorModel';
|
|
5
5
|
export interface BaseFlatPageViewComponentModel extends BaseComponentModel {
|
|
6
6
|
/**
|
|
7
|
-
* @label
|
|
7
|
+
* @label ShowIf expression
|
|
8
8
|
* @placeholder Enter expression
|
|
9
9
|
*/
|
|
10
10
|
showIfExpression: DataExpressionType;
|