fix(core): update

This commit is contained in:
Philipp Kunz 2024-01-01 20:45:50 +01:00
parent d9657b8ffc
commit efacc80410
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@design.estate/dees-appui-catalog', name: '@design.estate/dees-appui-catalog',
version: '1.0.94', version: '1.0.95',
description: 'a catalog with app webcomponents' description: 'a catalog with app webcomponents'
} }

View File

@ -17,7 +17,9 @@ export class DeesAppuiMaincontent extends DeesElement {
public static demo = () => html`<dees-appui-maincontent></dees-appui-maincontent>`; public static demo = () => html`<dees-appui-maincontent></dees-appui-maincontent>`;
// INSTANCE // INSTANCE
@property() @property({
type: Array,
})
public tabs: interfaces.ITab[] = [ public tabs: interfaces.ITab[] = [
{ key: 'option 1', action: () => {} }, { key: 'option 1', action: () => {} },
{ key: 'a very long option', action: () => {} }, { key: 'a very long option', action: () => {} },