You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
474 B
17 lines
474 B
import { DATEBASE_FILTER_TYPE } from "@constants/constant"; |
|
|
|
BI.constant('dec.constant.database.filter.type', [ |
|
{ |
|
text: BI.i18nText('Dec-Dcm_Connection_Commonly'), |
|
value: DATEBASE_FILTER_TYPE.COMMONLY, |
|
selected: true, |
|
}, |
|
{ |
|
text: BI.i18nText('Dec-Dcm_Connection_All'), |
|
value: DATEBASE_FILTER_TYPE.ALL, |
|
}, |
|
{ |
|
text: BI.i18nText('Dec-Dcm_Connection_Other'), |
|
value: DATEBASE_FILTER_TYPE.OTHER, |
|
}, |
|
]); |