js: add base64 for placeholder & error in image

This commit is contained in:
王劲鹏
2020-05-11 11:18:30 +08:00
committed by osborn
parent 9759eac38b
commit dabd53a1f5
9 changed files with 51 additions and 1 deletions

View File

@@ -2857,6 +2857,10 @@ __decorate$4([
Property,
__metadata$4("design:type", String)
], Image.prototype, "placeHolderImage", void 0);
__decorate$4([
Property,
__metadata$4("design:type", String)
], Image.prototype, "placeHolderImageBase64", void 0);
__decorate$4([
Property,
__metadata$4("design:type", Color
@@ -2870,6 +2874,10 @@ __decorate$4([
Property,
__metadata$4("design:type", String)
], Image.prototype, "errorImage", void 0);
__decorate$4([
Property,
__metadata$4("design:type", String)
], Image.prototype, "errorImageBase64", void 0);
__decorate$4([
Property,
__metadata$4("design:type", Color)

File diff suppressed because one or more lines are too long