@skedulo/mex-types 1.6.6 → 1.6.8

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.
@@ -218,8 +218,9 @@ export interface SignatureEditorViewComponentModel extends CommonEditorViewCompo
218
218
  /**
219
219
  * @area Components
220
220
  * @value toggleEditor
221
- * @description Allow users to toggle between two states
221
+ * @description Switch between two opposing states
222
222
  * @label Toggle
223
+ * @fieldOrders []
223
224
  */
224
225
  export interface ToggleEditorViewComponentModel extends CommonEditorViewComponentModel {
225
226
  /**
@@ -255,7 +256,7 @@ export interface ToggleEditorItemModel {
255
256
  */
256
257
  offValue: any;
257
258
  /**
258
- * @label Text
259
+ * @label Title
259
260
  */
260
261
  text: LocalizedKey;
261
262
  }
@@ -408,7 +409,7 @@ export interface BaseSelectEditor {
408
409
  * This property is used to allow users add choices to the picklist, multi picklist
409
410
  * @typeAdhoc textarea
410
411
  */
411
- options: string;
412
+ options?: string;
412
413
  }
413
414
  /**
414
415
  * @area Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.6.6",
3
+ "version": "1.6.8",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },