js: add font & hint font for input
This commit is contained in:
2
doric-js/lib/src/widget/input.d.ts
vendored
2
doric-js/lib/src/widget/input.d.ts
vendored
@@ -14,7 +14,9 @@ export declare class Input extends View {
|
||||
text?: string;
|
||||
textColor?: Color;
|
||||
textSize?: number;
|
||||
font?: string;
|
||||
hintText?: string;
|
||||
hintFont?: string;
|
||||
inputType?: InputType;
|
||||
hintTextColor?: Color;
|
||||
multiline?: boolean;
|
||||
|
@@ -67,10 +67,18 @@ __decorate([
|
||||
Property,
|
||||
__metadata("design:type", Number)
|
||||
], Input.prototype, "textSize", void 0);
|
||||
__decorate([
|
||||
Property,
|
||||
__metadata("design:type", String)
|
||||
], Input.prototype, "font", void 0);
|
||||
__decorate([
|
||||
Property,
|
||||
__metadata("design:type", String)
|
||||
], Input.prototype, "hintText", void 0);
|
||||
__decorate([
|
||||
Property,
|
||||
__metadata("design:type", String)
|
||||
], Input.prototype, "hintFont", void 0);
|
||||
__decorate([
|
||||
Property,
|
||||
__metadata("design:type", Number)
|
||||
|
Reference in New Issue
Block a user