All etemplate widgets in component list

This commit is contained in:
nathan 2023-10-11 14:48:58 -06:00
parent 6b4a1316d2
commit 65bf573f88
2 changed files with 3 additions and 3 deletions

View File

@ -248,4 +248,4 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID
}
}
customElements.define("et2-image", Et2Image as any, {extends: 'img'});
customElements.define("et2-image", Et2Image, {extends: 'img'});

View File

@ -26,10 +26,10 @@ function replace(string, terms)
}
export default {
globs: ["api/js/etemplate/**/Et2[!DIL]*/*.ts"], // There's something wrong with some widgets, they break the parser
globs: ["api/js/etemplate/**/Et2*/*.ts"], // There's something wrong with some widgets, they break the parser
/** Globs to exclude */
exclude: ["*Date*"],//, 'et2_*.ts', '**/test/*', '**/*.styles.ts', '**/*.test.ts'],
dev: true,
dev: false,
litelement: true,
plugins: [
// Append package data