|
|
@ -89,7 +89,7 @@ export class FileUpload extends BI.Widget { |
|
|
|
}, |
|
|
|
}, |
|
|
|
text: BI.i18nText('Dec-Basic_Choose_File'), |
|
|
|
text: BI.i18nText('Dec-Basic_Choose_File'), |
|
|
|
handler: () => { |
|
|
|
handler: () => { |
|
|
|
self.uploader.select(); |
|
|
|
this.uploader.select(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
@ -197,7 +197,7 @@ export class FileUpload extends BI.Widget { |
|
|
|
this.errorMsg = _ref; |
|
|
|
this.errorMsg = _ref; |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
type: "bi.vertical_adapt", |
|
|
|
type: BI.VerticalLayout.xtype, |
|
|
|
rgap: 5, |
|
|
|
rgap: 5, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|