@editframe/elements 0.45.0 → 0.45.2

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.
@@ -2,10 +2,10 @@ import { FrameRenderable, FrameState } from "../preview/FrameController.js";
2
2
  import { EFFramegen } from "../EF_FRAMEGEN.js";
3
3
  import { EFMedia } from "./EFMedia.js";
4
4
  import { RenderToVideoOptions } from "../preview/renderTimegroupToVideo.types.js";
5
- import * as lit3 from "lit";
5
+ import * as lit4 from "lit";
6
6
  import { PropertyValueMap } from "lit";
7
7
  import { VideoSample } from "mediabunny";
8
- import * as lit_html3 from "lit-html";
8
+ import * as lit_html4 from "lit-html";
9
9
  import * as lit_html_directives_ref0 from "lit-html/directives/ref";
10
10
 
11
11
  //#region src/elements/EFVideo.d.ts
@@ -34,7 +34,7 @@ declare class VideoSeekTask {
34
34
  declare const EFVideo_base: typeof EFMedia;
35
35
  declare class EFVideo extends EFVideo_base implements FrameRenderable {
36
36
  #private;
37
- static styles: lit3.CSSResult[];
37
+ static styles: lit4.CSSResult[];
38
38
  canvasRef: lit_html_directives_ref0.Ref<HTMLCanvasElement>;
39
39
  unifiedVideoSeekTask: VideoSeekTask;
40
40
  /**
@@ -78,7 +78,7 @@ declare class EFVideo extends EFVideo_base implements FrameRenderable {
78
78
  };
79
79
  constructor();
80
80
  protected updated(changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
81
- render(): lit_html3.TemplateResult<1>;
81
+ render(): lit_html4.TemplateResult<1>;
82
82
  get canvasElement(): HTMLCanvasElement | undefined;
83
83
  /**
84
84
  * Start a delayed loading operation for testing
@@ -3,16 +3,16 @@ import { TemporalMixinInterface } from "./EFTemporal.js";
3
3
  import { EFAudio } from "./EFAudio.js";
4
4
  import { EFVideo } from "./EFVideo.js";
5
5
  import { TargetController } from "./TargetController.js";
6
- import * as lit6 from "lit";
6
+ import * as lit7 from "lit";
7
7
  import { LitElement, PropertyValueMap } from "lit";
8
8
  import { Ref } from "lit/directives/ref.js";
9
- import * as lit_html6 from "lit-html";
9
+ import * as lit_html7 from "lit-html";
10
10
 
11
11
  //#region src/elements/EFWaveform.d.ts
12
12
  declare const EFWaveform_base: (new (...args: any[]) => TemporalMixinInterface) & typeof LitElement;
13
13
  declare class EFWaveform extends EFWaveform_base implements FrameRenderable {
14
14
  #private;
15
- static styles: lit6.CSSResult;
15
+ static styles: lit7.CSSResult;
16
16
  canvasRef: Ref<HTMLCanvasElement>;
17
17
  private ctx;
18
18
  private styleObserver;
@@ -24,7 +24,7 @@ declare class EFWaveform extends EFWaveform_base implements FrameRenderable {
24
24
  * @public
25
25
  */
26
26
  get renderVersion(): number;
27
- render(): lit_html6.TemplateResult<1>;
27
+ render(): lit_html7.TemplateResult<1>;
28
28
  mode: "roundBars" | "bars" | "bricks" | "line" | "curve" | "pixel" | "wave" | "spikes";
29
29
  color: string;
30
30
  target: string;
@@ -1,6 +1,6 @@
1
- import * as lit21 from "lit";
1
+ import * as lit22 from "lit";
2
2
  import { LitElement } from "lit";
3
- import * as lit_html20 from "lit-html";
3
+ import * as lit_html21 from "lit-html";
4
4
 
5
5
  //#region src/gui/EFActiveRootTemporal.d.ts
6
6
 
@@ -14,7 +14,7 @@ import * as lit_html20 from "lit-html";
14
14
  * ```
15
15
  */
16
16
  declare class EFActiveRootTemporal extends LitElement {
17
- static styles: lit21.CSSResult;
17
+ static styles: lit22.CSSResult;
18
18
  /**
19
19
  * Canvas element ID or selector to bind to.
20
20
  * If not specified, will search for the nearest ef-canvas ancestor.
@@ -38,7 +38,7 @@ declare class EFActiveRootTemporal extends LitElement {
38
38
  * Remove event listener.
39
39
  */
40
40
  private removeListener;
41
- render(): lit_html20.TemplateResult<1>;
41
+ render(): lit_html21.TemplateResult<1>;
42
42
  }
43
43
  declare global {
44
44
  interface HTMLElementTagNameMap {
@@ -1,14 +1,14 @@
1
- import * as lit7 from "lit";
1
+ import * as lit8 from "lit";
2
2
  import { LitElement } from "lit";
3
- import * as lit_html7 from "lit-html";
3
+ import * as lit_html8 from "lit-html";
4
4
 
5
5
  //#region src/gui/EFConfiguration.d.ts
6
6
  declare class EFConfiguration extends LitElement {
7
- static styles: lit7.CSSResult[];
7
+ static styles: lit8.CSSResult[];
8
8
  efConfiguration: this;
9
9
  apiHost?: string;
10
10
  signingURL: string;
11
- render(): lit_html7.TemplateResult<1>;
11
+ render(): lit_html8.TemplateResult<1>;
12
12
  }
13
13
  declare global {
14
14
  interface HTMLElementTagNameMap {
@@ -1,6 +1,6 @@
1
- import * as lit22 from "lit";
1
+ import * as lit3 from "lit";
2
2
  import { LitElement } from "lit";
3
- import * as lit_html21 from "lit-html";
3
+ import * as lit_html3 from "lit-html";
4
4
 
5
5
  //#region src/gui/EFDial.d.ts
6
6
  interface DialChangeDetail {
@@ -13,12 +13,12 @@ declare class EFDial extends LitElement {
13
13
  private isDragging;
14
14
  private dragStartAngle;
15
15
  private dragStartValue;
16
- static styles: lit22.CSSResult;
16
+ static styles: lit3.CSSResult;
17
17
  private getAngleFromPoint;
18
18
  private handlePointerDown;
19
19
  private handlePointerMove;
20
20
  private handlePointerUp;
21
- render(): lit_html21.TemplateResult<1>;
21
+ render(): lit_html3.TemplateResult<1>;
22
22
  }
23
23
  //#endregion
24
24
  export { DialChangeDetail, EFDial };
@@ -1,15 +1,15 @@
1
1
  import { TemporalMixinInterface } from "../elements/EFTemporal.js";
2
2
  import "./timeline/EFTimeline.js";
3
- import * as lit10 from "lit";
3
+ import * as lit11 from "lit";
4
4
  import { LitElement } from "lit";
5
- import * as lit_html10 from "lit-html";
5
+ import * as lit_html11 from "lit-html";
6
6
  import * as lit_html_directives_ref0 from "lit-html/directives/ref";
7
7
 
8
8
  //#region src/gui/EFFilmstrip.d.ts
9
9
  declare const EFFilmstrip_base: typeof LitElement;
10
10
  declare class EFFilmstrip extends EFFilmstrip_base {
11
11
  #private;
12
- static styles: lit10.CSSResult[];
12
+ static styles: lit11.CSSResult[];
13
13
  target: string;
14
14
  pixelsPerMs: number;
15
15
  hidePlayhead: boolean;
@@ -24,7 +24,7 @@ declare class EFFilmstrip extends EFFilmstrip_base {
24
24
  timelineRef: lit_html_directives_ref0.Ref<HTMLElement>;
25
25
  connectedCallback(): void;
26
26
  protected willUpdate(changedProperties: Map<string | number | symbol, unknown>): void;
27
- render(): lit_html10.TemplateResult<1>;
27
+ render(): lit_html11.TemplateResult<1>;
28
28
  }
29
29
  declare global {
30
30
  interface HTMLElementTagNameMap {
@@ -1,6 +1,6 @@
1
- import * as lit32 from "lit";
1
+ import * as lit33 from "lit";
2
2
  import { LitElement } from "lit";
3
- import * as lit_html30 from "lit-html";
3
+ import * as lit_html31 from "lit-html";
4
4
 
5
5
  //#region src/gui/EFOverlayItem.d.ts
6
6
  /**
@@ -23,7 +23,7 @@ interface OverlayItemPosition {
23
23
  * ensures transforms are applied before positions are read.
24
24
  */
25
25
  declare class EFOverlayItem extends LitElement {
26
- static styles: lit32.CSSResult[];
26
+ static styles: lit33.CSSResult[];
27
27
  elementId?: string;
28
28
  target?: HTMLElement | string;
29
29
  private currentPosition;
@@ -36,7 +36,7 @@ declare class EFOverlayItem extends LitElement {
36
36
  updatePosition(): void;
37
37
  connectedCallback(): void;
38
38
  disconnectedCallback(): void;
39
- render(): lit_html30.TemplateResult<1>;
39
+ render(): lit_html31.TemplateResult<1>;
40
40
  }
41
41
  declare global {
42
42
  interface HTMLElementTagNameMap {
@@ -1,8 +1,8 @@
1
1
  import { PanZoomTransform } from "../elements/EFPanZoom.js";
2
2
  import { EFOverlayItem } from "./EFOverlayItem.js";
3
- import * as lit31 from "lit";
3
+ import * as lit32 from "lit";
4
4
  import { LitElement } from "lit";
5
- import * as lit_html29 from "lit-html";
5
+ import * as lit_html30 from "lit-html";
6
6
 
7
7
  //#region src/gui/EFOverlayLayer.d.ts
8
8
 
@@ -26,7 +26,7 @@ import * as lit_html29 from "lit-html";
26
26
  * 2. EFOverlayItem can use this rect for coordinate calculations
27
27
  */
28
28
  declare class EFOverlayLayer extends LitElement {
29
- static styles: lit31.CSSResult[];
29
+ static styles: lit32.CSSResult[];
30
30
  panZoomTransformFromContext?: PanZoomTransform;
31
31
  /**
32
32
  * Pan/zoom transform as fallback for when context or sibling PanZoom is not available.
@@ -58,7 +58,7 @@ declare class EFOverlayLayer extends LitElement {
58
58
  connectedCallback(): void;
59
59
  disconnectedCallback(): void;
60
60
  updated(): void;
61
- render(): lit_html29.TemplateResult<1>;
61
+ render(): lit_html30.TemplateResult<1>;
62
62
  }
63
63
  declare global {
64
64
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  import { ControllableInterface } from "./Controllable.js";
2
- import * as lit17 from "lit";
2
+ import * as lit18 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html16 from "lit-html";
4
+ import * as lit_html17 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFPause.d.ts
7
7
  declare const EFPause_base: (new (...args: any[]) => {
@@ -10,13 +10,13 @@ declare const EFPause_base: (new (...args: any[]) => {
10
10
  effectiveContext: ControllableInterface | null;
11
11
  }) & typeof LitElement;
12
12
  declare class EFPause extends EFPause_base {
13
- static styles: lit17.CSSResult[];
13
+ static styles: lit18.CSSResult[];
14
14
  playing: boolean;
15
15
  get efContext(): ControllableInterface | null;
16
16
  connectedCallback(): void;
17
17
  disconnectedCallback(): void;
18
18
  updated(changedProperties: Map<string | number | symbol, unknown>): void;
19
- render(): lit_html16.TemplateResult<1>;
19
+ render(): lit_html17.TemplateResult<1>;
20
20
  handleClick: () => void;
21
21
  }
22
22
  declare global {
@@ -1,7 +1,7 @@
1
1
  import { ControllableInterface } from "./Controllable.js";
2
- import * as lit16 from "lit";
2
+ import * as lit17 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html15 from "lit-html";
4
+ import * as lit_html16 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFPlay.d.ts
7
7
  declare const EFPlay_base: (new (...args: any[]) => {
@@ -10,13 +10,13 @@ declare const EFPlay_base: (new (...args: any[]) => {
10
10
  effectiveContext: ControllableInterface | null;
11
11
  }) & typeof LitElement;
12
12
  declare class EFPlay extends EFPlay_base {
13
- static styles: lit16.CSSResult[];
13
+ static styles: lit17.CSSResult[];
14
14
  playing: boolean;
15
15
  get efContext(): ControllableInterface | null;
16
16
  connectedCallback(): void;
17
17
  disconnectedCallback(): void;
18
18
  updated(changedProperties: Map<string | number | symbol, unknown>): void;
19
- render(): lit_html15.TemplateResult<1>;
19
+ render(): lit_html16.TemplateResult<1>;
20
20
  handleClick: () => void;
21
21
  }
22
22
  declare global {
@@ -1,19 +1,19 @@
1
1
  import { ContextMixinInterface } from "./ContextMixin.js";
2
- import * as lit9 from "lit";
2
+ import * as lit10 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html9 from "lit-html";
4
+ import * as lit_html10 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFPreview.d.ts
7
7
  declare const EFPreview_base: (new (...args: any[]) => ContextMixinInterface) & typeof LitElement;
8
8
  declare class EFPreview extends EFPreview_base {
9
- static styles: lit9.CSSResult[];
9
+ static styles: lit10.CSSResult[];
10
10
  focusedElement?: HTMLElement;
11
11
  /**
12
12
  * Find the closest temporal element (timegroup, video, audio, etc.)
13
13
  */
14
14
  private findClosestTemporal;
15
15
  constructor();
16
- render(): lit_html9.TemplateResult<1>;
16
+ render(): lit_html10.TemplateResult<1>;
17
17
  }
18
18
  declare global {
19
19
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  import { ControllableInterface } from "./Controllable.js";
2
- import * as lit19 from "lit";
2
+ import * as lit20 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html18 from "lit-html";
4
+ import * as lit_html19 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFScrubber.d.ts
7
7
  declare const EFScrubber_base: (new (...args: any[]) => {
@@ -10,7 +10,7 @@ declare const EFScrubber_base: (new (...args: any[]) => {
10
10
  effectiveContext: ControllableInterface | null;
11
11
  }) & typeof LitElement;
12
12
  declare class EFScrubber extends EFScrubber_base {
13
- static styles: lit19.CSSResult[];
13
+ static styles: lit20.CSSResult[];
14
14
  playing: boolean;
15
15
  contextCurrentTimeMs: number;
16
16
  contextDurationMs: number;
@@ -51,7 +51,7 @@ declare class EFScrubber extends EFScrubber_base {
51
51
  private boundHandlePointerUp;
52
52
  private boundHandlePointerCancel;
53
53
  private boundHandleContextMenu;
54
- render(): lit_html18.TemplateResult<1>;
54
+ render(): lit_html19.TemplateResult<1>;
55
55
  connectedCallback(): void;
56
56
  disconnectedCallback(): void;
57
57
  }
@@ -1,7 +1,7 @@
1
1
  import { ControllableInterface } from "./Controllable.js";
2
- import * as lit20 from "lit";
2
+ import * as lit21 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html19 from "lit-html";
4
+ import * as lit_html20 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFTimeDisplay.d.ts
7
7
  declare const EFTimeDisplay_base: (new (...args: any[]) => {
@@ -10,7 +10,7 @@ declare const EFTimeDisplay_base: (new (...args: any[]) => {
10
10
  effectiveContext: ControllableInterface | null;
11
11
  }) & typeof LitElement;
12
12
  declare class EFTimeDisplay extends EFTimeDisplay_base {
13
- static styles: lit20.CSSResult;
13
+ static styles: lit21.CSSResult;
14
14
  currentTimeMs: number;
15
15
  durationMs: number;
16
16
  contextCurrentTimeMs: number;
@@ -18,7 +18,7 @@ declare class EFTimeDisplay extends EFTimeDisplay_base {
18
18
  get effectiveCurrentTimeMs(): number;
19
19
  get effectiveDurationMs(): number;
20
20
  private formatTime;
21
- render(): lit_html19.TemplateResult<1>;
21
+ render(): lit_html20.TemplateResult<1>;
22
22
  }
23
23
  declare global {
24
24
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  import { TimelineState } from "./timeline/timelineStateContext.js";
2
- import * as lit33 from "lit";
2
+ import * as lit34 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html31 from "lit-html";
4
+ import * as lit_html32 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFTimelineRuler.d.ts
7
7
  /**
@@ -25,7 +25,7 @@ declare function calculatePixelsPerFrame(frameIntervalMs: number, pixelsPerMs: n
25
25
  */
26
26
  declare function shouldShowFrameMarkers(pixelsPerFrame: number, minSpacing?: number): boolean;
27
27
  declare class EFTimelineRuler extends LitElement {
28
- static styles: lit33.CSSResult[];
28
+ static styles: lit34.CSSResult[];
29
29
  durationMs: number;
30
30
  contextDurationMs: number;
31
31
  timelineState?: TimelineState;
@@ -59,7 +59,7 @@ declare class EFTimelineRuler extends LitElement {
59
59
  private calculateLabelInterval;
60
60
  private getVisibleLabels;
61
61
  private renderCanvas;
62
- render(): lit_html31.TemplateResult<1>;
62
+ render(): lit_html32.TemplateResult<1>;
63
63
  }
64
64
  declare global {
65
65
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  import { ControllableInterface } from "./Controllable.js";
2
- import * as lit18 from "lit";
2
+ import * as lit19 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html17 from "lit-html";
4
+ import * as lit_html18 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFToggleLoop.d.ts
7
7
  declare const EFToggleLoop_base: (new (...args: any[]) => {
@@ -10,9 +10,9 @@ declare const EFToggleLoop_base: (new (...args: any[]) => {
10
10
  effectiveContext: ControllableInterface | null;
11
11
  }) & typeof LitElement;
12
12
  declare class EFToggleLoop extends EFToggleLoop_base {
13
- static styles: lit18.CSSResult[];
13
+ static styles: lit19.CSSResult[];
14
14
  get context(): ControllableInterface | null;
15
- render(): lit_html17.TemplateResult<1>;
15
+ render(): lit_html18.TemplateResult<1>;
16
16
  }
17
17
  declare global {
18
18
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  import { ControllableInterface } from "./Controllable.js";
2
- import * as lit15 from "lit";
2
+ import * as lit16 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html14 from "lit-html";
4
+ import * as lit_html15 from "lit-html";
5
5
 
6
6
  //#region src/gui/EFTogglePlay.d.ts
7
7
  declare const EFTogglePlay_base: (new (...args: any[]) => {
@@ -10,12 +10,12 @@ declare const EFTogglePlay_base: (new (...args: any[]) => {
10
10
  effectiveContext: ControllableInterface | null;
11
11
  }) & typeof LitElement;
12
12
  declare class EFTogglePlay extends EFTogglePlay_base {
13
- static styles: lit15.CSSResult[];
13
+ static styles: lit16.CSSResult[];
14
14
  playing: boolean;
15
15
  get efContext(): ControllableInterface | null;
16
16
  connectedCallback(): void;
17
17
  disconnectedCallback(): void;
18
- render(): lit_html14.TemplateResult<1>;
18
+ render(): lit_html15.TemplateResult<1>;
19
19
  togglePlay: () => void;
20
20
  private getPlaybackController;
21
21
  }
@@ -1,16 +1,16 @@
1
1
  import { ContextMixinInterface } from "./ContextMixin.js";
2
2
  import { RenderToVideoOptions } from "../preview/renderTimegroupToVideo.types.js";
3
3
  import "./EFFitScale.js";
4
- import * as lit8 from "lit";
4
+ import * as lit9 from "lit";
5
5
  import { LitElement, PropertyValueMap } from "lit";
6
- import * as lit_html8 from "lit-html";
6
+ import * as lit_html9 from "lit-html";
7
7
  import * as lit_html_directives_ref_js2 from "lit-html/directives/ref.js";
8
8
 
9
9
  //#region src/gui/EFWorkbench.d.ts
10
10
  declare const EFWorkbench_base: (new (...args: any[]) => ContextMixinInterface) & typeof LitElement;
11
11
  declare class EFWorkbench extends EFWorkbench_base {
12
12
  #private;
13
- static styles: lit8.CSSResult[];
13
+ static styles: lit9.CSSResult[];
14
14
  rendering: boolean;
15
15
  private panZoomTransform;
16
16
  private isExporting;
@@ -200,7 +200,7 @@ declare class EFWorkbench extends EFWorkbench_base {
200
200
  updated(changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
201
201
  drawOverlays: () => void;
202
202
  private renderPlaybackStats;
203
- render(): lit_html8.TemplateResult<1>;
203
+ render(): lit_html9.TemplateResult<1>;
204
204
  }
205
205
  declare global {
206
206
  interface HTMLElementTagNameMap {
@@ -1,12 +1,12 @@
1
1
  import { SelectionContext } from "../../canvas/selection/selectionContext.js";
2
- import * as lit11 from "lit";
2
+ import * as lit12 from "lit";
3
3
  import { LitElement, PropertyValues } from "lit";
4
- import * as lit_html11 from "lit-html";
4
+ import * as lit_html12 from "lit-html";
5
5
 
6
6
  //#region src/gui/hierarchy/EFHierarchy.d.ts
7
7
  declare const EFHierarchy_base: typeof LitElement;
8
8
  declare class EFHierarchy extends EFHierarchy_base {
9
- static styles: lit11.CSSResult[];
9
+ static styles: lit12.CSSResult[];
10
10
  target: string;
11
11
  header: string;
12
12
  showHeader: boolean;
@@ -53,7 +53,7 @@ declare class EFHierarchy extends EFHierarchy_base {
53
53
  private autoSelectFirstRootTimegroup;
54
54
  private setupSelectionListener;
55
55
  private removeSelectionListener;
56
- render(): lit_html11.TemplateResult<1>;
56
+ render(): lit_html12.TemplateResult<1>;
57
57
  }
58
58
  declare global {
59
59
  interface HTMLElementTagNameMap {
@@ -4,13 +4,13 @@ import { EFVideo } from "../../elements/EFVideo.js";
4
4
  import { EFTimegroup } from "../../elements/EFTimegroup.js";
5
5
  import { EFImage } from "../../elements/EFImage.js";
6
6
  import { HierarchyContext } from "./hierarchyContext.js";
7
- import * as lit12 from "lit";
7
+ import * as lit13 from "lit";
8
8
  import { LitElement, PropertyValues, TemplateResult, nothing } from "lit";
9
9
 
10
10
  //#region src/gui/hierarchy/EFHierarchyItem.d.ts
11
11
  declare const EFHierarchyItem_base: typeof LitElement;
12
12
  declare class EFHierarchyItem<ElementType extends HTMLElement = HTMLElement> extends EFHierarchyItem_base {
13
- static styles: lit12.CSSResult[];
13
+ static styles: lit13.CSSResult[];
14
14
  hierarchyContext?: HierarchyContext;
15
15
  canvasSelectionContext?: SelectionContext;
16
16
  element: ElementType;
@@ -4,7 +4,7 @@ import { TimelineState } from "./timelineStateContext.js";
4
4
  import "./tracks/preloadTracks.js";
5
5
  import "./EFTimelineRow.js";
6
6
  import "../EFTimelineRuler.js";
7
- import * as lit34 from "lit";
7
+ import * as lit35 from "lit";
8
8
  import { LitElement, PropertyValues, TemplateResult } from "lit";
9
9
 
10
10
  //#region src/gui/timeline/EFTimeline.d.ts
@@ -17,7 +17,7 @@ declare const EFTimeline_base: typeof LitElement;
17
17
  */
18
18
  declare class EFTimeline extends EFTimeline_base {
19
19
  #private;
20
- static styles: lit34.CSSResult[];
20
+ static styles: lit35.CSSResult[];
21
21
  /**
22
22
  * Target element ID or "selection" to derive from canvas selection.
23
23
  *
@@ -1,7 +1,7 @@
1
1
  import { TimelineEditingContext } from "./timelineEditingContext.js";
2
- import * as lit35 from "lit";
2
+ import * as lit31 from "lit";
3
3
  import { LitElement } from "lit";
4
- import * as lit_html32 from "lit-html";
4
+ import * as lit_html29 from "lit-html";
5
5
 
6
6
  //#region src/gui/timeline/TrimHandles.d.ts
7
7
  interface TrimValue {
@@ -16,7 +16,7 @@ interface TrimChangeDetail {
16
16
  declare const EFTrimHandles_base: typeof LitElement;
17
17
  declare class EFTrimHandles extends EFTrimHandles_base {
18
18
  #private;
19
- static styles: lit35.CSSResult[];
19
+ static styles: lit31.CSSResult[];
20
20
  mode: "standalone" | "track";
21
21
  elementId: string;
22
22
  pixelsPerMs: number | null;
@@ -38,7 +38,7 @@ declare class EFTrimHandles extends EFTrimHandles_base {
38
38
  private handleRegionPointerDown;
39
39
  private handlePointerMove;
40
40
  private handlePointerUp;
41
- render(): lit_html32.TemplateResult<1>;
41
+ render(): lit_html29.TemplateResult<1>;
42
42
  }
43
43
  declare global {
44
44
  interface HTMLElementTagNameMap {
@@ -1,8 +1,8 @@
1
1
  import { TreeItem } from "./treeContext.js";
2
2
  import "./EFTreeItem.js";
3
- import * as lit13 from "lit";
3
+ import * as lit14 from "lit";
4
4
  import { LitElement, PropertyValues } from "lit";
5
- import * as lit_html12 from "lit-html";
5
+ import * as lit_html13 from "lit-html";
6
6
 
7
7
  //#region src/gui/tree/EFTree.d.ts
8
8
 
@@ -29,7 +29,7 @@ import * as lit_html12 from "lit-html";
29
29
  * ```
30
30
  */
31
31
  declare class EFTree extends LitElement {
32
- static styles: lit13.CSSResult;
32
+ static styles: lit14.CSSResult;
33
33
  /** Tree items to display */
34
34
  items: TreeItem[];
35
35
  /** Optional header text */
@@ -48,7 +48,7 @@ declare class EFTree extends LitElement {
48
48
  protected willUpdate(changedProperties: PropertyValues): void;
49
49
  protected updated(changedProperties: PropertyValues): void;
50
50
  connectedCallback(): void;
51
- render(): lit_html12.TemplateResult<1>;
51
+ render(): lit_html13.TemplateResult<1>;
52
52
  }
53
53
  declare global {
54
54
  interface HTMLElementTagNameMap {
@@ -1,7 +1,7 @@
1
1
  import { TreeContext, TreeItem } from "./treeContext.js";
2
- import * as lit14 from "lit";
2
+ import * as lit15 from "lit";
3
3
  import { LitElement, nothing } from "lit";
4
- import * as lit_html13 from "lit-html";
4
+ import * as lit_html14 from "lit-html";
5
5
 
6
6
  //#region src/gui/tree/EFTreeItem.d.ts
7
7
 
@@ -17,7 +17,7 @@ import * as lit_html13 from "lit-html";
17
17
  * @fires tree-item-click - When item is clicked (for selection)
18
18
  */
19
19
  declare class EFTreeItem extends LitElement {
20
- static styles: lit14.CSSResult;
20
+ static styles: lit15.CSSResult;
21
21
  treeContext?: TreeContext;
22
22
  item: TreeItem;
23
23
  private localExpanded;
@@ -26,7 +26,7 @@ declare class EFTreeItem extends LitElement {
26
26
  get hasChildren(): boolean;
27
27
  private handleClick;
28
28
  private handleExpandClick;
29
- render(): lit_html13.TemplateResult<1> | typeof nothing;
29
+ render(): lit_html14.TemplateResult<1> | typeof nothing;
30
30
  }
31
31
  declare global {
32
32
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/elements",
3
- "version": "0.45.0",
3
+ "version": "0.45.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",