fix(metadata): update package metadata and align company schema integration with latest tsclass types

This commit is contained in:
2026-05-01 18:23:23 +00:00
parent 75d64e1ebd
commit a59dbc12e5
17 changed files with 7100 additions and 3901 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import * as plugins from './websetup.plugins.js';
export class Tag {
public elementRef: Element;
public elementRef!: Element;
public tagLevel: 'global' | 'levelbound';
public tagLevel: 'global' | 'levelbound' = 'levelbound';
public appendToDom() {
if (!this.elementRef.parentElement && !this.elementRef.parentNode) {