@skedulo/mex-types 1.6.15 → 1.6.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.
|
@@ -265,15 +265,16 @@ export interface ToggleEditorItemModel {
|
|
|
265
265
|
* @value dateTimeEditor
|
|
266
266
|
* @description Allow selecting date and time
|
|
267
267
|
* @label Date & time
|
|
268
|
+
* @fieldOrders ['title', 'placeholder' ,'mandatory']
|
|
268
269
|
*/
|
|
269
270
|
export interface DateTimePickerViewComponentModel extends CommonEditorViewComponentModel, CommonEditorWithPlaceholder {
|
|
270
271
|
/**
|
|
271
272
|
* @label Mode
|
|
272
273
|
* @typeAdhoc singleselect
|
|
273
274
|
* @options [
|
|
274
|
-
* {label: 'Date and time', value: 'datetime'},
|
|
275
275
|
* {label: 'Date', value: 'date'},
|
|
276
|
-
* {label: 'Time', value: 'time'}
|
|
276
|
+
* {label: 'Time', value: 'time'},
|
|
277
|
+
* {label: 'Date and Time', value: 'datetime'}
|
|
277
278
|
* ]
|
|
278
279
|
*/
|
|
279
280
|
mode: 'datetime' | 'date' | 'time';
|
|
@@ -408,7 +409,7 @@ export interface BaseSelectEditor {
|
|
|
408
409
|
* Apply for Mex survey only
|
|
409
410
|
* This property is used to allow users add choices to the picklist, multi picklist
|
|
410
411
|
* @typeAdhoc textarea
|
|
411
|
-
* @label Add
|
|
412
|
+
* @label Add drop down choices
|
|
412
413
|
* @placeholder Each choice must be on a separate line
|
|
413
414
|
* @required true
|
|
414
415
|
*/
|