|
|
@ -121,11 +121,11 @@ export class DriverSelector extends BI.Widget { |
|
|
|
}, |
|
|
|
}, |
|
|
|
invisible: this.model.driverSource === '', |
|
|
|
invisible: this.model.driverSource === '', |
|
|
|
width: 204, |
|
|
|
width: 204, |
|
|
|
watermark: BI.i18nText('Dec-Please_Select_One'), |
|
|
|
watermark: BI.i18nText('Dec-Please_Input'), |
|
|
|
items: this.model.driverClassItems, |
|
|
|
items: this.model.driverClassItems, |
|
|
|
value: this.model.customDriver.value, |
|
|
|
value: this.model.customDriver.value, |
|
|
|
text: () => this.model.customDriver.value || '', |
|
|
|
text: () => this.model.customDriver.value || '', |
|
|
|
defaultText: BI.i18nText('Dec-Please_Select'), |
|
|
|
defaultText: BI.i18nText('Dec-Please_Select_One'), |
|
|
|
warningTitle: BI.i18nText('Dec-Dcm-Driver_Driver_File_Lost'), |
|
|
|
warningTitle: BI.i18nText('Dec-Dcm-Driver_Driver_File_Lost'), |
|
|
|
listeners: [ |
|
|
|
listeners: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|