@skedulo/mex-types 1.36.4 → 1.36.6

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.
@@ -431,7 +431,7 @@ export interface MenuListItem extends BaseFlatPageViewComponentModel {
431
431
  */
432
432
  icon?: IconName;
433
433
  }
434
- export interface BaseSelectEditor {
434
+ export interface BaseSelectEditor extends WithTitle {
435
435
  /**
436
436
  * @label Structure expression
437
437
  * @form-builder-hidden true
@@ -569,7 +569,7 @@ export interface AddressSelectEditorViewComponentModel extends CommonEditorViewC
569
569
  * @label Number input
570
570
  * @fieldOrders ['title', 'caption', 'placeholder', 'mandatory', 'showIfExpression']
571
571
  */
572
- export interface NumberEditorViewComponentModel extends CommonEditorViewComponentModel, WithPlaceholder {
572
+ export interface NumberEditorViewComponentModel extends CommonEditorViewComponentModel, WithPlaceholder, WithTitle {
573
573
  /**
574
574
  * @label Value expression
575
575
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.36.4",
3
+ "version": "1.36.6",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },