Upgrade to Lit 2 (#9199)

This commit is contained in:
Bram Kragten
2021-05-18 16:37:53 +02:00
committed by GitHub
parent 245bb639f2
commit bc92c0b052
691 changed files with 2328 additions and 5179 deletions

View File

@@ -7,13 +7,12 @@ import "@polymer/paper-input/paper-input";
import {
css,
CSSResultGroup,
customElement,
html,
LitElement,
property,
PropertyValues,
TemplateResult,
} from "lit-element";
} from "lit";
import { customElement, property } from "lit/decorators";
import { formatDateTime } from "../common/datetime/format_date_time";
import { computeRTLDirection } from "../common/util/compute_rtl";
import { HomeAssistant } from "../types";