@skedulo/mex-types 1.19.1 → 1.20.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.
|
@@ -197,6 +197,16 @@ export interface AttachmentsEditorViewComponentModel extends CommonEditorViewCom
|
|
|
197
197
|
* @label Attachment category name
|
|
198
198
|
*/
|
|
199
199
|
attachmentCategoryName: string;
|
|
200
|
+
/**
|
|
201
|
+
* @version 1.10.0
|
|
202
|
+
*/
|
|
203
|
+
addFilesOptions?: AttachmentsEditorViewAddFilesOptionsModel;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @version 1.10.0
|
|
207
|
+
*/
|
|
208
|
+
export interface AttachmentsEditorViewAddFilesOptionsModel {
|
|
209
|
+
allowedFileExtensions?: string[];
|
|
200
210
|
}
|
|
201
211
|
/**
|
|
202
212
|
* @area Components
|
|
@@ -218,7 +228,7 @@ export interface BodyMapViewComponentModel extends CommonEditorViewComponentMode
|
|
|
218
228
|
* @value signatureEditor
|
|
219
229
|
* @description Capture a signature on a mobile device
|
|
220
230
|
* @label Signature
|
|
221
|
-
* @fieldOrders ['title', 'enableFullName', 'showIfExpression']
|
|
231
|
+
* @fieldOrders ['title', 'mandatory', 'enableFullName', 'showIfExpression']
|
|
222
232
|
*/
|
|
223
233
|
export interface SignatureEditorViewComponentModel extends CommonEditorViewComponentModel {
|
|
224
234
|
/**
|