js: padding currently only support group or text,input
This commit is contained in:
16
doric-web/dist/index.js
vendored
16
doric-web/dist/index.js
vendored
@@ -2022,10 +2022,6 @@ __decorate$g([
|
||||
Property,
|
||||
__metadata$g("design:type", Boolean)
|
||||
], View.prototype, "hidden", void 0);
|
||||
__decorate$g([
|
||||
Property,
|
||||
__metadata$g("design:type", Object)
|
||||
], View.prototype, "padding", void 0);
|
||||
__decorate$g([
|
||||
Property,
|
||||
__metadata$g("design:type", Object)
|
||||
@@ -2191,6 +2187,10 @@ class Group extends Superview {
|
||||
this.addInnerElement(e);
|
||||
}
|
||||
}
|
||||
__decorate$g([
|
||||
Property,
|
||||
__metadata$g("design:type", Object)
|
||||
], Group.prototype, "padding", void 0);
|
||||
|
||||
const SPECIFIED = 1;
|
||||
const START = 1 << 1;
|
||||
@@ -3215,6 +3215,10 @@ __decorate$d([
|
||||
Property,
|
||||
__metadata$d("design:type", Number)
|
||||
], Text.prototype, "truncateAt", void 0);
|
||||
__decorate$d([
|
||||
Property,
|
||||
__metadata$d("design:type", Object)
|
||||
], Text.prototype, "padding", void 0);
|
||||
function text(config) {
|
||||
const ret = new Text;
|
||||
ret.layoutConfig = layoutConfig().fit();
|
||||
@@ -4246,6 +4250,10 @@ __decorate$6([
|
||||
Property,
|
||||
__metadata$6("design:type", Function)
|
||||
], Input.prototype, "beforeTextChange", void 0);
|
||||
__decorate$6([
|
||||
Property,
|
||||
__metadata$6("design:type", Object)
|
||||
], Input.prototype, "padding", void 0);
|
||||
exports.InputType = void 0;
|
||||
(function (InputType) {
|
||||
InputType[InputType["Default"] = 0] = "Default";
|
||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user