angular-three-cannon 2.0.0-beta.268 → 2.0.0-beta.269
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.
|
@@ -72,10 +72,10 @@ export class NgtcDebug {
|
|
|
72
72
|
this.bodies.splice(debugBodyIndex, 1);
|
|
73
73
|
delete this.bodyMap[uuid];
|
|
74
74
|
}
|
|
75
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
76
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.
|
|
75
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcDebug, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
76
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: NgtcDebug, isStandalone: true, selector: "ngtc-physics[debug]", inputs: { debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
77
77
|
}
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcDebug, decorators: [{
|
|
79
79
|
type: Directive,
|
|
80
80
|
args: [{ selector: 'ngtc-physics[debug]', standalone: true }]
|
|
81
81
|
}], ctorParameters: () => [] });
|
package/esm2022/lib/physics.mjs
CHANGED
|
@@ -179,12 +179,12 @@ export class NgtcPhysics {
|
|
|
179
179
|
if (cb)
|
|
180
180
|
cb({ body: body ? refs[body] : null, ray: { uuid, ...rayRest }, ...rest });
|
|
181
181
|
}
|
|
182
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
183
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.
|
|
182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcPhysics, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.2", type: NgtcPhysics, isStandalone: true, selector: "ngtc-physics", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
184
184
|
<ng-content />
|
|
185
185
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
186
186
|
}
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcPhysics, decorators: [{
|
|
188
188
|
type: Component,
|
|
189
189
|
args: [{
|
|
190
190
|
selector: 'ngtc-physics',
|
|
@@ -73,10 +73,10 @@ class NgtcDebug {
|
|
|
73
73
|
this.bodies.splice(debugBodyIndex, 1);
|
|
74
74
|
delete this.bodyMap[uuid];
|
|
75
75
|
}
|
|
76
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
77
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.
|
|
76
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcDebug, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
77
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: NgtcDebug, isStandalone: true, selector: "ngtc-physics[debug]", inputs: { debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
78
78
|
}
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcDebug, decorators: [{
|
|
80
80
|
type: Directive,
|
|
81
81
|
args: [{ selector: 'ngtc-physics[debug]', standalone: true }]
|
|
82
82
|
}], ctorParameters: () => [] });
|
|
@@ -180,12 +180,12 @@ class NgtcPhysics {
|
|
|
180
180
|
if (cb)
|
|
181
181
|
cb({ body: body ? refs[body] : null, ray: { uuid, ...rayRest }, ...rest });
|
|
182
182
|
}
|
|
183
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.
|
|
184
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.
|
|
183
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcPhysics, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
184
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "18.1.2", type: NgtcPhysics, isStandalone: true, selector: "ngtc-physics", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
185
185
|
<ng-content />
|
|
186
186
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
187
187
|
}
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgtcPhysics, decorators: [{
|
|
189
189
|
type: Component,
|
|
190
190
|
args: [{
|
|
191
191
|
selector: 'ngtc-physics',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-three-cannon",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.269",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
"esm": "./esm2022/body/angular-three-cannon-body.mjs",
|
|
58
58
|
"default": "./fesm2022/angular-three-cannon-body.mjs"
|
|
59
59
|
},
|
|
60
|
-
"./constraint": {
|
|
61
|
-
"types": "./constraint/index.d.ts",
|
|
62
|
-
"esm2022": "./esm2022/constraint/angular-three-cannon-constraint.mjs",
|
|
63
|
-
"esm": "./esm2022/constraint/angular-three-cannon-constraint.mjs",
|
|
64
|
-
"default": "./fesm2022/angular-three-cannon-constraint.mjs"
|
|
65
|
-
},
|
|
66
60
|
"./debug": {
|
|
67
61
|
"types": "./debug/index.d.ts",
|
|
68
62
|
"esm2022": "./esm2022/debug/angular-three-cannon-debug.mjs",
|
|
69
63
|
"esm": "./esm2022/debug/angular-three-cannon-debug.mjs",
|
|
70
64
|
"default": "./fesm2022/angular-three-cannon-debug.mjs"
|
|
65
|
+
},
|
|
66
|
+
"./constraint": {
|
|
67
|
+
"types": "./constraint/index.d.ts",
|
|
68
|
+
"esm2022": "./esm2022/constraint/angular-three-cannon-constraint.mjs",
|
|
69
|
+
"esm": "./esm2022/constraint/angular-three-cannon-constraint.mjs",
|
|
70
|
+
"default": "./fesm2022/angular-three-cannon-constraint.mjs"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
}
|