fix(core): update

This commit is contained in:
2021-08-26 21:30:35 +02:00
parent c1594736ec
commit 9d5f0b5ff8
9 changed files with 109 additions and 22 deletions

View File

@ -27,6 +27,11 @@ export class DeesInputQuantitySelector extends DeesElement {
})
public required: boolean = false;
@property({
type: Boolean
})
public disabled: boolean = false;
constructor() {
super();
}