web: migrate to lit 2

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-21 11:19:26 +02:00
parent cb10c1753b
commit a92a0fb60a
223 changed files with 620 additions and 636 deletions

View File

@ -1,6 +1,7 @@
import { t } from "@lingui/macro";
import { CSSResult, customElement, html, LitElement, property, TemplateResult } from "lit-element";
import { CSSResult, html, LitElement, TemplateResult } from "lit";
import PFExpandableSection from "../../node_modules/@patternfly/patternfly/components/ExpandableSection/expandable-section.css";
import { customElement, property } from "lit/decorators";
@customElement("ak-expand")
export class Expand extends LitElement {