mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-06 22:15:58 +02:00
adding et2_select_ro type, as it's used in smallPART
This commit is contained in:
@ -11,8 +11,14 @@
|
||||
*/
|
||||
|
||||
import {Et2Select} from "./Et2Select/Et2Select";
|
||||
import {Et2SelectReadonly} from "./Et2Select/Et2SelectReadonly";
|
||||
|
||||
/**
|
||||
* @deprecated use Et2Select
|
||||
*/
|
||||
export class et2_selectbox extends Et2Select{}
|
||||
export class et2_selectbox extends Et2Select{}
|
||||
|
||||
/**
|
||||
* @deprecated use Et2SelectReadonly
|
||||
*/
|
||||
export type et2_selectbox_ro = Et2SelectReadonly;
|
Reference in New Issue
Block a user