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