@editframe/elements 0.36.2-beta → 0.37.0-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { TrackItem } from "./TrackItem.js";
|
|
2
2
|
import { nothing } from "lit";
|
|
3
|
-
import * as
|
|
3
|
+
import * as lit_html36 from "lit-html";
|
|
4
4
|
|
|
5
5
|
//#region src/gui/timeline/tracks/ImageTrack.d.ts
|
|
6
6
|
declare class EFImageTrack extends TrackItem {
|
|
7
|
-
contents():
|
|
7
|
+
contents(): lit_html36.TemplateResult<1> | typeof nothing;
|
|
8
8
|
}
|
|
9
9
|
declare global {
|
|
10
10
|
interface HTMLElementTagNameMap {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TrackItem } from "./TrackItem.js";
|
|
2
2
|
import "../../../elements/EFThumbnailStrip.js";
|
|
3
3
|
import * as lit39 from "lit";
|
|
4
|
-
import * as
|
|
4
|
+
import * as lit_html37 from "lit-html";
|
|
5
5
|
import * as lit_html_directives_ref_js5 from "lit-html/directives/ref.js";
|
|
6
6
|
|
|
7
7
|
//#region src/gui/timeline/tracks/VideoTrack.d.ts
|
|
@@ -15,7 +15,7 @@ declare class EFVideoTrack extends TrackItem {
|
|
|
15
15
|
connectedCallback(): void;
|
|
16
16
|
disconnectedCallback(): void;
|
|
17
17
|
updated(changedProperties: Map<string | number | symbol, unknown>): void;
|
|
18
|
-
render():
|
|
18
|
+
render(): lit_html37.TemplateResult<1>;
|
|
19
19
|
}
|
|
20
20
|
declare global {
|
|
21
21
|
interface HTMLElementTagNameMap {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@editframe/elements",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0-beta",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@bramus/style-observer": "^1.3.0",
|
|
16
|
-
"@editframe/assets": "0.
|
|
16
|
+
"@editframe/assets": "0.37.0-beta",
|
|
17
17
|
"@lit/context": "^1.1.6",
|
|
18
18
|
"@opentelemetry/api": "^1.9.0",
|
|
19
19
|
"@opentelemetry/context-zone": "^1.26.0",
|