@skedulo/mex-types 1.7.3 → 1.8.0
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
|
@@ -99,6 +99,11 @@ interface MexMetadataForJob extends MexBaseMetadata {
|
|
|
99
99
|
* @area Metadata
|
|
100
100
|
*/
|
|
101
101
|
interface MexMetadataForResource extends MexBaseMetadata {
|
|
102
|
+
/**
|
|
103
|
+
* @label Visible for resource category
|
|
104
|
+
* @tooltip Resource types where this form will be visible
|
|
105
|
+
*/
|
|
106
|
+
showIf?: string;
|
|
102
107
|
/**
|
|
103
108
|
* @label Form type
|
|
104
109
|
* @options [{label: 'Jobs', value: 'Jobs'}, {label: 'Global', value: 'Resources'}]
|
|
@@ -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;AA6OD,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;AACnB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
|
|
@@ -158,9 +158,10 @@ export interface SubListEditorViewComponentModel extends CommonEditorViewCompone
|
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* @area Components
|
|
161
|
-
* @value
|
|
162
|
-
* @description
|
|
161
|
+
* @value attachmentsEditor
|
|
162
|
+
* @description Add a file or photo from a mobile device
|
|
163
163
|
* @label Attachment
|
|
164
|
+
* @fieldOrders ['title', 'mandatory']
|
|
164
165
|
*/
|
|
165
166
|
export interface AttachmentsEditorViewComponentModel extends CommonEditorViewComponentModel {
|
|
166
167
|
/**
|