angular-three-cannon 2.0.0-beta.233 → 2.0.0-beta.235
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/debug/lib/debug.d.ts +1 -1
- package/lib/physics.d.ts +1 -1
- package/package.json +2 -1
package/debug/lib/debug.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export interface NgtcDebugInputs {
|
|
|
30
30
|
export declare class NgtcDebug {
|
|
31
31
|
private store;
|
|
32
32
|
private physicsApi;
|
|
33
|
-
debug: import("@angular/core").InputSignalWithTransform<NgtcDebugInputs, Partial<NgtcDebugInputs>>;
|
|
33
|
+
debug: import("@angular/core").InputSignalWithTransform<NgtcDebugInputs, "" | Partial<NgtcDebugInputs>>;
|
|
34
34
|
private defaultScene;
|
|
35
35
|
private scene;
|
|
36
36
|
private bodies;
|
package/lib/physics.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export declare class NgtcPhysics {
|
|
|
51
51
|
private injector;
|
|
52
52
|
private autoEffect;
|
|
53
53
|
private store;
|
|
54
|
-
options: import("@angular/core").InputSignalWithTransform<NgtcPhysicsInputs, Partial<NgtcPhysicsInputs>>;
|
|
54
|
+
options: import("@angular/core").InputSignalWithTransform<NgtcPhysicsInputs, "" | Partial<NgtcPhysicsInputs>>;
|
|
55
55
|
private content;
|
|
56
56
|
private anchor;
|
|
57
57
|
private invalidate;
|