@skedulo/mex-types 1.24.1 → 1.26.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.
|
@@ -116,6 +116,10 @@ export interface TextEditorViewComponentModel extends CommonEditorViewComponentM
|
|
|
116
116
|
* @label Features
|
|
117
117
|
*/
|
|
118
118
|
features?: TextEditorFeaturesModel;
|
|
119
|
+
/**
|
|
120
|
+
* @label Symbol
|
|
121
|
+
*/
|
|
122
|
+
leftSymbol: LocalizedKey;
|
|
119
123
|
}
|
|
120
124
|
export interface TextEditorFeaturesModel {
|
|
121
125
|
/**
|
|
@@ -285,7 +289,7 @@ export interface ToggleEditorViewComponentModel extends CommonEditorViewComponen
|
|
|
285
289
|
/**
|
|
286
290
|
* @label Mode
|
|
287
291
|
*/
|
|
288
|
-
mode: 'radio' | 'checkbox' | 'switch';
|
|
292
|
+
mode: 'radio' | 'checkbox' | 'switch' | 'segment';
|
|
289
293
|
}
|
|
290
294
|
export interface ToggleEditorItemModel {
|
|
291
295
|
/**
|