This commit is contained in:
2025-12-11 11:14:37 +00:00
parent 91194f6388
commit 52ffe81352
10 changed files with 1974 additions and 1914 deletions

View File

@@ -8,16 +8,16 @@ export type TElementType = 'element' | 'page';
@customElement('wcc-sidebar')
export class WccSidebar extends DeesElement {
@property({ attribute: false })
public selectedItem: DeesElement | TTemplateFactory;
accessor selectedItem: DeesElement | TTemplateFactory;
@property({ attribute: false })
public selectedType: TElementType;
accessor selectedType: TElementType;
@property()
public dashboardRef: WccDashboard;
accessor dashboardRef: WccDashboard;
@property()
public isFullscreen: boolean = false;
accessor isFullscreen: boolean = false;
public render(): TemplateResult {
return html`