fix(core): update

This commit is contained in:
2023-10-23 17:26:03 +02:00
parent 52130d67e2
commit 5cec1fea73
12 changed files with 164 additions and 113 deletions

View File

@ -22,7 +22,7 @@ export class DeesInputFileupload extends DeesElement {
public static demo = () => html`<dees-input-fileupload .label=${'Attachments'}></dees-input-fileupload>`;
// INSTANCE
public changeSubject = new domtools.rxjs.Subject();
public changeSubject = new domtools.plugins.smartrx.rxjs.Subject();
@property({
type: String,