forked from extern/egroupware
adding et2_select_ro type, as it's used in smallPART
This commit is contained in:
parent
ce418affe8
commit
5cd979d372
@ -11,8 +11,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import {Et2Select} from "./Et2Select/Et2Select";
|
import {Et2Select} from "./Et2Select/Et2Select";
|
||||||
|
import {Et2SelectReadonly} from "./Et2Select/Et2SelectReadonly";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated use Et2Select
|
* @deprecated use Et2Select
|
||||||
*/
|
*/
|
||||||
export class et2_selectbox extends Et2Select{}
|
export class et2_selectbox extends Et2Select{}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated use Et2SelectReadonly
|
||||||
|
*/
|
||||||
|
export type et2_selectbox_ro = Et2SelectReadonly;
|
Loading…
Reference in New Issue
Block a user