update demo
This commit is contained in:
11
doric-web/dist/index.js
vendored
11
doric-web/dist/index.js
vendored
@@ -3618,6 +3618,10 @@ let Input = /** @class */ (() => {
|
||||
Property,
|
||||
__metadata$a("design:type", String)
|
||||
], Input.prototype, "hintText", void 0);
|
||||
__decorate$a([
|
||||
Property,
|
||||
__metadata$a("design:type", Number)
|
||||
], Input.prototype, "inputType", void 0);
|
||||
__decorate$a([
|
||||
Property,
|
||||
__metadata$a("design:type", Color)
|
||||
@@ -3644,6 +3648,13 @@ let Input = /** @class */ (() => {
|
||||
], Input.prototype, "maxLength", void 0);
|
||||
return Input;
|
||||
})();
|
||||
(function (InputType) {
|
||||
InputType[InputType["Default"] = 0] = "Default";
|
||||
InputType[InputType["Number"] = 1] = "Number";
|
||||
InputType[InputType["Decimal"] = 2] = "Decimal";
|
||||
InputType[InputType["Alphabet"] = 3] = "Alphabet";
|
||||
InputType[InputType["Phone"] = 4] = "Phone";
|
||||
})(exports.InputType || (exports.InputType = {}));
|
||||
function input(config) {
|
||||
const ret = new Input;
|
||||
ret.layoutConfig = layoutConfig().just();
|
||||
|
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