@evoke-platform/context 1.2.0-testing.6 → 1.2.0-testing.7
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.
|
@@ -180,7 +180,7 @@ export type DisplayConfiguration = {
|
|
|
180
180
|
visibility?: VisibilityConfiguration | JsonLogic;
|
|
181
181
|
viewLayout?: ViewLayoutEntityReference;
|
|
182
182
|
choicesDisplay?: {
|
|
183
|
-
type: 'dropdown' | 'radioButton';
|
|
183
|
+
type: 'dropdown' | 'radioButton' | 'checkbox' | 'switch';
|
|
184
184
|
sortBy?: 'ASC' | 'DESC' | 'NONE';
|
|
185
185
|
};
|
|
186
186
|
};
|
|
@@ -262,7 +262,7 @@ export type ActionInput = {
|
|
|
262
262
|
inputMaskPlaceholderChar?: string;
|
|
263
263
|
tableView?: boolean;
|
|
264
264
|
mode?: 'default' | 'existingOnly';
|
|
265
|
-
displayOption?: 'dropdown' | 'dialogBox' | 'radioButton';
|
|
265
|
+
displayOption?: 'dropdown' | 'dialogBox' | 'radioButton' | 'checkbox' | 'switch';
|
|
266
266
|
rows?: number;
|
|
267
267
|
showCharCount?: boolean;
|
|
268
268
|
readOnly?: boolean;
|