- ${this.renderRows
- ? (_a = this.rows) === null || _a === void 0 ? void 0 : _a.map((row) => p `
${row}
`)
- : ""}
+ ${this.renderRows?null===(t=this.rows)||void 0===t?void 0:t.map((t=>R`
${t}
`)):""}
- `;
- }
- static get styles() {
- return r$2 `
+ `}static get styles(){return n`
#head {
display: flex;
align-items: center;
@@ -495,33 +91,4 @@ class FoldEntityRow extends s {
overflow-x: clip;
overflow-y: visible;
}
- `;
- }
-}
-__decorate([
- e$1()
-], FoldEntityRow.prototype, "open", void 0);
-__decorate([
- e$1()
-], FoldEntityRow.prototype, "renderRows", void 0);
-__decorate([
- e$1()
-], FoldEntityRow.prototype, "head", void 0);
-__decorate([
- e$1()
-], FoldEntityRow.prototype, "rows", void 0);
-__decorate([
- e$1()
-], FoldEntityRow.prototype, "height", void 0);
-__decorate([
- e$1()
-], FoldEntityRow.prototype, "maxheight", void 0);
-__decorate([
- e$1()
-], FoldEntityRow.prototype, "entitiesWarning", void 0);
-if (!customElements.get("fold-entity-row")) {
- customElements.define("fold-entity-row", FoldEntityRow);
- console.info(`%cFOLD-ENTITY-ROW ${pjson.version} IS INSTALLED`, "color: green; font-weight: bold", "");
-}
-
-export { findParentCard };
+ `}}t([G()],nt.prototype,"open",void 0),t([G()],nt.prototype,"renderRows",void 0),t([G()],nt.prototype,"head",void 0),t([G()],nt.prototype,"rows",void 0),t([G()],nt.prototype,"height",void 0),t([G()],nt.prototype,"maxheight",void 0),t([G()],nt.prototype,"entitiesWarning",void 0),customElements.get("fold-entity-row")||(customElements.define("fold-entity-row",nt),console.info(`%cFOLD-ENTITY-ROW ${Q} IS INSTALLED`,"color: green; font-weight: bold",""));export{it as findParentCard};
diff --git a/package.json b/package.json
index 88e1b7c..6cce069 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "fold-entity-row",
"private": true,
- "version": "20.0.12",
+ "version": "20.0.13",
"description": "",
"scripts": {
"build": "rollup -c",