dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
34 lines (33 loc) • 1.12 kB
JavaScript
import "../../node_modules/@lit/reactive-element/reactive-element.js";
import "../../node_modules/lit-html/lit-html.js";
import "../../node_modules/lit-element/lit-element.js";
import { property as f } from "../../node_modules/@lit/reactive-element/decorators/property.js";
import { html as l } from "../../node_modules/lit-html/static.js";
import { DdsElement as n } from "../../internal/dds-hu-element.js";
import u from "./table-cell.scss.js";
import { unsafeCSS as c } from "../../node_modules/@lit/reactive-element/css-tag.js";
var d = Object.defineProperty, a = (s, m, p, y) => {
for (var t = void 0, o = s.length - 1, i; o >= 0; o--)
(i = s[o]) && (t = i(m, p, t) || t);
return t && d(m, p, t), t;
};
const e = class e extends n {
constructor() {
super(...arguments), this.role = "cell";
}
render() {
return l` <slot></slot> `;
}
};
e.tagName = "dap-ds-table-cell", e.styles = c(u);
let r = e;
a([
f({ type: Boolean, reflect: !0 })
], r.prototype, "last");
a([
f({ reflect: !0 })
], r.prototype, "role");
export {
r as default
};
//# sourceMappingURL=table-cell.component.js.map