openvideo 0.2.11 → 0.2.13

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.
@@ -15,6 +15,8 @@ export declare class SelectionManager {
15
15
  private textClipResizeHandle;
16
16
  private textClipResizedSx;
17
17
  private textClipResizedSy;
18
+ private lastPointerDownTime;
19
+ private lastPointerDownClip;
18
20
  constructor(studio: Studio);
19
21
  init(app: Application, artboard: Container): void;
20
22
  private onStagePointerDown;
package/dist/studio.d.ts CHANGED
@@ -100,6 +100,9 @@ export interface StudioEvents {
100
100
  "transform:end": {
101
101
  transformer: Transformer;
102
102
  };
103
+ "clip:dblclick": {
104
+ clip: IClip;
105
+ };
103
106
  [key: string]: any;
104
107
  [key: symbol]: any;
105
108
  }
@@ -180,6 +183,7 @@ export declare class Studio extends EventEmitter<StudioEvents> {
180
183
  * Create a new Studio instance
181
184
  */
182
185
  constructor(opts: IStudioOpts);
186
+ private attachClipEvents;
183
187
  private handleTimelineChange;
184
188
  private saveHistory;
185
189
  beginHistoryGroup(): void;
@@ -1,4 +1,4 @@
1
- import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-bXwx7D02.js";
1
+ import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-CFp3iXGD.js";
2
2
  a.add(e);
3
3
  a.add(d);
4
4
  a.add(i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openvideo",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "description": "Video rendering and processing library",
5
5
  "type": "module",
6
6
  "publishConfig": {