diff --git a/api/js/etemplate/et2_widget_selectbox.ts b/api/js/etemplate/et2_widget_selectbox.ts index af18e8066f..16a2e6487b 100644 --- a/api/js/etemplate/et2_widget_selectbox.ts +++ b/api/js/etemplate/et2_widget_selectbox.ts @@ -11,8 +11,14 @@ */ import {Et2Select} from "./Et2Select/Et2Select"; +import {Et2SelectReadonly} from "./Et2Select/Et2SelectReadonly"; /** * @deprecated use Et2Select */ -export class et2_selectbox extends Et2Select{} \ No newline at end of file +export class et2_selectbox extends Et2Select{} + +/** + * @deprecated use Et2SelectReadonly + */ +export type et2_selectbox_ro = Et2SelectReadonly; \ No newline at end of file