update doric web

This commit is contained in:
王劲鹏 2020-04-16 17:16:01 +08:00 committed by osborn
parent 92db850cd1
commit 25d818966d
2 changed files with 4 additions and 1 deletions

View File

@ -2853,6 +2853,10 @@ __decorate$4([
Property, Property,
__metadata$4("design:type", Function) __metadata$4("design:type", Function)
], Image.prototype, "loadCallback", void 0); ], Image.prototype, "loadCallback", void 0);
__decorate$4([
Property,
__metadata$4("design:type", Object)
], Image.prototype, "stretchInset", void 0);
function image(config) { function image(config) {
const ret = new Image; const ret = new Image;
ret.layoutConfig = layoutConfig().fit(); ret.layoutConfig = layoutConfig().fit();

File diff suppressed because one or more lines are too long