${this.modules &&
this.modules.map((module) => {
return module.id.split(".")[0] !== "plugin"
? html`
{
this.handleUpdate(
module.id as `messageLintRule.${string}.${string}`,
(e.target as HTMLInputElement).value
);
}}
>
${(this.value as any)[module.id] === "error"
? html``
: html``}
${this._valueOptions?.map((option) => {
return html`
${option.const}
`;
})}
${(module.displayName as { en: string }).en}
`
: undefined;
})}