mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
All etemplate widgets in component list
This commit is contained in:
parent
6b4a1316d2
commit
65bf573f88
@ -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'});
|
@ -26,10 +26,10 @@ function replace(string, terms)
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
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 */
|
/** Globs to exclude */
|
||||||
exclude: ["*Date*"],//, 'et2_*.ts', '**/test/*', '**/*.styles.ts', '**/*.test.ts'],
|
exclude: ["*Date*"],//, 'et2_*.ts', '**/test/*', '**/*.styles.ts', '**/*.test.ts'],
|
||||||
dev: true,
|
dev: false,
|
||||||
litelement: true,
|
litelement: true,
|
||||||
plugins: [
|
plugins: [
|
||||||
// Append package data
|
// Append package data
|
||||||
|
Loading…
Reference in New Issue
Block a user