openvideo 0.2.7 → 0.2.9
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.
- package/dist/animation/presets.d.ts +2 -0
- package/dist/animation/types.d.ts +9 -0
- package/dist/{browserAll-BD7Md8lf.js → browserAll-BVbVNENq.js} +2 -2
- package/dist/{index-C8AGBOoN.js → index-X_sXWlZk.js} +7093 -6961
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +330 -330
- package/dist/sprite/base-sprite.d.ts +1 -0
- package/dist/sprite/pixi-sprite-renderer.d.ts +1 -0
- package/dist/studio/selection-manager.d.ts +8 -0
- package/dist/{webworkerAll-CySMcdYd.js → webworkerAll-BDynptqx.js} +1 -1
- package/package.json +1 -1
|
@@ -20,6 +20,14 @@ export declare class SelectionManager {
|
|
|
20
20
|
private onStagePointerDown;
|
|
21
21
|
private onStagePointerMove;
|
|
22
22
|
private onStagePointerUp;
|
|
23
|
+
/**
|
|
24
|
+
* Find clips that intersect with the given selection rectangle
|
|
25
|
+
*/
|
|
26
|
+
private getIntersectingClips;
|
|
27
|
+
/**
|
|
28
|
+
* Update the transformer to show a preview of what will be selected
|
|
29
|
+
*/
|
|
30
|
+
private updatePreviewSelection;
|
|
23
31
|
/**
|
|
24
32
|
* Setup sprite interactivity for click selection
|
|
25
33
|
*/
|
|
@@ -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-
|
|
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-X_sXWlZk.js";
|
|
2
2
|
a.add(e);
|
|
3
3
|
a.add(d);
|
|
4
4
|
a.add(i);
|