|
|
|
@ -140,19 +140,23 @@ export class Datebase extends BI.Widget {
|
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
el: { |
|
|
|
|
type: VerticalAdapt, |
|
|
|
|
type: Htape, |
|
|
|
|
hgap: 20, |
|
|
|
|
invisible: true, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|
type: Label, |
|
|
|
|
width: 70, |
|
|
|
|
textAlign: 'left', |
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Type_Filter'), |
|
|
|
|
title: BI.i18nText('Dec-Dcm_Connection_Type_Filter'), |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: MultiSelectItem, |
|
|
|
|
width: 80, |
|
|
|
|
selected: this.model.isInternal, |
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Support_Inner'), |
|
|
|
|
title: BI.i18nText('Dec-Dcm_Connection_Support_Inner'), |
|
|
|
|
ref: (_ref: any) => { |
|
|
|
|
this.internalWidget = _ref; |
|
|
|
|
}, |
|
|
|
@ -165,6 +169,7 @@ export class Datebase extends BI.Widget {
|
|
|
|
|
width: 80, |
|
|
|
|
selected: this.model.isPlugin, |
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Support_Plugin'), |
|
|
|
|
title: BI.i18nText('Dec-Dcm_Connection_Support_Plugin'), |
|
|
|
|
ref: (_ref: any) => { |
|
|
|
|
this.pluginWidget = _ref; |
|
|
|
|
}, |
|
|
|
@ -175,14 +180,16 @@ export class Datebase extends BI.Widget {
|
|
|
|
|
{ |
|
|
|
|
type: Label, |
|
|
|
|
cls: 'bi-tips', |
|
|
|
|
textAlign: 'left', |
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_Filter_Tip'), |
|
|
|
|
title: BI.i18nText('Dec-Dcm_Connection_Filter_Tip'), |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
ref: (_ref: any) => { |
|
|
|
|
this.typeFilterWidget = _ref; |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
height: 20, |
|
|
|
|
height: 24, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
type: ButtonGroup, |
|
|
|
|