js: add font & hint font for input

This commit is contained in:
王劲鹏
2021-07-20 15:38:25 +08:00
committed by osborn
parent 7830811362
commit 04d9958a4d
8 changed files with 297 additions and 41 deletions

View File

@@ -2205,10 +2205,18 @@ __decorate$3([
Property,
__metadata$3("design:type", Number)
], Input.prototype, "textSize", void 0);
__decorate$3([
Property,
__metadata$3("design:type", String)
], Input.prototype, "font", void 0);
__decorate$3([
Property,
__metadata$3("design:type", String)
], Input.prototype, "hintText", void 0);
__decorate$3([
Property,
__metadata$3("design:type", String)
], Input.prototype, "hintFont", void 0);
__decorate$3([
Property,
__metadata$3("design:type", Number)