@skedulo/mex-types 1.7.2 → 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
|
/**
|
|
@@ -212,7 +213,7 @@ export interface SignatureEditorViewComponentModel extends CommonEditorViewCompo
|
|
|
212
213
|
*/
|
|
213
214
|
attachmentCategoryName: string;
|
|
214
215
|
/**
|
|
215
|
-
* @label Enable
|
|
216
|
+
* @label Enable “Full name” text field
|
|
216
217
|
* @tooltip Enables a text field for users to add their full name with their signature
|
|
217
218
|
*/
|
|
218
219
|
enableFullName: boolean;
|