@skedulo/mex-types 1.7.3 → 1.7.4
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.
|
@@ -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
|
/**
|